Fork me on GitHub
上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: java -jar dbmaster.jar --spring.profiles.active=test 阅读全文
posted @ 2018-11-01 10:53 youxiu326 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: 1.需要加入 依赖metadata-extractor.jar依赖如下 com.drewnoakes metadata-extractor 2.11.0 org.springframework.boot ... 阅读全文
posted @ 2018-10-26 16:12 youxiu326 阅读(1853) 评论(0) 推荐(0) 编辑
摘要: Alt+Shift+F9 编译 Ctrl+Alt+V 自动补全返回值 Ctrl+F12 显示当前文件结构 Ctrl+N 快速打开文件 Ctrl+F7 查询当前元素的引用处 F3切换 Ctrl+P 可以显示参数信息 Ctrl+Enter 导入包,自动修正 Ctrl+Alt+L 格式化代码 Alt+F7 阅读全文
posted @ 2018-10-20 17:04 youxiu326 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Shift+G 查找类,方法和属性的引用 Ctrl+Shift+H 快速打开一个文件 Ctrl+O 显示类方法列表 Ctrl+Shift+R 选择类名并快速打开类 Alt+反向键 返回上一个位置 阅读全文
posted @ 2018-10-18 16:58 youxiu326 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 找到这行,注释 bind 127.0.0.1 #bind 127.0.0.1 找到这行,修改 protected-mode yes protected-mode no 重启服务 ./redis-server /java/redis/redis.conf 测试 ./redis-cli -h 100.0 阅读全文
posted @ 2018-10-14 21:43 youxiu326 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 1.查看当前目录[root@instance-aif30iaj bin]# df -h 2.查看指定目录在命令后直接放目录名,比如查看“usr”目录使用情况:[root@instance-aif30iaj bin]# df -h /java/ 3.查看内存使用情况[r... 阅读全文
posted @ 2018-10-13 16:20 youxiu326 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1.到solr官网下载.tgz 结尾的文件 2.tar zxvf solr*.tgz 解压文件 3.进入solr的解压目录里的bin目录 执行 ./solr start -force 执行成功后 可访问ip:8983 访问solr界面 4. 创建核心(注 执行命令的前提时该路径可找到solr 例如我 阅读全文
posted @ 2018-10-06 23:54 youxiu326 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 官网的在线安装命令 ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.3.0/elasticsearch... 阅读全文
posted @ 2018-10-06 16:05 youxiu326 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 查询所有get http://180.76.96.218:9200/film/dongzuo/_search/ 2. 分页查询post http://180.76.96.218:9200/film/dongzuo/_search/{ "from": 0,... 阅读全文
posted @ 2018-10-06 15:36 youxiu326 阅读(114) 评论(0) 推荐(0) 编辑
摘要: yum provides */nohup nohup npm start & 原程序的的标准输出被自动改向到当前目录下的nohup.out文件,起到了log的作用。停止程序 ps -ef | grep npm ps -ef | grep node ... 阅读全文
posted @ 2018-10-05 21:52 youxiu326 阅读(13945) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页