上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 60 下一页
摘要: 序列化方法: public static byte[] SerializerToByte(object value) { try { byte[] buffer = null; //... 阅读全文
posted @ 2015-08-20 16:32 洛晨随风 阅读(491) 评论(0) 推荐(0)
摘要: 1、本人常用:if (reader["字段名"] != DBNull.Value) { userRegisterInfo.OrgCode = reader["字段名"].ToStrin... 阅读全文
posted @ 2015-08-15 13:43 洛晨随风 阅读(561) 评论(0) 推荐(0)
摘要: SerializationInfoEnumerator enumerator = info.GetEnumerator(); while (enumerator.MoveNext()) { if (enumerator.Va... 阅读全文
posted @ 2015-08-12 21:04 洛晨随风 阅读(416) 评论(0) 推荐(0)
摘要: input { /*设置边框*/ border:1px solid #95B8E7; border-radius: 5px; /*设置圆角,IE不兼容*/ height:18px ... 阅读全文
posted @ 2015-08-10 11:18 洛晨随风 阅读(260) 评论(0) 推荐(0)
摘要: js代码: //$(document).click(function (e) { // 在页面任意位置点击而触发此事件 // var select = ""; // var ... 阅读全文
posted @ 2015-08-07 11:06 洛晨随风 阅读(1716) 评论(0) 推荐(0)
摘要: 前台: 后台: [WebMethod] //[AjaxMethod] public static string GetAddress() { string Address = "hello word"; ... 阅读全文
posted @ 2015-07-28 15:32 洛晨随风 阅读(525) 评论(0) 推荐(0)
摘要: 方法一:function createXMLHTTPRequest() { //1.创建XMLHttpRequest对象 //这是XMLHttpReuquest对象无部使用中最复杂的一步 /... 阅读全文
posted @ 2015-07-24 17:31 洛晨随风 阅读(460) 评论(0) 推荐(0)
摘要: 使用json不仅可以这么写,{"ARCHIVAL_CODE":"String","TDQLR":"String"}还可以这么写:{ "RETENTION_PERIOD": [ { "id": "永久", "text": "永久" ... 阅读全文
posted @ 2015-07-07 15:34 洛晨随风 阅读(232) 评论(0) 推荐(0)
摘要: //Load Document Document document = new Document(@"C:\Users\Administrator\Desktop\人事---新员工转正总结(1) - 副本.doc"); //Conve... 阅读全文
posted @ 2015-07-03 09:56 洛晨随风 阅读(424) 评论(0) 推荐(0)
摘要: 原型: private List> lstData = new List>();集合添加数据,重复的自动去掉for (int i = 0; i dicData = new Dictionary(); dicData.Add(this.listView.Item... 阅读全文
posted @ 2015-06-29 15:49 洛晨随风 阅读(155) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 60 下一页