会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
___Chen
繁花似锦,流年逝水
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
27
下一页
2021年12月18日
uni-app页面监听、传参、通信
摘要: 问题1:uni-app页面返回上一页 界面不刷新 问题2:进入页面修改后上个页面参数无法发送改变 在父页面添加 let that = this; uni.$on('relationInit',function(data){ that.getUserDeptCompany() }) onUnload(
阅读全文
posted @ 2021-12-18 11:59 ___mouM
阅读(494)
评论(0)
推荐(12)
2021年12月9日
MPush Windows下部署,集成使用
摘要: 下载项目https://github.com/mpusher/mpush 修改配置 测试下 打包 自动打包到 maven仓库里 正式项目pom.xml中 maven刷新会自动引入 将刚刚配置的配置文件复制一份到 未完
阅读全文
posted @ 2021-12-09 20:05 ___mouM
阅读(121)
评论(0)
推荐(2)
2021年12月3日
部署 openIM
摘要: 在腾讯云买了个服务器(2核4G) 部署 openIM项目 安装了CentOS8.2系统 切换root用户 sudo su 安装 git yum -y install git 安装 pip yum -y install epel-release #升级 pip install --upgrade pi
阅读全文
posted @ 2021-12-03 20:06 ___mouM
阅读(694)
评论(0)
推荐(17)
2021年12月1日
Windows中kafka zookeeper安装
摘要: Windows中kafka安装步骤 https://blog.csdn.net/qq_43641838/article/details/100304828?spm=1001.2014.3001.5501 windows中zookeeper安装步骤 https://blog.csdn.net/qq_4
阅读全文
posted @ 2021-12-01 09:47 ___mouM
阅读(113)
评论(0)
推荐(2)
2021年11月23日
echarts表格地图模块文件
摘要: 阿里云DataV下载http://datav.aliyun.com/portal/school/atlas/area_selector 项目中使用
阅读全文
posted @ 2021-11-23 15:02 ___mouM
阅读(75)
评论(0)
推荐(2)
2021年11月19日
js获取用户访问地址 ip id
摘要: index.html <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> 需要使用的地方 returnCitySN['cname'] console.log(returnCitySN['cip']);console.log(ret
阅读全文
posted @ 2021-11-19 17:31 ___mouM
阅读(253)
评论(0)
推荐(1)
2021年11月17日
Java model参数上注解
摘要: 注解@NotBlank(message = "描述") @Pattern(regexp = "^[0-9]{4}-[0-9]{2}-[0-9]{2}$", message = "正则表达式不满足描述") @NotEmpty //非空 @Length(max = 5)// 长度 @Min(value
阅读全文
posted @ 2021-11-17 14:05 ___mouM
阅读(467)
评论(2)
推荐(4)
2021年11月16日
Error querying database. Cause: java.sql.SQLException: Row 28 was cut by GROUP_CONCAT()
摘要: 长度不足导致 ##设置大小 SET GLOBAL group_concat_max_len=10240000; SET SESSION group_concat_max_len=10240000; ##或者 SET GLOBAL group_concat_max_len=-1; -- 最大值 SET
阅读全文
posted @ 2021-11-16 14:52 ___mouM
阅读(1479)
评论(0)
推荐(17)
2021年11月15日
基于注解自动生成api文档 smart-doc
摘要: 地址 https://github.com/smart-doc-group/smart-doc 文档 https://smart-doc-group.github.io/#/start/quickstart 中文文档 https://gitee.com/smart-doc-team/smart-do
阅读全文
posted @ 2021-11-15 17:23 ___mouM
阅读(105)
评论(0)
推荐(4)
2021年10月29日
idea 快捷键
摘要: idea 快捷键 Ctrl + F 在当前文件进行文本查找 (必备) Ctrl + R 在当前文件进行文本替换 (必备) Ctrl + Z 撤销 (必备) Ctrl + Y 删除光标所在行 或 删除选中的行 (必备) Ctrl + X 剪切光标所在行 或 剪切选择内容 Ctrl + C 复制光标所在
阅读全文
posted @ 2021-10-29 09:48 ___mouM
阅读(59)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
···
27
下一页
公告