上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 68 下一页
摘要: System.Data.DataSet objSet = new DataSet(); System.Data.DataTable objTable = new DataTable("test"); objTable.Columns.Add("CodeID", typeof(string)); objTable.Columns.Add("FilterCitem ", typeof(stri... 阅读全文
posted @ 2016-03-26 20:31 海乐学习 阅读(4414) 评论(0) 推荐(0) 编辑
摘要: <?php header("Content-Type: application/msword"); header("Content-Disposition: attachment; filename=doc.doc"); //指定文件名称 header("Pragma: no-cache");hea 阅读全文
posted @ 2016-03-25 10:18 海乐学习 阅读(5737) 评论(0) 推荐(0) 编辑
摘要: var test=document.getElementsByTagName('html')[0].innerHTML; alert(test); 阅读全文
posted @ 2016-03-25 09:26 海乐学习 阅读(15644) 评论(0) 推荐(0) 编辑
摘要: TR标签的隐藏与显示:block(显示)和none(隐藏) <tr style="display:none"> 阅读全文
posted @ 2016-03-24 18:41 海乐学习 阅读(44861) 评论(0) 推荐(0) 编辑
摘要: dataGridView1.AutoGenerateColumns = false; 阅读全文
posted @ 2016-03-18 09:48 海乐学习 阅读(2803) 评论(0) 推荐(0) 编辑
摘要: 效果图: <table id='grid' class='easyui-datagrid' style='width:1500px;height:450px' url='Ajax-index.php?module=<{$module_name}>&action=Ajax_GridView_Selec 阅读全文
posted @ 2016-02-01 16:17 海乐学习 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 例:select ID,预设点,备注 from 预设点派车预警 where ( 到达时间>=#2013-01-01 12:12:12# and 到达时间<=#2016-01-24 23:59:59#) 阅读全文
posted @ 2016-01-24 21:11 海乐学习 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: 当使用.NET connector 连接MYSQL数据库,检索某些数据的时候,你可能会得到一个错误信息:"Unable to convert MySQL date/time value to System.DateTime"这是因为在日期列中有"0000-00-00"数据值,要修正这个问题,你可以把... 阅读全文
posted @ 2016-01-22 16:31 海乐学习 阅读(1220) 评论(0) 推荐(1) 编辑
摘要: C# 连接 mySQL 出现 GUID 应包含带 4 个短划线的 32 位数 问题在连接字符串中加入Old Guids=true;如:server=localhost;userid=root;password=;database=airsys;Charset=gb2312;Old Guids=tru... 阅读全文
posted @ 2016-01-22 14:16 海乐学习 阅读(2118) 评论(0) 推荐(1) 编辑
摘要: 表名:province 结构如下CallIn.tpl 模板页CallIn.php//省份 智能提示--------------------------------------------------------------------------$option='';$strSql="SELECT ... 阅读全文
posted @ 2015-11-24 15:06 海乐学习 阅读(1370) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 68 下一页