摘要: 其中sprnstr和eprnstr可放到页面中的任何位置。打印sprnstr和eprnstr中间的内容 阅读全文
posted @ 2012-03-07 14:20 low_key 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 登录页面调用 点击图片切换验证码 点击换一张连接电泳js function changeImage() { var s = document.getElementById("checkImg").src; document.getElementById("checkImg").src=s+"... 阅读全文
posted @ 2012-02-29 10:18 low_key 阅读(191) 评论(0) 推荐(0) 编辑
摘要: // 需要标识为WebMethod [System.Web.Services.WebMethod]// 注意,要让前台调用的方法,一定要是public和static的 public static string aaa(string name){ string result = "Hello:" + ... 阅读全文
posted @ 2012-02-29 10:02 low_key 阅读(978) 评论(0) 推荐(0) 编辑
摘要: select day(createtime) from life_unite_product --取时间字段的天值 select month(createtime) from life_unite_product --取时间字段的月值 select year(createtime) from lif... 阅读全文
posted @ 2012-01-09 15:35 low_key 阅读(392) 评论(0) 推荐(1) 编辑