码迷,mamicode.com
首页 >  
搜索关键字:summary    ( 3315个结果
byte,bitmap,image互转
/// <summary> /// 将图片Image转换成Byte[] /// </summary> /// <param name="Image">image对象</param> /// <param name="imageFormat">后缀名</param> /// <returns></re ...
分类:其他好文   时间:2016-07-06 11:42:59    阅读次数:157
wpf性能问题
1,wpf最好使用通用模板,使用StaticResource引用样式2,释放事件。每个UserControl,Page,Window都实现一个接口interfaceIUIElement:IDisposable{///<summary>///注册事件///</summary>voidEventsRegistion();///<summary>///解除事件注册///</summary&..
分类:Windows程序   时间:2016-07-05 19:08:11    阅读次数:178
Aspose.Cells导入导出
插件:Aspose.Cells 没有安装office插件也能使用; 导出:不能使用ajax异步· /// <summary> /// 导出试题 /// </summary> /// <param name="userId">用户Id</param> /// <param name="courseId ...
分类:Web程序   时间:2016-07-04 11:46:51    阅读次数:249
228. Summary Ranges
228. Summary Ranges Given a sorted integer array without duplicates, return the summary of its ranges. For example, given [0,1,2,4,5,7], return ["0->2 ...
分类:其他好文   时间:2016-07-02 14:30:54    阅读次数:135
Technical Committee Weekly Meeting 2016.06.21
Meeting time: 2016.June.21 1:00~2:00 Chairperson: Thierry Carrez Meeting summary: 1.Add current house rules for reference This lists exceptions to the ...
分类:其他好文   时间:2016-07-01 13:36:55    阅读次数:239
Murano Weekly Meeting 2016.06.28
Meeting time: 2016.June.28 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.Action Item Review Action: Nikolay_St kzaitsev_mb d ...
分类:其他好文   时间:2016-07-01 11:53:38    阅读次数:171
hdu 4989(水题)
Summary Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 835 Accepted Submission(s): 424 Problem D ...
分类:其他好文   时间:2016-07-01 10:22:41    阅读次数:181
Python3下不要版本号批量编译.pyc文件
codesay:#encoding=utf-8 #author:walker #date:2016-06-28 #summary:编译当前文件夹下所有.py文件 importos,sys,shutil importpy_compile cur_dir_fullpath=os.path.dirname(os.path.abspath(__file__)) #清空目录 defClearDir(dir): print(‘ClearDir‘+dir+‘...‘) forentr..
分类:编程语言   时间:2016-06-28 18:46:46    阅读次数:209
.net 删除缓存的key中带有指定字符的方法
/// <summary> /// 删除带有指定字符的缓存 /// </summary> /// <param name="pre"></param> public void Refresh(string pre) { System.Web.Caching.Cache _cache = HttpRu ...
分类:Web程序   时间:2016-06-28 18:23:16    阅读次数:166
HttpHelper工具类
/// <summary> /// 类说明:HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理 /// 重要提示:请不要自行修改本类,如果因为你自己修改后将无法升级到新版本。如果确实有什么问题请到官方网站提建议, ///  ...
分类:Web程序   时间:2016-06-28 02:06:29    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!