摘要: Open----------------------------captioninitrunQuery:initQuery:initQuery:packQuery:saveUserSetupQuery:saveUserSetuptitleOk---------------------------Query:promptCancel----------------------------Query:promptfetchOK----------------------------printerSettings promptQuery:nextQuery:getNoQuery:changedNoh 阅读全文
posted @ 2012-05-23 11:05 K小子 阅读(215) 评论(0) 推荐(0)
摘要: public static str MD5Encoding(str input){ //字符串编码,将string进行MD5加密,Encoding采用Unicode ClrObject md5; System.Text.Encodingencoding; ClrObject inputArray; ClrObject hashArray; int i; ClrObject strBuilder; str result; InterOpPermission iop = new InterOpPermission(INteropKind::ClrInterop); ; io... 阅读全文
posted @ 2012-05-23 10:25 K小子 阅读(272) 评论(0) 推荐(0)