Industry


Advertisements


Links to free resources and IT used

I try to free space http://www.5944.net/ http://us.5944.net/ Chinese open source community http://www.oschina.net/ Java open source Daquan http://www.open-open.com/ Microsoft MSDN download site http://msdn.itellyou.cn/ http://msdn.itellyou.cn/?lang=z

FlashDevelop + aswing AS2 application development

FlashDevelop + aswing AS2 development program authors: harryxu Article Source: webstudio.com.cn Article Type: Original Hits: 6250 Time :2006 -12-23 Statement This tutorial is webstudio forum moderator harryxu made, please indicate the source, harryxu

struts2 across namespaces (each sub-configuration file) to redirect the request to forward

<result name="success" type="redirectAction"> <param name="namespace"> / website / member </ param> <param name="actionName"> access </ param> </ Result> You understand. .

(Ix) the classification of text classification problems

Let me talk about before classification system. Recall that the classification system refers to a predetermined hierarchy of categories and document the relationship between these categories. Which contains two aspects: First, the relationship betwee

(J) prescribing inspection of feature selection algorithm

Previously mentioned, in addition to other classification algorithms for text classification feature extraction algorithm for processing also have a huge impact on the final result, while feature extraction and feature selection and feature extractio

Call java constructor summary

1 constructor must define its class has the same name. Constructor does not return type, not void. (2) class can not declare constructor, then the class declare a method implied body is empty no-arg constructor. But when the class constructor when th

Hibernate implementation of optimistic locking through three

Either Hibernate or Toplink, support optimistic locking mechanism. In Toplink achieve through three layers of the optimistic lock is easy, but the default does not support Hibernate's optimistic locking three-tier environment, in order to achieve

OracleNoSQLDatabase11g

Oracle NoSQL Database 11g

(Viii) the similarities and differences between the English text classification

Classification system from the text processing view, the text is to be classified either Chinese or English, in the training phase to go through before a pre-step to remove unwanted information, the next steps to reduce the complexity and computation

Ralasafe random (7) - Demerits - initialize the metadata

Recently too busy, Ralasafe of study and research has slowed down Almost to the edge of oblivion Today, finally had the chance to pick up the Ralasafe the .. Rapid accumulation done by the original prototype, when you import the metadata has been the

(G) summary of relevant concepts

Learning methods: use the sample (or samples, the training set) to synthesize a computer program called the learning process [22]. Supervised learning: the learning process by using the sample input / output for the given time, called supervised lear

ssh framework summarizing and exploring

SSH is most companies realize JAVA development of a basic framework, the framework of the technology involved nothing more than spring, struts, hibernate. Which depending on the application, use a different persistence technologies for sustainable te

Commodity management software custom development

Music Rabbit Technologies team (referred to as: Music rabbit Technology) was established in March 27, 2010, on April 10, 2011 the shop, the spirit of "dedication to customer service" to "down to earth, to develop innovative and spirit,

NIO asynchronous communications

1.NIO defined NIO is a non-blocking IO, IO compared to traditional terms, to solve two problems: 1) read and write operations are no longer synchronized block; 2) a server at a time can access a client receives, by starting a new thread to improve ac

struts2 select label use in

The select tag in struts2, commonly used in the following properties: (1) struts2 select tag in, the property must be set only one that is list. (2) select the label list must have a value, or error. If no value can be added headerKey, headerValue, s

Fuzhou IPHONE.IPAD real estate e-Broche. Broche developed three-dimensional electronic

Fuzhou IPHONE, IPAD real estate e-Broche, three-dimensional development of electronic Loushu Provide professional iphone, ipad custom software development services and games We are a professional developer iphone, ipad games, software, application pr

(B) the method of text classification zz

Text classification and other classification problem is not fundamentally different, the method can be attributed to the classification of data according to certain characteristics to match, of course, is unlikely to match exactly, and therefore must

Introduction to Spring 2 comments

A variety of annotation methods 1. @ Autowired comment (not recommended, recommend the use of @ Resource) @ Autowired can be member variables, methods, and constructors tagging, auto-assembly to complete the work. The annotation @ Autowired different

BAPI_INCOMINGINVOICE_CANCEL usage

