自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Newweapon's Trace

Try my best and smile every day!

  • 博客(12)
  • 资源 (13)
  • 收藏
  • 关注

原创 如何将一个纯静态的网站拷贝下来

wget -m具体操作有待进一步研究...

2007-03-31 21:17:00 3725 3

转载 windows快捷键

F1 显示当前程序或者windows的帮助内容。 F2 当你选中一个文件的话,这意味着“重命名” F3 当你在桌面上的时候是打开“查找:所有文件” 对话框 F10或ALT 激活当前程序的菜单栏 windows键或CTRL+ESC 打开开始菜单 CTRL+ALT+DELETE 在win9x中打开关闭程序对话框 DELETE 删除被选择的选择项目,如果是文件,将被放入回收站 SHIFT+DELETE

2007-03-29 17:56:00 637

转载 如何连接oracle数据库及故障解决办法-总结 极力推荐

该文适合于程序开发人员与oracle菜鸟   如何配置才能使客户端连到数据库:       要使一个客户端机器能连接oracle数据库,需要在客户端机器上安装oracle的客户端软件,唯一的例外就是java连接数据库的时候,可以用jdbc thin模式,不用装oracle的客户端软件。加入你在机器上装了oracle数据库,就不需要在单独在该机器上安装oracle客户端了,因为装oracle数据

2007-03-27 15:56:00 636

原创 how to get the value of an control

 If a html page contains what likes:table>        tr>            td>                Enter Key Here ->                input type="text" id="key" name="key"                       onkeyup="convertToD

2007-03-27 10:37:00 638

原创 ajax中的键盘事件注意使用keyup

Below is from : "Why are we using the onkeyup trigger as opposed to onkeypress? This is a "gotcha" that you must understand. The onkeypress event seems like it should work for this application, but

2007-03-27 10:25:00 1336

转载 Google发布Guice: Java IOC 框架. 挑战Spring!

From: http://www.javaresearch.org/news/shownews.jsp?column=227&thread=64281

2007-03-20 16:48:00 690

转载 Introducing the 4+1 view model

From: http://www-128.ibm.com/developerworks/wireless/library/wi-arch11/  Modified a little by Newweapon.

2007-03-16 15:46:00 1115

转载 玩玩Spring之struts+hibernate+spring添删改查示例(二)

作者:大峡 来源:www.easyjf.com  发布时间:2006-05-09     看本文前请先看“玩玩Spring之struts+hibernat

2007-03-15 16:37:00 879

转载 玩玩Spring之struts+hibernate+spring添删改查示例(一)

