稍微瞄過下文章後的感想。
家中的 Wireless AP 沒在使用時,還是關閉為佳。
2012年6月29日 星期五
2012年6月26日 星期二
AC3 Filter
- 因為在看影片時常常會有說話聲音太小的問題,調整音量也覺得效果不徍,Google 了一下,可以透過 AC3 Filter 軟體解決。
- GOM Player 與 AC3 Filter 的 結合方式。
- POT Player (請參考下圖)
2012年6月22日 星期五
Search
- Find Software Tools
- Search Engine for Shared Files - 找一些軟體,不錯用
- File Search Engine - 找軟體與電子書
- Find Ebook Engine
- File Search Engine - 找軟體與電子書
- 共享資料 - 找電子書
- EBOOKee - 找電子書
- PDF Search - Find Ebook
- PDF BOOK - Find Ebook
- Ebook Free Dowanload - Find Ebook
- Find SN
- 序號搜尋引擎 - 找序號
- Find 字幕
Google Feed API
You can use the Google Feed JSON interface to write feed applications in any language that can handle a JSON-encoded result set with embedded status codes.
將遠方的 RSS重新彙整到自己所開發的頁面。
- Google Feed API URL
- 實作例子 : 右方的最新消息
- 若要合併不同來源的 RSS 也可利用 Google Reader 合併 : FYI
CODE DEMO
2012年6月21日 星期四
實用工具收集
- RunAsDate - 有些軟體需要於某段時間註冊完成,但有時電腦重新安裝後又想要使用該軟體,可以試試這軟體,調整一下時間後就可以了。
- 防毒軟體
- Online Antivirous
- Local Antivirous
- Microsoft Safety Scanner
- Kaspersky Free Antivirous 2012 - 僅做掃描偵測動作。介紹 | 下載
- Kaspersky Rescue Disk。
- Kaspersky Virus Removal Tool 11
- 免費備份軟體
- Easeus todo backup free - 新版本
- Easeus todo backup free 3.0 - 3.0以後的授權方式有所變動,此版本的授權方式較寬鬆。
- Easeus todo backup 教學
- 微軟更新軟體
- Patch My PC - 可以幫助檢查系統安裝的軟體是否有最新版本,更可以幫助檢查微軟更新檔案,並且可直接下載 更新檔
- Update Checker - The Update Checker will scan your computer for installed software, check the versions and then send this information to FileHippo.com to see if there are any newer releases.
- 虛擬主機軟體
- Virtual Box
- 自動執行的批次檔 - VBoxManage.exe startvm YourGuestOS_Image_name
- 驅動程式工具
- USB 防護
- 電腦主機硬體測試工具
- 主機基本資訊檢測
- CPU
- cpumark
- 記憶體測試
- 硬碟測試
- HD Tune
- CystalDiskInfo
- 燒機工具
- HevyLoad
- PeformanceTest
2012年6月7日 星期四
Jquery
Jquery Plugin
- Jquery UI Website
- Jquery List : 許多好用的 plugin
- 漂亮的圖表工具 | Highcharts , jqPlot
- 虛擬鍵盤 | jQuery Keypad
- Alert Message
2012年6月6日 星期三
Keyword
<?php
$keyword= 'keyword1 keyword2';
$search_word=explode(' ',$keyword);
foreach ($search_word as $word){
//echo $word."<br />";
$where_list[]="`question` LIKE '%$word%'";//SQL
$where_clause = implode(' OR ',$where_list);
}
if(!empty($where_clause)){
$search_query .= " WHERE $where_clause";
}
echo $search_query; //WHERE `question` LIKE '%keyword1%' OR `question` LIKE '%keyword2%'
?>
2012年6月4日 星期一
Web APP
- 檔案上傳分享
- SlingFile - 無須註冊就能使用
- FileFactory - 中文介紹
- 臨時性信箱 ( create a temporary e-mail address )
- 協作工具
- 線上問卷調查
- HTTP File Server | 教學
PHP 將 Google Chart URL 抓成圖片
<?php $url = 'YOUR CHART URL'; $image_data = file_get_contents($url); $image = imagecreatefromstring($image_data); imagejpeg($image, 'google-chart.jpg); // 於此目錄下, 產生實體圖片 ?>
2012年6月2日 星期六
常用的 Windows 指令整理
- Win7
- Win7 延長試用 - slmgr /rearm;觀看試用次數 - slmgr /dev
- 資源監視器 - 捷徑指向 C:\Windows\System32\perfmon.exe /res (Win7+)
- gpedit.msc - 群組原則
- regedit - 登錄檔
- 微軟更新包下載 - URL
- 修改遠端桌面的預設 PORT - run regedit command
找到該目錄下「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp」的「PortNumber」值即是連線port。 - Win7 PPPoE 設定(ADSL 寬頻撥號連線)
- Win7 設定開機後 ADSL 寬頻自動連線
- 自動
- 登入 - control userpasswords2
- 開機 - BIOS (power_on 調整)
- 關機 - 排程 + shutdown.exe -s -t 60 (60秒後自動關機)
- Windows 設定及使用網際網路連線共用 - URL
- VirtualBox
- 自動啟動 VirtualBox Guest OS -利用批次檔,加入排程內執行即可 (e.g. VBoxManage startvm guest os name)
訂閱:
文章 (Atom)