会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Fork me on GitHub
youxiu326
博客园
首页
新随笔
联系
管理
上一页
1
···
3
4
5
6
7
8
下一页
2018年11月1日
springboot 指定启动环境
摘要: java -jar dbmaster.jar --spring.profiles.active=test
阅读全文
posted @ 2018-11-01 10:53 youxiu326
阅读(1075)
评论(0)
推荐(0)
2018年10月26日
java后台解决上传图片翻转90的问题,有demo,经过测试可用
摘要: 1.需要加入 依赖metadata-extractor.jar依赖如下 com.drewnoakes metadata-extractor 2.11.0 org.springframework.boot ...
阅读全文
posted @ 2018-10-26 16:12 youxiu326
阅读(2032)
评论(0)
推荐(0)
2018年10月20日
intellij IDEA 实用快捷键
摘要: 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
阅读(121)
评论(0)
推荐(0)
2018年10月18日
eclipse 实用快捷键
摘要: Ctrl+Shift+G 查找类,方法和属性的引用 Ctrl+Shift+H 快速打开一个文件 Ctrl+O 显示类方法列表 Ctrl+Shift+R 选择类名并快速打开类 Alt+反向键 返回上一个位置
阅读全文
posted @ 2018-10-18 16:58 youxiu326
阅读(107)
评论(0)
推荐(0)
2018年10月14日
centos云服务器配置redis外网可访问
摘要: 找到这行,注释 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
阅读(329)
评论(0)
推荐(0)
2018年10月13日
centos简单命令备忘
摘要: 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
阅读(143)
评论(0)
推荐(0)
2018年10月6日
centos 安装solr6
摘要: 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
阅读(163)
评论(0)
推荐(0)
elasticsearch 5.6.7在线安装ik分词,亲测有效
摘要: 官网的在线安装命令 ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.3.0/elasticsearch...
阅读全文
posted @ 2018-10-06 16:05 youxiu326
阅读(576)
评论(0)
推荐(0)
Elasticsearch api
摘要: 查询所有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
阅读(121)
评论(0)
推荐(0)
2018年10月5日
npm run start 后台运行
摘要: yum provides */nohup nohup npm start & 原程序的的标准输出被自动改向到当前目录下的nohup.out文件,起到了log的作用。停止程序 ps -ef | grep npm ps -ef | grep node ...
阅读全文
posted @ 2018-10-05 21:52 youxiu326
阅读(14068)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页