Wesley13 Wesley13
3年前
JAVA服务性能排查完整方案(含Jmeter,Dubbo)
前段时间,博主在做线上服务性能问题排查的工作;想到也有网上的小伙伴们跟博主需求相同,故此贴出方案;以备后用!一、jmeter远程调用dubbo接口   (1).jmeter安装jmeterpluginsforapachedubbo       参考地址:                https://git
Stella981 Stella981
3年前
CentOS6.5 安装 MongoDB
根据项目开发环境部署而从网上的博文总结修改而来,实践可行无误1、下载MongoDBhttp://www.mongodb.org/downloadsmongodblinuxx86\_643.6.3.tgz  目前最新版是4.0.02、建议关闭selinux\root@mycentos~\vi/etc/selinux/co
Stella981 Stella981
3年前
Spring RestTemplate 调用天气预报接口乱码的解决
SpringRestTemplate调用天气预报接口可能遇到中文乱码的问题,解决思路如下。问题出现我们在网上找了一个免费的天气预报接口http://wthrcdn.etouch.cn/weather\_mini?citykey101280601(https://www.oschina.net/action/GoToLink?ur
Stella981 Stella981
3年前
Fedora21安装ZendServer之后yum报错
Fedora21安装ZendServer之后yum坏掉了...运行说pycurl:libcurllinktimeversion(7.20.1)isolderthancompiletimeversion(7.37.0)在源中手动下在了相关包重装了也不行,在网上搜索了一下,最后找到一个帖子http://netstu.
Stella981 Stella981
3年前
Hue中hive(hive cli)查询结果中显示列名,不带表名
hivecli中显示列名进入hivecli后sethive.cli.print.headertrue;之后出现列名,但是带了表名前缀,由于网上没找到资料,于是到官网肉眼扫描所有参数,总算找到,给大家分享下。hivecli中,sethive.resultset.use.unique.column.namesfalse;
Stella981 Stella981
3年前
Android中使用Dagger2
网上介绍的原理比较多,使用的都比较模糊,我这里细细说明一下在写本文这个时候,版本是2.14.1,首先引入包:compile'com.google.dagger:dagger:2.14.1'//主要版本annotationProcessor'com.google.dagger:daggercompiler:
Stella981 Stella981
3年前
ElasticSearch学习日志(二)
  根据网上说明,包括stackoverflow,修改elasticsearch.yml下  !(https://static.oschina.net/uploads/space/2017/0916/192911_mjx2_1456786.png)  将network.host修改为0.0.0.0,同时必须确保防火墙、端口开放等方面没有
Stella981 Stella981
3年前
CentO7
准备工作  到PlantUml官网(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fplantuml.com%2Fdownload)(http://plantuml.com/download)下载plantuml.jar。官网上还有一个在线的demof服务(https:/
Wesley13 Wesley13
3年前
Android中ImageButton自定义按钮的按下效果的代码实现方法,附网上2种经典解决方法。
首先看看网上的2种方法:【以下为引用网络,来源:http://www.eoeandroid.com/thread793111.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.eoeandroid.com%2Fthread793111.html)