Volodya is an odd boy and his taste is strange as well. It seems to him that a positive integer number is beautiful if and only if it is divisible by ...
分类:
其他好文 时间:
2018-09-22 01:07:03
阅读次数:
230
本文来自网易云社区 作者:孙圣翔 flask是一个微型web开发框架,别看他微型,在github上排名还是挺高的。 A microframework based on Werkzeug, Jinja2 and good intentions http://flask.pocoo.org/ 因为他微型 ...
分类:
Web程序 时间:
2018-09-21 10:57:20
阅读次数:
240
In a world where ordinary people cannot reach, a boy named "Koutarou" and a girl named "Sena" are playing a video game. The game system of this video ...
分类:
其他好文 时间:
2018-09-21 10:46:32
阅读次数:
177
本文来自网易云社区 作者:孙圣翔 flask是一个微型web开发框架,别看他微型,在github上排名还是挺高的。 A microframework based on Werkzeug, Jinja2 and good intentions http://flask.pocoo.org/ 因为他微型 ...
分类:
Web程序 时间:
2018-09-21 10:45:48
阅读次数:
183
3500基础单词 十大词类: 名词,Nouns (n.) 表示人或事物的名称 box,pen,tree,apple 代词,Pronouns (pron.)代替名词、数词、形容词We,this,them,myself 形容词,Adjectives(adj.) 用来修饰名词,表示人或事物的特征 good ...
分类:
其他好文 时间:
2018-09-20 21:25:29
阅读次数:
163
1.表示方法: a = 'test' a = "test" a = '''test''' 2.加乘计算: a1 = 'Hi' a2 = 'boy' print(a1+a2) >>> Hiboy print(a1*2) >>> HiHi 3.字符串内置方法: capitalize() 转化为首字母大写 ...
分类:
编程语言 时间:
2018-09-20 16:14:46
阅读次数:
179
何从的任务就是产生输出,可用来提示用户,或是用来产生数据供进一步处理。 原始的echo命令只会将参数打印到标准输出,参数之间以一个空格隔开,并以换行符号(newline)结尾。 [many@avention my_sh]$ echo Now is the time for all good men ...
分类:
其他好文 时间:
2018-09-19 23:30:46
阅读次数:
149
B Hanoi tower It has become a good tradition to solve the “Hanoi tower” puzzle at programming contests in Rybinsk. We will review the rules briefly. 2 ...
分类:
其他好文 时间:
2018-09-17 20:59:35
阅读次数:
193
一.超链接 1、外部链接:链接到外部文件。 当然,我们也可以直接点进链接,访问一个网址。 href 超链接的地址 target: _self 默认 在当前页面打开链接地址 _blank 在空白的页面打开链接地址 2.标签内部跳转 指给超链接起一个名字,作用是在本页面或者其他页面的的不同位置进行跳转. ...
分类:
其他好文 时间:
2018-09-17 17:40:30
阅读次数:
186
https://nanti.jisuanke.com/t/31710 题意 若输入的是Jessie或jessie,输出Good guy!,否则输出Dare you say that again? 分析 水题,学习一下string直接转小写的操作,方便。 ...
分类:
其他好文 时间:
2018-09-17 15:20:58
阅读次数:
207