摘要:
<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 阅读全文
摘要:
Internal Server Error 表示服务器验证出错 <?php$classmap = array();//注意和实例一的不同$soap = new SoapServer(null, array('uri' => "http://localhost", "classmap" => $cla 阅读全文