搜索到与相关的文章
redis

redis源码笔记 - slowlog

slowlog是redis提供的进行query分析的工具。它将执行时间长的命令统一以list形式保存在内存之中,使用者可以通过slowlog命令查看这些慢query,从而分析系统瓶颈。最好的分析笔记是作者的注释,除此之外,会做简要记录。slowlog.h1/*Thisstructuredefinesanentryinsidetheslowloglist*/2typedefstructslowlogEntry{3robj**argv;//记录query参数4

系统 2019-08-12 01:32:34 3030

Oracle

Oracle Locks之DML锁

Oracle通过锁来实现数据库的并发控制OracleDatabaseautomaticallylocksaresourceonbehalfofatransactiontopreventothertransactionsfromdoingsomethingthatrequiresexclusiveaccesstothesameresource.Thedatabaseautomaticallyacquiresdifferenttypesoflocksatdif

系统 2019-08-12 01:33:31 3029

各行各业

WORD自动化部分操作

为了实现在WORD中添加文本和图片,在网上找了一下,找到了一些资源,自己组织了一下,形成一个简单的类,一些方法是利用模板的,一些是不用的。运行时,将弹出WORD窗口。classWordUtil{objectoMissing=System.Reflection.Missing.Value;objectoEndOfDoc="\\endofdoc";/**//*\endofdocisapredefinedbookmark*/Word._ApplicationoW

系统 2019-08-12 01:31:43 3029

各行各业

使用selenium编写脚本常见问题(一)

前提:我用seleniumIDE录制脚本,我用java写的脚本,如果大家想看的清楚明白推荐java/Junit4/Webdriver我用的是java/TestNG/remotecontrol1、当编写完脚本的时候编译的时候提示java.lang.noclassdeffounderror:com/google/xxxxx错误的时候解决方式:右键你的项目,选择属性,点击javabuildpath添加selenium-server-standard.jar当然之

系统 2019-08-12 01:31:42 3029

Python

重装Python 、Anaconda、Pycharm、Pytorch

重装Python、Anaconda、Pycharm、Pytorch1.0.0Tensorflow系统:在安装PyQt库的时候Python2.7与3.6版本不兼容,导致Python运行程序报错:processfinishedwithexitcode-1073741819(0xC0000005),重新配置python版本也没作用,只好重装系统。1,Anaconda下载安装(https://www.anaconda.com/download/),Anaconda

系统 2019-09-27 17:52:57 3028

SqlServer

在Visual Studio 2005中调试SQL Server 2005的

functionStorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+es

系统 2019-08-29 22:59:36 3028

编程技术

head.s分析(18):init_pda

快乐虾http://blog.csdn.net/lights_joy/lights@hb165.com本文适用于ADIbf561DSPuclinux-2008r1.5-rc3(移植到vdsp5)VisualDSP++5.0(update5)欢迎转载,但请保留作者信息sp+=-12;call_init_pda;sp+=12;init_pda的定义在linux-2.6.x\arch\blackfin\mm\init.c文件中。这是SMP相关的代码所调用的第一个

系统 2019-08-29 22:45:25 3028