two ways (RSS)

Struts2.0 Study Notes (1) name space and. Xml file configuration

First of all to say sorry, thank the concerns that I blog friends. Near future because of the change do the work, because continuous learning, continuous progress in order to make their own to find a ...

Ruby [Hash method summary]

1. To add a default value Hash: h = (1,2,3,4) # => (1 => 2, 3 => 4) h.default = 7 h [1] # => 2 h [3] # => 4 h [4] # => 7 h [5] # => 7 二. Hash to add key-value pair: h = () # => ...

From shallow to deep understanding of JavaScript category

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ...

Advisory rails of the issue of performance

Would like to see the performance of the actual rails Rails to write with a simple query the user's action, controller in the show are as follows: Deployment using ruby 1.8.7 rails 2.3.2, lighttpd ...

Java 7 into the modular system

http://developer.51cto.com/art/200905/123868.htm I have been watching Devoxx presentation on the section of Jigsaw, I am very excited that it should be the path for the complex versions of types of pr ...

eclipse plug-in installation method

+ plug-ins eclipse platform eclipse is easy way to expand, eclipse plug-ins installed in two ways: 1. One is the built-in installed, or download the plug-ins after the extract, and then, after extract ...

hibernate learning

hibernate one-to-many association: One-to-many association in two ways: First, the primary key association, and the other is the only foreign key association. Associated foreign key: public class Pers ...

JAVA associated source

Source code for the link There are two ways, 1. First, into the mid-point in the process (can be F3), and then point attatche Source, select extendsfolder Src and then you can find the 2, in the Eclip ...

java: comp / env / jdbc / datasource and jdbc / datasource not

Understanding of JNDI in the java: comp / env / jdbc / datasource and jdbc / datasource difference. In describing the JNDI, for example, when access to data sources, JNDI address two ways for writing, ...

Java variety of paths and parameters

1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document's absolute path: applicatio ...

difference between ie and firefox js points

Although the use of JavaScript in history is long and annoying to the subject of a specific block of time the browser has come to an end, but the occasional use of some simple code block and object de ...

Between FF and IE differences 7 JavaScript

Although the use of JavaScript in history is long and annoying to the subject of a specific block of time the browser has come to an end, but the occasional use of some simple code block and object de ...

Rails questions every Monday (8): Security Guide (under)

In the last chapter and中篇described the attack on the session and other common attacks. Highlighted in the next into the attack. Injected to the site through the introduction of malicious code or malic ...

JavaScript: The Good Parts Reading Notes (2)

Nothing in Chapter 2, Chapter III of the next object literal speaker also prototyep, not too many basic content of the book are mentioned rhinoceros, but a small detail that: We generally object to cr ...

Rails development system to add WAP support

Rails in the development of unique WEB achieved considerable success, but the kernel has yet to support WML, then find some information, if you use Rails to develop the system to add WAP support, whic ...

On the use of hibernate from sqlserver database to read out the image type data processing summary

A project has recently encountered from sqlserver database using hibernate to read out the image of the type of data. In this summary, At the same time would also like to thank the help lovewhzlq and ...

Flex and JavaScript Interaction: call and the call

First, the JavaScript method to call Flex Flex can be used in the ExternalInterface in Flex to call the method, way 1. Flex application in the list of available methods to add a public method specifie ...

Auction Web site and database design needs ranking Manual

[Objective] In the "interactive network" on the production of a module showing the top auction site. Baidu to achieve the effect of keyword bidding and ranking of similar shows in the " ...

Review jsf + spring + hibernate (1)

Writing the code a long time, a lot of the framework of the basic debugging question had been forgotten even today, specifically the most easy to write a framework, including the presentation layer fr ...

js dynamically created. delete table

Generate a 2000 * 5 the table, the contents of each cell is the line number + comma + column number Method 1: Use the createElement generated table, use insertRow and insertCell method to generate the ...

struts + spring + hibernate summary

struts + spring + hibernate summary 1. Myeclipse in order to load struts, spring, hibernate 2. Add filter Add WEN-INF/web.xml <filter> <filter-name> encodingfilter </ filter-name> &l ...

Open Session In View

In the absence of using Spring to provide the Open Session In View circumstances, because of the need for service (or Dao) layer in the session closed, so lazy loading for true words, it is necessary ...

spring of the fourth study

On spring integration 1, spring, and a combination of jdbc development <br /> use Spring + JDBC integration steps are as follows: / / First of all configuration data source <bean destroy-meth ...

Ext use javascript hyperlink set up to carry out treatment case

1, how to set up hyperlinks javasript <script type="text/JavaScript"> / / Method 1: location.href = 'URL'; / / Two Ways: document.write ( '<a href="网址"> lan ...

Js regarding automatic telescopic control iframe problem

http://blog.csdn.net/teachy521/archive/2008/12/02/3429102.aspx Through Google search iframe highly adaptive, resulting in more than 5W, search iframe highly adaptive, resulting in more than 2W. I turn ...

About js control automatic telescopic iframe problem

http://blog.csdn.net/teachy521/archive/2008/12/02/3429102.aspx Through Google search iframe highly adaptive, resulting in more than 5W, search iframe highly adaptive, resulting in more than 2W. I turn ...

custom object on js

this [200] = "year"; ) var user = new User ( "user1"); alert (user [1]); In the above example, we should pay attention: Various through this [1] to obtain property age, it can not ...

Ruby Rails system calls the use of Ping

Want to use call system commands under RoR, the general exec and system and the syscall Want to use in Rails, the call ping command The most common are ruby support Ping usage is as follows: But the r ...

java read file

java read documents in two ways: java.io and java.lang.ClassLoader When using the java.io, when java.lang.ClassLoader use it? (Note: If prior to read xml file java read file clearly aware of these two ...