test server(bios/bmc/system) review test plan... debug bios(itp, serial log, spec:uefi, pcie, acpi, smbios...) windows(windbg, adk, sysinternals, batc ...
分类:
其他好文 时间:
2021-06-16 17:33:30
阅读次数:
0
Apache Flink Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities. Learn more about Flin ...
分类:
其他好文 时间:
2021-06-15 18:01:00
阅读次数:
0
find()后sort排序报错: 在使用node.js+mongodb开发的后端项目,在查询时,使用了排序,出现如下报错 Mongodb: Sort operation used more than the maximum 33554432 bytes of RAM1Mongodb的sort操作是把 ...
分类:
数据库 时间:
2021-06-08 23:44:06
阅读次数:
0
Execution Plans in SQL Server Introduction In this article, I’m going to explain what the Execution Plans in SQL Server are and how to understand the ...
分类:
数据库 时间:
2021-06-02 14:46:02
阅读次数:
0
DC LEARN NOTE V1 参考博客 1.DC启动方式 三种启动方式 cmd describe design_vision 图形界面模式 dc_shell 命令行模式 batch mode 批处理模式 GUI mode CL mode source脚本加上-echo -vebose选项,会把执 ...
分类:
其他好文 时间:
2021-06-02 13:41:12
阅读次数:
0
for i in `ps -AL |grep Worker | awk '{print $2}'`; do \ echo $i ; \ gdb --q --n --ex bt --batch --pid $i; \ done 2>&1 |tee /var/stacks.txt CPU使用率较低但负载 ...
分类:
数据库 时间:
2021-05-24 17:19:34
阅读次数:
0
获取mybatis的update行数,总是返回负数。后来在官网上找到原因,是由于defaultExecutorType的引起的,defaultExecutorType有三个执行器SIMPLE、REUSE和BATCH。其中BATCH可以批量更新操作缓存SQL以提高性能,但是有个缺陷就是无法获取upda ...
分类:
其他好文 时间:
2021-05-24 17:09:38
阅读次数:
0
使用OPCNetAPI 2.0,需要用到OPCNetAPI.dll,OPCNetAPI.Com.dll;使用自动化接口,需要用到OPCDAAuto.dll;使用自定义接口,需要用到多个.NET Wrapper:OpcRcw.Ae.dll,OpcRcw.Batch.dll,OpcRcw.Comn.dl ...
分类:
其他好文 时间:
2021-05-24 09:43:29
阅读次数:
0
在新版的 Kafka Producer 中,设计了一个消息缓冲池,在创建 Producer 时会默认创建一个大小为 32M 的缓冲池,也可以通过 buffer.memory 参数指定缓冲池的大小,同时缓冲池被切分成多个内存块,内存块的大小就是我们创建 Producer 时传的 batch.size ...
分类:
其他好文 时间:
2021-05-24 05:22:26
阅读次数:
0
sqlmap常用命令总结:注意:命令为kali linux中运行的 (windows中用python qlmap.py执行)1#、注入六连:1. sqlmap -u "http://www.xx.com?id=x" 【查询是否存在注入点2. --dbs 【检测站点包含哪些数据库3. --curren ...
分类:
数据库 时间:
2021-04-23 11:57:42
阅读次数:
0