上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页
摘要: 数据库白名单 select host,user from mysql.user;mysql> set password=password('自己密码');mysql> flush privileges; grant all privileges on *.* to 'root'@'22.22.22. 阅读全文
posted @ 2023-12-25 10:21 全琪俊 阅读(110) 评论(0) 推荐(0)
摘要: /** * 排序JSON格式 */@ApiModelProperty(value = "排序JSON格式")private String orderBy; @GetMapping("/page_manage")@ApiModelProperty(value = "管理端用户管理分页", notes 阅读全文
posted @ 2023-12-21 15:22 全琪俊 阅读(208) 评论(0) 推荐(0)
摘要: INSERT INTO `xxx`.`sys_dict` (`type`, `description`, `create_time`, `update_time`, `remarks`, `system`, `del_flag`, `tenant_id`) VALUES ('status_flag' 阅读全文
posted @ 2023-12-20 16:50 全琪俊 阅读(65) 评论(0) 推荐(0)
摘要: 一、nvm是什么? nvm是一个node的版本管理工具,可以简单操作node版本的切换、安装、查看。。。等等,与npm不同的是,npm是依赖包的管理工具。二、下载地址 https://files-cdn.cnblogs.com/files/weblf/nvm-setup.zip?t=16784359 阅读全文
posted @ 2023-12-15 14:30 全琪俊 阅读(143) 评论(0) 推荐(0)
摘要: 一、说明: 1、Vue CLI 4.5以下,对应的是Vue2;Vue CLI 4.5及以上,对应的是Vue3,当然,创建项目的时候可以选择Vue2 2、Vue2最老的版本是含index.html的,通过“yarn global add vue-cli”安装,得到的最新版本号是2.9.6 3、只有Vu 阅读全文
posted @ 2023-12-13 16:24 全琪俊 阅读(1404) 评论(0) 推荐(0)
摘要: 问题: https://mirror.ccs.tencentyun.comhttp://registry.docker-cn.comhttp://hub-mirror.c.163.com docker容器日志随着时间变得越来越大。本来分的200G磁盘空间迅速不太够用。 日志查找: docker安装目 阅读全文
posted @ 2023-12-08 14:24 全琪俊 阅读(168) 评论(0) 推荐(0)
摘要: public static String doPostOtherBody(String url, Map<String, Object> params,HashMap<String, String> headParams){ String response = ""; StringBuffer st 阅读全文
posted @ 2023-12-07 16:22 全琪俊 阅读(273) 评论(0) 推荐(0)
摘要: CollUtil.reverse() static <T> List<T> reverse(List<T> list) 反序给定List,会在原List基础上直接修改 static <T> List<T> reverseNew(List<T> list) 反序给定List,会创建一个新的List,原 阅读全文
posted @ 2023-11-30 14:40 全琪俊 阅读(34) 评论(0) 推荐(0)
摘要: https://www.python.org/downloads/ python9,13 https://www.python.org/downloads/release/python-3913/ 阅读全文
posted @ 2023-10-15 08:40 全琪俊 阅读(83) 评论(0) 推荐(0)
摘要: 模拟浏览器发送请求的库,python自带 Python2: urllib urllib2 Python3: urllib.request urlllib.parse urlopenurlretrieveurllib.parseresponseread()getur1()getheaders()get 阅读全文
posted @ 2023-10-13 14:08 全琪俊 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页