码迷,mamicode.com
首页 >  
搜索关键字:utility    ( 517个结果
python2 与 python3 语法区别
概述# 原稿地址:使用 2to3 将代码移植到 Python 3 几乎所有的Python 2程序都需要一些修改才能正常地运行在Python 3的环境下。为了简化这个转换过程,Python 3自带了一个叫做2to3的实用脚本(Utility Script),这个脚本会将你的Python 2程序源文件作 ...
分类:编程语言   时间:2017-12-06 21:48:51    阅读次数:219
第14条:尽量用异常来表示特殊情况,而不要返回Nono
核心知识点: 1.用None这个返回值来表示特殊意义的函数,很容易使调用者犯错,因为None和0以及空字符串之类的值,在条件表达式里都会评估为False。 2.两种方法:二元法;将异常抛给上一级直接报错。 编写工具函数(utility function)时,我们有时候喜欢给None这个返回值赋予特殊 ...
分类:其他好文   时间:2017-12-06 21:43:36    阅读次数:143
json扩展
using Newtonsoft.Json.Linq; namespace Utility { public static class JsonExt { /// /// 转换为JObject对象 /// /// /// public static JObject ToJOb... ...
分类:Web程序   时间:2017-12-04 13:15:40    阅读次数:170
[Javascript] Compose multiple functions for new behavior in JavaScript
In this lesson you will create a utility function that allows you to quickly compose behavior of multiple functions to create new behavior. By the end ...
分类:编程语言   时间:2017-11-30 19:19:20    阅读次数:140
DataSourceBuilder.create().build()
Spring Boot also provides a utility builder class DataSourceBuilder that can be used to create one of the standard data sources (if it is on the class ...
分类:其他好文   时间:2017-11-12 21:51:47    阅读次数:503
Rufus--Create bootable USB drives the easy way
Rufus Create bootable USB drives the easy way Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, m ...
分类:其他好文   时间:2017-10-31 11:14:41    阅读次数:303
c#.net公共帮助类
c#.net公共帮助类 比较全面的c#帮助类 比较全面的c#帮助类,日常工作收集,包括前面几家公司用到的,各式各样的几乎都能找到,所有功能性代码都是独立的类,类与类之间没有联系,可以单独引用至项目,分享出来,方便大家,几乎都有注释,喜欢的请点赞,不断完善收集中... 总揽 主干是Utility基础类 ...
分类:Windows程序   时间:2017-10-13 20:16:39    阅读次数:305
FTP基本操作类大全,外加c#基础公共帮助类
总结平时用到的一些FTP操作类,方便需要的用到。github地址:https://github.com/Jimmey-Jiang/Common.Utility 1、连接FTP服务器 2、上传 3、下载 4、删除文件 5、获取当前目录下明细(包含文件和文件夹) 6、获取FTP文件列表(包括文件夹) 7 ...
分类:Windows程序   时间:2017-10-12 10:37:17    阅读次数:318
C# 缓存操作类
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using System.Web.Caching; namespace Utility { ... ...
分类:Windows程序   时间:2017-10-10 13:25:56    阅读次数:194
moost — Last.fm's collection of C++ utility libraries(功能很多)
libmoost libmoost is a collection of C++ utility libraries, including: algorithms (set intersection, hashing, variable length encoding, ...) abstracti ...
分类:编程语言   时间:2017-10-05 19:35:25    阅读次数:244
517条   上一页 1 ... 12 13 14 15 16 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!