会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
low_key
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2012年3月7日
js打印页面内容
摘要: 其中sprnstr和eprnstr可放到页面中的任何位置。打印sprnstr和eprnstr中间的内容
阅读全文
posted @ 2012-03-07 14:20 low_key
阅读(188)
评论(0)
推荐(0)
2012年2月29日
asp.net验证码
摘要: 登录页面调用 点击图片切换验证码 点击换一张连接电泳js function changeImage() { var s = document.getElementById("checkImg").src; document.getElementById("checkImg").src=s+"...
阅读全文
posted @ 2012-02-29 10:18 low_key
阅读(195)
评论(0)
推荐(0)
JS调用后台方法
摘要: // 需要标识为WebMethod [System.Web.Services.WebMethod]// 注意,要让前台调用的方法,一定要是public和static的 public static string aaa(string name){ string result = "Hello:" + ...
阅读全文
posted @ 2012-02-29 10:02 low_key
阅读(998)
评论(0)
推荐(0)
2012年1月9日
SQL 标量函数----->日期函数 day() 、month()、year()、
摘要: 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
阅读(401)
评论(0)
推荐(1)
上一页
1
2
公告