- 博客(9)
- 资源 (1)
- 收藏
- 关注
原创 连接MongoDB时的报错
com.mongodb.MongoSocketOpenException: Exception opening socketat com.mongodb.connection.SocketStream.open(SocketStream.java:63) ~[mongodb-driver-core-3.4.2.jar:na]at com.mongodb.connection.InternalS...
2019-07-17 09:39:22
1621
原创 idea中快捷键Ctrl+Shift+F冲突
Ctrl+Shift+F在idea中的作用是全文或全项目搜索某个词的使用,windows系统自带的微软输入法中简繁体切换的快捷键也是Ctrl+Shift+F,会导致冲突,如果对简繁体切换需求没那么大,建议将输入法的快捷键关闭,具体操作为,在切换到改类型输入法,在windows10右下角的"中"字体上,右键->设置->按键->快捷键->简体/繁体中文输入法切换下的点击选择按钮...
2019-07-04 10:14:15
13145
3
原创 一个简单的maven项目(简单的java小程序)需要打jar包所需的pom文件的依赖
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org...
2019-05-07 16:48:20
578
原创 maven jar
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://m...
2019-04-23 17:44:30
132
原创 简单的maven项目打jar包的配置
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 ...
2019-04-23 17:03:09
178
原创 influxdb实现模糊查询
1.实现查询以给定字段开始的数据select fieldName from measurementName where fieldName=~/^给定字段/2.实现查询以给定字段结束的数据select fieldName from measurementName where fieldName=~/给定字段$/3.实现查询包含给定字段数据select fieldName fro...
2019-03-27 19:15:05
9887
4
原创 desc table tableName 与 show create table tableName 的区别
show create tableg表示的是创建表的具体语句,如下图效果2.desc table 表示的创建好的表的描述,字段名称,类型,是否为主键等,以表格的形式存在效果...
2019-03-25 12:21:37
6639
3
原创 maven项目中常用小工具及gav坐标
The quick brown fox jumps over a lazy dogA boy can do everything for girl.He is just kidding! Love must need our patience.Quietness remains some trust.Unbelievable victims will X-ray you zealously。...
2019-03-20 10:13:36
1846
原创 java中常见错误及解决方案
1.java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ecrm_3]] at java.ut...
2019-03-20 10:11:15
5812
坦克大战的单机版
2018-08-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人