摘要:
参考网址:http://wwwdd2315.blog.163.com/blog/static/66661889201010885110787/ http://www.w3school.com.cn/jsref/jsref_decodeURI.aspwindow.location.search的用法 ... 阅读全文
摘要:
update 表名 set 字段名=replace(字段名,'aaaa','cccc'); 阅读全文
摘要:
读取文件FileStream fs = new FileStream("C:\\Users\\john\\Desktop\\a.txt", FileMode.Open);读取字符 StreamReader m_streamReader = new StreamReader(fs);从0位置开始读 m... 阅读全文
摘要:
1、学习winCe开发。2、wcf开发。3、flex开发。 阅读全文
摘要:
1、修改端口号,当然你也可以使用默认的1433端口。参考网址:http://jingyan.baidu.com/album/948f59242f4a1cd80ff5f903.html?picindex=12、把端口对防火墙开放http://blog.163.com/xiaoyang_80/blog/... 阅读全文
摘要:
ALTER TABLE doc_exa ADD column_b VARCHAR(20) NULLdoc_exa是表名column_b是新加的字段VARCHAR(20)是新加字段的类型和长度 阅读全文
摘要:
break是跳出当前循环return 是终止执行,当程序return之后,所有的都停止啦 阅读全文
摘要:
具体网址:http://blog.sina.com.cn/s/blog_bfa00a970101c5ns.html第一种:$.ajax({ type: "POST", url: "VIPManager/VipHandler.ashx", data: "Method=LogOut", async: f... 阅读全文
摘要:
封装太强不容易进行单元测试入门容易,使用难 阅读全文