简介 cURL的 官方定义 为: ,即 使用URL语法规则来传输数据的命令行工具 。 PHP 支持 Daniel Stenberg 创建的 libcurl 库,能够连接通讯各种服务器、使用各种协议。libcurl 目前支持的协议有 http、https、ftp、gopher、telnet、dict、 ...
分类:
Web程序 时间:
2018-11-21 17:38:03
阅读次数:
334
ORM多表操作 一、创建模型 作者模型:一个作者有姓名和年龄。 作者详细模型:把作者的详情放到详情表,包含生日,手机号,家庭住址等信息;作者详情模型和作者模型之间是一对一的关系。 出版商模型:出版商有名称,所在城市以及邮箱。 书籍模型: 书籍有书名和出版日期,一本书可能会有多个作者,一个作者也可以写 ...
分类:
其他好文 时间:
2018-11-21 16:17:59
阅读次数:
285
我这里虚拟机Linux版本是centos7第一步安装vmwaretools1.VMwareWorkstation菜单栏中,选择“虚拟机”,”安装VMwareTools...“。2.挂载VMwareTools安装程序到/mnt/cdrom/。mkdir/mnt/cdrommount/dev/cdrom/mnt/cdrom看到...mountingread-only,表示挂载成功。3.解压安装VMwa
查询某用户下所有的表名: select table_name from user_tables; 当前用户下可查 select count(*) from dba_tables where owner='用户名'; dba权限下可查 select * from all_tables where ow ...
分类:
其他好文 时间:
2018-11-20 22:58:40
阅读次数:
270
启动tomcat很慢,检查后发现:[localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for sess ...
分类:
其他好文 时间:
2018-11-20 13:33:01
阅读次数:
535
1、现象启动程序报错:ToomanyopenfilesCausedby:java.io.IOException:Toomanyopenfilesatsun.nio.ch.EPollArrayWrapper.epollCreate(NativeMethod)atsun.nio.ch.EPollArrayWrapper.<init>(EPollArrayWrapper.java:130)a
分类:
其他好文 时间:
2018-11-20 13:28:26
阅读次数:
197
moctf 没时间解释了 条件竞争漏洞 "题目链接" 条件竞争: 在本题目中,上传文件的时候服务器无条件的接收任何类型的文件,但是你上传之后服务器会给你的文件内容修改为too slow。 比如你上传了一句话木马shell.php,内容,可以直接上传,但是马上内容会被修改为too slow 方法: 修 ...
分类:
其他好文 时间:
2018-11-19 19:59:25
阅读次数:
175
#安装依赖包 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel -y #下载Python3.6.x wget https://www.python.org/ftp/python/3.6.7/Python-3.6.7rc2.t... ...
分类:
编程语言 时间:
2018-11-19 17:23:47
阅读次数:
144
转自:https://www.douban.com/note/568788483/ CXX/LD -o .build_release/tools/convert_imageset.bin.build_release/lib/libcaffe.so: undefined reference to cv ...
分类:
其他好文 时间:
2018-11-19 14:39:46
阅读次数:
1092
一、内容介绍1、问题描述1)、问题一 CentOS 6.x 在格式化大于16TB的ext4分区时,会提示如下错误: mke2fs 1.41.12 (17-May-2010)mkfs.ext4: Size of device /dev/sda1 too big to be expressed in 3 ...
分类:
其他好文 时间:
2018-11-19 11:07:30
阅读次数:
194