原创 Struts 2 結果和結果類型

<results>標記扮演着Struts2 MVC中視圖的角色,默認情況下,struts2使用jsp作爲視圖技術,但也不強制使用,還有其他的視圖技術,比如xml,json等。Struts2有多種結果類型         <result-t

原创 D-Link routers found to contain backdoors

Known since 2010. An easily exploitable backdoor that provides full control over the device has been discovered i

原创 Database design basics

A properly designed database provides you with access to up-to-date, accurate information. Because a correct design is

原创 第二範式實例

2nd Normal Form Definition A database is in second normal form if it satisfies the following conditions: It is in first

原创 Struts 2 Annotations

Struts2 提供兩種形式的配置,一種是傳統的struts.xml文件配置方式,另外一種就是Annotations 方式,使用Annotations 方式就不需要在寫struts.xml文件,相當於零配置。至於如何使用Annotati

原创 Tutorial #1 : What is Reverse Engineering

What is reverse engineering? Reverse engineering is the process of taking a compiled binary and attempting to recreat

原创 Maven簡單用法

How To Convert Maven Based Web Application To Support Eclipse IDE http://www.mkyong.com/maven/how-do-use-maven-to-crea

原创 Java 基本的IO操作

在線學習資料 Reading Console Input BufferedReader br = new BufferedReader(new InputStreamReader(Sys

原创 Spring MVC程序使用中遇到的問題

 出現問題提示Could not open ServletContext resource [/WEB-INF/spring-security.xml] 事實上,我已經使用classpath:spring-security.xml指定

原创 JS 存放目錄說明

js/common 存放js的目錄,例如jquery.js js/custom 存放針對當前web站點js的目錄 點贊 收藏 分享 文章舉報 instartime 發佈了28

原创 第三範式實力

3rd Normal Form Definition A database is in third normal form if it satisfies the following conditions: It is in second

原创 web部署描述符中load-on-startup意義說明

    <servlet>         <servlet-name>spring-mvc</servlet-name>         <ser

原创 我希望在軟件開發生涯初期就知道的 4 件事

原文出處: John Sonmez   譯文出處: IDF實驗室 我的軟件開發生涯開始於15年前。 但是直到最近的5年,我才真正開始看到自己在軟件開發領域的巨大進步。 這裏有一些感悟是我希望能夠在我進入軟件開發領域時所知道的事情,

原创 第一範式實例

1st Normal Form Definition A database is in first normal form if it satisfies the following conditions: Contains only a

原创 Spring Auto Scanning Components

Spring Auto Scanning Components http://www.mkyong.com/spring/spring-auto-scanning-components/ @Component – Indicat