Tài liệu Oracle9i : Program with PL/SQL pdf
... value based on a condition. Example: . . . IF v_start > 100 THEN v_start := 0.2 * v_start; ELSIF v_start >= 50 THEN v_start := 0.5 * v_start; ELSE v_start := 0.1 * v_start; END IF; . . . Copyright ... All rights reserved. I-6 Benefits of PL/SQL Benefits of PL/SQL Improved performance Improved performance Application Other DBMSs Application Oracle with PL/SQL SQL SQL S...
Ngày tải lên: 22/01/2014, 11:20
... Note: Files required for lesson are: DEMO: l20proc.pls, l20func.pls PRACTICE: p20proc.pls Introduction to Oracle: SQL and PL/SQL Using Procedure Builder20Ć20 Modularizing Programming with Subprograms ... Modularizing Programming with Subprograms 20 Introduction to Oracle: SQL and PL/SQL Using Procedure Builder20Ć10 Modularizing Programming with Subprograms 20Ć11 Creating a Procedure...
Ngày tải lên: 10/12/2013, 17:15
Tài liệu Network Programming with Perl pdf
... Underground_=_-; Network Programming http://kickme.to/tiger/ Slide 9 The socket model (cont.) The client Creates generic socket with socket Binds to an address with bind Connects to server with connect, ... inet_aton(’localhost’); $paddr = sockaddr_in($port, $inaddr); connect(SOCK, $paddr) or die "connect: $!"; ☞ ☞ Network Programming with Perl Graham Barr <gbarr@pobox.c...
Ngày tải lên: 21/12/2013, 04:19
Tài liệu Geeting Good with PHP pdf
... le: Example 4-7 (e) <style> table { font-family: helvetica; border-collapse:collapse; } th { background: #ccc; } td, th { border:1px solid #aaa; Chapter 4101 padding: 10px; ... site: http://andrewburgess.ca Or follow him on Twitter: @andrew8088 Now that you’ve nished Getting Good with PHP check out these related eBooks from the Rockable Press library: Getting Good wi...
Ngày tải lên: 15/02/2014, 07:20
Tài liệu SharePoint Apps with LightSwitch pdf
... see our website at http://www.oreilly.com. Find us on Facebook: http://facebook.com/oreilly Follow us on Twitter: http://twitter.com/oreillymedia Watch us on YouTube: http://www.youtube.com/oreillymedia Acknowledgments Thanks ... additional information. You can access this page at: http://oreil.ly/sharepoint-apps-lightswitch To comment or ask technical questions about this book, send email to...
Ngày tải lên: 17/02/2014, 22:20
Tài liệu Creating Applications with Mozilla-Chapter 6. Packaging and Installing Applications-P3 pdf
... <RDF:Description about="urn:mozilla:package:xfly" chrome:displayName="xFly" chrome:author="frillies" chrome:name="xfly"> </RDF:Description> ... level, with the content, skin, and locale directories contained within: xfly.jar content skin locale The URLs you used to refer to various parts of your xFly application (e.g., chr...
Ngày tải lên: 14/12/2013, 12:15
Tài liệu Flex 3 with Java- P6 pdf
... private var locales:Array = [{label:"English US", data:"en_US"}, {label:"French", data:"fr_FR"}, {label:"Chinese Simplified", data:"zh_CN"}]; ... paddingRight="0"> <mx:FormItem label="Title:"> <mx:Label text="{product.Title}"/> </mx:FormItem> <mx:FormItem label="ISBN...
Ngày tải lên: 14/12/2013, 20:15