摘要: 在http模块加上下面蓝色的配置: http { include mime.types; default_type application/octet-stream; map $time_iso8601 $logdate { '~^(?<ymd>\d{4}-\d{2}-\d{2})' $ymd; d 阅读全文
posted @ 2024-06-24 10:01 HelloWord_wuxuemin 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 原来使用的mqttjs版本为4.3.7,连接一直报错,closeSocket:fail task not found。 降低 mqtt.js 版本使用4.1.0。 引入mqtt的方式使用import mqtt from 'mqtt/dist/mqtt.js'!!! 使用const mqtt = re 阅读全文
posted @ 2023-05-19 16:25 HelloWord_wuxuemin 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 提供商公共镜像私有镜像 网易云 hub-mirror.c.163.com 百度云 mirror.baidubce.com 腾讯云 ccr.ccs.tencentyun.com Docker Proxy dockerproxy.com 华为云 05f073ad3c0010ea0f4bc00b7105e 阅读全文
posted @ 2023-04-24 10:15 HelloWord_wuxuemin 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 只要将访问地址 /druid/index.html 改为 /druid/login.html 就可以啦 阅读全文
posted @ 2023-03-28 14:52 HelloWord_wuxuemin 阅读(646) 评论(0) 推荐(0) 编辑
摘要: android使用pm静默安装 pm install -i “包名” -r apkPath 提示错误: Android runInstallCreate from pm command asks to run as user -1 but is calling from user 0 随后查资料说是 阅读全文
posted @ 2022-12-16 16:50 HelloWord_wuxuemin 阅读(253) 评论(0) 推荐(0) 编辑
摘要: select * from sys.innodb_buffer_stats_by_table where object_schema = 'test'; 阅读全文
posted @ 2022-08-12 10:08 HelloWord_wuxuemin 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 支付宝小程序需先在页面里定义onShow方法,微 信小程序则不用 阅读全文
posted @ 2022-05-13 14:51 HelloWord_wuxuemin 阅读(694) 评论(0) 推荐(0) 编辑
摘要: karaf grpc demo maven install 3个 项目 feature 下面是依赖的jar包 项目 地址: https://github.com/wuxuemin123/karaf-grpc 阅读全文
posted @ 2018-08-29 19:23 HelloWord_wuxuemin 阅读(306) 评论(0) 推荐(0) 编辑
摘要: osgi jpa 读取properties文件属性 阅读全文
posted @ 2018-05-10 19:31 HelloWord_wuxuemin 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 网上搜索到是由于hibernate原始连接池问题,在 hibernatecfg.xml文件中修改为c3p0连接池 <property name="hibernate.connection.provider_class" value="org.hibernate.c3p0.internal.C3P0C 阅读全文
posted @ 2018-03-29 14:11 HelloWord_wuxuemin 阅读(2589) 评论(0) 推荐(0) 编辑