上一页 1 2 3 4 5 6 7 ··· 51 下一页
摘要: 1. 下载 打开nginx.conf # Windows 修改第一处 log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' 阅读全文
posted @ 2023-09-26 11:54 1161588342 阅读(12) 评论(0) 推荐(0)
摘要: 1. 环境seata1.5.2. nacos2.1.0 本地配置好nacos之后 新建一个seata的命名空间,seata 需要使用 seata准备 1: 创建mysql的seata数据库 执行\seata-server-1.5.2\script\server\db\mysql.sql 2: 拷贝c 阅读全文
posted @ 2023-09-26 11:11 1161588342 阅读(86) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/xukaiqiang123/article/details/129418655 阅读全文
posted @ 2023-09-05 11:37 1161588342 阅读(13) 评论(0) 推荐(0)
摘要: 参考: https://www.cnblogs.com/ming-blogs/p/16327516.html JS日期加减 https://blog.csdn.net/qianmo0330/article/details/127790373 阅读全文
posted @ 2023-05-23 19:21 1161588342 阅读(220) 评论(0) 推荐(0)
摘要: 关联: https://blog.csdn.net/xiegongmiao/article/details/111832146 阅读全文
posted @ 2023-04-03 14:41 1161588342 阅读(16) 评论(0) 推荐(0)
摘要: //得到一个月最最后一天日期(31/30/29/28) int days=cal.getActualMaximum(Calendar.DAY_OF_MONTH); 阅读全文
posted @ 2023-03-06 08:56 1161588342 阅读(23) 评论(0) 推荐(0)
摘要: 腾讯坐标拾取器: https://lbs.qq.com/getPoint/ 高德地址参考: https://blog.csdn.net/pengxiaozhong/article/details/124013019 1.先去高德官网 实名认证然后创建应用,添加web服务 2.根据api获取经纬度 p 阅读全文
posted @ 2023-02-22 16:25 1161588342 阅读(603) 评论(0) 推荐(0)
摘要: 1 /** * 压缩图片 * base64 : 图片base64字符串 * w : 图片宽高最大值 * callback : 回调函数 * quality : 压缩系数0-1之间, 默认0.92 * limit : 压缩限制字符串长度单位(KB) * 使用: * import { compressB 阅读全文
posted @ 2023-02-16 16:18 1161588342 阅读(256) 评论(0) 推荐(0)
摘要: 先使用命令查看需要查看的进程 ps -ef | grep java root 29861 13755 2 09:42 pts/0 00:10:48 java -jar XXXX.jar ps axo pid,ppid,comm,pmem,lstart | grep 29861 参考: https:/ 阅读全文
posted @ 2023-02-10 17:54 1161588342 阅读(138) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/weixin_41544866/article/details/119738605 阅读全文
posted @ 2022-12-07 10:26 1161588342 阅读(71) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 51 下一页