08 2016 档案
摘要:Unable to convert MySQL date/time value to System.DateTime 解决方案 这个问题发生在MySQL数据里面有Date类型数据,在C#中查询出来时候时间的类型不一致而导致! 网上看了一下,找到有两种解决方案: 1、在连接字符串中加入“Allow Z
阅读全文
摘要:1.显示你的隐藏文件、文件夹 2.删除以下文件、文件夹 文件夹:C:\Users\Administrator\.zend\ 文件夹:C:\Users\Administrator\.ZendStudio\ 文件:C:\Users\Administrator\.zs
阅读全文
摘要:after触发器要求只有执行某一操作insert、update、delete之后触发器才被触发,且只能定义在表上。 而instead of触发器表示并不执行其定义的操作(insert、update、delete)而仅是执行触发器本身。既可以在表上定义instead of触发器,也可以在视图上定义。
阅读全文
摘要:static void Main(string[] args) { Thread t1 = new Thread(new ThreadStart(TestMethod)); Thread t2 = new Thread(new ParameterizedThreadStart(TestMethod)
阅读全文
摘要:<input id="btnPrint" type="button" value="打印预览" onclick=preview(1) /> <script> function preview(oper) { if (oper < 10) { bdhtml=window.document.body.i
阅读全文
摘要:打开httpd.conf(在那里? APACHE目录的CONF目录里面),用文本编纂器打开后,查找 (1) Options FollowSymLinks AllowOverride None 改为 Options FollowSymLinks AllowOverride All (2)去掉下面的注释
阅读全文
摘要:http://www.mysql.com/downloads/
阅读全文
摘要:select table_name from information_schema.tables where table_schema='laiu8' and table_type='base table';
阅读全文
摘要:D:\xampp\phpMyAdmin\libraries\config.default.php $cfg['ExecTimeLimit'] = 0;
阅读全文
摘要:post_max_size=80000000000M upload_max_filesize=2000000000M
阅读全文
摘要:// 获取body中json数据并初始化为数组$data = json_decode(file_get_contents('php://input'), true);
阅读全文
摘要:更改默认的mysql数据库目录 将 C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data 改到 D:\MysqlData 1. 建立文件夹 D:\MysqlData 2. 停止 mysql 服
阅读全文
摘要:// using System.Web.Script.Serialization; var jser = new JavaScriptSerializer(); var json = jser.Serialize(new List<Person>() { p1, p2 }); var persons
阅读全文

浙公网安备 33010602011771号