会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生为卒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
30
下一页
2016年8月31日
HTML 只能输入数字
摘要: <input id="year3" class="wid50" onkeyup=" if (this.value.length == 1) { this.value = this.value.replace(/[^1-9]/g, '') } else { this.value = this.valu
阅读全文
posted @ 2016-08-31 16:23 人生为卒
阅读(263)
评论(0)
推荐(0)
2016年8月12日
创建服务并安装服务
摘要: 创建服务并安装: http://jingyan.baidu.com/article/fa4125acb71a8628ac709226.html 批处理文件制作: http://jingyan.baidu.com/album/39810a23d17c8fb636fda6ca.html?picindex
阅读全文
posted @ 2016-08-12 16:45 人生为卒
阅读(120)
评论(0)
推荐(0)
2016年8月11日
json的转换
摘要: Newtonsoft.Json.dll
阅读全文
posted @ 2016-08-11 17:11 人生为卒
阅读(109)
评论(0)
推荐(0)
2016年8月10日
byte[] 解码编码
摘要: string strcode = "汉字汉字汉字"; byte[] buffer = Encoding.UTF8.GetBytes(strcode); string msg = Encoding.UTF8.GetString(buffer, 0, buffer.Length);
阅读全文
posted @ 2016-08-10 17:12 人生为卒
阅读(571)
评论(0)
推荐(0)
2016年8月8日
easyui combobox 值怎样获取
摘要: $('#com').combobox('getValue')获取当前选中的值$('#com').combobox('getText')获取当前选中的文字
阅读全文
posted @ 2016-08-08 10:58 人生为卒
阅读(826)
评论(0)
推荐(0)
2016年8月5日
html select
摘要: 每一次操作select的时候,总是要出来翻一下资料,不如自己总结一下,以后就翻这里了。 比如<select class="selector"></select> 1、设置value为pxx的项选中 $(".selector").val("pxx"); 2、设置text为pxx的项选中 $(".sel
阅读全文
posted @ 2016-08-05 16:31 人生为卒
阅读(149)
评论(0)
推荐(0)
HTML给text赋值
摘要: js 给文本框赋值:<script>//js赋值方法:document.getElementById("txt1").value="abcd";//jquery赋值方法$("#txt1").val("你需要赋的值");</script><input type="text" id="txt1" val
阅读全文
posted @ 2016-08-05 15:10 人生为卒
阅读(3784)
评论(0)
推荐(0)
2016年7月13日
Javascript数组与字典用法分析
摘要: http://www.68idc.cn/help/makewebs/javascript/20141214142024.html 这篇文章主要介绍了Javascript数组与字典用法,以实例形式较为详细的分析了Array作为数组与字典的不同用法,具有一定的参考借鉴价值,需要的朋友可以参考下 这篇文章
阅读全文
posted @ 2016-07-13 15:51 人生为卒
阅读(4989)
评论(0)
推荐(0)
2016年7月12日
js 获取控件
摘要: ① document.getElementById("id").getElementsByTagName("input"); 获取ID=‘id’控件所包含的所有标签为‘input’的子控件集合 ② eval(document.getElementById("id")).value 获取ID='id‘
阅读全文
posted @ 2016-07-12 11:36 人生为卒
阅读(1228)
评论(0)
推荐(0)
2016年7月11日
C#代码对SQL数据库添加表或者视图
摘要: ① sql执行语句结构
阅读全文
posted @ 2016-07-11 11:58 人生为卒
阅读(2443)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
30
下一页
公告