The BAPI is equivalent to Tcode MR8M CLASS mr8m DEFINITION. PUBLIC SECTION. CLASS-METHODS: cancel IMPORTING pt_belnr TYPE mblnr pt_gjahr TYPE gjahr pt_stgrd TYPE stgrd pt_budat TYPE budat EXPORTING et_belnr TYPE mblnr et_gjahr TYPE gjahr et_return TY

(C) the statistical learning methods zz

Mentioned before, using statistical learning methods for text classification is to allow computers themselves to observe the people of the training documents, their document summed up the categories used to determine the rules and basis. The result i

Simple _ construction of the heap

Reactor is a useful data structure is a binary tree representation of the array. Minimum and maximum heap heap is a binary heap of two forms. Maximum heap: the root node of the key is key in all the heap nodes greatest. Minimum heap: heap root keys a

[Code for recording live] without the implementation of the framework BaseDao

/* Purely for learning, low reviews , Please bypass, thank you */ Define the main class, BaseDao: public interface BaseDao<T> { // Adopting generic class public ArrayList<T> query(String sql,Object[] obj); public boolean update(String sql

Unity generates material, when loaded into the running game

This article describes a simple, in the unity editor to export the material (Material), and loaded at run time using the WWW to the game. 1 leading out from the editor in the (material) resources file. /** Exporting footage, and rely on material */ @

WebSphere Application Server class loading mechanism in practice

This article reproduced from http://tech.it168.com/a2009/0901/672/000000672382.shtml [IT168 Zhuangao] This paper will be from the Java platform itself about class loading mechanism, and then to the reader to show WebSphere Application Server (WAS) ho

How the query attribute range queries

1 attribute query and spatial query range in the range of difference? Attribute range queries are common in the index, the geometric range queries in the query are spatial index (the index in three ways: full-text index, general indexes, spatial inde

Combined EAS header entries

EAS development is sometimes necessary when the sequence of book entries or interface table header to do the consolidation, as follows: kdtEntrys.addHeadRow(0); kdtEntrys.getHeadRow(0).getCell(1).setValue(" Coding "); kdtEntrys.getHeadRow(0).getCell(

MySQL-5.5.16-1.linux2.6.x86_64.tar

MySQL-5.5.16-1.linux2.6.x86_64.tar

Algorithm is summarized

A simple sorting Bubble Sort Selection Sort Insertion Sort 2 stacks and queues Stack operations InitStack StackEmpty StackFull Push Pop StackTop Queue operations InitQueue QueueEmpty QueueFull EnQueue DeQueue QueueFront 3 list Single linked list Doub

Depth the Struts2 filter FilterDispatcher - Chinese garbage and character encoding filter (transfer)

[Size = large] quoted a few days ago to see a post in the forum, Chinese garbled on Struts2.0, the landlord uses a spring of character encoding filter (CharacterEncodingFilter) Unicode to GBK, front submit the form data to Action, but the Chinese in

Lucene concurrent connections to achieve - ConcurrentLuceneConnection

Lucene concurrent connections to achieve code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71

struts2 the fourth round: workflow analysis

No task these days, wanted to study the struts2 source, saw a long time, some places not quite understand, Baidu found online has a lot of brothers and sorted out the information, something to write very comprehensive, and combined with the re- see t

JTable (placed in a JScrollPane) by adding a line, then let it get the focus and auto-scroll down

The following excerpt from the many places online : 1. JTable( Placed in a JScrollPane ) After adding a line, and then allowed access to the automatic focus and scroll down ! int rowCount = table.getRowCount(); table.getSelectionModel().setSelectionI

[Share] Sina microblogging platform --- open the use of 01

[Share] Sina microblogging platform --- open the use of 01 Sina microblogging, applications, third-party, JAVA, there are a lot of documents open platform for third-party can be based on these open platforms to develop applications, Sina microbloggin

activemq Dual - ActiveMQ Pure Master Slave cluster

Source http://hi.baidu.com/minordragon/blog/item/6752c21fcad2b211314e15e7.html As follows: Solve the single point of failure :Pure Master Slave 1. Master: To broker Quganmingzi , Modify its persistent KAHADB file 2. Slave: To broker Quganmingzi , Mod

difference and with the role of

1 Start a WEB project, the container (eg: Tomcat) will read its configuration file web.xml. Read two nodes: <listener> </ listener> and <context-param> </ context-param> (2) Then, the container creates a ServletContext (contex

Time to read through the URL interface their return xml (can be stored in the database)

Xml files are read directly before, but the other stuff to do this only provides a URL to return xml, I need time to read. Solution: 1: change the URL and URLConnection to parse URL, make it return to inputstream 2: dom4j to parse the inputstream, wi

Discuz! Forum Web site permit integration with JSP

Requirements: a site of existing industry applications, using JSP development, assuming that the website app.com; and a Discuz forum, the use of PHP development, assuming that the website bbs.com. Application site and now want to integrate user forum

myeclipse application of a variety of template engine

Myeclipse application is attached to several plug-ins we believe will be helpful, I have been in use. Plug-in type is: FreeMarker plug-in; JsonEditor plug-in; PropertiesEditor plug-in; sitemesh-2.3 plug-in;

Marketing to help CRM: SaaS on the plight of data security

Zhengzhou City Software Co., Ltd. is mainly engaged in Niuai call center software, crm customer relationship management system development and sales professional to provide call center (Call Center System, referred to as CC) and crm customer relation

HBase installation process

System Information CentOS release 5.3 (Final) Linux version 2.6.18-128.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) # 1 SMP Wed Jan 21 10:41:14 EST 2009 HBase version Cloudera: hbase-0.90.3-cdh3u1 1.Hadoop, hav

Eclipse WepProject and JavaProject the impact of the modified files

A small problem, really depressed. IKAnalyzer need custom dictionary. Could have been a very simple thing, but I wasted so much time. mydict.dic add a custom word, to enable the word cut, people, health, banking, Bank <entry key="ext_dict">/myd

Struts2 and Spring integration strategy in automated assembly

1 with the configuration of the automatic assembly [Org.apache.struts2.StrutsConstants class] Ø / / Spring should be how the assembly. Valid values: 'name', 'type', 'auto' and 'construtctor'. STRUTS_OBJECTFACTORY_SPRIN

svn configuration in windows2003

svn-win32-1.5.5.zip and apache_2.2.11-win32-x86-no_ssl.msi Note that the version to match, or it may report errors 1 and 2 (see below) Software Installation: 1 Install svn 1.1 Unzip the downloaded directly to svn archive 1.2 (% svn% for the svn home

Use spring2.5 functional annotation-driven IOC

Outline Note the configuration relative to the XML configuration has many advantages: It can take full advantage of Java's reflection mechanism to obtain class structure information, which can effectively reduce configuration work. Configured to

Solution can not be used to generate java call pdf2swf navigation file problem

Problem Description: The following command runs the command line can be document.pdf into swf file, and a navigation files, However, when the command is invoked with the java, but no navigation file. pdf2swf -o tmp.swf document.pdf -B rfxview.swf ---

Design Patterns - Facade pattern

Until there is no clear pattern and facade model agency in the program to understand today's casual essence of the facade pattern, especially to the lower share (the content is posted, personally feel pretty good, especially to share with you) Fi

BW / Universe Mappings

BW Element OLAP Universe Element Cube Dimension Class Charateristic A class with dimension and detail objects (Detail objects for key and desription) Hierarchy A class containing a dimension and detail objects for each hierarchy level Key Figure Meas

(R) Log4j configuration webAppRootKey

Quote In order for the Spring Web project to use Log4j configuration as follows: 1, in web.xml add the following: <! - If you do not define webAppRootKey parameters, then webAppRootKey is the default "webapp.root". But the best setting t

O2O mode flag electricity suppliers 3.0 era

O2O mode flag electricity suppliers 3.0 era Express News China's first two-dimensional code based mobile payment applications O2O (Online to Offline, referred O2O) mode --- Street Library Network Web site recently in Guangzhou on the line. Street

Detailed log4j - to add

1, configure the root Logger The syntax is: log4j.rootLogger = [level], appenderName1, appenderName2, ... level: is the priority of log records, divided into OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL or you define the level. Log4j recommends using on
Recent
Recent Entries
Tag Cloud
Random Entries