本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
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: ...
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 ...
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 ...
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 ...
关于Zen Coding
了解到一种编写HTML和CSS代码的新工具:Zen Coding.
去Google了一下,找到了下面的两个web.
1.Zen Coding项目
http://code.google.com/p/zen-coding/
2.尝试使用Zen Coding:一种快速编写HTML/CSS代码的方法
...
清理缓存(win7+IE)
方便清理缓存
copy如下代码,保存为.bat文件,双击运行即可.
清理文件一
@echo off
echo 清空IE临时文件目录...
del /f /s /q "%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"
start explorer. ...
CXF tools in Eclipse ---plugin
地址
https://cwiki.apache.org/CXF20DOC/cxfeclipseplugininstructions.html
下载地址
http://olex.openlogic.com/packages/eclipseplugin-eclipse_stp#package_detail_tabs
wtp
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 ...
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 ...
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 ...
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 ...
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 ...