文章分类 -  PHP

摘要:关于PHP邮件发送 初学PHP一段时间,发现PHP比J2EE框架简单很多,同JAVA相比,它是一门极弱的语言,类似于Javascript.PHP不仅在语法上较JAVA来的简单的多,同时其本身还提供了很多开源的框架,J2EE虽然本身也有经典级(JSF+EJB+JPA)和轻量级(STRUCTS+SPRI 阅读全文
posted @ 2018-08-24 08:30 yangchunlong 阅读(92) 评论(0) 推荐(0)
摘要:php:// php:// — 访问各个输入/输出流(I/O streams) 说明 PHP 提供了一些杂项输入/输出(IO)流,允许访问 PHP 的输入输出流、标准输入输出和错误描述符, 内存中、磁盘备份的临时文件流以及可以操作其他读取写入文件资源的过滤器。 php://stdin, php:// 阅读全文
posted @ 2018-05-12 10:13 yangchunlong 阅读(121) 评论(0) 推荐(0)
摘要:wamp环境搭建好后,接下来我们看一下在phpstorm下的调试环境如何配置和搭建 http://blog.csdn.net/ufojjj666/article/details/54572399 配置php interpreter 找到设置->语言和框架->PHP 在路径找到之间安装wamp时,装好 阅读全文
posted @ 2018-03-20 11:25 yangchunlong 阅读(582) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/ikscher/article/details/43672365 一:安装设置xdebug 这个一般有两个步骤1:浏览器的xdebug插件安装,一般用firefox的插件,chrome好像不太好使,chrome安装后的 效果 安装后如下图所示,需要配置IDE 阅读全文
posted @ 2018-03-20 11:16 yangchunlong 阅读(230) 评论(0) 推荐(0)
摘要:http://mp.weixin.qq.com/s/ZxIjURHHw9U8mdpSwMpaqw 2018-03-14 安小下 SegmentFault 算法与数据结构 BTree和B+tree BTree B树是为了磁盘或者其他存储设备而设计的一种多叉平衡查找树,相对于二叉树,B树的每个内节点有多 阅读全文
posted @ 2018-03-15 14:00 yangchunlong 阅读(109) 评论(0) 推荐(0)
摘要:ecshop适应PHP7的修改 Posted on 2016-05-04 22:54 龙翔天下 阅读(4855) 评论(2) 编辑 收藏 ecshop适应PHP7的修改 说实话,ecshop这个系统,到目前也没见怎么推出新版本,如果是新项目,不太建议使用它。不过,因为我一直以来都在使用中,所以不得不 阅读全文
posted @ 2018-03-08 10:13 yangchunlong 阅读(552) 评论(0) 推荐(0)
摘要:#1045 – Accès refusé pour l’utilisateur: ‘root’@’@localhost’ (mot de passe: NON) 安装完成之后第二次使用发现一个问题. 1.如果在安装过程中未mySQL数据库设置里密码,那么第二次从localhost界面访问phpMyA 阅读全文
posted @ 2018-03-01 08:07 yangchunlong 阅读(1179) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/bu2543567472/article/details/70937144 session入库可以解决哪些问题? 1. 可以解决跨域操作 2. 可以实现单点登陆 3. 可以统计在线人数 4. 可以实现同一时只允许一个用户在线 session_set_save 阅读全文
posted @ 2018-01-25 10:56 yangchunlong 阅读(266) 评论(0) 推荐(0)
摘要:https://gitee.com/xingchuangyang/codes/t74g831ncspwj9iz0drqu34 阅读全文
posted @ 2018-01-08 14:38 yangchunlong 阅读(150) 评论(0) 推荐(0)
摘要:/** * 高效判断远程文件是否存在 * @param $file * @return bool 存在返回 true 不存在或者其他原因返回false */ function remoteFileExist($file) { if(preg_match('/^http:\/\//',$file)){ //远程文件 if(ini_get('allow... 阅读全文
posted @ 2018-01-08 14:37 yangchunlong 阅读(136) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-03 14:47 yangchunlong 阅读(68) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-03 14:45 yangchunlong 阅读(60) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-03 14:42 yangchunlong 阅读(60) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-03 13:21 yangchunlong 阅读(81) 评论(0) 推荐(0)