coffee_cn

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 ··· 17 下一页

2019年10月18日 #

摘要: Sqlmap注入工具 http://sqlmap.org/ Sqlmap是国外的一个免费的注入工具,基于python开发,支持现在几乎所有的数据库,支持get、post、cookie注入,可以添加cookie和user-agent,支持盲注,报错回显注入,DNS回显注入等,还有其他多种注入方法,支持 阅读全文
posted @ 2019-10-18 17:32 coffee 阅读(212) 评论(0) 推荐(0) 编辑

2019年10月15日 #

摘要: 最近一个项目需要用到两个外部包文件 ctgclient-8.1.0.3.jar ctgserver-8.1.0.3.jar 方便maven打包,修改pom.xml配置(basedir为pom.xml所在目录) 阅读全文
posted @ 2019-10-15 11:18 coffee 阅读(973) 评论(0) 推荐(0) 编辑

2019年9月29日 #

摘要: yum install ffmpeg rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-r 阅读全文
posted @ 2019-09-29 10:08 coffee 阅读(831) 评论(0) 推荐(0) 编辑

摘要: yum -y install java-1.8.0-openjdk-devel.x86_64 阅读全文
posted @ 2019-09-29 10:05 coffee 阅读(3814) 评论(0) 推荐(0) 编辑

2019年9月28日 #

摘要: 1.建立日志存放目录#mkdir /var/log/screen/ 2.修改配置文件,在末尾添加配置内容#vi /etc/screenrclogfile /var/log/screen/%t.log logfile /var/log/screen/%t_%Y%m%d.log 3.启动screen会话 阅读全文
posted @ 2019-09-28 12:44 coffee 阅读(2230) 评论(0) 推荐(0) 编辑

2019年9月25日 #

摘要: @Override public SwAdmin findById(long id) { return DAO.findFirst("SELECT * FROM sw_admin WHERE id = ?", id); } @Override public boolean deleteById(long id) { return Db.update("UPDATE sw_admin SET sta 阅读全文
posted @ 2019-09-25 11:12 coffee 阅读(1240) 评论(0) 推荐(0) 编辑

2019年9月23日 #

摘要: https://www.runoob.com/java/java-map-interface.html 实例 下面的例子来解释Map的功能 以上实例编译运行结果如下: 阅读全文
posted @ 2019-09-23 11:36 coffee 阅读(167) 评论(0) 推荐(0) 编辑

2019年9月9日 #

摘要: 运行结果 阅读全文
posted @ 2019-09-09 12:48 coffee 阅读(2142) 评论(0) 推荐(0) 编辑

2019年8月27日 #

摘要: vi /etc/vsftpd/vsftpd.conf vsftp配置末尾添加 pasv_enable=YES pasv_min_port=10000 pasv_max_port=10030 防火墙端口配置 firewall-cmd --add-port=21/tcp --permanent firewall-cmd --add-port=20/tcp --permanent firewall... 阅读全文
posted @ 2019-08-27 11:47 coffee 阅读(1985) 评论(0) 推荐(0) 编辑

2019年8月26日 #

摘要: String nowtime = new SimpleDateFormat("yyyyMMddHHmmssSSS").format(new Date()); 阅读全文
posted @ 2019-08-26 18:09 coffee 阅读(21432) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 17 下一页