摘要: 1.登录代码 /// /// 登陆 /// /// /// /// /// public static KeyValuePair Login(string userNo, st... 阅读全文
posted @ 2015-09-20 22:16 凌晨10点13分 阅读(611) 评论(0) 推荐(0) 编辑
摘要: /// /// 截取小数点位数(四舍五入) /// /// /// /// public static decimal subRound(decimal v, int x) {... 阅读全文
posted @ 2015-09-20 21:51 凌晨10点13分 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 密码加密之类的用处,直接复制黏贴,可用1.加密的代码: /// /// DEC 加密过程 /// /// 要加密的字符串 /// 密匙 /// public static strin... 阅读全文
posted @ 2015-09-20 21:50 凌晨10点13分 阅读(223) 评论(0) 推荐(0) 编辑