摘要:
///
/// 解密
///
/// 要解密的字符串
///
public static string Decode(string str)
{
return MD5PWD.Decode(str, "http://www.cnblogs.com/sufei");
} 阅读全文
推荐排行榜
华兴软通短信接口简单使用WebServices版
2009-11-07 11:49 by 苏飞, 2563 阅读, 收藏,
摘要:
///
/// 查询账户余额
///
/// 账户名
/// 账户密码
/// 返回的是查询得到的余额信息
public static string QueryBalance(string SMScode, string SMSPwd)
{
string path = "/S059" + SMScode.ToString().Trim() + "" + SMSPwd.ToString().Trim() + "";
return SMSrequest(path.ToString() 阅读全文
简单Linq使用,Linq的简单使用方法,Linq使用
2009-10-29 17:49 by 苏飞, 3187 阅读, 收藏,
摘要:
具体怎么建立基础我就不多说了,网上太多了, 我说几个常用的功能啊, 大家不会的可以看一下呵呵,交流一下吗?using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Linq;using System... 阅读全文
浙公网安备 33010602011771号