自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Shawn

Keep Walking!

  • 博客(20)
  • 资源 (4)
  • 收藏
  • 关注

转载 牛X的DOS命令

模块: control.exe命令: rundll32.exe shell32.dll,Control_RunDLL结果: 显示控制面板窗口。辅助选项模块: access.cpl命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5结果: 显示辅助选项/常规。命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1结果: 显示辅助选项/键盘。命令: rundll32.exe shell32.

2011-04-30 15:51:00 748

转载 java异常处理

<br />浅谈项目中异常处理<br />一个好的项目好的异常处理机制是不可或缺的,而作为程序员对异常的处理方法的优劣对项目的调试和性能往往也会产生意想不到的效果 “本文是Exception处理的一篇不错的文章,从Java Exception的概念介绍起,依次讲解了Exception的类型(Checked/Unchecked),Exception处理的最佳实现:      1. 选择Checked还是Unchecked的几个经典依据      2. Exception的封装问题      3. 如无必要不要

2011-04-30 15:38:00 819

转载 FTP 协议

<br />FTP(File Transfer Protocol),是文件传输协议的简称。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。用户可以通过它把自己的PC机与世界各地所有运行FTP协议的服务器相连,访问服务器上的大量程序和信息。<br />  FTP(File Transfer Protocol)<br />编辑本段FTP的作用<br />  正如其名所示:FTP的主要作用,就是让用户连接上一个远程计算机(这些计算机上运行着FTP服务器程序)察看远程

2011-04-30 15:34:00 906

转载 常用正则表达式

<br />常用正则表达式大全!(例如:匹配中文、匹配html) <br />匹配中文字符的正则表达式: [u4e00-u9fa5] <br />  评注:匹配中文还真是个头疼的事,有了这个表达式就好办了<br />  匹配双字节字符(包括汉字在内):[^x00-xff]<br />  评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)<br />  匹配空白行的正则表达式:ns*r<br />  评注:可以用来删除空白行<br />  匹配HTML标记的正则表达式:<(S*?)[

2011-04-30 15:33:00 567

转载 log4j资料

<br />Log4j是Apache的一个开放源代码项目,通过使用Log4j,我们可以控制日志信息输送的目的地是控制台、文件、GUI组件、甚至是套接口服务器、NT的事件记录器、UNIX Syslog守护进程等;我们也可以控制每一条日志的输出格式;通过定义每一条日志信息的级别,我们能够更加细致地控制日志的生成过程。最令人感兴趣的就是,这些可以通过一个配置文件来灵活地进行配置,而不需要修改应用的代码。<br />Apache是世界使用排名第一的Web服务器软件。它可以运行在几乎所有广泛使用的计算机平台上,由于其

2011-04-30 15:31:00 568

原创 java IO流总结

语法很乱,想到一点加一点。File类,作为IO流输入输出的基本介质中的一种,在java中封装成类,其中存储着一系列文件信息,getPath()返回此相对路径名的一个路径名字符串。getAbsolutePath() 返回此相对路径名的绝对路径名形式。exists()判断文件是否

2011-04-30 15:17:00 1152 1

原创 javaIO流

IO 流:用于处理设备上的数据。     设备:硬盘,内存,键盘录入。 IO 有具体的分类:     1,根据处理的数据类型不同:字节流和字符流。     2,根据流向不同:输入流和输出流。     字符流的由来:         因为文件编码的不同,而有了对字符进行高效操作的字符流对象。         原理:其实就是基于字节流读取字节时,去查了指定的码表。   ...

2011-04-24 08:50:43 88

原创 程序员不能浮躁

强调动手、强调实践:1)只有通过大量的实践才能不断的培养编程的感觉。2)变成是有感觉的,就像英语阅读是有语感的。3)每天都要写代码,不断培养编程的感觉。打破同学在以往程序设计学习中存在的误区:误区一:注重理论、轻视实践。学习新知识前想把关于这方面的理论全部掌握后再去实践。大错特错。解决方法:在了解理论后,就立即去实践,实践驱动理论的学习,这样掌握理论才更加的扎实,不容易忘记...

2011-04-23 04:45:05 148

原创 log4j

&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;&lt;w:WordDocument&gt;&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;&lt;w:DisplayHorizontalDrawingGridEvery&gt;0&lt;/w:DisplayHorizontalDr...

2011-04-23 04:38:20 72

原创 软件工程塑造

&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;&lt;w:WordDocument&gt;&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;&lt;w:DisplayHorizontalDrawingGridEvery&gt;0&lt;/w:DisplayHorizontalDr...

2011-04-23 04:36:13 150

原创 常用正则表达式

&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;&lt;w:WordDocument&gt;&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;&lt;w:DisplayHorizontalDrawingGridEvery&gt;0&lt;/w:DisplayHorizontalDr...

2011-04-23 04:33:36 230

原创 AscII码表

Ascii 0 {Nulo, Sem Som}     Ascii 1         Ascii 2         Ascii 3         Ascii 4         Ascii 5 Ascii 6             Ascii 7        Ascii 8 {BackSpace} Ascii 9 {Tab} Ascii 10 Ascii 11 Asc...

2011-04-23 04:28:31 123

原创 FTP

FTP(File Transfer Protocol),是文件传输协议的简称。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。用户可以通过它把自己的PC机与世界各地所有运行FTP协议的服务器相连,访问服务器上的大量程序和信息。  FTP(File Transfer Protocol)编辑本段FTP的作用  正如其名所示:FTP的主要作用,...

2011-04-23 04:26:00 75

原创 OOP演化过程

&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;&lt;w:WordDocument&gt;&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;&lt;w:DisplayHorizontalDrawingGridEvery&gt;0&lt;/w:DisplayHorizontalDr...

2011-04-23 04:24:20 158

