摘要:
exception ‘CDbException’ with message ‘The table “pms_goods” for active record class “PmsGoods” cannot be found in the database.’ in /data/work/admin/ 阅读全文
摘要:
SVN命令行笔记 近期玩了一下命令行,记录如下。 阅读全文
摘要:
Mybatis常见配置错误总结 <bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"> <property name="mapperLocations"> <list> <value>classpa 阅读全文
摘要:
Element filtername is not allowed here-web.xml version="3.0"-intellij idea Intellij IDEA 报错,web.xml不能添加 filter: 参见: http://stackoverflow.com/questions 阅读全文
摘要:
什么是JavaScript闭包? 刚开始知道这个词,就误以为是自动执行的匿名函数块。 比如说+function(){}(); 然而并不是,那么请看下面的例子: displayname()是闭包吗?函数内部访问函数成员局部属性的方法? This is an example of lexical sco 阅读全文
摘要:
PHPStorm 10 配置PHPUnit PHPUnit的安装 自己用的是Xampp,PHPUnit好像自带不好用。 不说废话: 自己看 According to official site https://phpunit.de/ PHPUnit 5.2 is supported on PHP 5 阅读全文
摘要:
表格自动换行 由于HTML嵌套iframe比较多,代码比较shit,js domain啥的都一样。。 找了很久就是不换行,强行换行!!加上white-space立马见效。 禁止外部垂直滚动条 还有就是禁止垂直滚动条,找了几天的原因,最后终于解决 主页面 iframe属性已经设置为scrolling= 阅读全文
摘要:
本文章的PHP使用版本:5.4.7 PHP建议使用: spl_autoload_register 那么写了一种实现 文件路径 core core.php ChildrenClass.php ParentClass.php test index.php core.php ChildrenClass.p 阅读全文
摘要:
JQuery选择器 大于 空格 波浪线 加号的区别 元素遍历 参见 Jquery API Child Selector (“parent > child”) Selects all direct child elements specified by “child” of elements spec 阅读全文
摘要:
PhpStorm10和Apache24配置多项目开发环境 Apache配置 httpd.conf 再配置 httpd-vhosts.conf 配置完成,重启即可。如果不能重启,可能配置的不对。。尤其是权限,注意Apache是否支持。比如说Allow from all。。。。。百度一大片 PhpSto 阅读全文