10 2016 档案
摘要:```
application.properties spring.datasource.driverClassName=
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=t...
阅读全文
摘要:```
mvn install:install-file -DgroupId=com.oracle "-DartifactId=ojdbc6" "-Dversion=11.2.0.2.0" "-Dpackaging=jar" "-Dfile=E:\ojdbc6.jar"
```
阅读全文
摘要:```
split [-bl] file [prefix] 参数说明:
-b, --bytes=SIZE:对file进行切分,每个小文件大小为SIZE。可以指定单位b,k,m。
-l, --lines=NUMBER:对file进行切分,每个文件有NUMBER行。
prefix:分割后产生的文件名前缀。 示例:
假设要切分的文件为test split -l 5000 test prefi...
阅读全文
摘要:```
//18:a6:f7:12:0b:8b
//18:a6:f7:1e:a9:57
//18:a6:f7:1f:8e:69
//18:a6:f7:12:0b:9c
//18:a6:f7:1f:cd:d4
//18:a6:f7:1c:94:35
```
阅读全文
摘要:```
[转载]
代码从开发到测试要经过各种环境,开发环境,测试环境,demo环境,线上环境,各种环境的配置都不一样,同时要方便各种角色如运维,接口测试, 功能测试,全链路测试的配置,hardcode 肯定不合适,如Spring profile一样写在jar包不合适.分布式应用中一般采用集中管理配置的方式,通过使用开源软件,如阿里的diamond,netflix的consul等等,SpringBo...
阅读全文
摘要:前者是迭代器 后者是接口,List等继承这个接口
阅读全文
摘要:遍历jsonobject 1 entrySet.iterator生成迭代器 2 从迭代器获取Map.Entry的单元对象 3 获取key和value
阅读全文
摘要:```
use docker tag command
tag Tag an image into a repository ```
阅读全文
摘要:```
#!/bin/sh
pkill airodump
airmon-ng stop wlan0mon
service network-manager restart
rm -rf sadsad* ```
阅读全文
摘要:Dockerfile create image docker build t marvin/spring boot:latest . start docker docker run d name spring docker p 8080:8080 marvin/spring boot:latest
阅读全文
摘要:1 java配置和注解配置相结合,不需要任何的xml配置即可 2 spring tool suite 3 src/main/resources/banner.txt http://patorjk.com/software/taag 4 application.properties config/au
阅读全文
摘要:
阅读全文
摘要:notice: 注意: data后面的数据也要用引号包起来
阅读全文
摘要:
阅读全文
摘要:创建mysql docker容器 github上有一个专门的docker libary项目,里面有各种各样常用的docker镜像,可以做为学习的示例,今天研究下其中mysql镜像的用法,国内镜像daocloud.io也能找到mysql的镜像,但根据其参考文档在mac上尝试了数次,将mysql数据库文
阅读全文
摘要:注意不要有cascade之类的,会冲突 ManyToOne里的name要跟OneToMany的对象的id对应 OneToMany里的mappedBy要跟ManyToOne的变量对应
阅读全文
摘要:1 建nas目录 在nas的/volume1/git_repos目录下新建相关的目录,并在该目录下运行git init bare 2 修改git项目配置 .git/config添加 [remote "nas"] url = dudu@10.0.0.12:/volume1/git_repos/wifi
阅读全文
摘要:elasticsearch中的API curl 'http://192.168.1.103:19200/_cat/indices?v' es中的API按照大类分为下面几种: 文档API: 提供对文档的增删改查操作 搜索API: 提供对文档进行某个字段的查询 索引API: 提供对索引进行操作 查看AP
阅读全文
摘要:```
大数据时代数据可视化成为理解和表达数据的有效甚至是唯一的手段。 工欲善其事必先利其器,本文对55个流行的数据可视化工具开源协议,主页,文档,案例等资源的进行简单介绍,其中包括著名的D3.js,R,Gephi,Raphaël,Processing.js,Tableau Public,Google Chart Tools,Arbor.js等,资料来源http://selection.data...
阅读全文

浙公网安备 33010602011771号