最新发布第316页
Docker单机桥接网络详解
PHP使用函数用法详解
1.php_check_syntax 这个函数可以用来检查特定文件中的PHP语法是否正确。 <?php $error_message = ''; $filename = './php_script.php'; if(!php_check_syntax($filename, &$error_messa...
mongodb 数据库操作详解–创建,切换,删除
一,创建,切换,删除数据库 1 2 3 4 5 6 7 [root@localhost zhangy]# mongo MongoDB shell version: 2.4.6 connecting to: tank > use test //创建 or 切换数据库 switched to db...
c++ std::invalid_argument应用
首先说明invalid_argument是一个类(class invalid_argument;),它的继承关系如下 exception-------->logic_error--------->invalid_argument invalid_argument原型是 class invalid_arg...
在nginx中配置pathinfo模式支持thinkphp的URL重写
配置才可以,于是我们按照了以下方法进行了Nginx的PATHINFO支持配置: 修改nginx.conf,找到server中的 location ~ .php${},修改为location ~ .php {},并在其中增加以下内容: set $path_info...
Servlet是什么?
在 JSP 中,Servlet 是另一种重要的技术,全称是 Java Servlet,主要用于 Java 类编写的服务端程序,与平台架构、协议无关。在 JSP 中,所有的 JSP 页面传回服务端时都要转为 Servlet 进行编译...
mongodb 命令行下及php中insert数据详解
下面说一下,数据库表的插入操作 1,命令行下的insert操作 1 2 3 4 5 6 7 8 9 10 11 12 13 > use test; #切换到test数据库 switched to db test > document=({'title' : 'linux...

























