最新文章列表

工具之pngout

      pngout        可以对png进行极限压缩,无损的,不失真      官网:       http://advsys.net/ken/util/pngout.htm        扩展阅读:       http://2015.iteye.com/blog/906465       http://gongtaoios.lofter.com/pos ...
zhangyaochun 评论(0) 有1303人浏览 2013-06-19 14:15

DeviceMonitor Adb connection Error:远程主机强迫关闭了一个现有的连接 解决方法

本文主要解决adb connection error的问题——reset adb.   环境为真机测试,偶尔会报如下错误 [2012-04-24 20:41:34 - DeviceMonitor]Adb connection Error:远程主机强迫关闭了一个现有的连接。 [2012-04-24 20:41:36 - DeviceMonitor]Connection attempts: ...
dcj3sjt126com 评论(0) 有1108人浏览 2013-03-25 07:17

tools - gpupdate to update the group policy settings

you can update your local group policy with the following command. gpupdate /force  As indicated in the following reference page: Gpupdate . It is a superceding command for the now obsolete "sece ...
joe.bq.wang 评论(0) 有481人浏览 2012-11-20 17:23

Cmd - Remove directories on Windows

on windows, there is no rm -rf *, what you have to do is  remove all the files remove the directory that contains the fiels (empty files)   Here is the steps that you will exist, suppose that ...
joe.bq.wang 评论(0) 有808人浏览 2012-10-31 11:18

js tools

  // temp Id generator SEQUENCE = { value : -1, next : function() { this.value = ++this.value; return this.value; };     //reset form element function clearForm(formName) {     var f ...
xkh5566 评论(0) 有986人浏览 2012-10-31 10:25

关于Zen Coding

      了解到一种编写HTML和CSS代码的新工具:Zen Coding.       去Google了一下,找到了下面的两个web.       1.Zen Coding项目       http://code.google.com/p/zen-coding/       2.尝试使用Zen Coding:一种快速编写HTML/CSS代码的方法 ...
xwv 评论(0) 有773人浏览 2012-10-26 11:19

清理缓存(win7+IE)

            方便清理缓存 copy如下代码,保存为.bat文件,双击运行即可. 清理文件一 @echo off echo 清空IE临时文件目录... del /f /s /q "%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*" start explorer. ...
_Jason_ 评论(0) 有2940人浏览 2012-10-19 10:57

CXF tools in Eclipse ---plugin

地址 https://cwiki.apache.org/CXF20DOC/cxfeclipseplugininstructions.html 下载地址 http://olex.openlogic.com/packages/eclipseplugin-eclipse_stp#package_detail_tabs wtp
tiankonglala 评论(0) 有763人浏览 2012-10-15 12:10

tools - .net 4.0 related tools patch

As the tools in .net 4.0 has emerges a great trouble of using the tools, you may want to patch the following files.        c:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe c:\P ...
joe.bq.wang 评论(0) 有852人浏览 2012-09-24 12:43

JDK 辅助工具

jps 虚拟机进程状况工具 jstat 虚拟机统计信息监视工具 jinfo Java配置信息工具 jmap Java内存映像工具 jhat mat 虚拟机堆转储快照分析工具 jstack Java堆栈跟踪工具 jconsole 可视化分析工具 VirtualVM 多合一故障处理工具
qianjigui 评论(0) 有974人浏览 2012-09-18 19:16

c# - class designer: facilitate your design work

it is more powerful to design your work with the help of tools. Inside Visual Studio, the tool is the Class Diagram Designer.      this post does not contains any specific guidelien on how to design ...
joe.bq.wang 评论(0) 有654人浏览 2012-09-14 15:04

tools - utils to find files not begin with a pattern but contains b pattern

in my working environment, the home directory may contains some speical cache directory where you others may not be able to use.  So normally we don't want to go through the directory nor we want to di ...
joe.bq.wang 评论(0) 有877人浏览 2012-09-13 22:35

tools - vim to increment/decrement number under cursor

in VIM, you can do increment or decrement with the two key commands:    they are    ctrl-a : increase ctrl-x: decrease   You can increment a number with control A You can decrement a number ...
joe.bq.wang 评论(0) 有834人浏览 2012-09-13 21:35

Tool - tip on the registry to enable quick search on search bar

There are some registry that can enable you to do quick search on some keyword from the group search bar.        here is one of the snippet that you can try to import to your regsitry .   Wind ...
joe.bq.wang 评论(0) 有429人浏览 2012-08-31 09:54

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics