08 2017 档案

摘要:有朋友可能会碰到使用Navicat for mysql 远程连接 mySql数据库会提示10061、1045错误或 2003-Can’t connect to MySQL on ’192.168.1.2’(10061),这个原因是因为MySQL不准许远程连接。 这是需要主机授权的原因: 1)gran 阅读全文
posted @ 2017-08-18 11:13 26个字符的地狱 阅读(241) 评论(0) 推荐(0)
摘要:绑定数据: 阅读全文
posted @ 2017-08-08 15:15 26个字符的地狱 阅读(614) 评论(0) 推荐(0)
摘要:1 jQuery.extend({ 2 /** 3 * Returns get parameters. 返回获取参数。 4 * 5 * If the desired param does not exist, null will be returned 如果所需的参数不存在,将会返回null 6 * 7 * @例子 value = $.getURLParam("paramName... 阅读全文
posted @ 2017-08-08 15:06 26个字符的地狱 阅读(1177) 评论(0) 推荐(0)
摘要:1 _uri_api = function(url){ 2 return 'http://localhost/msquare/' + url; 3 // return 'http://test2.msqsoft.net:8080/msquare/' + url; 4 } 5 6 function p 阅读全文
posted @ 2017-08-08 15:04 26个字符的地狱 阅读(442) 评论(0) 推荐(0)