Implementation principle of the shopping cart

Equivalent to the real supermarket shopping cart shopping cart, is the physical difference is a car, a virtual car only. Users can shopping site to jump between different pages to choose their favorite product, click on the time of purchase, the prod ...

Javascript format digital display

Format digital output, it is very meaningful thing, such as many, we hope to output a digital format for the specified string, get 25.9878, we may hope that it will keep for two decimal out that the result is 25.99, or for 0.345678 in the hope of out ...

html guide into the word

<html> <body> <Table id = "PrintA" width = "100%" border = "1" cellspacing = "0" cellpadding = "0" bgcolor = "# 61FF13"> <TR> <TD> Cell A </ TD> <TD> ...

SQL cascade update and cascade delete

sqlserver support cascading updates and deletes oracle only supports cascade delete alter table table name add constraint constraint name foreign key (field name) references the primary table name (field name) on delete cascade Syntax: Foreign Key (C ...

a complete list of http return status

Transfer from: http://www.uchome8.com/48 http return status is that when a user tries to http or file transfer protocol (ftp) visit to the site server to issue a request, the server returns a status of the request, said the number of code. The state ...

Working with Parameter Fields in Crystal Reports

Introduction This article is intended to illustrate how to use Parameter Fields in Crystal Reports. Parameter fields enable the creation of reports that could be used in a variety of ways, prompting the user for all kinds of information specifically ...

Download FCKeditor JSP Environment Installation Guide

FCKeditor is an open source project sourceforge.net above, mainly to achieve the functions of online web page editor that allows web programs such as MS Word has such a powerful editing functions. Official website for the http://www.fckeditor.net, th ...

provide an array of common objects and arrays of primitive types Mutual Convert

import org.apache.commons.lang.ArrayUtils; byte [] b = new byte [] (10,11,12,13,14); Byte [] bb = ArrayUtils.toObject (b); Other basic types with this!

Bulk delete. Svn folders

When using the SVN tool will generate to "svn" as the file suffix, and each folder there, the number of many. If you want to delete the Windows under. Svn folder, manually delete the channel through the most troublesome, because each folder ...

JDK Vector Source Learning

Chapter Javascript-expression

Today, Javascript is the world's very popular, widely used language. Because it can be embedded into all current browsers, especially widely distributed around the world. Hard to believe, as a language, it is actually in our daily lives so import ...

General solution to the problem of a way to compile

1. Cd src Directory 2. Aclocal 3. Autoheader 4. Autoconf 5. Automake 6.. / Configure 7. Make install clean

Nginx common Rewrite (pseudo-static rules)

I believe most now use Linux VPS friends are using the rapid spread of Nginx, today the most common sort of PHP programs Rewrite (pseudo-static rules). Wordpress: location / ( index index.html index.php; if (-f $ request_filename / index.html) ( rewr ...

Application for Android Map API Key

Provided in the android SDK1.5 Map of the extension com.google.android.maps. Now tell us about the preparations to use it: for Android Map API Key. 1. First of all, to get your debug keystore location: Open the Eclipse ---> Windows ---> Prefere ...

java dynamic agent learning (Proxy, InvocationHandler) - own understanding

A few days ago to see java in the dynamic proxy mechanism, do not know the hell, and then looked at. Life and death do not know invoke (Object proxy, Method m, Object [] args) The proxy is what kinds of things on here, what's the use? So the Inte ...

Common Web Service Summary (weather. Timetable, etc.)

Weather Web Service, data from the China Meteorological Administration Endpoint Disco WSDL Source IP Address Search Web Service (is the most complete IP address data) Endpoint Disco WSDL Random English, numbers, and simplified Chinese Web Service End ...

Why still use clearcase

Into the company, came into contact with clearcase, before used VSS, CVS, SVN. I am a lazy person, but also a very loving person who delve into these tools, simply from the perspective of a coder, clearcase using up too much trouble. Many argue this ...

FROM dynamically load data page

FROM dynamically load data page After the show you want to open the page the background data can be achieved in two ways 1, point the URL to the menu when the menu is XX.do methods in this way in return the object and page 2 EXT page hit the LOAD FRO ...

Easy to overlook the details of the programming

In the IDE environment, so that we in the programming code to reduce a lot of knocking on the wrong hand, but some details still can not be ignored. This is precisely what the programming produced BUG. Suppose there is no syntax error under the premi ...

ubuntu8 install oracle of the display problem?

ubuntu8 install oracle10, the installation will appear: "can't open display", this problem has troubled me for several days and finally buttoned, su to the graphical user currently logged on, the implementation of the xhost, if successf ...

Share to a large enterprise IT centers for training of all the training PPT PM

Share to a large enterprise IT centers for training of all PM full training PPT. Including 2008PMP relevant content and relevant information CMMI5. As my original, the crystallization of years of consultation. The share is only to share the PDF versi ...

shell related content

Regular expression: Test file status: String Test: Test the use of logical operators: Test values: Angle of the meaning of special symbols: find command has many options or expression, in front of each option followed by a dash -. Let us first look a ...

CSS box model (Box Model)

CSS box model (Box Model) learning and understanding has been the basis for learning DivCSS content page layout. However, many are still not familiar with CSS for beginners, although we provide a number of related 52CSS.com tutorial. We can study mor ...

Some expansion of Ext2

This article reposted elsewhere

Thinking of learning Java programming notes - initialization and clean-up

Override the internal matters of the class, method overloading main differences are the parameter list and parameter types, return value is not distinguish overloaded methods that return value can not serve as a sign of overloaded methods to judge. H ...

Formatting a Formula for Date

Formatting a Formula for Date What if you have a formula that has DateTime value and you want to format it? In that case, you do not see the Date and Time tab on the Format Editor. In this situation, you rely on your own code. ToText function comes h ...

Records of posts in the thread JAVA knowledge and examples

http://www.ibm.com/developerworks/cn/java/j-concurrent/ Concurrent threads in JAVA http://java.chinaitlab.com/line/373702.html java.util.concurrent in CountDownLatch a good example http://eyesmore.javaeye.com/blog/284059 http://vvggsky.javaeye.com/bl ...

Change the background color of the mouse event or background image

/ / When the mouse moved to replace the background image above onmouseover = "this.style.backgroundImage = 'url ($ (pageContext.request.contextPath) / images / menuMouseOver.gif)'" / / When the mouse away replace the background imag ...

For job scheduling with Quartz

Quartz is an open source project, provides a rich set of job scheduling. In this article, software engineer Michael Lipton and IT architects Soobaek Jang on the Quartz API was introduced, a general overview of the framework from the beginning, and th ...

jquery simple personal notes

See attached (if necessary to consult me, but I am afraid it is essential)

I might look simple to use dwr and json complete page (mssqlserver2005)

Previously written page with dwr, feeling a little bit troublesome, simply can csdn the http://download.csdn.net/source/1413703 download, sqlser2000 database. Description: I am not familiar with json, nor is it strange that is not how to use before, ...

[Change] Js regular expression

[Change] Js regular expression Ghost on [2008-01-17 23:17] / / Check if all the numbers var patrn = / ^ [0-9] (1,20) $ / / / Check login name: Enter only 5-20 months beginning with the letter can be a string with digital ,"_","." ...

ssi Integration (ibatis support oracle sqlserver2005.mysql and physical page)

In this instance by the integration of spring2.5 + strust2.0 + ibatis2.3.4 made, ibatis support sqlserver2005, mysql and oracle physical page, this is a simple example of DEMO. As the upload limit, only the transmission project code, this instance of ...

Json's a little on the shallow understanding of

I have an old dish that's not right I do hope that my friends. json how I have never used, basically not used,, it has only limited understanding of emotional, that is used to store N keys in on the value of the objects, in obtaining the time, ac ...

IE 9 preview version download, full support for HTML5 and CSS3

Just downloaded a, IE9 is still just a prototype, not the address bar, tool bar, only a menu bar (not all), all the Chinese on the page shown as boxes. Microsoft is doing for the next generation Internet Explorer 9 on the improvement of the standard, ...

rpmfusion the configuration

rpmfusion.org provides many commonly used but are not included in the Fedora / Red Hat default repository in the package, such as SMPlayer (Linux under the most popular audio and video player), aMule (Linux under the electric mules) and so on. RPM Fu ...

Java Socket Programming example explanation

Understanding of network programming simple fact is that only two computers to communicate data. For programmers to master a programming interface and uses a programming model will seem relatively more simple. Java SDK provides some relatively simple ...

JS jQuery get select the check box values, respectively

DOCTYPE (net Abstract)

What is a DOCTYPE The code above, we called the DOCTYPE declaration. DOCTYPE is the document type (document type) and short, used to illustrate the use of XHTML or HTML you what version. One of the DTD (such as the example of xhtml1-transitional.dtd) ...

Find 4 * 4 matrix in the saddle point

public class experiment5 ( public boolean comPareLine (int i, int j, int arr [][]) ( if (arr [i] [(j% 4)]> = arr [i] [((j +1)% 4)] & & arr [i] [j]> = arr [i] [((j +2) % 4)] & & arr [i] [j]> = arr [i] [((j +3)% 4)]) return tru ...

POI import EXCLE, support 2003 and 2007

POI import EXCLE, support 2003 and 2007 Author: fwgforce [Original article] 1. Objective: To achieve the EXCEL data into a database table 1, an example POJO 2.Enterprise.hbm.xml configuration is as follows: 3. Public methods: ACTION implementation cl ...

ibatis dynamic query

Recent projects need to do a dynamic query. The query results to return to the page display. To check the field and table names are dynamic, is to spell out in the background. However, when running in ibatis total reported "column name is invali ...

JS determine the decimal point and so can only enter the number (rpm)

JS judge only numbers and decimal points 1. Text box can only enter the numeric code (decimal point can not be input) <input onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g ...

Narcissistic number of solved

public class NarcissisticNumber ( boolean isNarcissisticNumber (int a) ( int hundredsplace, decade, single; int reslut; / / save the final results of the cube operation single = a% 10; decade = ((aa% 10) / 10)% 10; hundredsplace = a/100; reslut = hun ...

Terminator The Road dba trouble

Perhaps you are tired of the DPRK's development of five nights six and began test ocp; maybe you just out of the ivory tower, determined in the management of a big database? After doubled its efforts to finally have copies of dba work, uneasy sat ...

Asp.Net Web site performance optimization slow word summary (above) to write data buffer

Often the underlying data store Asp.Net site are relational databases, relational databases, resources and more expensive, but also likely to result in bottlenecks. Slow word summary article is to introduce the effective use of caching and asynchrono ...

jquery Syntax Summary

hibernate search manually create an index

hibernate search default to automatically create an index as long as the entity to configure the @ Indexed annotation, insert data in the index data will automatically hibernate In fact can be configured to manually configure the following index hibe ...

Uninstall the installed IPtables source

Installation with the source code will be installed in the following locations in / usr / local / sbin for binaries (iptables *, ip6tables *) in / usr / local / lib / iptables for extensions in / usr/local/man/man8 for manpages (iptables *. 8, ipt6ta ...

Use java2word to insert text in word document. Form. Picture (reproduced)

import java.util.ArrayList; import java.util.List; import com.heavenlake.wordapi.Document; public class UpdateWord ( public static void main (String [] args) ( try ( Document doc = new Document (); doc.open ("F: / a.doc"); / * * Customize t ...
Recent
Recent Entries
Tag Cloud
Random Entries