上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页

2015年10月21日

php判断字符以及字符串的包含方法属性

摘要: php判断字符以及字符串的包含,可以使用PHP的内置函数strstr,strpos,stristr直接进行判断.也可以通过explode函数的作用写一个判断函数下面介绍使用方法: 1. strstr: 返回一个从被判断字符开始到结束的字符串,如果没有返回值,则不包含 1 2. stristr: 它... 阅读全文

posted @ 2015-10-21 12:00 ziyi_ang 阅读(118) 评论(0) 推荐(0) 编辑

2015年10月16日

PhpStorm支持CI框架的自动补全!

摘要: http://codeigniter.org.cn/forums/thread-20698-1-1.html 阅读全文

posted @ 2015-10-16 10:08 ziyi_ang 阅读(494) 评论(0) 推荐(0) 编辑

2015年10月15日

SVN提交后自动更新post-commit

摘要: 转自:http://www.ruzuojun.com/topic/149.html 阅读全文

posted @ 2015-10-15 22:50 ziyi_ang 阅读(201) 评论(0) 推荐(0) 编辑

phpStorm无法使用svn1.8的解决办法

摘要: 本文讲解了phpStorm编辑器无法使用svn1.8的解决办法,PhpStorm是一个轻量级且便捷的PHP IDE,其旨在提供用户效率,可深刻理解用户的编码,提供智能代码补全,快速导航以及即时错误检查。感兴趣的同学参考下.解决方法:1、安装SVN的Command Lines Tools。2、在php... 阅读全文

posted @ 2015-10-15 22:20 ziyi_ang 阅读(141) 评论(0) 推荐(0) 编辑

WAMP报错:The server encountered an internal error or misconfiguration and was unable to complete your re

摘要: 1、LoadModule rewrite_module modules/mod_rewrite.so 前面的#号去掉2、找到 有关AllowOverride的地方将None改为 all 阅读全文

posted @ 2015-10-15 16:53 ziyi_ang 阅读(368) 评论(0) 推荐(0) 编辑

Cannot load supported formats: Cannot run program "svn": CreateProcess error=2

摘要: 转自:http://lavasoft.blog.51cto.com/62575/1418694IntelliJ IDEA 13.1.2安装后,SVN checkout时候会出现如下错误:Cannot load supported formats: Cannot run program "svn": ... 阅读全文

posted @ 2015-10-15 08:36 ziyi_ang 阅读(177) 评论(0) 推荐(0) 编辑

2015年10月13日

软考]挣值管理EVM详细解释及应用,实例讲解收集(信息系统项目管理师-成本管理)

摘要: 转自:http://www.mamicode.com/info-detail-106745.html文章由简入繁,由浅入深,再加上自己的理解,其中难免有纰漏,若路过此处的同行发现错误或有更好的解题思路,请不吝赐教。挣值管理(Earned ValueManagement,EVM)项目的挣值管理是用与进... 阅读全文

posted @ 2015-10-13 12:54 ziyi_ang 阅读(1868) 评论(0) 推荐(0) 编辑

Call to undefined function mb_substr()处理方法!

摘要: 最近开发微信扩展功能,用到了mb_substr()函数。系统在windows下测试都是正常的,但是放到aliyun(选用的Centos系统)下面就出现了问题,Call to undefined function mb_substr(),报出这个异常。很显然,这是调用了没有定义的函数,可是环境都采... 阅读全文

posted @ 2015-10-13 09:20 ziyi_ang 阅读(2066) 评论(0) 推荐(0) 编辑

2015年9月29日

linux连接mysql“Access denied for user 'root'@'localhost'”问题的解决

摘要: 转自:http://www.linuxidc.com/Linux/2007-05/4338.htm# /etc/init.d/mysql stop# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &# mysql -u ... 阅读全文

posted @ 2015-09-29 17:07 ziyi_ang 阅读(158) 评论(0) 推荐(0) 编辑

mysql连接linux系统提示“登录出现1130 is not allowed to connect to this MySql server”问题,解决方法

摘要: 运行命令:mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;eg:mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.... 阅读全文

posted @ 2015-09-29 17:06 ziyi_ang 阅读(1065) 评论(0) 推荐(0) 编辑

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页

导航