笔者使用编译安装守护进程(Tomcat开启本地库(Apache Tomcat Native Library)支持)方式启动tomcat。 系统从8月份上线,到近期catalina-deamon.out已经达到7G之大,每天都会向这个文件写日志,会影响 系统响应时间,现在需要进行改良。解决方法如下 1 ...
分类:
其他好文 时间:
2021-01-19 11:45:40
阅读次数:
0
配置802.1x在交换机的端口验证设置 https://www.cisco.com/c/zh_cn/support/docs/smb/switches/cisco-250-series-smart-switches/smb3202-configure-8021x-port-authenticatio ...
分类:
其他好文 时间:
2021-01-18 11:35:37
阅读次数:
0
CRLF注入 Title: [CVE-2019-9740] Python urllib CRLF injection vulnerability Category: security Stage: resolved Components: Library(Lib) Versions: Python ...
分类:
其他好文 时间:
2021-01-18 11:31:42
阅读次数:
0
Abstract Sytax Tree 参考: https://docs.python.org/3/library/ast.html#ast.NodeTransformer https://www.cnblogs.com/yssjun/p/10069199.html Abstract Syntax ...
分类:
编程语言 时间:
2021-01-12 11:15:00
阅读次数:
0
参考:Tutorial: Quickstart - TextBlob (sentiment analysis) 参考:An overview of sentiment analysis python library: TextBlob 参考:How does TextBlob calculate s ...
分类:
其他好文 时间:
2021-01-12 11:07:20
阅读次数:
0
Spring MVC注解配置 关于IDEA的配置 创建好项目以后File → Project Structure → Artifacts 在界面中右击WEB-INF创建一个文件夹lib, 右键文件夹lib → Add Copy of → library Files 然后将所有的包添加进去。 Tomc ...
分类:
编程语言 时间:
2021-01-12 10:56:54
阅读次数:
0
Win10 x64 安装 ArcGIS 10.8,运行Setup.exe时,总是报错需要 Microsoft Visual C++ 2015-2019 Redist 14.22.27821或更高版本 从 Microsoft 官网下载:https://support.microsoft.com/en- ...
分类:
编程语言 时间:
2021-01-11 11:19:19
阅读次数:
0
下载微软企业库Microsoft Enterprise Library 5.0,并进行安装。 2.新建一个控制台或ASP.NET应用程序,在程序中添加要引用的dll文件,dll文件位于Microsoft Enterprise Library 5.0安装的目录。 3.在调用相关的方法记录日志之前,需对 ...
分类:
其他好文 时间:
2021-01-11 10:49:14
阅读次数:
0
R bioconductor中的scRNAseq数据包是专门提供scRNA-seq数据的包。 #1.Introduction scRNA-seq包提供了一个方便的途径来获得公开的数据集,这些数据集是以SingleCellExperiment 格式存储的。 library(SingleCellExpe ...
分类:
其他好文 时间:
2021-01-08 11:15:36
阅读次数:
0
TetraMAX Overview TetraMax Flow TetraMax的启动 tmax [file] 如果要执行file直接跟file路径即可 tmax -notcl(基本不用) tmax -shell (不启动图形界面,一般用这个)(如果启动64位就加-64) 1.读入library与n ...
分类:
其他好文 时间:
2021-01-07 12:35:57
阅读次数:
0