上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 30 下一页
摘要: http://blog.csdn.net/long_carol/article/details/7356897 方法2 http://www.cnblogs.com/wequst/archive/2010/02/02/1661709.html 阅读全文
posted @ 2016-07-05 15:47 人生为卒 阅读(3739) 评论(0) 推荐(0)
摘要: ① 获取下拉框文本 方法1 : var obj=document.getElementById('select_template'); var text=obj.options[obj.selectedIndex].text;//获取文本 方法2: var obj=document.getEleme 阅读全文
posted @ 2016-07-04 17:09 人生为卒 阅读(3436) 评论(0) 推荐(0)
摘要: 转载 : http://www.jb51.net/web/96169.html 阅读全文
posted @ 2016-06-29 16:41 人生为卒 阅读(137) 评论(0) 推荐(0)
摘要: /// /// 邮件发送 /// /// 用于 SMTP 事务的主机的名称或 IP 地址 private void SendMail(string server = "smtp.qq.com") { try { /... 阅读全文
posted @ 2016-06-29 15:56 人生为卒 阅读(168) 评论(0) 推荐(0)
摘要: 转载:http://www.jb51.net/article/35086.htm display版本:CSS1/CSS2 兼容性:IE4+ NS4+ 继承性:无 语法: display : block | none | inline | compact | marker | inline-table 阅读全文
posted @ 2016-06-29 11:27 人生为卒 阅读(1682) 评论(0) 推荐(0)
摘要: jquery获取select选择的文本与值获取select :获取select 选中的 text : $("#ddlregtype").find("option:selected").text();获取select选中的 value: $("#ddlregtype ").val();获取select 阅读全文
posted @ 2016-06-24 11:02 人生为卒 阅读(542) 评论(0) 推荐(0)
摘要: $("#userdlg_useraccount").textbox('resize','140px');//设置宽度 $("#userdlg_useraccount").textbox('readonly',false);//设置可读 $("#userdlg_useraccount").textbo 阅读全文
posted @ 2016-06-16 17:38 人生为卒 阅读(167) 评论(0) 推荐(0)
摘要: @@@'删除文件 Kill(FullPath) eg. Kill("E:\123.xls") @@@'改名 Rename(oldfileName, newfileName) 注释: 将文件移动到新的位置并改名,之前的位置没有文件 eg. Rename("E:\123old.xls", "E:\123 阅读全文
posted @ 2016-05-25 23:31 人生为卒 阅读(540) 评论(0) 推荐(0)
摘要: /:是除号,5/2=2.5\:是整除符号.5\2=2 是求两个数相除后的整数部分. Mod 求余 5 mod 2=1 阅读全文
posted @ 2016-05-13 14:37 人生为卒 阅读(835) 评论(0) 推荐(0)
摘要: http://zhidao.baidu.com/link?url=fT3tDQPpcNi Yh8ki626wx8uvaEaeVTs9Xbdm-Jl7eWZioqstjXzzsexHS7W5k_L2d_BCTOK0JToYQKew4vK 阅读全文
posted @ 2016-04-18 13:41 人生为卒 阅读(230) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 30 下一页