特殊属性 含义 __name__ 对象名 __class__ 对象的类型 __dict__ 对象的属性的字典 __qualname__ 类的限定名 C:\Miniconda3\python.exe D:/python_project/STUDY_myself/special_class.pypeng ...
分类:
其他好文 时间:
2019-01-20 22:29:17
阅读次数:
162
h5py 字符串存储 import h5py import numpy as np h = h5py.File('capsule_box.h5', 'w') #print(h['user1img1'][:]) dt = h5py.special_dtype(vlen=str) with open(' ...
分类:
其他好文 时间:
2019-01-20 16:02:12
阅读次数:
465
1003 Emergency (25 分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered citie ...
分类:
其他好文 时间:
2019-01-18 22:23:57
阅读次数:
191
CSS《全称 Cascading StyleSheet》 https://www.cnblogs.com/yanjieli/p/9827471.html 一、CSS前言:在前端开发中,css只是修改样式,不用记忆哪些属性属于哪个标签,当需求变更时我们不需要修改大量的代码就可以满足需求。 1. 怎么学 ...
分类:
其他好文 时间:
2019-01-18 15:37:46
阅读次数:
198
check git status git status git log oneline git reflog git remote vv git branch reset special version git reset hard {version_number} push to origin ( ...
分类:
其他好文 时间:
2019-01-17 15:17:07
阅读次数:
174
First see get the code for checkout and build instructions. Getting started You can use Visual Studio's built-in debugger or WinDBG to debug Chromium. ...
1、通过mysql -uroot -p,输入密码登录后,必须马上修改密码,否则会报错 2、将密码修改为123456,依然报错 这和mysql 5.7的密码策略(validate_password_policy)有关,validate_password_policy可以取如下值: 默认为1即MEDIU ...
分类:
数据库 时间:
2019-01-13 12:24:16
阅读次数:
490
The Fourth Paradigm: Data-Intensive Scientific Discovery http://research.microsoft.com/en-us/collaboration/fourthparadigm/ Special Online Collection: ...
分类:
其他好文 时间:
2019-01-06 15:36:24
阅读次数:
192
Django 的路由层(URLconf) URL配置(conf)就像是Django所支撑的网站的目录; 本质就是:URL与调用该URL执行的视图函数的映射表; 通俗的讲:就是用户使用哪个url,URL(conf)就需要告诉服务器执行哪个程序代码. 一 路由配置的简单使用 二 路由配置使用注意事项 若 ...
分类:
Web程序 时间:
2019-01-03 21:41:28
阅读次数:
206
这个课程的参考视频和图片来自youtube。 主要学到的知识点有: Build in functions in java.util.Collections Need to implement a comparator - a special class which returns an intege ...
分类:
编程语言 时间:
2019-01-01 11:13:26
阅读次数:
160