#springBoot日志(logback)配置以及使用 ###1.简介 刚从.net转为java,学习了springBoot,想起了当时工作中用.net记录日志,然后想用springBoot记录一下日志,从网上看了很多大神写的各种方法,挑了一种,自己用明白了,特意记录一下! ###2.配置 因为l ...
分类:
编程语言 时间:
2021-04-07 11:37:04
阅读次数:
0
打开网址:https://dev.mysql.com/downloads/repo/yum/,选择对应li 安装mysql源 yum -y localinstall mysql80-community-release-el7-3.noarch.rpm 三、在线安装Mys yum -y install ...
分类:
数据库 时间:
2021-04-07 11:34:01
阅读次数:
0
一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:
系统相关 时间:
2021-04-07 11:31:55
阅读次数:
0
https://www.jianshu.com/p/db5fe7fed9f3 https://blog.csdn.net/l7022995/article/details/79321924 https://www.jianshu.com/p/840943eff17b 打包脚本 # You can d ...
分类:
其他好文 时间:
2021-04-07 11:30:16
阅读次数:
0
项目运行一直没问题,突然运行npx react-native run-android就出现node闪退的问题。 网上搜解决方案,又说node版本不对的,有说修改 node_modules\metro-config\src\defaults\blacklist.js文件的。 我的问题是突然出现的,no ...
分类:
移动开发 时间:
2021-04-07 11:28:47
阅读次数:
0
参考:https://blog.csdn.net/weixin_41710606/article/details/86747877 1. CONDA切换成32位set CONDA_FORCE_32BIT=1 2. 安装32位的python3.6conda create -n python32 pyt ...
分类:
编程语言 时间:
2021-04-07 11:23:01
阅读次数:
0
request的header信息在通过feign调用的时候,不能直接传过去,可以写一个拦截器,给他发过去,但是中间出了个小bug,报错too many bytes written,经百度,找了如下https://blog.csdn.net/qq_39986681/article/details/10 ...
分类:
其他好文 时间:
2021-04-07 11:20:39
阅读次数:
0
高通android QMI机制 原文(有删改):https://blog.csdn.net/u012439416/category_7004974 概论 Qualcomm MSM Interface,作用用于AP和BP侧的交互,通俗说法就是让设备终端TE(可以是手机,PDA,计算机) 对高通BP侧的 ...
分类:
移动开发 时间:
2021-04-07 11:20:26
阅读次数:
0
下面这个例子和上面一样,除了说是子线程要join主线程。本例中还教会了大家,如何从主线程传参数到子线程。 例:1.5.3_2 class ThreadMark_to_win extends Thread { Thread mainT; Test t; public void run() { try ...
分类:
编程语言 时间:
2021-04-07 11:19:09
阅读次数:
0
最近尝试了一下 GitHub 提供的自动化工具 Actions,简单实现了一下 CI/CD。 配置文件需要放在 Repo 对应的目录下:.github/workflows/deploy.yml deploy.yml 具体内容如下: name: Deploy on: push: branches: [ ...
分类:
Web程序 时间:
2021-04-07 11:13:16
阅读次数:
0