上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 阅读全文
posted @ 2009-02-20 11:34 CoderWayne 阅读(243) 评论(0) 推荐(0) 编辑
摘要: protected void Button2_Click(object sender, EventArgs e) { List persons = new List(); Dictionary> result = new Dictionary>(); //初始化数据 string[] itemList = { "A", "B", "C", "D", "E... 阅读全文
posted @ 2009-02-17 17:52 CoderWayne 阅读(341) 评论(0) 推荐(0) 编辑
摘要: C#: HTML: 孟子的进度效果: Response.Write("<div id='mydiv' >"); Response.Write("_"); Response.Write("</div>"); Response.Write("<script>mydiv.innerText = '';</ 阅读全文
posted @ 2008-12-23 04:59 CoderWayne 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 在页面中添加一个按钮,调用此函数,参数为this.Page,如: 阅读全文
posted @ 2008-11-24 11:58 CoderWayne 阅读(243) 评论(0) 推荐(0) 编辑
摘要: if(trim(txt.value)=="") { return "用户名不能为空"; } if(txt.value.length16) { return "必须为2-16位字符"; } if((/\s/).test(txt.value)) { return "不能含有空格"; } return ""; 阅读全文
posted @ 2008-10-31 16:54 CoderWayne 阅读(293) 评论(0) 推荐(0) 编辑
摘要: SlideMenu 阅读全文
posted @ 2008-07-09 06:59 CoderWayne 阅读(193) 评论(0) 推荐(0) 编辑
摘要: WebService HTML 阅读全文
posted @ 2008-06-24 19:21 CoderWayne 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 例子: 阅读全文
posted @ 2008-05-13 18:05 CoderWayne 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 数据如下: 采用第三方组件 Jayrock 和 Jayrock.Json 首先引入命名空间 其次,创建 JsonObject 对象,步骤如下: 这样,就将一个文本的JSon数据转变成一个对象,如果要获取 count 的值,则可以这样 但是有个问题,list 是一个数组,该如何获取呢?不用急,Jayr 阅读全文
posted @ 2008-05-07 17:42 CoderWayne 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 在我本地测试当中:在IE、FireFox、Opera下都可以使用document.body.clientWidthdocument.body.clientHeight即可获得,很简单,很方便。 而在公司项目当中:Opera仍然使用document.body.clientWidthdocument.b 阅读全文
posted @ 2008-04-25 12:05 CoderWayne 阅读(392) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页