码迷,mamicode.com
首页 >  
搜索关键字:python time    ( 184154个结果
【从0开始Tornado建站】群聊
群聊的前台主要代码: {%block content%} 测试版本,每天凌晨4:00清水,enjoy it~~:-)--> {%for i in content[19*int(num)-19:19*int(num)]%} 【{{i[1]}}】 ({{i[3]}}) : {{i[2]}} {%end%} {%for i in range(1,pages+1)%} {{i}} {%...
分类:其他好文   时间:2014-05-13 23:14:45    阅读次数:388
boost的posix_time用法详解01
// boost_time.cpp : 定义控制台应用程序的入口点。 //made by davidsu33 //2014-5-11 //the usage of posix_time #include "stdafx.h" #include #include #include using namespace std; #define SHOW_VARIABLE(x){ cou...
分类:其他好文   时间:2014-05-13 09:12:49    阅读次数:656
XTUOJ 1176 I Love Military Chess(模拟)
I Love Military Chess Accepted : 45   Submit : 141 Time Limit : 1000 MS   Memory Limit : 65536 KB  题目描述 陆军棋,又称陆战棋,简称军棋,是中国近代的一种两人棋类,设计根据军队中的军阶。每一方有25枚棋子...
分类:其他好文   时间:2014-05-13 08:22:28    阅读次数:286
Pat(Advanced Level)Practice--1016(Phone Bills)
Pat1016代码 题目描述: A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, depending on the time of day w...
分类:其他好文   时间:2014-05-13 06:45:05    阅读次数:460
XTUOJ 1173 Five Tiger(模拟)
?? Five Tiger Accepted : 34   Submit : 107 Time Limit : 1000 MS   Memory Limit : 65536 KB 题目描述 五虎棋是流传在东北民间的一种游戏,GG小的时候,经常被表哥虐得很惨。 由于各个地区的规则可能不大相同,并且GG的回忆不...
分类:其他好文   时间:2014-05-13 06:27:33    阅读次数:251
【从0开始Tornado建站】主页的登录和显示最新文章
登录只要放在主页就可以了,这里为了美观,把用bootstrap的form-inline类修饰,如下样子: 前台代码如下: {%extends 'main.html'%} {%block header%} 首页 成员 群聊 {%if not cookieName%} 用户名 密码 登录 无帐号,请点击注册 {...
分类:其他好文   时间:2014-05-13 06:01:54    阅读次数:349
ping 监控网络延时
环境windows系统需求通过ping监控网络状态解决DOS中添加一个loop循环,以便监控ping状态,并命名一个文件名,注意根据需要给log.txt添加目录。:topecho%time%>>log.txtping-n1IP Address|findstr"TTL">>log.txtgototop注意:命名的文件名称一定不可..
分类:其他好文   时间:2014-05-13 03:23:55    阅读次数:391
Python代码分析工具:PyChecker、Pylint
1概述PyChecker是Python代码的静态分析工具,它能够帮助查找Python代码的bug,而且能够对代码的复杂度和格式等提出警告。PyChecker可以工作在多种方式之下。首先,PyChecker会导入所检查文件中包含的模块,检查导入是否正确,同时检查文件中的函数、类和方法等。PyChecker可以..
分类:编程语言   时间:2014-05-13 03:06:30    阅读次数:922
HDU 4028 The time of a day STL 模拟题
暴力出奇迹。。 #include #include #include #include #include #include #include #include using namespace std; #define ll __int64 #define N 42 ll n,m,ans; ll Gcd(ll x,ll y){ if(x>y)swap(x,y); while(x){ y%=...
分类:其他好文   时间:2014-05-12 23:11:06    阅读次数:445
【从0开始Tornado建站】显示所有注册用户
显示注册用户的前台主要代码如下: {%block content%} {%for i in users%} {{i[1]}}({{i[3]}}星级) {%end%} {%end%} 显示注册用户的后台代码如下: class memberHandler(tornado.web.RequestHandler): def get(self): name=self.get_coo...
分类:其他好文   时间:2014-05-12 23:10:06    阅读次数:574
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!