Wednesday, July 28, 2010

"Staying Princess" mercenary information finished



袗谐胁邪褉械褋 Agvares

High society of the devil, well-known founder of the ball.

Capacity building: +100% female unit attack

Equipment field: weapons, dress / suit of armor, gloves / belt, Treasure

Where: 楔械褌械褉褉邪 Sheterra (HITLER)

Severance costs: 30000 money

Capacity: in the dialogue interface can select a unit gain 10 attack and defense bonus and the ability to choose a

- 2 speed

- Unlimited counter

- Attack the enemy fire (can burn overlapped)

- Attack enemy vampire (not resurrection)

Select the unit from the Agvares control and restricted to men illegal division of mankind. Each of mental fatigue using a Agvares rose 100%, and in each subsequent battle back 10-15%. Means that war can be reused 7-10.






袚邪褍写懈 Gaudi

Eagle eyes of young, bright and committed advocate elimination of the devil.

Capacity building: Union forces attacking demons and the souls of the rate doubled when the explosion hit

Equipment field: weapons, armor, gloves / shield, royal flag

Where: 袘械蟹褘屑褟薪薪褘泄 Unnamed (unknown land)

Severance costs: 25% of the money

Capacity: Knight Rider upgrade sanctification (100 gold / person) holy priest upgrade CD (25 gold / person)






袛卸懈屑 袣褉邪褍写 Jim Kraud

Once handsome man, but because of scar and disfigurement.

Capacity building: a variety of pirates, thieves and the Sea Monsters +1 speed and morale.

Equipment field: weapons, armor, shoes, Treasure / royal flag

Where: 袗谢褘泄 袙械褌械褉 scarlet Wind (Scarlet Wind)

Severance costs: take away the arms.

Ability: the pirates and robbers train upgrade (respectively 7 Gold / person with 5 gold / person)

Special events: the goddess in the game if the blood was allowed to remove scar and can regain her beauty and access to the following new features:

- 700 Leadership

- Equipment field becomes: weapons, dress / suit of armor, shoes, treasure.






袦芯褉芯薪 袛邪褉泻 Moron Dark

Has sold the soul of the soul to the Dark Knight. In order to purify their soul, struggling with evil.

Capacity building: +3 attack. Dead morale +1

Equipment field: weapons, armor, helmet, royal flag / belt

Where: 协谢芯薪邪 Elon (Aron)

Severance costs: None (except he is equipment items)

Capacity:

1 (Dark Force> 0) can upgrade into a Skull Archer Skeleton Warrior (5 Gold / person) into a Dark Knight Knight (50 gold / person)

(Dark Power = 0) can upgrade archers, infantry (5 Gold / person) The Dark Knight into a knight (50 gold / person)

2 Moron Dark through every battle to purify the forces of darkness (the initial 100).

-2, If the enemy forces with the devil

-3, If the enemy forces with dead

+1, With the souls of his troops

+1, With the devil's own forces,

Once reduced to 0 to always keep at 0






袦芯谢写芯泻 Moldok

Some simple and too lazy to Orcs, to fill their stomachs with the princess chasing.

Capacity building: Orcs +1 initiative and speed

Equipment field: shield / weapon, shield, royal flag / belt, treasure.

Where: 校蟹邪谢邪 Uzala (Wuzha La) will be asked to recruit heroes ask for money 1000

Severance costs: 1000X Employment Date

Capacity: Moldok would take away half the prize, and filled in the next battle back to anger. This ability to mobilize every 8-15 random battle.






孝褉懈谐谐械褉 Trigger

Promising young engineer, inventor of Sight.

Capacity building: most of the remote units + X% crit rate

Equipment field: weapons, helmets, gloves / belts, shoes

Where: 孝褝泻褉芯薪 (袘芯谢褜褕芯泄 泻邪薪邪谢) Tekron (Grand Canal) railway empty (Grand Canal)

Severance costs: 20% of the money

Capacity: X value of sub-4, respectively (10/15/20/25), 4 pm, Big Master, Druid, Necro shamans can get bonus, but the relative alchemist, Cyclops, the dwarf Addition of the remote robot will lose.

1: the time of recruitment

2: 34 self-recruited from the war

Level 3: an additional 50 combat

4: 100 Crystal






协谢械薪褏械谢 Elenhel

Attend Mystic wizard wizard.

Capability: Intelligence +4

Equipment field: gloves / shield, skirt, royal flag / belt, treasure.

Where: 袙械褉芯薪邪 Verona (Verona) take 20 points or more intellectual

Severance costs: 5000 Money

Capacity:

A back full of magic. Cool 5 times fighting each use.

230 was a world war scroll. When recruitment was one of every 30 successful war will report on production of a scroll.

40 and the battle more than 10 games, Elenhel will be asked to leave the princess would go to war if not accept, always follow the Princess after victory.







相关链接:



Second Annual Event In Digital Media, The Forthcoming Opening Of The New



flv to 3gp CONVERTER



Compare Source Editors



free mkv converter



The latest satellite positioning chips used indoors less than one second positioning



[Modeling] Rose2001 new Features



e-cology in the Pan Micro Series 4



Mkv



3gp to avi



Zhou Chengyu Court hematemesis: die in the end to fight a lawsuit



Tyson Foods to eliminate NON-VALUE-ADDED production processes



Directory Log Analysers



He Weifang: Why do I write an open letter



Awards before the flowers red 2000 Hu Yong 9 years hard work recognized



2010 Breakthrough Into A 2D Game Or Turning Point



Thursday, July 15, 2010

I think the JSP problem (on)



