- 博客(3)
- 收藏
- 关注
原创 nginx常用命令(待更新。。。)
nginx 常用命令nginx 启动指定配置文件启动/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.confnginx 启动指定配置文件重启/usr/local/nginx/sbin/nginx -s reload -c /usr/local/nginx/conf/nginx.conf
2020-11-04 10:32:35
113
原创 地图坐标转换
/** * 坐标转换,腾讯地图转换成百度地图坐标 * @param lat 腾讯纬度 * @param lon 腾讯经度 * @return 返回结果:经度,纬度 */ public static String map_tx2bd(double lat, double lon){ double bd_lat; double bd_lon; double x_pi=3.14159265358979324;
2020-11-03 11:27:03
230
原创 支付宝,微信付款码正则表达式
支付宝,微信付款码正则表达式微信的条形码正则: ^1[0-5]\d{16}$支付宝的条形码正则: ^(?:2[5-9]|30)\d{14,18}$
2020-11-03 11:21:53
2467
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人