Ajax in Action phần 1 potx
... <yiyisjun@gmail.com> vii PART 1 RETHINKING THE WEB APPLICATION 1 1 ■ A new design for the Web 3 2 ■ First steps with Ajax 31 3 ■ Introducing order to Ajax 69 PART 2 CORE TECHNIQUES 11 7 4 ■ The page as an application 11 9 5 ■ The ... 397 Day 3: Ajax enabled 4 01 ■ Day 4: handling events 406 Day 5: the suggestions pop-up UI 413 Refactor debriefing 4 21 10.6 Summary 422...
Ngày tải lên: 09/08/2014, 12:22
jQuery in Action phần 1 pdf
... 19 9 Applying multiple operations in a wrapper method 2 01 Retaining state within a wrapper method 206 7.5 Summary 216 8 Talk to the server with Ajax 217 8 .1 Brushing up on Ajax 218 Creating an XHR instance ... Dynamically loading scripts 18 0 6.5 Summary 18 4 7 Extending jQuery with custom plugins 18 5 7 .1 Why extend? 18 6 7.2 The jQuery plugin authoring guidelines 18...
Ngày tải lên: 05/08/2014, 09:46
jQuery in Action phần 7 potx
... basic. 6.3 .1 Trimming strings Almost inexplicably, the JavaScript String implementation doesn’t possess a method to remove whitespace characters from the beginning and end of a string instance. ... value in the array? If so, you’ll appreciate the $.inArray() function A trivial but illustrative example of using this function is var index = $.inArray(2, [1, 2,3,4,5]); This results...
Ngày tải lên: 05/08/2014, 09:46
... relationship 11 1 3.8 Summary 11 2 4 Working with persistent objects 11 4 4 .1 The persistence lifecycle 11 5 Transient objects 11 6 ■ Persistent objects 11 7 ■ Detached objects 11 8 ■ The ... Retrieving objects 13 9 Retrieving objects by identifier 14 0 ■ Introducing HQL 14 1 Query by criteria 14 2 ■ Query by example 14 3 ■ Fetching strategies 14 3 ■ Sele...
Ngày tải lên: 06/08/2014, 02:20
... available in the package net.sf.hibernate.mapping . Keep in mind that adding a property to an existing persistent class mapping as shown here is easy, but programmatically creating a new mapping ... <jose.romero@galicia.seresco.es> 10 2 CHAPTER 3 Mapping persistent classes CreditCard type : int expMonth : String BankAccount bankName: String bankSwift: String BillingDetai...
Ngày tải lên: 06/08/2014, 02:20
manning Hibernate in Action phần 6 potx
... achieved using shared read locks and exclusive write locks. Reading transactions block writing transactions (but not other reading transactions), and writing transactions block all other transactions. ... interfaces that applications may use when defining new mapping types. These interfaces reduce the work involved in defin- ing custom mapping types and insulate the custom type from chan...
Ngày tải lên: 06/08/2014, 02:20
Thinking in C# phần 1 potx
... Casting operators 11 3 Literals 11 4 Promotion 11 6 C# has sizeof 11 6 C#’s preprocessor 11 6 Precedence revisited 11 8 A compendium of operators 11 8 Execution control 13 0 true and false 13 0 ... if-else 13 0 return 13 1 Iteration 13 2 do-while 13 3 for 13 3 foreach 13 5 The comma operator 13 6 break and continue 13 6 The infamous goto 13 8 switch 14 4...
Ngày tải lên: 06/08/2014, 20:20