Hydra v8.2 (c) 2016 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes. Syntax: hydra [[[-l LO ...
分类:
其他好文 时间:
2017-08-07 13:31:37
阅读次数:
195
连接数据库, 默认的用户和数据库是postgres psql -U user -d dbname 切换数据库,相当于mysql的use dbname \c dbname 列举数据库,相当于mysql的show databases \l 列举表,相当于mysql的show tables \dt 查看表 ...
分类:
数据库 时间:
2017-08-07 11:54:22
阅读次数:
183
Today I would like to talk is Unified Service Desktop. It was published in Dynamics CRM 2013 Spring release, it can use to unified users desktops. Ima ...
分类:
其他好文 时间:
2017-08-07 11:50:59
阅读次数:
181
I figure life is a gift and I don't intend on wasting it. 我觉得生命是一份礼物,我不想浪费它。 It seems that I didn't think life is a gift, and I take the time and life ...
分类:
其他好文 时间:
2017-08-07 10:19:31
阅读次数:
102
Hadoop家族学习路线图 Hadoop家族系列文章,主要介绍Hadoop家族产品,常用的项目包括Hadoop, Hive, Pig, HBase, Sqoop, Mahout, Zookeeper, Avro, Ambari, Chukwa,新增加的项目包括,YARN, Hcatalog, Ooz ...
分类:
其他好文 时间:
2017-08-07 10:16:29
阅读次数:
165
创建一个springBoot工程 然后输入工程名字 然后选择要导入的依赖jar包,这里只勾选了web 然后目录结构 创建一个controller必须在aplication.properties的同级目录下或者子级目录下, 然后如果要想访问自己写的jsp,必须在pom.xml中导入jsp依赖 然后在埋 ...
分类:
编程语言 时间:
2017-08-07 01:28:50
阅读次数:
253
Andrey Devyatka 4 years ago Permalink Raw Message Hi,Please tell me, can I use the static library in the following case:library.hpp:#ifndef _CPP_ODB_S ...
分类:
数据库 时间:
2017-08-07 00:27:44
阅读次数:
321
SQL语句中的注释:-- 单行注释/* .... */ 多行注释每个sql语句结束需要写;来结束需要在某个库中添加表需要use这个库 SQL DML 和DDLDML 数据操作语言DDL 数据定义语言DML : 对数据库表的操作CREATE TABLE 创建新表 ALTER TABLE 变更数据库表D ...
分类:
数据库 时间:
2017-08-07 00:23:30
阅读次数:
266
最重要的两点是设置响应头 1、设置contextType 响应头:通知客户端这是个下载文件 response.setContentType("application/x-msdownload"); 2、设置content=Disposition 响应头:通知浏览器不再由自己自行处理要下载的文件,而是 ...
分类:
其他好文 时间:
2017-08-07 00:18:29
阅读次数:
149