易截截图软件、单文件、免安装、纯绿色、仅160KB
热门标签: c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 最新文章 :

C#、JavaScript

C#和JavaScript中 substring他们之间的区别?
好像没什么区别

都是截取字符串

javascript
返回位于 String 对象中的指定位置的子字符串。
function substring(start : Number, end : Number) : String
参数
start 
必选。从 0 开始的索引整数,指示子字符串的起始位置。 
end  ......

受不了了.大家帮忙了 头疼css javascript

C# code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text ......

javascript中 window.location应用问题?

在jiavascript中
window.location = "spxx_Edit.jsp?goodsID=7";成功
但是
var aa=7
window.location = "spxx_Edit.jsp?goodsID=aa";确不成功????
window.location = "spxx_Edit.jsp?goodsID='"+aa+"'";确不成功????


JScript code:

var aa= ......

javascript双引号的问题

JScript code:
function doChange(){
var createdate=$f("acreatedate").value;
var serverdate= getcurrentdate();
checkDate(createdate,serverdate);
var url="ajaxAction.do?method=json&common=checkLog&classes=log.LogBo&createdate="+createdate;
new ......

用Javascript实现把页面上所有文本框的值都赋成Hello

用Javascript实现把页面上所有文本框的值都赋成Hello
var options = document.getElementByTagName("input");
for(var i = 0; i < options.length; ++i)
{
if(options[i].type == "text")
{
options[i].value = "Hello";
}
}

var text=document.getElementsByT ......

oracle 包含查询

一表中字段内容为:         

中华人民共和国
我爱中央共和国

我想输入查询的关键字为 "中国",就能查询出上面的二条记录。

也就是想查出带‘中国’两字内容的记录,中国两字可以相邻也可以不相邻。
这条SQL查询语句怎么写
select * from table where name ......
总记录数:27572; 总页数:4596; 每页6 条; 首页 上一页 [2351] [2352] [2353] [2354] 2355 [2356] [2357] [2358] [2359] [2360]  下一页 尾页
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号