摘要:
导航: 【https 免费ssl】 https://freessl.org 【文档格式转换网站 】 https://www.fileeagle.com/pdfeagle/ 【jquery validation 表单验证】 https://github.com/jquery-validation/jq 阅读全文
摘要:
是数据库配置错误 按照以下格式: 还可能是在某个地方有无法访问的连接 阅读全文
摘要:
在http.conf加上 阅读全文
摘要:
vi /etc/my.cnf [mysqld] skip-grant-tables service mysqld restart mysql -uroot -p use mysql UPDATE user SET authentication_string=password('nbou_Mysql@ 阅读全文
摘要:
一、添加服务端口在文件Apache\conf\httpd.conf中,去掉前面的#号,重启 #LoadModule rewrite_module modules/mod_rewrite.so #Include conf/extra/httpd-vhosts.conf 二、在文件Apache\conf 阅读全文
摘要:
CONCAT(str1,str2,…) 返回结果为连接参数产生的字符串。如有任何一个参数为NULL ,则返回值为 NULL。 mysql> select concat('11','22','33'); +------------------------+ | concat('11','22','33') | +------------------------+ | 112233 | +-... 阅读全文
摘要:
阅读全文
摘要:
-20319,'ai'=>-20317,'an'=>-20304,'ang'=>-20295,'ao'=>-20292, 'ba'=>-20283,'bai'=>-20265,'ban'=>-20257,'bang'=>-20242,'bao'=>-20230,'bei'=>-20051,'ben'=>-20036,'beng'=>- 阅读全文
摘要:
function transform(tranvalue) { try { var i = 1; var dw2 = new Array("", "万", "亿"); //大单位 var dw1 = new Array("拾", "佰", "仟"); //小单位 var dw = new Array("零", "壹", "贰", "叁", "肆", "伍", 阅读全文