摘要:
private static double PI = 3.14159265358979324;public static double[] gcj02ToWgs(double lng, double lat) { double a = 6378245.0; // a: 卫星椭球坐标投影到平面地图坐标 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
运行下面自动脚本(已经全部替换为国内地址): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" from: https://www.zhihu.com/question/359 阅读全文
摘要:
https://www.cnblogs.com/eleclsc/p/12082000.html 转:https://www.cnblogs.com/zengsf/p/10136886.html 在线rsa加解密工具:http://tool.chacuo.net/cryptrsaprikey 在lin 阅读全文
摘要:
sudo apachectl -k start -e DEBUG 点个广告吧亲: 阅读全文
摘要:
solr6.0中进行中文分词器IK Analyzer的配置和solr低版本中最大不同点在于IK Analyzer中jar包的引用。一般的IK分词jar包都是不能用的,因为IK分词中传统的jar不支持solr6.0这个高版本的,所以就会发送运行错误的界面。下面就来介绍一下solr6.0中中文分词器IK 阅读全文
摘要:
执行指令: 1 2 [Sun@webserver2 demo]$ git update-index --assume-unchanged config.conf [Sun@webserver2 demo]$ git status 1 2 [Sun@webserver2 demo]$ git upda 阅读全文
摘要:
具体方法如下 git pull origin 分支 //出现错误 git stash 缓存起来 git pull origin 分支 git stash pop //还原 git stash clear 参考资料: http://www.01happy.com/git-resolve-conflic 阅读全文
摘要:
现象: 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), 阅读全文