# -*- coding: utf-8 -*- # -- coding: utf-8 -- import pickle class School(): def __init__(self,name): self.name = name def save(self): # 写入 with open('... ...
分类:
其他好文 时间:
2018-12-15 13:41:28
阅读次数:
130
SELECT mr.member_id, mr.username, GROUP_CONCAT(DISTINCT jb.company,jb.start_time,jb.end_time)companys, GROUP_CONCAT(DISTINCT en.school)school, CONCAT(... ...
分类:
数据库 时间:
2018-12-14 21:17:33
阅读次数:
180
HTML 5 音频http://www.w3school.com.cn/html5/html_5_audio.asp 在 Web 上播放音频http://www.w3school.com.cn/media/media_browsersounds.asp W3School在线测试工具 V2http:/ ...
分类:
Web程序 时间:
2018-12-14 19:38:22
阅读次数:
186
find_caltab find_marks_and_pose 输出参数StartPose是标定板的位姿 通过pose_to_hom_mat3d转化为Hom矩阵可得到下面的关系 3D_Point_Coord_in_Cam = Hom_Mat(StartPose) * 3D_Point_Coord_i ...
分类:
其他好文 时间:
2018-12-12 17:29:09
阅读次数:
220
(占坑) A. Company Merging 签到题 B. LaTeX Expert 模拟 D. Similar Arrays 题意:构造两个长为 $n$ 的数组 $a,b$,元素取值范围是 $[1,n]$,$a$ 中的数互不相同,$b$ 中至少有一对相同的数,给出一些形如 $(x,y)$ 的限制 ...
分类:
其他好文 时间:
2018-12-10 11:42:33
阅读次数:
294
类的定义格式 class Setset: #Python中类名推荐使用驼峰体,函数却不推荐使用驼峰体 类的定义实例 class OldboyStudent: # 相似的特征: school = 'oldboy' # 相似的技能 def choose_course(self): print('choo ...
分类:
编程语言 时间:
2018-12-09 12:13:58
阅读次数:
167
Doing Homework Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of ha ...
分类:
其他好文 时间:
2018-12-08 17:05:45
阅读次数:
124
https://docs.azure.cn/zh-cn/articles/guidance/azure-for-aliyun-service-comparison https://school.azure.cn/courses/54 ...
分类:
其他好文 时间:
2018-12-03 11:13:08
阅读次数:
287
Advantage VS. Disadvantage Advantage vs. Disadvantage 社会现象或者做法 “People can work or study on the Internet without going to school or company. Do the ad ...
分类:
其他好文 时间:
2018-12-02 22:46:36
阅读次数:
380
一、类和对象 1、类的概念:类是一种数据结构(和开始定义字典中共同的特征和动作类似),就好比一个模型,该模型用来表示一类事物(事物即数据和动作的结合体),用它来生产真正的物体(实例)。 2、对象的概念:我们看到的一切事物都是一个个对象,可以把对象理解为一个个具体的事物(事物即数据和动作的结合体) 花 ...
分类:
编程语言 时间:
2018-12-01 22:10:42
阅读次数:
229