摘要: Two commonly used methods for a request-response between a client and server are: GET and POST.GET- Requests data from a specified resourcePOST- Submi... 阅读全文
posted @ 2013-12-28 10:55 wonkju 阅读(248) 评论(0) 推荐(0) 编辑
摘要: \n : 0A\r : 0D\t : 09[空格] : 20 阅读全文
posted @ 2013-12-27 13:30 wonkju 阅读(1736) 评论(0) 推荐(0) 编辑
摘要: Figure 1 - PE FileThe CLR header stores information to indicate that the PE file is a .NET executable and the CLR data section contains metadata and M... 阅读全文
posted @ 2013-12-21 20:46 wonkju 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Figure 1 - .Net FrameworkThe Common Language Runtime (CLR) is the mechanism through which .NET code is executed.Because it controls how a .NET program... 阅读全文
posted @ 2013-12-21 20:11 wonkju 阅读(125) 评论(0) 推荐(0) 编辑
摘要: Character literals 阅读全文
posted @ 2013-12-19 20:08 wonkju 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Here is part of my files:1 [北京圣思园Java培训教学视频]Java.SE.前9日学习成果测试题(2010年12月2日).rar 2 [北京圣思园Java培训教学视频]Java.SE.第一百一十一讲.基于UDP的网络通信详解.rar 3 [北京圣思园Java培训教学视频]... 阅读全文
posted @ 2013-12-19 03:11 wonkju 阅读(1473) 评论(0) 推荐(0) 编辑
摘要: Syntax: event.clientXThe clientX event attribute returns the horizontal coordinate (according to the client area) of the mouse pointer when an event ... 阅读全文
posted @ 2013-12-18 02:31 wonkju 阅读(297) 评论(0) 推荐(0) 编辑
摘要: Right now your project is bunch of java files in Eclipse. But usually when you finish your application, you want to create a runnable file, so that so... 阅读全文
posted @ 2013-12-14 20:07 wonkju 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 在默认情况下,Eclipse只在程序员输入“.”并用ALT+/组合键强制调用编码提示功能我们可以通过少量配置,让Eclipse更聪明,实现完全自动编码提示:1、在你的“工作空间”下找到下在文件.metadata\.plugins\org.eclipse.core.runtime\.settings\... 阅读全文
posted @ 2013-12-14 16:26 wonkju 阅读(1649) 评论(0) 推荐(0) 编辑
摘要: Ctrl+1快速修复(最经典的快捷键,就不用多说了)Ctrl+D:删除当前行Ctrl+Alt+↓复制当前行到下一行(复制增加)Ctrl+Alt+↑复制当前行到上一行(复制增加)Alt+↓当前行和下面一行交互位置(特别实用,可以省去先剪切,再粘贴了)Alt+↑当前行和上面一行交互位置(同上)Alt+←... 阅读全文
posted @ 2013-12-13 14:39 wonkju 阅读(197) 评论(0) 推荐(0) 编辑