最新发布第301页
xampp中apache在windows7下无法启动的解决方法
环境windows 7 32位 下载zip版本的xampp,无法启动apache ,现象是短暂显示了running标志之后就停止了,日志显示WARNING:terminating worker thread 0。 查看日志信息 [notice] Apache/2.2.14 (...
PDO::_construct讲解,PDO::_construct的作用是什么?
PDO::_construct PDO::_construct — 创建一个表示数据库连接的 PDO 实例(PHP 5 >= 5.1.0, PECL pdo >= 0.1.0) 语法 PDO::_construct ( string $dsn [, string $username [, string $pass...
apache中访问不了伪静态页面的解决方法
1、安装 ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite --enable-ssl 这时apache已经拥有的伪静态功能了,称为内建伪静态。 2、如果安装的时候没有 --enable-rewrit...
Java字符判断的小例子代码实例
通过 Redis 实现 RPC 远程方法调用(支持多种编程语言)
我发现经常研究并且为之兴奋的一件事就是对系统进行扩展。现在这对不同的人有着不同的意思。作为移植Monolithic应用到Microservices架构方法中的一部分,如何处理Microservices架构是我研究RPC...
Redis的LRU机制介绍
在Redis中,如果设置的maxmemory,那就要配置key的回收机制参数maxmemory-policy,默认volatile-lru,参阅Redis作者的原博客:antirez weblog >> Redis as an LRU cache 原文中写得很清楚...
ehrec.exe进程有何作用 ehrec是安全的进程吗
进程文件: ehrec or ehrec.exe 进程名称: Microsoft Windows Media Center Recording Process 进程类别:存在安全风险的进程 英文描述: ehrec.exe is a process belonging to the Microsoft ...
php判断外链,php检查字符串中是否有外链的方法
php检查字符串中是否有外链的方法,涉及php针对字符串的正则匹配的相关技巧,具有一定参考借鉴价值,需要的朋友可以参考下 /** * is_external_link 检测字符串是否包含外链 * @param string $text ...




















