上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 链接:https://pan.baidu.com/s/1SoSWCfHwZhD3tV4C7DcirA 提取码:okfm 1.下载文件 2.以管理员身份运行 3. 阅读全文
posted @ 2022-01-18 19:48 黑狗已醒 阅读(140) 评论(1) 推荐(0) 编辑
摘要: 1.ctrl+shitf+u 大小写切换 2.ctrl+shitf+L 快速格式化代码 3.ctrl+alt+方向左键 快速回到上一层 4..ctrl+shitf+E 最近更改的文件 5.ctrl+[ 或者 ctrl +] 快速到大括号前和后 6.ctrl + f12 快速展开文件结构 7.ctrl 阅读全文
posted @ 2022-01-18 11:16 黑狗已醒 阅读(306) 评论(0) 推荐(0) 编辑
摘要: windows+r cmd netstat -aon|findstr "8761" taskkill /pid "19348" -t -f 阅读全文
posted @ 2022-01-16 21:15 黑狗已醒 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1.txlcn 分为两部分 txlcn-tm 和 txlcn-tc以下简称 tm 和 tc tm 1.添加 依赖 <dependency> <groupId>com.codingapi.txlcn</groupId> <artifactId>txlcn-tm</artifactId> <versio 阅读全文
posted @ 2022-01-14 17:23 黑狗已醒 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 1.一般在当前项目目录下 .git 文件夹里面,删除 index.lock 2.如果当前项目目录下 没有 .git 文件,一般都是隐藏了。 3.查看里面有个选项,把隐藏的项目勾选上,就可以找到 .git 文件夹。 阅读全文
posted @ 2022-01-10 11:56 黑狗已醒 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 1.pom 文件引入 包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId></dependency> 2.配置文件 redi 阅读全文
posted @ 2022-01-09 15:46 黑狗已醒 阅读(606) 评论(0) 推荐(0) 编辑
摘要: -1-安装 gcc 环境yum install gcc-2-安装 c++ 环境yum install gcc-c++-3-解压tar -zvxf redis-5.0.0.tar.gz-4- 安装 rediscd redis-5.0.0--> make -5-如果不知道redis-server文件位置 阅读全文
posted @ 2022-01-05 17:13 黑狗已醒 阅读(49) 评论(0) 推荐(0) 编辑
摘要: --添加抽奖sadd act:101 1086sadd act:101 1087sadd act:101 1088sadd act:101 1089sadd act:101 1090sadd act:101 1091sadd act:101 1092sadd act:101 1093 ==查询集合数 阅读全文
posted @ 2021-12-29 17:57 黑狗已醒 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1.MySQL版本 5.x: 5.0-5.1:早期产品的延续,升级维护 5.4 - 5.x : MySQL整合了三方公司的新存储引擎 (推荐5.5) 安装:rpm -ivh rpm软件名 如果安装时 与某个软件 xxx冲突,则需要将冲突的软件卸载掉: yun -y remove xxx 安装时 有日 阅读全文
posted @ 2021-12-29 17:49 黑狗已醒 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-12-23 11:37 黑狗已醒 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页