def function_with_one_star(*t): print(t, type(t)) def function_with_two_stars(**d) print(d, type(d))上面定义了两个函数,分别用了带一个星号和两个星号的参数,它们是什么意思,运行下面的代码: funct ...
分类:
编程语言 时间:
2019-06-06 00:29:03
阅读次数:
134
转摘: I wandered lonely as l cloud That floats on high o'er vales and hills, When all at once Isaw a crowd, A host, of golden daffodils; Beside the lake ...
分类:
其他好文 时间:
2019-06-05 23:38:14
阅读次数:
144
Bootstrap 3 Responsive Video Embeds that Maintain Aspect Ratio 16:9 Responsive Aspect Ratio 4:3 R... ...
分类:
其他好文 时间:
2019-05-27 13:21:56
阅读次数:
100
Docker 构建 Tomcat 查找 Docker Hub 上的 Tomcat 镜像 root@UbuntuBase:/usr/local/docker/tomcat# docker search tomcat NAME DESCRIPTION STARS OFFICIAL AUTOMATED t ...
分类:
其他好文 时间:
2019-05-09 21:40:17
阅读次数:
123
HDU - 6184 C - Counting Stars 题目大意:有n个点,m条边,问有一共有多少个‘structure’也就是满足V=(A,B,C,D) and E=(AB,BC,CD,DA,AC)这样一个图形,类似于四边形中间连接了一条对角线。 如果我们把这个四边形拆分的话,其实就是两个共用 ...
分类:
其他好文 时间:
2019-04-12 09:13:21
阅读次数:
166
翻译 | suisui 来源 | 人工智能头条(AI_Thinker) 继续假日充电系列~本文是 Mybridge 挑选的 10 个 Python 开源项目,Github 平均star 2135,希望你能够喜欢~~ ▌Rank 1:Requests-HTML v0.9(7385 stars on G ...
分类:
编程语言 时间:
2019-03-29 11:43:00
阅读次数:
452
题意 Language:DefaultStars in Your Window Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 15036Accepted: 4061DescriptionFleeting time does not ...
Problem Description Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let ...
分类:
编程语言 时间:
2019-02-19 13:08:58
阅读次数:
146
放在Virtual Judge上的专题: [题解][树状数组] POJ 2352 - Stars https://www.cnblogs.com/Kaidora/p/10389073.html [题解] [BFS] POJ 1426 - Find The Multiple https://www.c ...
分类:
其他好文 时间:
2019-02-17 20:36:29
阅读次数:
180