码迷,mamicode.com
首页 >  
搜索关键字:repr    ( 1345个结果
14-python--inner
# python提供了68个内置函数。# eval:剥去字符串的外衣运算里面的代码# exec:与eval几乎一样,处理代码流# hash:获取一个对象的hash值# help:获取对象的详细说明# callable:是否可以调用# lambda:也叫一句话函数,比较简单。# def func(a, ...
分类:编程语言   时间:2020-05-03 10:35:30    阅读次数:128
IfcEventType
ItemSPFXMLChangeDescription IFC2x3 to IFC4 IfcEventType ADDED IfcEventType定义可以指定的特定事件类型。IFC4中增加的新实体IfcEventType提供可以指定的所有类型的事件。IfcEventType的使用定义了一个或多个I ...
分类:其他好文   时间:2020-05-02 22:47:23    阅读次数:74
背单词
paradox crucial flaw Plague accommodate cruelty transitive consistent dropout imitate tumor consequence explicitly sway imaginary contaminate soar sol ...
分类:其他好文   时间:2020-05-02 16:31:59    阅读次数:48
1148 Werewolf - Simple Version (20分)
Werewolf(狼人杀) is a game in which the players are partitioned into two parties: the werewolves and the human beings. Suppose that in a game, player #1 ...
分类:其他好文   时间:2020-05-02 14:51:55    阅读次数:49
json反序列化的时候字符串为单引号的一个坑
json反序列化时只支持双引号,不支持单引号 今天在跟前端同事联调的时候发现个很奇怪的问题:明明传过来的是json类型的列表,但是在进行反序列化的时候总会上报json.decoder.JSONDecodeError! 最后终于找到了原因,这里记录一下。 我们都知道,python内置函数 repr 可 ...
分类:Web程序   时间:2020-04-26 20:28:46    阅读次数:240
python学习之__str__,__repr__
__str__(sekf) 类里没有定义这个方法,类的实例显示内存地址__str__(self) 类里有定义这个方法,类的实例显示具体属性值__repr__(self) 在解释器中有用str函数或者print函数 >obj.__str__()repr或者交互式解释器 >obj.__repr__()如 ...
分类:编程语言   时间:2020-04-25 10:39:17    阅读次数:73
php正课(1)
php简介 PHP,Hypertext preprocessor,超文本预处理器。 PHP是服务器端的脚本语言,只能在服务器来运行; 客户端看不到什么的PHP代码和注释,JS在“源代码”中可以看见; PHP的语法,结合了C、Java、Perl、JS等语言的特点; PHP主要应用于网站方面,这种结构B ...
分类:Web程序   时间:2020-04-22 13:30:43    阅读次数:58
762. Prime Number of Set Bits in Binary Representation
Problem : Given two integers L and R, find the count of numbers in the range [L, R] (inclusive) having a prime number of set bits in their binary repr ...
分类:其他好文   时间:2020-04-20 11:50:44    阅读次数:65
693. Binary Number with Alternating Bits
Problem : Given a positive integer, check whether it has alternating bits: namely, if two adjacent bits will always have different values. Example 1: ...
分类:其他好文   时间:2020-04-18 22:43:40    阅读次数:74
如何将类别变量转换为一个热标签
stautilvalprintnmf条件one_hot(单次热)编码?差异选项 各种类别的变量n_hot被转换为n个变量 虚拟变量根据某些条件,n用于不同类别,转换为n-1变量 熊猫将标签变成一克代码 pd.get_dummies(df_NMF ['cluster'])。头(20) tensorfl ...
分类:其他好文   时间:2020-04-14 10:58:51    阅读次数:103
1345条   上一页 1 ... 6 7 8 9 10 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!