Hi every perl-fan, I just read a blog from internet, talking about sorting data by perl. What's simplest way to sort the following data as required? the code should be more simple, readable and clear. I put this short cut just for code review. [quote] vmlinuz-2.6.12-7-k7 vmlinuz-2.6.12-10-k7 vmlinuz-2.6.12-8-k7 Where clearly I would wish for -10- to come before -8- and -7-; but when sorted lex...
by ulmer - Perl - 2006-03-17 19:00:17 阅读(1381) 回复(5)
From now on, I wanna be professional in AIX. So I think I should clean up all what I have learned. BTW, go over. I should finish reading the DOC below: 1. AIX Basics 2. Implementation I & II & Different 3. Performance Tuning 4. Korn-Bash 5. Perl 6. AIX Administration Resource is OK, just need action. for KeyBoard. ------------------------------------------------------------------------- Back...
DECLARE CURSOR TCURSOR IS SELECT Itemcode FROM Item; TYPE TRS IS REF CURSOR RETURN TCURSOR%ROWTYPE; RS TRS; BEGIN EXECUTE IMMEDIATE 'SELECT Itemcode FROM Item' INTO RS; END; 请问这段语句为什么会出错?
------------routing-----------------(4.7-4.30) ospf/isis(4.7-4.14) eigrp/igrp(4.15-4.22) rip/rip2(4.23-4.24) bgp(4.25-4.30) ------------------------------------ reference book list: IS-IS Network Design Solutions, OSPF and IS-IS Choosing an IGP for Large-Scale Networks, tcp/ip routing vol.1, ospf command and configuration handbook, Internet Routing Architechtures 2nd, tcp/ip routing vol.2, bgp v4 ...
Spring in 2006: A year in review At the Spring Experience last night Spring founder Rod Johnson declared that Spring became ubiquitous in 2006, and that it had become a defacto standard. Rod did a review of what happened in 2006 to drive such strong growth for Spring: Februrary. - Arjen Poustma joins Interface21, focused on Spring Web Services. May - Spring gets a gold award for innovation at th...