上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 55 下一页

2021年2月20日

navicat 15 学习版

摘要: 1、下载Navicat Premium官网https://www.navicat.com.cn/下载最新版本下载安装 2、本人网盘链接:https://pan.baidu.com/s/1ncSaxId2miL2s5hV8u_hSw提取码:atpa(安装包和破解包都有) 3、激活Navicat Pre 阅读全文

posted @ 2021-02-20 12:15 正义的伙伴! 阅读(395) 评论(0) 推荐(0) 编辑

2021年1月17日

mysql 参数设置

摘要: 原网站 http://blog.itpub.net/7728585/viewspace-2157988/ 如果是 sata 硬盘 innodb_io_capacity=200 (https://blog.csdn.net/kadwf123/article/details/82083020)innod 阅读全文

posted @ 2021-01-17 11:16 正义的伙伴! 阅读(45) 评论(0) 推荐(0) 编辑

2020年12月26日

idea jrebel debug 问题修复

摘要: 如题 debug 提示 错误如下, 并且 tomcat 会 卡住 com.sun.jdi.VMMismatchException : instance of org.apache.tomcat.util.threads.TaskThread(name='http-nio-8100-exec-10', 阅读全文

posted @ 2020-12-26 11:41 正义的伙伴! 阅读(1601) 评论(0) 推荐(0) 编辑

2020年12月24日

java 补 0

摘要: public static void main(String[] args) { int i = 7; System.out.println(String.format("%04d", i)); System.out.println(String.format("%-4s",i).replace(" 阅读全文

posted @ 2020-12-24 11:37 正义的伙伴! 阅读(66) 评论(0) 推荐(0) 编辑

2020年12月17日

tomcat 解决乱码

摘要: windows : catalina.bat 首行 set JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8 linux catalina.sh JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8" 阅读全文

posted @ 2020-12-17 17:24 正义的伙伴! 阅读(55) 评论(0) 推荐(0) 编辑

go 信号捕获

摘要: Golang中的信号处理 chanel := make(chan os.Signal) // SIGKILL 无法捕获 ! signal.Notify(chanel, syscall.SIGINT, syscall.SIGTERM, syscall.SIGKILL) s := <-chanel lo 阅读全文

posted @ 2020-12-17 14:45 正义的伙伴! 阅读(429) 评论(0) 推荐(0) 编辑

2020年11月24日

idea 下载地址

摘要: https://www.jetbrains.com/go/download https://download.jetbrains.com/go/ 阅读全文

posted @ 2020-11-24 14:26 正义的伙伴! 阅读(409) 评论(0) 推荐(0) 编辑

2020年11月22日

win10 mingw64 注册表

摘要: 注册表 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64] @="open with mingw64" "Icon"="C:\\msys64\\mingw64.ico" 阅读全文

posted @ 2020-11-22 22:03 正义的伙伴! 阅读(207) 评论(0) 推荐(0) 编辑

2020年11月16日

vscode正则匹配

摘要: # 匹配 ddl 中 不包含 注释的字段 ^((?!(COMMENT|CREATE TABLE|PRIMARY KEY)).)*`[A-Za-z_]+`((?!COMMENT|CREATE TABLE|PRIMARY KEY).)*$ # 匹配 注释中 包含 英文分号 COMMENT '.*;.*' 阅读全文

posted @ 2020-11-16 11:29 正义的伙伴! 阅读(3882) 评论(0) 推荐(0) 编辑

2020年11月5日

windows 安装 make

摘要: 第一步: 打开 : https://mirror.tuna.tsinghua.edu.cn/help/msys2/ 下载 mysy2.zip 并且 按步骤 配置 好 镜像 第二步: 打开 mingw64.exe , 首先安装 密钥, 否则 可能有问题 (错误:mingw32: 密钥 "******* 阅读全文

posted @ 2020-11-05 10:08 正义的伙伴! 阅读(1598) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用