tools
文章平均质量分 67
iteye_13882
这个作者很懒,什么都没留下…
展开
-
VS - tips some useful command tips to Visual Sudio
Set as Startup Project How to quickly set the active project inside Visual Studio? There are similar question on this post "Set as Startup Project" by keyboard; So the solution will be ...原创 2012-08-27 12:15:26 · 82 阅读 · 0 评论 -
不安装Visual Studio,只用Windows SDK搭建VC环境
首先你需要下载的是Microsoft Windows SDK for Windows 7 and .NET Framework 4. 下载以后你得到的是一个网络安装文件,确保网络的连接,安装Windows SDK 7.1 (注意得到的Windows SDK 版本是7.1,这和我们安装Vsiual Studio得到的SDK 版本v7.0A是不一样的); 安装界面如下: 安装结束以后...原创 2013-12-31 21:52:34 · 1430 阅读 · 0 评论 -
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 "secedit ...原创 2012-11-20 17:23:56 · 109 阅读 · 0 评论 -
Cmd - Remove directories on Windows
on windows, there is no rm -rf *, what you have to do is remove all the filesremove the directory that contains the fiels (empty files) Here is the steps that you will exist, suppose that...原创 2012-10-31 11:18:27 · 155 阅读 · 0 评论 -
联想A798T刷机实战
刷机的基本准备一些术语双清- 指的是数据和cache清空ROMs – 刷机包, 也称固件,固件刷机包Root – 获得android最高管理权限两种刷机 - 线刷和卡刷线刷Android的手机刷机一般分为两种, 一种是线刷,另外一种是卡刷,线刷是用pc或其他连接手机的方式,通过flash _tool 把工具刷到手机的过程, 刷机结束以后手机重启就得到了新的固件(...原创 2013-10-13 20:05:22 · 348 阅读 · 0 评论 -
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.exec:\...原创 2012-09-24 12:43:11 · 122 阅读 · 0 评论 -
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 desig...原创 2012-09-14 15:04:07 · 176 阅读 · 0 评论 -
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 d...原创 2012-09-13 22:35:24 · 95 阅读 · 0 评论 -
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 : increasectrl-x: decrease You can increment a number with control AYou can decrement a numbe...原创 2012-09-13 21:35:32 · 100 阅读 · 0 评论 -
Office – 管理 Master-Subdocument
标题:Office – 管理Master-SubdocumentTitle: Office - Master-Subdocument managementMaster Document: by its definition, is a “Container” for a set of separate files (or subdocuments). You can use a ma...原创 2013-06-29 17:29:17 · 162 阅读 · 0 评论 -
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 . Win...原创 2012-08-31 09:54:13 · 87 阅读 · 0 评论 -
gcc,pkg-config,libyaml and etc..
order of lib imports in gcc/lib are importantsthe order of lib imports in gcc/lib are importants.I used to have this command line, the code is as follow. rm -f ../../.ext/i386-ming...原创 2014-04-14 09:36:53 · 315 阅读 · 0 评论