原创 windows系统API详解

API函数详解 首先,有必要向大家讲一讲,什么是API。所谓API本来是为C和C++程序员写的。API说来说去,就是一种函数,他们包含在一个附加名为DLL 的动态连接库文件中。用标准的定义来讲,API就是Windows的32位应用程序编程接口,是一系列很复杂的函数,消息和结构,它使编程人员可以用不同类型的编程语言编制出的运行在Windows95和Windows NT操作系统上的应用程序。可以说...

2011-04-23 04:22:18 2042

原创 NB的DOS命令

模块: control.exe命令: rundll32.exe shell32.dll,Control_RunDLL结果: 显示控制面板窗口。辅助选项模块: access.cpl命令: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5结果: 显示辅助选项/常规。命令: rundll32.exe shell32.d...

2011-04-23 04:20:24 159

原创 GOF设计模式

GoF是隐性的"桥"  因为很多人没有注意到这点,学完Java基础语言就直接去学J2EE,有的甚至鸭子赶架,直接使用起Weblogic等具体J2EE软件,一段时间下来,发现不过如此,挺简单好用,但是你真正理解J2EE了吗?你在具体案例中的应用是否也是在延伸J2EE的思想?  如果你不能很好的延伸J2EE的思想,那你岂非是大炮轰蚊子,认识到J2EE不是适合所有场合的人至少是明智的,但我们更需...

2011-04-23 04:19:21 61

原创 对IOC/DI的理解

对IOC和DI的理解首先说一下什么是IOC和DI,IOC是Inversion of Control(控制反转)的简写,DI是Dependency Injection(依赖注入)的简写,martinfowler对IOC的解释为:“Inversion of control is a common characteristic of frameworks, so saying that these ...

2011-04-23 04:18:03 109

原创 需求分析文档

&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;&lt;w:WordDocument&gt;&lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;&lt;w:DisplayHorizontalDrawingGridEvery&gt;0&lt;/w:DisplayHorizontalDr...

2011-04-23 04:16:39 527

原创 java异常处理

浅谈项目中异常处理  一个好的项目好的异常处理机制是不可或缺的,而作为程序员对异常的处理方法的优劣对项目的调试和性能往往也会产生意想不到的效果 “本文是Exception处理的一篇不错的文章,从Java Exception的概念介绍起,依次讲解了Exception的类型(Checked/Unchecked),Exception处理的最佳实现:      1. 选择Checked还是Unchec...

2011-04-23 04:13:09 82

Charles 最新版 3.11.2 破解补丁

如题 Charles 最新版 3.11.2 破解补丁

2015-12-28

Schema的Xpath教程

支持各种语言 ZVON.org - XPath Tutorial Please, start with: General/examples.html (English) General_cze/examples.html (česky) General_dut/examples.html (Nederlands) General_fre/examples.html (Français) General_spa/examples.html (Español) General_rus/examples.html (По-русски) General_ger/examples.html (Deutsch) General_chi/examples.html (中文)

2011-06-06

java反编译工具FrontEnd和jad

java反编译工具 Jad accepts the following options: -a - annotate the output with JVM bytecodes (default: off) -af - same as -a, but output fully qualified names when annotating -clear - clear all prefixes, including the default ones (can be abbreviated as -cl) -b - output redundant braces (e.g., if(a) { b(); }, default: off) -d <dir> - directory for output files (will be created when necessary) -dead - try to decompile dead parts of code (if any) (default: off) -disass - disassemble method bytecodes (no JAVA source generated) -f - output fully qualified names for classes/fields/methods (default: off) -ff - output class fields before methods (default: after methods) -i - output default initializers for all non-final fields -l<num> - split strings into pieces of maximum <num> chars (default: off) -lnc - annotate the output with line numbers (default: off) -lradix<num> - display long integers using the specified radix (8, 10 or 16) -nl - split strings on newline character (default: off) -nocast - don't generate auxiliary casts -nocode - don't generate the source code for methods -noconv - don't convert Java identifiers (default: convert) -noctor - suppress the empty constructors -nodos - do not check for class files written in DOS mode (CR before NL, default: check) -nofd - don't disambiguate fields with the same names by adding signatures to their names (default: do) -noinner - turn off the support of inner classes (default: on) -nolvt - ignore Local Variable Table information -nonlb - don't output a newline before opening brace (default: do) -o - overwrite output files without confirmation (default: off) -p - send decompiled code to STDOUT (e.g., for piping) -pi<num> - pack imports into one line after <num> imports (default: 3) -pv<num> - pack fields with identical types into one line (default: off) -pa <pfx>- prefix for all packages in generated source files -pc <pfx>- prefix for classes with numerical names (default: _cls) -pf <pfx>- prefix for fields with numerical names (default: _fld) -pe <pfx>- prefix for unused exception names (default: _ex) -pl <pfx>- prefix for locals with numerical names (default: _lcl) -pm <pfx>- prefix for methods with numerical names (default: _mth) -pp <pfx>- prefix for method parms with numerical names (default: _prm) -r - restore package directory structrure -radix<num> - display integers using the specified radix (8, 10 or 16) -s <ext> - output file extension (by default '.jad') -safe - generate additional casts to disambiguate methods/fields (default: off) -space - output space between keyword (if/for/while/etc) and expression (default: off) -stat - display the total number of processed classes/methods/fields -t - use tabs instead of spaces for indentation -t<num> - use <num> spaces for indentation (default: 4) -v - display method names being decompiled -8 - convert UNICODE strings into 8-bit strings using the current ANSI code page (Win32 only) -& - redirect STDERR to STDOUT (Win32 only)

2011-06-06

C#中实现图片文件拖拽的教程以及关键代码!

C#中实现图片文件拖拽的教程以及关键代码!

2010-11-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除