公告板
 [2008-05-06] 新RSS訂閱連結: http://feeds.ssorc.tw/ssorc
 [2007-09-12] 新網址 http://ssorc.tw
 [2007-07-06] ChangeLog 記錄舊文章變動

瀏覽模式: 普通 | 列表

Perl 複雜陣列與雜湊


1.ARRAYS OF ARRAYS

@AoA = (
 [ "fred", "barney" ],
 [ "george", "jane", "elroy" ],
 [ "homer", "marge", "bart" ],
);

$ref_AoA = [
 [ "fred", "barney" ],
 [ "george", "jane", "elroy" ],
 [ "homer", "marge", "bart" ],
];

$AoA[1][1] = "george";
$ref_AoA->[1][1] = "george";

2.HASHES OF ARRAYS

[閱讀全文]

OpenSource的替代方案

引用: http://blog.fedecarg.com/2009/04/01/php-contribution-to-open-source/

  • Laconica (Twitter)
  • Elgg (Facebook)
  • WordPress (Blogger)
  • Pligg (Digg)
  • PHPmotion (Daily Motion)
  • Piwik (Google Analytics)
  • Tiny Tiny RSS (Google Reader)
  • AfterLogic (Google Mail)
  • GForge (Google Code)
  • osTube (YouTube)
  • MyOwnSpace (MySpace)
  • Magento (Amazon)
  • Gallery (Flickr)
  • AtMail (Hotmail)
  • eyeOS (Windows)
  • [轉貼]awstats 重新計算分析某時段

    [轉貼] 利用google 半秒破 500 網

    http://www.penwa.cn/article/81.htm

    利用google 半秒破 500 網!利用google 半秒破 500 網!
    其實 google 搜尋器變了駭客工具也不是新聞,
    老手早亦用到,新手的也可來試試。

    只要將以下 字串 作搜尋的話,你都得到很多密碼,
    當然若要得心應手便需要更多研究及借助其他軟件,
    但初步先懂得去找。





    -------------------------------------------------------------------------------------------
    inurl:

    inurl: 是駭客重要的搜尋方法,可搜到網址包括的關鍵字,

    [閱讀全文]

    標籤: google 搜尋

    MySQL備份 - mydumper