上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: arm 编译 1、把dockerfile和jar放在一起,上传至 arm 服务器 2、编译 arm 包 docker build -t 192.168.133.99:8089/ecoapp/xxxxxx:2.3.3_release --build-arg JAR_FILE=xxxxxx-2.3.3- 阅读全文
posted @ 2021-05-26 17:39 漫步CODE人生 阅读(240) 评论(0) 推荐(0) 编辑
摘要: find -type f -print | xargs grep "app_bxtj_bhqs_yd" | awk '{gsub(":"," ");print $1}' | uniq -c sed -i "s/yd_xx_xxsl/app_xx_xxsl_ndz/g" `grep len -rl . 阅读全文
posted @ 2021-03-26 16:59 漫步CODE人生 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 把不重复的记录复制到一个新table, 之后删除旧table, 再把新table改回旧table的名不就行了? create table new_table_name select *, count(distinct title_name) from old_table_name group by 阅读全文
posted @ 2021-03-05 10:04 漫步CODE人生 阅读(82) 评论(0) 推荐(0) 编辑
摘要: package com.tianwen.springcloud.open.space.utils; import java.nio.charset.StandardCharsets; import javax.crypto.Cipher; import javax.crypto.spec.IvPar 阅读全文
posted @ 2021-01-21 11:06 漫步CODE人生 阅读(413) 评论(0) 推荐(0) 编辑
摘要: https://www.layui.com/doc/element/icon.html <i class="layui-icon layui-icon-template-1"></i> .layui-icon-template-1:before { content: "\e656"; } \e656 阅读全文
posted @ 2020-10-21 20:49 漫步CODE人生 阅读(1822) 评论(0) 推荐(0) 编辑
摘要: 数据大脑小程序开发: 1、注册管理账号 https://mp.weixin.qq.com/ 2、登录后,设置小程序基础信息 3、 获取appid wx13ec8c0d8b229c90 4、下载微信开发工具 5、开发工具调试 a.打开微信开发工具-–>设置—>安全—>开启服务端口(微信开发者工具最新版 阅读全文
posted @ 2020-09-26 14:45 漫步CODE人生 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 1、解压jar 2、替换class文件等 3、cmd 进入解压目录,执行下面3个命令,生成jar jar uvf tw-cloud-openapi-uc-2.3.0-exc.jar * jar uvf0 tw-cloud-openapi-uc-2.3.0-exc.jar BOOT-INF\lib*j 阅读全文
posted @ 2020-06-23 11:41 漫步CODE人生 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 以库目录为 test 为例,实际情况请修改路径和目录 一、备份 1、进入需要备份的SVN服务机,找到仓库目录,备份目录 svnadmin dump D:\Repositories\test >D:\reposTest.dump 2、备份用户、分组、授权信息 找到根目录下,如 D:\Repositor 阅读全文
posted @ 2020-06-10 14:45 漫步CODE人生 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: /** * 深度复制list对象,先序列化对象,再反序列化对象 * * @param src 需要复制的对象列表 * @return 返回新的对象列表 * @throws IOException 读取Object流信息失败 * @throws ClassNotFoundException 泛型类不存 阅读全文
posted @ 2020-06-08 10:46 漫步CODE人生 阅读(5370) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lslk9898/article/details/73836745 阅读全文
posted @ 2020-05-28 22:17 漫步CODE人生 阅读(401) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页