参考自:django 快速搭建bloghttp://www.cnblogs.com/fnng/p/3737964.html1.创建工程:django-admin.py startproject MySitemanage.py-----Django项目里面的工具,通过它可以调用djangoshell和...
分类:
Web程序 时间:
2015-08-11 21:16:47
阅读次数:
141
J -括号匹配Time Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionWe give the following inductive definition of a “regul...
分类:
其他好文 时间:
2015-08-11 21:16:58
阅读次数:
101
scanf 和 scanf_sscanf()函数是标准C中提供的标准输入函数,用以用户输入数据scanf_s()函数是Microsoft公司Visual Studio开发工具提供的一个与scanf()功能相同的安全标准输入函数 从vc++2005开始,VS系统提供了scanf_s()。在调用该函数....
分类:
其他好文 时间:
2015-08-11 21:17:26
阅读次数:
109
产生冠军Time Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11444Accepted Submission(s): 5299Problem Descr...
分类:
其他好文 时间:
2015-08-11 21:16:26
阅读次数:
113
/*对象创建模式 除了普通的对象字面量和使用构造函数来创建对象外,还有很多更好的对象创建模式 1、命名空间 2、依赖声明 3、模块模式 4、沙箱模式 它们都帮助我们组织应用程序的代码结构,降低隐含地全局变量带来的后果*//*Before*/// 反模块设计Parent = func...
分类:
编程语言 时间:
2015-08-11 21:16:05
阅读次数:
172
简单模拟题,可以利用一下能被11整除的数的特点:奇数位的数字和与偶数位的数字和之差能被11整除。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int N = 1000000; 8 ...
分类:
其他好文 时间:
2015-08-11 21:15:37
阅读次数:
91
1038. Recover the Smallest Number (30)Given a collection of number segments, you are supposed to recover the smallest number from them. For example, g...
分类:
其他好文 时间:
2015-08-11 21:17:55
阅读次数:
102
cmd-line模式又有3个类型:Ex 命令(ex commands)、查找模式(Search patterns)、Filter 命令(Filter commands)。本文主要重点的是Ex 命令和Search patterns。Filter 命令暂时用的场景比较少,如果有更适合的场景再补充。目.....
分类:
其他好文 时间:
2015-08-11 21:17:16
阅读次数:
109
1047. Student List for Course (25)Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each stude...
分类:
其他好文 时间:
2015-08-11 21:14:54
阅读次数:
146
G -回文串Time Limit:3000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionA palindrome is a symmetrical string, that is, a string...
分类:
其他好文 时间:
2015-08-11 21:15:44
阅读次数:
83
We say a sequence of characters is a palindrome if it is the same written forwards and backwards. For example, ‘racecar’ is a palindrome, but ‘fastcar...
分类:
其他好文 时间:
2015-08-11 21:16:23
阅读次数:
114
解析json 四步走 //1.创建url NSURL *url=[NSURL URLWithString:@"http://127.0.0.1:8080/MJServer/video"]; //2.创建请求 NSURLRequest *request=[NSURLRequest ...
分类:
Web程序 时间:
2015-08-11 21:15:51
阅读次数:
116
C#笔记——基础篇一.入门知识VS中的常用快捷键Ctrl+K+D:快速对齐代码Ctrl+Z:撤销Ctrl+S:保存(一定要经常保存!)Ctrl+J:快速弹出智能提示Shift+End 、Shift+HomeCtrl+K+C:注释所选代码Ctrl+K+U:取消对所选代码的注释F1:转到帮助文档折叠冗余...
1 #ifndef _SINGLETON_H_ 2 #define _SINGLETON_H_ 3 #include 4 5 template 6 class CSingleton 7 { 8 private: 9 CSingleton(){} //构造函数是私有的10 publi...
分类:
编程语言 时间:
2015-08-11 21:16:47
阅读次数:
165
1. 代码结果如下图所示: 2. TblPersonBll.cs中的代码: public class TblPersonBll { public bool IncAgeByAutoId(int autoId) { TblPersonDal dal=new ...
分类:
其他好文 时间:
2015-08-11 21:15:51
阅读次数:
116
1984: 月下“毛景树”Time Limit:20 SecMemory Limit:64 MBSubmit:1088Solved:348[Submit][Status][Discuss]Description毛毛虫经过及时的变形,最终逃过的一劫,离开了菜妈的菜园。 毛毛虫经过千山万水,历尽千辛万苦...
分类:
其他好文 时间:
2015-08-11 21:16:36
阅读次数:
250