上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 57 下一页
摘要: public partial class FrmFieldMapping : DevComponents.DotNetBar.Office2007Form { private AMDataFieldCollection linkEntryFields; strin... 阅读全文
posted @ 2015-08-21 20:59 洛晨随风 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 双击两次变成单击一次的写法:void dataGridView_CellEnter(object sender, DataGridViewCellEventArgs e) { //实现单击一次显示下拉列表框 if (dataGridView.... 阅读全文
posted @ 2015-08-21 20:21 洛晨随风 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 序列化方法: public static byte[] SerializerToByte(object value) { try { byte[] buffer = null; //... 阅读全文
posted @ 2015-08-20 16:32 洛晨随风 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 1、本人常用:if (reader["字段名"] != DBNull.Value) { userRegisterInfo.OrgCode = reader["字段名"].ToStrin... 阅读全文
posted @ 2015-08-15 13:43 洛晨随风 阅读(525) 评论(0) 推荐(0) 编辑
摘要: SerializationInfoEnumerator enumerator = info.GetEnumerator(); while (enumerator.MoveNext()) { if (enumerator.Va... 阅读全文
posted @ 2015-08-12 21:04 洛晨随风 阅读(406) 评论(0) 推荐(0) 编辑
摘要: input { /*设置边框*/ border:1px solid #95B8E7; border-radius: 5px; /*设置圆角,IE不兼容*/ height:18px ... 阅读全文
posted @ 2015-08-10 11:18 洛晨随风 阅读(244) 评论(0) 推荐(0) 编辑
摘要: js代码: //$(document).click(function (e) { // 在页面任意位置点击而触发此事件 // var select = ""; // var ... 阅读全文
posted @ 2015-08-07 11:06 洛晨随风 阅读(1680) 评论(0) 推荐(0) 编辑
摘要: 前台: 后台: [WebMethod] //[AjaxMethod] public static string GetAddress() { string Address = "hello word"; ... 阅读全文
posted @ 2015-07-28 15:32 洛晨随风 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 方法一:function createXMLHTTPRequest() { //1.创建XMLHttpRequest对象 //这是XMLHttpReuquest对象无部使用中最复杂的一步 /... 阅读全文
posted @ 2015-07-24 17:31 洛晨随风 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 使用json不仅可以这么写,{"ARCHIVAL_CODE":"String","TDQLR":"String"}还可以这么写:{ "RETENTION_PERIOD": [ { "id": "永久", "text": "永久" ... 阅读全文
posted @ 2015-07-07 15:34 洛晨随风 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 57 下一页