作者:大峡 来源:www.easyjf.com  发布时间:2006-05-09       (本故事除了部分点明道姓并具有故事详细发生的具体时间点地等部

2007-03-15 16:36:00 750

转载 JSP和JSF合并 共同打造完美的Web应用

  Java在最近几年逐渐升温,随着Java SE 5和Java SE 6的推出,Java的未来更显得无比辉煌。但以Java为基础的JSP在Java SE 5推出之前却一直抬不起头来,这最重要的原因就是JSP虽然功能十分强大,但最大的优点也是它的最大缺点,功能强大就意味着复杂,尤其是设计前端界面的可视化工具不多,也不够强大。因此,设计JSP页面就变得十分复杂和繁琐...   Java在最近几年

2007-03-03 17:35:00 640

转载 POJO 与 PO的 概念

POJO = pure old java object or plain ordinary java object or what ever.PO = persisent object 持久对象就是说在一些Object/Relation Mapping工具中,能够做到维护数据库表记录的persisent object完全是一个符合Java Bean规范的纯Java对象,没有增加别的属性和方

2007-03-03 17:31:00 769

转载 POJO应用架构:Spring与EJB 3.0的对比

作者: 陶刚编译 出处: 天极网  爱因斯坦曾经说过:"每件事物都应该尽可能简单,而不是更简单"。的确,对科学真理的追求都是为了简化理论的根本假设,这样我们才能处理真正麻烦的问题。企业级软件的开发也是这样的。  简化企业级软件开发的关键是提供一个隐藏了复杂性(例如事务、安全性和永续性)的应用框架。良好设计的框架组件可以提升代码的重复使用(reuse)能力,提高开发效率,从而得到更好

2007-03-03 17:29:00 622

演进式架构英文原版第二版

新鲜出炉的演进式架构 第二版,英文原版。 《Building Evolutionary Architectures —— Automated Software Governance》 2ND EDITION。 作者:Neal Ford, Rebecca Parsons, Patrick Kua, and Pramod Sadalage。

2024-01-13

云原生架构白皮书 带全目录标签版 阿里云2020年7月最新重磅出品.pdf

今天云原生的定义有众多版本,云原生架构的理解也不尽相同,阿里将根据自身的云原生技术、产品和上云实践,给出自己的理解。

2020-07-22

Appium最新版国内下载安装和使用

Appium最新版国内下载地址,并附文档说明如何安装和使用,并有Java代码片段。如有问题,可给我留言邮件。

2018-01-14

Anaconda3-5.0.1-Windows-x86_64

最新版Anaconda Windows 64安装包:Anaconda3-5.0.1-Windows-x86_64。不要要积分,确发现最低值是2,分,没有0分这个选项……

2017-12-13

Android编程权威指南原版全部36章

Android编程权威指南的全部36章英文原版。MVC,Fragment,Service等各种概念,清清楚楚、明明白白。Android开发中的Java编程思想! 附带源码下载地址:http://download.csdn.net/detail/newweapon/8136629 本书根据美国大名鼎鼎的Big Nerd Ranch训练营的Android培训讲义编写而成,已经为微软、谷歌、Facebook等行业巨头培养了众多专业人才。作者巧妙地把Android开发所需的庞杂知识、行业实践、编程规范等融入一本书中,通过精心编排的应用示例、循序渐进的内容组织,以及循循善诱的语言,深入地讲解了Android开发的方方面面。如果学完一章之后仍然意犹未尽,那“挑战练习”一定会让你大呼过瘾。本书之所以能在移动应用开发类图书中脱颖而出,还在于它真的是在与读者“对话”。阅读本书就好像有一位私人导师在你身边随时为你答疑解惑。

2014-11-08

Android编程权威指南全部36章源代码

Android编程权威指南的全部36章源代码。MVC,Fragment,Service等各种概念,清清楚楚、明明白白。Android开发中的Java编程思想!源代码中有许多值得参考、学习、模仿甚至可以直接利用的价值。 本书根据美国大名鼎鼎的Big Nerd Ranch训练营的Android培训讲义编写而成,已经为微软、谷歌、Facebook等行业巨头培养了众多专业人才。作者巧妙地把Android开发所需的庞杂知识、行业实践、编程规范等融入一本书中,通过精心编排的应用示例、循序渐进的内容组织,以及循循善诱的语言,深入地讲解了Android开发的方方面面。如果学完一章之后仍然意犹未尽,那“挑战练习”一定会让你大呼过瘾。本书之所以能在移动应用开发类图书中脱颖而出,还在于它真的是在与读者“对话”。阅读本书就好像有一位私人导师在你身边随时为你答疑解惑。

2014-11-08

Tomcat运行内幕-How Tomcat Works

本书讲述一般Java Web server以及Tomcat的运行原理,对JavaEE编程有极大的好处。<br>可惜只有前6章。

2008-04-17

Java并发编程实践[英文版] - Java Concurrency In Practice

Java并发编程的经典书籍

2008-04-16

Manning - Java 3D Programming - Source Code(源码)

Manning - Java 3D Programming - Source Code(源码)

2008-02-21

Java 3d Tutorial

Java 3d Tutorial

2008-02-20

A compact reference for 3d computer graphics programming

A compact reference for 3d computer graphics programming

2008-02-20

人工智能-现代方法 Artificial Intelligence A Modern Approach

人工智能-现代方法,Artificial Intelligence A Modern Approach,第一版。<br>经典的人工智能学习书籍 。

2008-01-31

BSD HACKS -- 100个业界最尖端的技巧和工具

Credits<br> About the Author<br> Contributors<br> Acknowledgments<br> Preface<br> Why BSD Hacks?<br> How to Use this Book<br> How This Book Is Organized<br> Conventions Used in This Book<br> Using Code Examples<br> We'd Like to Hear from You<br> Chapter 1. Customizing the User Environment<br> Section 0. Introduction<br> Section 1. Get the Most Out of the Default Shell<br> Section 2. Useful tcsh Shell Configuration File Options<br> Section 3. Create Shell Bindings<br> Section 4. Use Terminal and X Bindings<br> Section 5. Use the Mouse at a Terminal<br> Section 6. Get Your Daily Dose of Trivia<br> Section 7. Lock the Screen<br> Section 8. Create a Trash Directory<br> Section 9. Customize User Configurations<br> Section 10. Maintain Your Environment on Multiple Systems<br> Section 11. Use an Interactive Shell<br> Section 12. Use Multiple Screens on One Terminal<br> Chapter 2. Dealing with Files and Filesystems<br> Section 12. Introduction<br> Section 13. Find Things<br> Section 14. Get the Most Out of grep<br> Section 15. Manipulate Files with sed<br> Section 16. Format Text at the Command Line<br> Section 17. Delimiter Dilemma<br> Section 18. DOS Floppy Manipulation<br> Section 19. Access Windows Shares Without a Server<br> Section 20. Deal with Disk Hogs<br> Section 21. Manage Temporary Files and Swap Space<br> Section 22. Recreate a Directory Structure Using mtree<br> Section 23. Ghosting Systems<br> Chapter 3. The Boot and Login Environments<br> Introduction<br> Section 24. Customize the Default Boot Menu<br> Section 25. Protect the Boot Process<br> Section 26. Run a Headless System<br> Section 27. Log a Headless Server Remotely<br> Section 28. Remove the Terminal Login Banner<br> Section 29. Protecting Passwords With Blowfish Hashes<br> Section 30. Monitor Password Policy Compliance<br> Section 31. Create an Effective, Reusable Password Policy<br> Section 32. Automate Memorable Password Generation<br> Section 33. Use One Time Passwords<br> Section 34. Restrict Logins<br> Chapter 4. Backing Up<br> Introduction<br> Section 35. Back Up FreeBSD with SMBFS<br> Section 36. Create Portable POSIX Archives<br> Section 37. Interactive Copy<br> Section 38. Secure Backups Over a Network<br> Section 39. Automate Remote Backups<br> Section 40. Automate Data Dumps for PostgreSQL Databases<br> Section 41. Perform Client-Server Cross-Platform Backups with Bacula<br> Chapter 5. Networking Hacks<br> Introduction<br> Section 42. See Console Messages Over a Remote Login<br> Section 43. Spoof a MAC Address<br> Section 44. Use Multiple Wireless NIC Configurations<br> Section 45. Survive Catastrophic Internet Loss<br> Section 46. Humanize tcpdump Output<br> Section 47. Understand DNS Records and Tools<br> Section 48. Send and Receive Email Without a Mail Client<br> Section 49. Why Do I Need sendmail?<br> Section 50. Hold Email for Later Delivery<br> Section 51. Get the Most Out of FTP<br> Section 52. Distributed Command Execution<br> Section 53. Interactive Remote Administration<br> Chapter 6. Securing the System<br> Introduction<br> Section 54. Strip the Kernel<br> Section 55. FreeBSD Access Control Lists<br> Section 56. Protect Files with Flags<br> Section 57. Tighten Security with Mandatory Access Control<br> Section 58. Use mtree as a Built-in Tripwire<br> Section 59. Intrusion Detection with Snort, ACID, MySQL, and FreeBSD<br> Section 60. Encrypt Your Hard Disk<br> Section 61. Sudo Gotchas<br> Section 62. sudoscript<br> Section 63. Restrict an SSH server<br> Section 64. Script IP Filter Rulesets<br> Section 65. Secure a Wireless Network Using PF<br> Section 66. Automatically Generate Firewall Rules<br> Section 67. Automate Security Patches<br> Section 68. Scan a Network of Windows Computers for Viruses<br> Chapter 7. Going Beyond the Basics<br> Introduction<br> Section 69. Tune FreeBSD for Different Applications<br> Section 70. Traffic Shaping on FreeBSD<br> Section 71. Create an Emergency Repair Kit<br> Section 72. Use the FreeBSD Recovery Process<br> Section 73. Use the GNU Debugger to Analyze a Buffer Overflow<br> Section 74. Consolidate Web Server Logs<br> Section 75. Script User Interaction<br> Section 76. Create a Trade Show Demo<br> Chapter 8. Keeping Up-to-Date<br> Introduction<br> Section 77. Automated Install<br> Section 78. FreeBSD from Scratch<br> Section 79. Safely Merge Changes to /etc<br> Section 80. Automate Updates<br> Section 81. Create a Package Repository<br> Section 82. Build a Port Without the Ports Tree<br> Section 83. Keep Ports Up-to-Date with CTM<br> Section 84. Navigate the Ports System<br> Section 85. Downgrade a Port<br> Section 86. Create Your Own Startup Scripts<br> Section 87. Automate NetBSD Package Builds<br> Section 88. Easily Install Unix Applications on Mac OS X<br> Chapter 9. Grokking BSD<br> Introduction<br> Section 89. How'd He Know That?<br> Section 90. Create Your Own Manpages<br> Section 91. Get the Most Out of Manpages<br> Section 92. Apply, Understand, and Create Patches<br> Section 93. Display Hardware Information<br> Section 94. Determine Who Is on the System<br> Section 95. Spelling Bee<br> Section 96. Leave on Time<br> Section 97. Run Native Java Applications<br> Section 98. Rotate Your Signature<br> Section 99. Useful One-Liners<br> Section 9.13. Fun with X

2007-11-03

Hibernate In Action(英文)

A good book to learn Hibernate.

2007-10-07

空空如也

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

TA关注的人

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