摘要:
问题1:uni-app页面返回上一页 界面不刷新 问题2:进入页面修改后上个页面参数无法发送改变 在父页面添加 let that = this; uni.$on('relationInit',function(data){ that.getUserDeptCompany() }) onUnload( 阅读全文
摘要:
下载项目https://github.com/mpusher/mpush 修改配置 测试下 打包 自动打包到 maven仓库里 正式项目pom.xml中 maven刷新会自动引入 将刚刚配置的配置文件复制一份到 未完 阅读全文
摘要:
在腾讯云买了个服务器(2核4G) 部署 openIM项目 安装了CentOS8.2系统 切换root用户 sudo su 安装 git yum -y install git 安装 pip yum -y install epel-release #升级 pip install --upgrade pi 阅读全文
摘要:
Windows中kafka安装步骤 https://blog.csdn.net/qq_43641838/article/details/100304828?spm=1001.2014.3001.5501 windows中zookeeper安装步骤 https://blog.csdn.net/qq_4 阅读全文
摘要:
阿里云DataV下载http://datav.aliyun.com/portal/school/atlas/area_selector 项目中使用 阅读全文
摘要:
index.html <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> 需要使用的地方 returnCitySN['cname'] console.log(returnCitySN['cip']);console.log(ret 阅读全文
摘要:
注解@NotBlank(message = "描述") @Pattern(regexp = "^[0-9]{4}-[0-9]{2}-[0-9]{2}$", message = "正则表达式不满足描述") @NotEmpty //非空 @Length(max = 5)// 长度 @Min(value 阅读全文
摘要:
长度不足导致 ##设置大小 SET GLOBAL group_concat_max_len=10240000; SET SESSION group_concat_max_len=10240000; ##或者 SET GLOBAL group_concat_max_len=-1; -- 最大值 SET 阅读全文
摘要:
地址 https://github.com/smart-doc-group/smart-doc 文档 https://smart-doc-group.github.io/#/start/quickstart 中文文档 https://gitee.com/smart-doc-team/smart-do 阅读全文
摘要:
idea 快捷键 Ctrl + F 在当前文件进行文本查找 (必备) Ctrl + R 在当前文件进行文本替换 (必备) Ctrl + Z 撤销 (必备) Ctrl + Y 删除光标所在行 或 删除选中的行 (必备) Ctrl + X 剪切光标所在行 或 剪切选择内容 Ctrl + C 复制光标所在 阅读全文