在创业之前,你需要对自己有一个自我的审视,去了解你自己,知道当时的你是一个怎样的人,并且以后的你想要成为怎样的 […]
Continue reading摆地摊拿货一定要注意的事项——批发市场篇
随着2020年5月底全国文明城市测试指标将“马路市场,流动商贩”不作为测评一个城市文明程度的范围内后,选择摆地 […]
Continue reading世界,你好!
欢迎使用WordPress。这是系统自动生成的演示文章。编辑或者删除它,然后开始您的博客!
Continue readingphp下面简单使用memcache
记录下,以后脑袋不好使了,可以返回来看看。 1.首先下载 memcached ,百度上面很多,按照自己对应系统 […]
Continue readingphp之include载入文件
include include_once require require_once 都属于语法结构,而非函数, […]
Continue readingphpexec用法详解
exec函数解析 exec语法: string exec(string command, string [ar […]
Continue readingphp之自定义错误
自定义错误就是自己可以完全控制错误以及其提示内容 设定错误由自己定义的函数来处理 set_error_hand […]
Continue reading初学php分号和逗号的一些经验
分号表示该条语句结束, 逗号表示一条语句中某一部分结束。 比如 $myarray=array( ‘ […]
Continue readingphp之记录错误日志
在开发阶段,需要显示所有错误;而在产品阶段,则需要隐藏所有错误并记录所有错误 同样记录错误有两种方式 在php […]
Continue readingphphnosuchfileordirectory
php.h no such file or directory yesterday , i tried to […]
Continue reading140php$
php $_server变量 server变量 /* that will give you the resul […]
Continue readingnginx+tomcat取得远程用户ip问题的解决办法
nginx+(1…n)tomcat集群部署时,后端tomcat需要取得用户的ip,这时通过 reque […]
Continue readingphp之错误显示控制
php中错误显示有两个方面进行控制 设定是否显示错误 php.ini 中 display_errors = o […]
Continue readingphp初学之常量
常量;经常用的东西,有些重要的值不希望被改变,变量的反义词,可以理解成一个写死的、不变的 […]
Continue readingphp中把stdclassobject转array的几个方法
php和js通讯通常都用json,但用 json 传过来的数组并不是标准的array,而是 stdclass […]
Continue reading