2014年10月31日

php笔记整理

摘要: opcache 阅读全文

posted @ 2014-10-31 10:27 walter371 阅读(134) 评论(0) 推荐(0) 编辑

mysql绿色版安装问题解决(ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061))

摘要: 原来一直是使用MySQL安装版没有出现过问题,今天在安装绿色版MySQL时出现了点问题在安装成windows服务成功后,用net start mysql 启动时提示启动成功,但当我连接mysql就报以下错误:ERROR 2003 (HY000): Can't connect to MySQL ser... 阅读全文

posted @ 2014-10-31 08:55 walter371 阅读(891) 评论(0) 推荐(0) 编辑

2014年10月30日

mysql笔记整理

摘要: 删除整个表TRUNCATE TABLE 表名;持久链接自动提交 阅读全文

posted @ 2014-10-30 22:31 walter371 阅读(109) 评论(0) 推荐(0) 编辑

深入PHP EOF(heredoc)用法详解

摘要: 介绍下使用EOF heredoc方式,输出长段内容的方法, heredoc用法详解_www.cnblogs.com Hello,$name! EOT;?>注意:1.以"; echo "主页"; echo "主页内容"; echo ";}?>第二种:... 阅读全文

posted @ 2014-10-30 21:25 walter371 阅读(1051) 评论(0) 推荐(0) 编辑

php中const与define的使用区别 详解

摘要: 1、const用于类成员变量定义,一旦定义且不能改变其值。define定义全局常量,在任何地方都可以访问。2、define不能在类中定义而const可以。3、const不能在条件语句中定义常量if (...) { const FOO = 'BAR'; // invalid}butif (...) {... 阅读全文

posted @ 2014-10-30 17:43 walter371 阅读(169) 评论(0) 推荐(0) 编辑

phpstorm8 设置及license key

摘要: phpstorm8 license keyLearn Programming===== LICENSE BEGIN =====63758-1204201000000Ryqh0NCC73lpRm!XVcxFChJ2gTUR2lZtlLXrPLbQ66Gs8MHs51RvF2yagoDlzne08Zm8... 阅读全文

posted @ 2014-10-30 11:49 walter371 阅读(1695) 评论(0) 推荐(0) 编辑

2014年10月29日

如何在LINUX VPS上安装VPN详细步骤

摘要: 在vps上安装vpn是个难点,很多朋友都不会,这儿结合一位朋友的安装经验做下介绍。注意你的vps要安装做vpn使用,一定要注意你的流量限制,使用Vpn上游戏上youtube看视频等都比较耗费资源,否则你的帐号可能不保,被空间商给咔嚓掉了可别怪我。所有的xenvps安装都差不多,对别的系统可以借鉴一下... 阅读全文

posted @ 2014-10-29 12:08 walter371 阅读(127) 评论(0) 推荐(0) 编辑

google hosts

摘要: http://serve.netsh.org/pub/gethosts.php#wk=0;ytb=0;fb=0;twttr=0;app=0;google=0;android=0https://code.google.com/p/huhamhire-hosts/谷歌上不了?hoststool一键搞定h... 阅读全文

posted @ 2014-10-29 11:54 walter371 阅读(131) 评论(0) 推荐(0) 编辑

关于htmlentities 、htmlspecialchars、addslashes的使用

摘要: 1、html_entity_decode():把html实体转换为字符。Eg:$str = "just atest & 'learn to use '";echo html_entity_decode($str);echo "";echo html_entity_deco... 阅读全文

posted @ 2014-10-29 10:58 walter371 阅读(223) 评论(0) 推荐(0) 编辑

composer的安装

摘要: HomeGetting StartedDownloadDocumentationBrowse PackagesDependency managementDeclaring dependenciesSystem RequirementsInstallation - *nixDownloading th... 阅读全文

posted @ 2014-10-29 00:18 walter371 阅读(485) 评论(0) 推荐(0) 编辑

导航