版本 以下源码的 SpringBoot 版本:2.3.9.RELEASE。 总体上 分为两大步: 启动类上注解:@SpringBootApplication 启动类中的main方法:org.springframework.boot.SpringApplication#run(java.lang.Cl ...
分类:
编程语言 时间:
2021-05-03 12:15:50
阅读次数:
0
稳定复现的 coredump打开 dpdk 相关的 debug开关,重新编译mbuf debugmalloc debug mempool debug给 dpdk 源码加检查或日志,重新编译无法稳定复现的 coredump打开大页内存的 coredump案例字节序导致取地址不对,从而踩内存多线程竞争资 ...
分类:
其他好文 时间:
2021-04-30 12:15:53
阅读次数:
0
ini配置文件格式 一个ini文件是由多个section组成,每个section中以key=vlaue形式存储数据,如下所示 [release] url=https://rd-release.mobimedical.cn/ [web] url=https://rd-web.mobimedical.c ...
分类:
编程语言 时间:
2021-04-30 11:55:26
阅读次数:
0
系统版本: [root@localhost modules]# rpm -q centos-release centos-release-7-5.1804.el7.centos.x86_64 一、yum安装PHP 1.检查当前安装的PHP包 yum list installed | grep php ...
分类:
Web程序 时间:
2021-04-28 12:02:43
阅读次数:
0
You need to activate the Developer Options and USB Debugging for the purpose. Follow the below mention steps and you would be good to go: 1.Slide into ...
分类:
其他好文 时间:
2021-04-28 11:44:14
阅读次数:
0
使用debug模式不对代码加密保护,当使用用Release模式自动对编译成功项目加密保护,这样真的方便不少。 if $(ConfigurationName) == Release goto Release goto Debug:Debugxcopy /y /k "$(TargetPath)" D:\ ...
分类:
Web程序 时间:
2021-04-28 11:40:34
阅读次数:
0
安装库 在安装cgminer后,编译openwrt源码报错在安装cgmner是缺失依赖库udev: 解决方式:在openwrt-cgminer\allcode\openwrt\feeds\packages\utils路径下增加eudev文件夹 eudev目录下有一些patches、配置文件以及mak ...
分类:
其他好文 时间:
2021-04-27 14:40:05
阅读次数:
0
1、系统版本 cat /etc/redhat-release uname -rm 2、主机名和ip hostname cat /etc/hosts 3、节点添加普通用户www,作为web服务器管理用户 useradd -u 1001 www id www 4、配置www用户登录其他机器不用密码。密钥 ...
分类:
其他好文 时间:
2021-04-27 14:29:24
阅读次数:
0
OutLine 一般写好一个 scrapy 项目,启动方式大多会在命令行里执行: scrapy crawl “spider-name” (后面有参数就跟参数) 但这么启动不方便去断点调试,不便于快速定位问题、解决问题。 So 记录下自己在pycharm中断点调试的过程。(下文中图片可能看不清,点击即 ...
分类:
其他好文 时间:
2021-04-26 14:02:07
阅读次数:
0
Logger配置文件说明 文件一定在src下,并命名为log4j.properties ### 全局默认配置 log4j.rootLogger = debug,stdout,D,E ### 设置控制台日志输出 ### log4j.appender.stdout = org.apache.log4j. ...
分类:
其他好文 时间:
2021-04-26 13:30:43
阅读次数:
0