会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jjjt
ad
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
28
下一页
2021年1月6日
高德坐标系转wgs(苹果坐标系) java代码
摘要: private static double PI = 3.14159265358979324;public static double[] gcj02ToWgs(double lng, double lat) { double a = 6378245.0; // a: 卫星椭球坐标投影到平面地图坐标
阅读全文
posted @ 2021-01-06 00:39 是谁啊?
阅读(214)
评论(0)
推荐(0)
2020年10月29日
How Do I test James Distributed Version with JMeter?
摘要: Because of my work, I studied James 3.5 distributed version. In order to confirm how much concurrent users it can support under the existing hardware
阅读全文
posted @ 2020-10-29 07:48 是谁啊?
阅读(496)
评论(0)
推荐(0)
2020年6月19日
springBoot项目不重新上传jar包,增量升级步骤
摘要: 1.把源jar包cp到一个空文件夹里,然后把该jar包解压 1 jar -xf www.itxm.cn-0.0.1-SNAPSHOT.jar 2.进入BOOT-INF文件夹,找到class文件夹,把要升级的class文件放到相对应的目录里3.把该文件夹里的源jar包删除 1 rm -rf www.i
阅读全文
posted @ 2020-06-19 14:46 是谁啊?
阅读(1269)
评论(0)
推荐(0)
2020年4月20日
mac安装homebrew(国内)
摘要: 运行下面自动脚本(已经全部替换为国内地址): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" from: https://www.zhihu.com/question/359
阅读全文
posted @ 2020-04-20 16:56 是谁啊?
阅读(5811)
评论(0)
推荐(1)
2020年3月22日
企业微信会话存档消息解密(Java RSA PKCS1解密)
摘要: https://www.cnblogs.com/eleclsc/p/12082000.html 转:https://www.cnblogs.com/zengsf/p/10136886.html 在线rsa加解密工具:http://tool.chacuo.net/cryptrsaprikey 在lin
阅读全文
posted @ 2020-03-22 09:45 是谁啊?
阅读(6794)
评论(0)
推荐(2)
2016年11月21日
启动apache,将debug日志输出在console窗口
摘要: sudo apachectl -k start -e DEBUG 点个广告吧亲:
阅读全文
posted @ 2016-11-21 16:37 是谁啊?
阅读(2471)
评论(0)
推荐(0)
2016年10月14日
转:solr6.0配置中文分词器IK Analyzer
摘要: solr6.0中进行中文分词器IK Analyzer的配置和solr低版本中最大不同点在于IK Analyzer中jar包的引用。一般的IK分词jar包都是不能用的,因为IK分词中传统的jar不支持solr6.0这个高版本的,所以就会发送运行错误的界面。下面就来介绍一下solr6.0中中文分词器IK
阅读全文
posted @ 2016-10-14 10:11 是谁啊?
阅读(1561)
评论(0)
推荐(0)
2016年9月26日
git 忽略提交某个指定的文件(不从版本库中删除)
摘要: 执行指令: 1 2 [Sun@webserver2 demo]$ git update-index --assume-unchanged config.conf [Sun@webserver2 demo]$ git status 1 2 [Sun@webserver2 demo]$ git upda
阅读全文
posted @ 2016-09-26 13:53 是谁啊?
阅读(2909)
评论(0)
推荐(0)
2016年9月17日
git pull 和本地文件冲突问题解决
摘要: 具体方法如下 git pull origin 分支 //出现错误 git stash 缓存起来 git pull origin 分支 git stash pop //还原 git stash clear 参考资料: http://www.01happy.com/git-resolve-conflic
阅读全文
posted @ 2016-09-17 12:02 是谁啊?
阅读(19550)
评论(0)
推荐(0)
2016年7月29日
Linux用sendmail发信失败,提示Connection refused by [127.0.0.1]
摘要: 现象: Linux用sendmail发信失败,提示Connection refused by [127.0.0.1] 29 14:10:44 iZ257p7xxilZ sendmail[3395]: u6T6Aiai003395: to=xx@163.com, ctladdr=root (0/0),
阅读全文
posted @ 2016-07-29 15:22 是谁啊?
阅读(4643)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
28
下一页
公告