上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: <input id="btnPrint" type="button" value="打印预览" onclick=preview(1) /> <script> function preview(oper) { if (oper < 10) { bdhtml=window.document.body.i 阅读全文
posted @ 2016-08-20 15:29 bobo-bobo 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 打开httpd.conf(在那里? APACHE目录的CONF目录里面),用文本编纂器打开后,查找 (1) Options FollowSymLinks AllowOverride None 改为 Options FollowSymLinks AllowOverride All (2)去掉下面的注释 阅读全文
posted @ 2016-08-18 09:58 bobo-bobo 阅读(2342) 评论(0) 推荐(0) 编辑
摘要: http://www.mysql.com/downloads/ 阅读全文
posted @ 2016-08-17 15:12 bobo-bobo 阅读(157) 评论(0) 推荐(0) 编辑
摘要: select table_name from information_schema.tables where table_schema='laiu8' and table_type='base table'; 阅读全文
posted @ 2016-08-17 08:56 bobo-bobo 阅读(292) 评论(0) 推荐(0) 编辑
摘要: D:\xampp\phpMyAdmin\libraries\config.default.php $cfg['ExecTimeLimit'] = 0; 阅读全文
posted @ 2016-08-16 19:53 bobo-bobo 阅读(198) 评论(0) 推荐(0) 编辑
摘要: post_max_size=80000000000M upload_max_filesize=2000000000M 阅读全文
posted @ 2016-08-16 08:45 bobo-bobo 阅读(303) 评论(0) 推荐(0) 编辑
摘要: // 获取body中json数据并初始化为数组$data = json_decode(file_get_contents('php://input'), true); 阅读全文
posted @ 2016-08-16 08:44 bobo-bobo 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 更改默认的mysql数据库目录 将 C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data 改到 D:\MysqlData 1. 建立文件夹 D:\MysqlData 2. 停止 mysql 服 阅读全文
posted @ 2016-08-12 08:05 bobo-bobo 阅读(3122) 评论(0) 推荐(0) 编辑
摘要: // using System.Web.Script.Serialization; var jser = new JavaScriptSerializer(); var json = jser.Serialize(new List<Person>() { p1, p2 }); var persons 阅读全文
posted @ 2016-08-04 09:38 bobo-bobo 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Internal Server Error 表示服务器验证出错 <?php$classmap = array();//注意和实例一的不同$soap = new SoapServer(null, array('uri' => "http://localhost", "classmap" => $cla 阅读全文
posted @ 2016-07-30 22:10 bobo-bobo 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页