01 2018 档案

摘要:c#: /// /// 完整 /// public class TripleDESHelper1 { public static string Encrypt(string aStrString, string aStrKey, CipherMode mode = CipherMode.ECB, string iv ... 阅读全文
posted @ 2018-01-22 10:21 94cool 阅读(2533) 评论(0) 推荐(0)
摘要:样例数据: { "cNo" : "11", "Details" : [ { "dDate" : ISODate("2017-04-01T00:00:00.000+0800"), "bNo" : "No00000000497" }, { ... 阅读全文
posted @ 2018-01-18 14:32 94cool 阅读(3584) 评论(0) 推荐(0)
摘要:项目目录:SourceCode\公共组件\KApiClient\ 要复制的目的目录: SourceCode\公共组件\DllLibrary\ApiClient 则在项目 KApiClient下添加如下: Set OD="$(ProjectDir)..\DllLibrary\ApiClient" attrib "%OD%\$(TargetName).*" -r -a ... 阅读全文
posted @ 2018-01-12 11:40 94cool 阅读(2575) 评论(0) 推荐(0)