Loading

摘要: 最近在SAE上写微博应用,碰到一些小问题,记下来,以供参考: 1、出错提示: 问题原因很简单,$_GET、$_POST之类的预定义变量是数组不是函数,如果你用$_GET("ParamName")这样的方法来获取参数就会碰到这个错误,正确的做法是用方括号:$_GET['ParamName']. 2、A 阅读全文
posted @ 2017-07-02 10:48 _朝晖 阅读(220) 评论(0) 推荐(0)
摘要: 昨天碰到了这个问题,终端下用sudo打开,出以下提示: 搜索一下这个提示,找到这篇帖子:http://ubuntuforums.org/showthread.php?t=1865094 大概原因,是你打开通用辅助功能的某些设置,比如屏幕阅读器,把这些关掉就可以了。 阅读全文
posted @ 2017-07-02 10:45 _朝晖 阅读(287) 评论(0) 推荐(0)
摘要: 首先推荐在安装之前,首先阅读一下官方的Installation guide ,说实话话,这玩意安装没有Joomla安装那么平滑,大多数问题,guide都会提到。我是先安装后看的这个guide,比较折腾。 在安装的过程中一定要在PHP.ini把xdebug.show_exception_trace特性 阅读全文
posted @ 2017-07-02 10:44 _朝晖 阅读(298) 评论(0) 推荐(0)
摘要: 先列参考内容,后面我再补充点东西: http://www.4wei.cn/archives/1001436 http://www.gidot.net/blog/article.asp?id=322 上面2个教程大概都差不多。 无非按顺序安装nginx,php5,php5-fpm,MySQL Serv 阅读全文
posted @ 2017-07-02 10:39 _朝晖 阅读(260) 评论(0) 推荐(0)
摘要: http://news.netcraft.com/ 需要参考现在服务器相关数据,可以上这个网站。 当然google趋势也是一个可选得备案。 有一个数据统计更全面的: http://w3techs.com/ http://news.netcraft.com/ 需要参考现在服务器相关数据,可以上这个网站 阅读全文
posted @ 2017-06-30 18:50 _朝晖 阅读(560) 评论(0) 推荐(0)
摘要: 导入公钥的办法: #方法1: gpg --keyserver subkeys.pgp.NET --recv 6E871C4A881574DEgpg --export --armor 6E871C4A881574DE | sudo apt-key add - #方法2:sudo apt-key adv 阅读全文
posted @ 2017-06-30 18:50 _朝晖 阅读(4575) 评论(0) 推荐(0)
摘要: Firebug中的出错提示: element.dispatchEvent is not a function element.dispatchEvent(event); prototype.js (第 5734 行) 出错原因:同时引用了prototype和jQuery,我这儿引用的版本,proto 阅读全文
posted @ 2017-06-30 18:47 _朝晖 阅读(3370) 评论(0) 推荐(0)
摘要: 参考:http://blog.sina.com.cn/s/blog_5388923c0100nu8h.html 症状: xxxx@xxxxx:~$ sudo add-apt-repository ppa:nikount/orta-desktop Exception in thread Thread- 阅读全文
posted @ 2017-06-30 18:45 _朝晖 阅读(771) 评论(0) 推荐(0)
摘要: 可能有重复: 在ubuntu 上配置vim的PHP开发环境 http://blog.csdn.net/robertaqi/article/details/6117546 手把手教你把Vim改装成一个IDE编程环境(图文): http://blog.csdn.net/wooin/article/det 阅读全文
posted @ 2017-06-30 18:44 _朝晖 阅读(258) 评论(0) 推荐(0)
摘要: 转载自:http://h2appy.blog.51cto.com/609721/373414 虽然是英文,可是写的非常浅显易懂,再配合截图,更是明了。 http://docs.joomla.org/Setting_up_your_workstation_for_Joomla!_development 阅读全文
posted @ 2017-06-30 18:43 _朝晖 阅读(688) 评论(0) 推荐(0)