Albert 網路筆記
2015年7月23日 星期四
解決 Macbook 開機後畫面凍結問題 鍵盤燈號正常 安全模式正常
進到安全模式, 或以遠端登入, 將此目錄備份並移除 /System/Library/Extenstions/AppleIntelHD5000Graphics.kext
重新開機即可正常.
2015年7月22日 星期三
檔案總管 右鍵加上特定程式選單
範例 :加上 Ultraedit
新增純文字檔案, 加入以下內容並存檔為 new.reg, 點擊右鍵執行即可
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="&UltraEdit"
[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="C:\\Program Files\\Ultraedit\\uedit32.exe \"%1\""
檔案總館 顯示所有資料夾和檔案 自動還原成未勾選
機碼
HKEY_LOCAL_MACHINE\Software\Microsoft\windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL
CheckedValue 改為 0
2015年7月16日 星期四
[網站介紹] Conceptartworld
網址
http://conceptartworld.com/
2015年7月8日 星期三
MySQL 連結字串方式
範例
select concat (string1, string2, string3) from table
使用 php 將字元以 hex 方式印出
範例
$string = "字串";
echo bin2hex($string);
php 調整最大執行時間
範例
ini_set('max_execution_time', 180);
預設值為 30 , 若以命令列模式執行 php, 預設值是 0 .
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)