Tool Scripts】的更多相关文章

1. Function: 16进制转字符串 Create FUNCTION [dbo].[f_hextostr] (@hexstring VARCHAR(max)) RETURNS VARCHAR(max) AS begin ), ), @strlen int, @currpos int, @result varchar(max) set @strlen=len(@hexstring) set @result='' while @currpos<@strlen begin ) ,) ' or @…
在windows x64的环境上进行安装,集成Selenium2和AutoIt的libraries,以下安装步骤在win 7,win 8.1,win 10, win 2012 R2上测试通过 1. 下载JDK 从这里下载最新版本的jdk : https://www.java.com/en/download/ 如果用老版本的jdk,从这里下载:http://www.oracle.com/technetwork/java/archive-139210.html 目前测试过可用的最新的jdk版本是 8…
在windows x64的环境上进行安装,集成Selenium2和AutoIt的libraries,以下安装步骤在win 7,win 8.1,win 10, win 2012 R2上测试通过 1. 下载JDK 从这里下载最新版本的jdk : https://www.java.com/en/download/ 如果用老版本的jdk,从这里下载:http://www.oracle.com/technetwork/java/archive-139210.html 目前测试过可用的最新的jdk版本是 8…
本文内容 语法 参数 描述 选项 主机标识符 输出格式 示例 参考资料 先发出来,然后慢慢翻译~ 语法 jps [ options ] [ hostid ] 参数 options 命令行参数. hostid The host identifier of the host for which the process report should be generated. The hostid may include optional components that indicate the com…
原文地址:Java 7 jstat 本文内容 语法 参数 描述 虚拟机标识符 选项 一般选项 输出选项 示例 先发出来,然后慢慢翻译~ 语法 jstat [ generalOption | outputOptions vmid [interval[s|ms] [count]] ] 参数 generalOption A single general command-line option (-help or -options) outputOptions One or more output op…
http://bootstraphelpers.codeplex.com/SourceControl/list/changesets https://github.com/gordon-matt/BootstrapHelpers http://www.codeproject.com/Articles/424640/ASP-NET-MVC-HTML-Helper-for-the-jqGrid http://www.codeproject.com/Articles/421189/jqGrid-MVC…
这篇文章是根据目前 chrome 稳定版(19.0.1084.52 m)写的, 因为 google 也在不断完善chrome developer tool, 所以 chrome 版本不同可能稍有差别. 一些快捷键也是 windows 上的, mac 下的应该大同小异. 常规的断点相关的 breakpoint/conditional-breakpoint/call-stack/watch-expressions 等就不涉及了. 1. Beautify Javascript js 文件在上线前一般都…
Falcon Falcon: a set of tools for fast aligning long reads for consensus and assembly The Falcon tool kit is a set of simple code collection which I use for studying efficient assembly algorithm for haploid and diploid genomes. It has some back-end c…
Everyone collects utilities, and most folks have a list of a few that they feel are indispensable.  Here's mine.  Each has a distinct purpose, and I probably touch each at least a few times a week.  For me, "util" means utilitarian and it means…
我大概是从 08.09 年从 Firebug 转入 Chrome Developer Tool,一直用到现在,越用越喜欢.我平时调错时常用的功能有: 代码格式化可以将被压缩的代码自动展开 实时代码编辑可以在运行时动态改变 JS 代码,并且不需要刷新页面就可以看到效果,一般用这个实时的在代码里插 console.log DOM 事件/XHR 断点可以针对 DOM 结构改变/属性改变/键盘鼠标事件 等下断点,直接断到事件的第一个 listener 函数上.还可以对 XHR 请求下断点,断到发起请求的…