- 博客(4)
- 资源 (1)
- 收藏
- 关注
转载 c# 克隆
public AtmDataBase DeepClone(){ MemoryStream ms = new MemoryStream(); BinaryFormatter bf = new BinaryFormatter(); bf.Serialize(ms, this); ms.Position = 0;
2016-01-12 14:40:18
407
原创 百度翻译
在web.config配置如下:http://openapi.baidu.com/public/2.0/bmt/translate?client_id=nPFBNVpzYb3UlqIQIv397rgy*from=zh*to=en"/> 后台://百度翻译地址 this.hidBaiDuApiUrl.Value = System.Configurat
2015-02-27 11:35:11
800
原创 winform登陆记住密码
[Serializable] public class User { private string username; private string userpwd; private string visausername; private string visauserpwd; ///
2015-02-27 11:28:16
741
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