小鹿's 隨手雜記

算是工作日誌吧= =

2010年4月30日 星期五

系統與硬件 【原創】笑解 API 函數 -- API 絕密檔案系列之一 - 看雪軟件安全論壇

系統與硬件 【原創】笑解 API 函數 -- API 絕密檔案系列之一 - 看雪軟件安全論壇: "- 已使用 Google 工具列寄出"
張貼者: Unknown 於 上午9:01
以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook分享到 Pinterest

沒有留言:

張貼留言

較新的文章 較舊的文章 首頁
訂閱: 張貼留言 (Atom)

Pages - Menu

  • 首頁

Popular Posts

  • 用PHP+cURL傳送Request (GET,POST或上傳檔案)至另一個網頁
    筆記分二大部份:PHP傳送GET、POST、上傳檔案至另一個網址,以及PHP如何接收及處理上傳的檔案。正常來講PHP程式通常是接收端,但有些時候也會扮演傳送端,把資料送到同一個或另一個伺服器,或者讀取某個網頁資料,這時可以用fopen、fsockopen或者cURL,後者功能強大...
  • 檔案上傳
    將檔案上傳至" 資料庫 ": function do_saveofficehour($teapro_id) { $db = init_db(); if( !empty($_FILES['teapro_officehour'][...
  • EC SHOP PHP 二次開發
    EC SHOP 文件結構 /*  ECShop 2.5.1 的结构图及各文件相应功能介绍  ECShop2.5.1_Beta upload 的目录  ┣ activity.php 活动列表  ┣ affiche.php 广告处理文件  ┣ affiliate.php 生成商品...
  • 在JavaScript 裡, 動態產生TD
    function insert_specification_row(specification_row) { var idx = specification_row.rowIndex; var specification_table = specification_row.pa...
  • PHP 抓網頁內容
    1.file_get_contents PHP代碼 $url = http://www.xxx.com/; $contents = file_get_contents($url); //如果出現中文亂碼使用下面代碼 //$getcontent = iconv("...
  • 用 javascript 限制上傳檔案類型
    // ========== JavaScript ========== function doc_preview(x) { var ext = x.value; var ext_length = ext.lastIndexOf('.'); ext =...
  • 簡單的Blogger code block的方法(貼程式碼)
    轉錄自: http://warrickdodo.blogspot.com/2007/02/code-display-block-fixes-strange-ie.html 只要加入以下: code, .code { display: block; /* fixes a ...
  • 取得、設置 tinyMCE 编辑器的内容
    //功能:取得TinyMce编輯器的内容 //參數:editorId——编辑器的id //返回:内容字符串;如果失败,返回空字串 function GetTinyMceContent(editorId) { return tinyMCE.getInstanceById...
  • [c#]如何在excel裡加入超連結
    Range range = WorkSheet.get_Range(儲存格位置(ex:"I2"), Type.Missing); Hyperlink hyperLink = (Hyperlink)range.Hyperlinks.Add(range, 超連結...
  • [PHP]Get Function List 取得函數列表
    因為工作上的需求,會有這個需要 所以找了一下資料,在此記錄一下 # The Regular Expression for Function Declarations $functionFinder = '/function[\s\n]+(\S+)[\s\n...

Popular Posts

  • 用PHP+cURL傳送Request (GET,POST或上傳檔案)至另一個網頁
    筆記分二大部份:PHP傳送GET、POST、上傳檔案至另一個網址,以及PHP如何接收及處理上傳的檔案。正常來講PHP程式通常是接收端,但有些時候也會扮演傳送端,把資料送到同一個或另一個伺服器,或者讀取某個網頁資料,這時可以用fopen、fsockopen或者cURL,後者功能強大...
  • 檔案上傳
    將檔案上傳至" 資料庫 ": function do_saveofficehour($teapro_id) { $db = init_db(); if( !empty($_FILES['teapro_officehour'][...
  • EC SHOP PHP 二次開發
    EC SHOP 文件結構 /*  ECShop 2.5.1 的结构图及各文件相应功能介绍  ECShop2.5.1_Beta upload 的目录  ┣ activity.php 活动列表  ┣ affiche.php 广告处理文件  ┣ affiliate.php 生成商品...
  • 在JavaScript 裡, 動態產生TD
    function insert_specification_row(specification_row) { var idx = specification_row.rowIndex; var specification_table = specification_row.pa...
  • PHP 抓網頁內容
    1.file_get_contents PHP代碼 $url = http://www.xxx.com/; $contents = file_get_contents($url); //如果出現中文亂碼使用下面代碼 //$getcontent = iconv("...
  • 用 javascript 限制上傳檔案類型
    // ========== JavaScript ========== function doc_preview(x) { var ext = x.value; var ext_length = ext.lastIndexOf('.'); ext =...
  • 簡單的Blogger code block的方法(貼程式碼)
    轉錄自: http://warrickdodo.blogspot.com/2007/02/code-display-block-fixes-strange-ie.html 只要加入以下: code, .code { display: block; /* fixes a ...
  • 取得、設置 tinyMCE 编辑器的内容
    //功能:取得TinyMce编輯器的内容 //參數:editorId——编辑器的id //返回:内容字符串;如果失败,返回空字串 function GetTinyMceContent(editorId) { return tinyMCE.getInstanceById...
  • [c#]如何在excel裡加入超連結
    Range range = WorkSheet.get_Range(儲存格位置(ex:"I2"), Type.Missing); Hyperlink hyperLink = (Hyperlink)range.Hyperlinks.Add(range, 超連結...
  • [PHP]Get Function List 取得函數列表
    因為工作上的需求,會有這個需要 所以找了一下資料,在此記錄一下 # The Regular Expression for Function Declarations $functionFinder = '/function[\s\n]+(\S+)[\s\n...

Labels

  • 二次開發
  • 文件結構
  • 抓網頁資料
  • 格式化
  • 程式碼
  • asm
  • BackgroundWorker
  • blogger
  • c#
  • cache
  • curl
  • ecshop
  • flash
  • functin list
  • get
  • html
  • img
  • Javascript
  • jQuery
  • Linq
  • linux
  • List
  • mysql
  • php
  • post
  • radio
  • Safari
  • Thread
  • tinyMCE
  • ubuntu
  • web developer
  • xml

Blogger templates

Blog Archive

  • 2月 (1)
  • 4月 (3)
  • 3月 (3)
  • 2月 (1)
  • 1月 (5)
  • 9月 (5)
  • 8月 (3)
  • 7月 (8)
  • 6月 (1)
  • 3月 (1)
  • 6月 (3)
  • 4月 (3)
  • 2月 (4)
  • 12月 (1)

About Me

Unknown
檢視我的完整簡介

Blogroll

圖片視窗主題. 技術提供:Blogger.