(Editor's Note: the original version of this article first appeared in a foreign country, JSP is only one kind of technology was emerging, and this appears to be rising as it is now. Now it seems some of the views of this article may have some limitations, But I have to admit that this is a very atmospheric work, which involves many internal principles of JSP. So, I think it is necessary to introduce to you this article to you from another perspective, a better understanding of JSP technology. )

Now every developer using servlets know JSP, a kind of building on top of the servlet technology invented by Sun and spend a lot of energy to the implementation of web technology. JSP to servlet in the html code out of them, which can speed up application development and web page maintenance. In fact, the official release from the Sun, "Application Development Model" document on the right farther: "JSP technology should be regarded as standard, while servlets in most cases can be considered as a supplement. "

This article will compare the JSP and servlets technology on the other: template engines (template engine).

The problem directly with Servlets

When Servlets been invented, the whole world to see its advantages. Servlet-based dynamic web page can be quickly implemented to allow for easy transfer between multiple servers and can be seamlessly integrated and database, it is widely accepted as a kind of Servlets web server platform of choice.

However, usually can be achieved by simple means html code to now allow programmers out.println () call to each line HTML line, which in the actual Servlet application to become a serious problem. HTML content had to be achieved through the code, which for large HTML page is nothing more than an onerous and time-consuming work. In addition, the staff responsible for Web content developers have requested to carry out all the updates. To this end, the search for this a better solution.

JSP birth

JSP 0.90 was born. In this technique you can embed Java code to the HTML file, the server automatically as the page to create a Servlet. JSP is considered a way to write a simple Servlet. All HTML can be without going through the out.println () call, the staff responsible for the content of the page can modify the HTML and Java code without taking the risk of damage.

However, having artists and developers working on the same file is not ideal, so that embedded HTML Java proved to be just like the HTML embedded in Java as embarrassing. Read a bunch of messy code remains a difficult task.

So, people are becoming mature in the use jsp, greater use of JavaBeans. Beans contain the business logic required jsp code. JSP Most of the code can be taken out into the bean and going, leaving only the few markers for calling bean.

Recently, people began to think this way the JSP page is really very much like a view (view). They become a client requests the results used to display components. So people will think, why not send the request directly to view it? Objective view, if the request inappropriate? After all, a lot of requests for a variety of possible views to get the results view. For example, the request may have the same success page, a database exception error report, or the lack of parameters of the error report. The same request may have an English page may be Spanish pages, depending on the client's locale. Why does the client must send the request directly to the view? Why should not the client requests sent to a number of common server components and allow the server to determine the JSP view of the return?

This makes a lot of people accept has been called "Model 2" design, which is defined in the JSP 0.92 based on model-view-controller model. In this design, the request is sent to a servlet controller, it performs the business logic and data to produce a similar "model" to for display. This data is then sent through an internal JSP "view" to be displayed, so that looks like a normal JSP page embedded in the JavaBean. Responsible for the control of the servlet according to the internal logic to select the appropriate JSP page to display. This, JSP file into a nice template view. This is another development, and is being praised by some other developer has.

Into the Template Engines

If you use a template engine instead of the usual purpose of the JSP, the design goes on will become simple, the syntax simpler, more readable error messages, tools, and more customization. Some companies have done this engine, the most famous may be WebMacro, their engine is free of charge.

Developers should understand, select a template engine to replace the JSP provides the following technical advantages, which also is the inadequacy of jsp:

Problem # 1: Java code template of a too

Although the design is considered bad, JSP Java code is still trying to join the web page. Here are some like Java have done, namely, simplified C + +, modify, template engines also through jsp in the lower layer of the source removed to make simplified. The Template engines to implement a better design.

Problem # 2: Request to write Java code

Required in the JSP page write Java code. For example, suppose a page to determine the root of the current web application context to guide their home, the best in the JSP using the following Java code:

Home page

You can try to avoid the Java code, the use of tags, but this will give you a string of difficult to read as follows:

/ Index.html "> HomePage

Use template engine is no Java code and ugly syntax. This is the same request in written in WebMacro:

Home page

In WebMacro in, ContextPath $ Request variable as a property, use syntax similar to Perl. Other template engines use the syntax of other types.

Look at another example, suppose an advanced "view" needs to set a cookie to record the user default color scheme - a task looks around, not only by the view servlet controller. To have this in the JSP in the Java code:

In WebMacro in no Java code:

# Set $ Cookie.colorscheme = "blue"

As a final example, if, again, get back in the original color profile cookie. For the JSP, we can consider that there is a corresponding utility class to provide help because with getCookies () directly so that lower level become ridiculous and difficult. In the JSP in:

In WebMacro not on the tools need to, usually:

$ Cookie.colorscheme.Value

The need to write jsp graphical interface designers, which grammar is easier to learn?

JSP 1.1 introduces the custom tag (custom tags) and to allow arbitrary HTML tags similar to the background in the JSP page implementation of Java code, which will have some value, but only known to have a broad, full-featured, can obtain free, standardized tag library. There is no such a tag library.







Recommand Link:



Easy To Use FTP Servers



YOUTUBE to Pocket PC Value



Hope AVI DAT Mobile to IPOD



Terminal And Telnet Clients Catalogs



Compare Flash Tools



Convert mkv to avi free



Matroska Video File



Converter Mp4 To 3gp Free Download



Aoork DVDRipper Home



Youtube Movie To DAT Popular



Live ONLINE TV Yes



Swift MPEG To XBox 360



Vob File Converter



JSP page translation of the principle of



Youtube Movie to Wii Gold