o'reilly - learning wml & wmlscript
... label="Reset"> <refresh> <setvar name="login" value=""/> <setvar name="password" value=""/> </refresh> </do> </card> ... <go href="wibble" method="get"> <postfield name="x" value="17"/> <postfield name="y" value="42"...
Ngày tải lên: 25/03/2014, 10:47
... The response shown in this example says that: ● "I am" John. ● I'm logged on to the computer named "cactus." ● I'm using terminal 23. ● I logged in at 8:26 ... redirection. You can use a given file as input to a command that doesn't normally accept filenames by using the "<" (less-than symbol) operator. For example, the following command...
Ngày tải lên: 25/11/2013, 11:07
... double-quoted strings: "barney" # just the same as 'barney' "hello world\n" # hello world, and a newline "The last character of this string is a quote mark: \"" ... 24 In other words: 'fred' # those four characters: f, r, e, and d 'barney' # those six characters '' # the null string (no characters) 'Don\&ap...
Ngày tải lên: 25/03/2014, 10:47
o'reilly - learning the vi editor 6th edition
... doesn't work, look for some files to remove. Use :sh (or CTRL-Z if you are using a job-control system) to move out of vi and remove files. Use CTRL-D (or fg) to return to vi when you're ... command doesn't affect lines that you've already typed. We'll talk more about setting options in Chapter 7. (This one really couldn't wait!) If you do not use vi's...
Ngày tải lên: 25/03/2014, 10:47
Learning WML & WMLScript doc
... "http://www.wapforum.org/DTD /wml_ 1.1.xml"> < ;wml& gt; <card title="Another WML Example"> <p><img src="img/pic.wbmp" alt="Image"/></p> </card> < /wml& gt; ,ch01.19333 ... 1-1 . A Simple WML Example <?xml version="1.0"?> <!DOCTYPE wml PUBLIC " ;-/ /WAPFORUM//DTD WML 1.1//EN&qu...
Ngày tải lên: 29/03/2014, 16:20
o'reilly - learning actionscript 3 0 a beginners guide jan 2008
... class- or OOP-related. Starting in Chapter 6, we provide increased object-oriented coverage, beginning with an OOP primer, and continuing for the remaining nine chapters with select class- or ... Started 8 Procedural Versus Object-Oriented Programming Procedural Versus Object-Oriented Programming Much discussion has been made over the pros and cons of procedural ver- sus object-oriented p...
Ngày tải lên: 31/03/2014, 16:56
o'reilly - learning debian gnu linux
... uns International | Über O'Reilly | Tochterfirmen © 1999, O'Reilly & Associates, Inc. file:///E|/O'Reilly/O'Reilly%2 0-% 2 0Learning% 20D ly -Learning% 20Debian%20GNU%20Linux/prf1_04.html ... Sie uns International | Über O'Reilly | Tochterfirmen © 1999, O'Reilly & Associates, Inc. file:///E|/O'Reilly/O'Reilly%2 0-% 2 0Learning% 20 y -Lea...
Ngày tải lên: 31/03/2014, 16:57
o'reilly - learning oracle pl sql
... > file:///E|/O'Reilly/O'Reilly%2 0-% 2 0Learning% 20Oracle%20PLSQL/page8.html [15/05/2002 22:47:56] Learning Oracle PL/SQL | © 2002 O'Reilly | by KnowledgeLiberation Database > Learning Oracle PL/SQL > Preface > ... writing to: O'Reilly & Associates 1005 Gravenstein Highway North Sebastopol, CA 95472 80 0-9 9 8-9 938 (in the U.S. or Canada) 70 7...
Ngày tải lên: 31/03/2014, 16:57
o'reilly - learning perl 5th edition
... width: printf "%10s\n", "wilma"; # looks like `````wilma A negative field width is left-justified (in any of these conversions): printf " %-1 5s\n", "flintstone"; ... So you’ll see lines of Perl code like these: † while (<>) { chomp; print join("\t", (split /:/)[0, 2, 1, 5] ), "\n"; } Written out in full, without using Perl...
Ngày tải lên: 31/03/2014, 16:57
o'reilly - learning python 2nd edition
... statement: >>> a = 3 >>> b = a >>> a = 'spam' As for all Python assignments, this simply makes a new object to represent the string value "spam", and ... "foo" and "bar" become "spam" and "eggs" in the Python world, and in some of the code you'll see in this book. The occasional "Brian," &quo...
Ngày tải lên: 31/03/2014, 16:57