摘要:
花了接近四个小时安装xdebug,上午是尝试sublime 3+ phpstudy+chrome xdebug helper。下午尝试使用phpstudy+phpstorm + xdebug 才发现上午连xdebug都没安装成功,尝试之后总结: 1.xdebug配置网上教程很多过时,安装了最新的xd 阅读全文
摘要:
第9章 1 SELECT groups.name, COUNT(*) num_customers 2 FROM ( 3 SELECT SUM(a.avail_balance) cust_balance 4 FROM account a INNER JOIN product p 5 on a.prod 阅读全文
摘要:
1.格田网站无法升级 2.升级后模板被替换 3.joomla出错的log在哪里? 阅读全文
摘要:
1.lnmp1.7添加vhost时不能使用pathinfo模式,否则出错 2.joomla伪静态找到解决方法 http://www.vuln.cn/2738 真正解决方法 在/usr/local/nginx/conf/rewrite下建一个conf伪静态配置文件,如:joomla.conf,内容如下 阅读全文
摘要:
1.防火墙状态 firewall-cmd --state 2.打开3306端口 firewall-cmd --zone=public --add-port=3306/tcp --permanent firewall-cmd --reload 实在不行可以尝试关闭firewall systemctl 阅读全文
摘要:
1.比较简单的 https://www.cnblogs.com/Canyon/tag/MySQL/ 2.socket问题 http://www.cnntt.com/archives/2505 阅读全文
摘要:
研读了一下JA的代码 改写一个弹出式搜索比较简单,重写mod_finder模块的模板放在模板目录下的html/mod_finder/ 在后台搜索模块下选相应layout 阅读全文
摘要:
阅读全文
摘要:
前台隐藏的东西是:1 2 JA Charity - 褕邪斜谢芯薪 joomla3 袙懈写械芯4 阅读全文
摘要:
使用JA_blank_T3V2来搭建类似JA_charity的相类,看一下blank模板缺什么1.菜单类型:Special page: Blank Contenttemplates的模板文件夹下\html\com_content\category\blank.php和blank.xml2.新建文章内... 阅读全文