码迷,mamicode.com
首页 >  
搜索关键字:tell    ( 578个结果
Python 文件操作二
readlines()函数,readline()函数,tell()函数,seek()函数 ...
分类:编程语言   时间:2018-08-04 17:23:54    阅读次数:123
初次安装git配置用户名和邮箱
初次安装git配置用户名和邮箱 初次安装git需要配置用户名和邮箱,否则git会提示:please tell me who you are. 你需要运行命令来配置你的用户名和邮箱: $ git config --global user.name "superGG1990" $ git config  ...
分类:其他好文   时间:2018-08-02 02:03:21    阅读次数:150
python随笔6(用户输入input())
6.1函数input()函数input()让程序暂停运行,等待用户一些文本输入。获取用户输入后,python将其存储在一个变量中。例如:message = input("Tell me something:")print(message)函数input()接受一个参数。程序等待用户输入,并在用户按回... ...
分类:编程语言   时间:2018-08-01 22:15:34    阅读次数:149
E - Cup
The WHU ACM Team has a big cup, with which every member drinks water. Now, we know the volume of the water in the cup, can you tell us it height? The ...
分类:其他好文   时间:2018-07-28 16:41:05    阅读次数:145
uptime命令
uptime命令:Tell how long the system has been running告知当前时间,系统已经运行多久,多少用户登录,过去1分钟,5分钟,15分钟的平均负载平均负载:Load?averages,在特定时间间隔内运行队列中进程数。当单cpu单核时,load averages>1则系统繁忙且面临崩溃当单cpu多核时,load averages=1则运行正常通
分类:其他好文   时间:2018-07-26 13:06:54    阅读次数:138
A1065 A+B and C (64bit) (20)(20 分)
A1065 A+B and C (64bit) (20)(20 分) Given three integers A, B and C in [ 2^63^, 2^63^], you are supposed to tell whether A+B C. Input Specification: Th ...
分类:其他好文   时间:2018-07-24 23:46:46    阅读次数:222
测试次次次
面向过程编程 面向过程编程 (Procedural Programming) Procedural programming uses a list of instructions to tell the computer what to do step-by-step. 面向过程编程依赖 - pro ...
分类:其他好文   时间:2018-07-18 21:39:53    阅读次数:125
HDU 1029: Ignatius and the Princess IV
题目描述 "OK, you are not too bad, em... But you can never pass the next test." feng5166 says."I will tell you an odd number N, and then N integers. There ...
分类:其他好文   时间:2018-07-17 14:25:11    阅读次数:188
SPOJ - AMR11A
Thanks a lot for helping Harry Potter in finding the Sorcerer's Stone of Immortality in October. Did we not tell you that it was just an online game ? ...
分类:其他好文   时间:2018-07-13 16:17:03    阅读次数:173
ECJTU 2018 Summer Training 2
Thanks a lot for helping Harry Potter in finding the Sorcerer's Stone of Immortality in October. Did we not tell you that it was just an online game ? ...
分类:其他好文   时间:2018-07-11 14:55:10    阅读次数:173
578条   上一页 1 ... 15 16 17 18 19 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!