#AutoIt3Wrapper_Icon=RedFish.ico ;Filename of the Ico file to use
#include <File.au3>
#include <Array.au3>
#include <String.au3>
#include <Process.au3>

abort 發表在 痞客邦 留言(0) 人氣()

Windows遠端桌面複製貼上功能失效,重新啟用方法

1.開啟工作管理員
2.強制停止rdpclip.exe
3.開始->執行

abort 發表在 痞客邦 留言(0) 人氣()

'Date: 2012/6/19
'Author: test
'Description: 
Dim IE

abort 發表在 痞客邦 留言(0) 人氣()

// 露天批次加入追蹤的javascript
// 整理清單用的regex
// 搜尋目標 .* (\()(\d+)(\)).*
// 取代成為 \2
// 搜尋目標 \d?\D
// 取代成為 空白
// 搜尋目標 \r\n
// 取代成為 ","

abort 發表在 痞客邦 留言(0) 人氣()

encrypt
$blockSize = 4; //區塊大小
if(empty($plainText))
return '';
$cipherText = '';
$counterBlock = '';
$nonce = floor(microtime(true)*1000); // timestamp: milliseconds since 1-Jan-1970 [floor]Returns the next lowest integer value by rounding down value if necessary.
$nonceRnd = floor(rand(0, 0xffff));
$counterBlock = substr(dechex($nonceRnd),0,1).substr(dechex($nonce),-1,1);//產生nonce
$ctrTxt = '';
$ctrTxt = $counterBlock;//開頭nonce
$blockCount = ceil(strlen($plainText)/$blockSize);
for ($b=0; $b<$blockCount; $b++) {
//conter最後的值counterBlock共4byte
$counterBlock = '';
$counterBlock = $ctrTxt. str_pad(dechex($b), 2, "0", STR_PAD_LEFT);//最後2碼為編號
//echo nl2br("$counterBlock\n");
$cipherTextToken = '';
$cipherTextToken = blockprocess($counterBlock,$cipherKey);
//echo nl2br("$cipherTextToken\n");
$blockLength = $b<$blockCount-1 ? $blockSize : (strlen($plainText)-1)%$blockSize+1;

abort 發表在 痞客邦 留言(0) 人氣()

HipHop
https://github.com/facebook/hiphop-php/wiki/

Thrift
http://thrift.apache.org/

abort 發表在 痞客邦 留言(0) 人氣()

SQLServer 2000 發生錯誤1069 由於登入失敗而無法啟動服務 解法

1.
[控制台]->[系統管理工具]->[服務],[MSSQLSERVER],再按滑鼠右鍵
視窗[MSSQLSERVER內容]選擇 [登入] 輸入administrator的帳號跟密碼

abort 發表在 痞客邦 留言(0) 人氣()

命令列輸出日期格式YYYYMMDD



C:\>echo %date:~0,4%%date:~5,2%%date:~8,2%

abort 發表在 痞客邦 留言(0) 人氣()

WINDOWS 呼叫螢幕虛擬鍵盤



1.開始->執行

abort 發表在 痞客邦 留言(0) 人氣()

APACHE限制EXE附檔名存取
<Files ~ "\.exe$">
Order allow,deny
Deny from all
</Files>

abort 發表在 痞客邦 留言(0) 人氣()

看懂簡體字的四大原則

第一種﹑字形簡化:將複雜的字形,直接去掉一部份偏旁

1.去掉上邊、上左、上+左、上右、上+右:

abort 發表在 痞客邦 留言(0) 人氣()

Function retWord(ByVal Num As Decimal) As String
'This two dimensional array store the primary word convertion of number.
retWord = ""
Dim ArrWordList(,) As Object = {{0, ""}, {1, "One"}, {2, "Two"}, {3, "Three"}, {4, "Four"}, _
{5, "Five"}, {6, "Six"}, {7, "Seven"}, {8, "Eight"}, {9, "Nine"}, _

abort 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。