上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要: 先安装语言包 dnf install langpacks-zh_CN glibc-langpack-zh.x86_64 再修改语言,修改/etc/locale.conf,加入 LANG="zh_CN.UTF-8" 安装中文字体 dnf install wqy\* -y vi /etc/locale. 阅读全文
posted @ 2020-12-11 15:39 _Lawrence 阅读(719) 评论(0) 推荐(0)
摘要: 管理员权限执行:yum install ibus ibus-libpinyin设置 - Region & Laguage - input Sources选择chinese(intelligent Pinyin) 重启 阅读全文
posted @ 2020-12-11 15:34 _Lawrence 阅读(444) 评论(0) 推荐(0)
摘要: 一、spring项目构建 使用idea创建项目 二、Sping IOC容器 1、简单实例 package entity; /** * @Author LLF * @Date Created in 2020/12/7 10:04 * @Description * @Version 1.0 **/ pu 阅读全文
posted @ 2020-12-07 17:41 _Lawrence 阅读(191) 评论(0) 推荐(0)
摘要: 查找命令:netstat -aon|findstr 端口号停止进程命令:taskkill /pid PID号 /f 阅读全文
posted @ 2020-11-10 09:17 _Lawrence 阅读(158) 评论(0) 推荐(0)
摘要: 将XML文件中的<mirrors>节点修改为(阿里云的仓库): <mirrors> <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http:/ 阅读全文
posted @ 2020-11-03 08:50 _Lawrence 阅读(1624) 评论(0) 推荐(0)
摘要: 打开my.ini文件,加入:max_allowed_packet=500M 默认大小为1M多,可以根据自己所需的大小设置 阅读全文
posted @ 2020-10-23 16:34 _Lawrence 阅读(444) 评论(0) 推荐(0)
摘要: 请求: RestTemplate restTemplate = new RestTemplate(); LinkedMultiValueMap body=new LinkedMultiValueMap(); body.add("map",dataService.runData()); HttpHea 阅读全文
posted @ 2020-10-19 12:34 _Lawrence 阅读(879) 评论(0) 推荐(0)
摘要: datasource: db1: driver-class-name: com.mysql.cj.jdbc.Driver jdbc-url: jdbc:mysql://192.168.14.4:3306/double_prevention?useUnicode=true&characterEncod 阅读全文
posted @ 2020-10-19 12:31 _Lawrence 阅读(292) 评论(0) 推荐(0)
摘要: redis执行redis-server –service-install redis.windows.conf jar包命令写入.bat文件里(java -jar 路径+项目名.jar),把bat文件放入 C:\Users\Lawrence\AppData\Roaming\Microsoft\Win 阅读全文
posted @ 2020-10-16 10:43 _Lawrence 阅读(189) 评论(0) 推荐(0)
摘要: mvn -Dmaven.test.skip=true package 阅读全文
posted @ 2020-10-10 11:49 _Lawrence 阅读(770) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页