02 2013 档案
摘要:后台=>内容=》模型管理点击添加模型后进入:填写相应信息(这里以招聘信息发布模型为例)然后点击“字段管理”进入:点击“添加字段”去添加你想要的字段:添加完字段后,可以点击预览模型:建完后有两个表如:KO!!!!
阅读全文
摘要:var url="www.aaf.com/af.php?id=50&a=100"; alert(url); if(url.indexOf("?")!=-1){ var p=url.indexOf("?"); //返回所在位置 var str = url.substr(p+1) //从这个位置开始截取 strs = str.split("&"); //拆分 alert(strs); for(var i=0;i<strs.length;i++){ document.write([strs[i].s
阅读全文
摘要:启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name[root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl starthttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName查看端口被谁占用了 netstat -pan | grep 8
阅读全文