最新文章 更多»

PHP-sftp文件上传

PHP的sftp文件上传;在框架thinkphp5中使用;主要用到的sftp函数如下;ssh2_connect(host,port) 链接信息ssh2_auth_password(

thinkphp创建临时表

thinkphp创建临时表/** *创建临时表存储设备 **/ publicfunctioncreateTmptable(){ $model=M();

mysql

thinkphp5-循环插入百万条数据

//由于是跨服务器的两个数据库需要建一个数据模型 <?php namespaceapp\index\controller; usethink\Controlle

mysql

thinkphp-复合查询

实现数组查询相同字段多次查询例如 status !=0 and status !=4;$where['status']=array(array('neq&#

thinkphp5 关于加载静态资源路径问题

thinkphp5 关于加载静态资源路径问题大于5.0.4版本可以直接使用__ROOT__ 项目目录__STATIC__ 项目目录下的static目录__JS__ 项目目录下的st