代码: 启动 我们都用过Django的django-admin.py和manage.py。django-admin.py是一个命令行工具,可以执行一些管理任务,比如创建Django项目。而manage.py是在创建每个Django project时自动添加在项目目录下的,只是对manage.py的一 ...
分类:
系统相关 时间:
2016-10-15 13:54:26
阅读次数:
1263
chmod 755 demo.sh./demo.sh1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666... ...
分类:
系统相关 时间:
2016-10-15 13:56:32
阅读次数:
273
#include<iostream>#define LL long long#define maxn 1000010using namespace std;LL read(){ LL x=0,f=1; char c=getchar(); while(!isdigit(c)){if(c=='-')f= ...
分类:
编程语言 时间:
2016-10-15 13:54:54
阅读次数:
197
#include<cstdio>#include<cstring>using namespace std;#define N 30int n,T,ans,a[N],c[N];int query(){ memset(c,0,sizeof c); for(int i=0;i<=14;i++) c[a[i ...
分类:
编程语言 时间:
2016-10-15 13:56:27
阅读次数:
157
Android App: "EasyN P" How to access EasyN HD ip camera web interface by browser: http://support.easyn.com/support/solutions/articles/4000069862-how-t ...
分类:
其他好文 时间:
2016-10-15 13:53:28
阅读次数:
235
Atitti css3 新特性attilax总结 图片发光效果2 透明渐变效果2 文字描边2 背景拉伸2 CSS3 选择器(Selector)4 @Font-face 特性7 Word-wrap & Text-overflow 样式9 Word-wrap9 Text-overflow10 文字渲染( ...
分类:
Web程序 时间:
2016-10-15 13:55:39
阅读次数:
159
1、统计图表ECharts ECharts,缩写来自Enterprise Charts,商业级数据图表,一个纯Javascript的图表库,可以流畅的运行在PC和移动设备上,兼容当前绝大部分浏览器(IE6/7/8/9/10/11,chrome,firefox,Safari等),底层依赖轻量级的Can ...
分类:
Web程序 时间:
2016-10-15 13:54:23
阅读次数:
286
Nginx ("engine x") 是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器。Nginx是由Igor Sysoev为俄罗斯访问量第二的Rambler.ru站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,... ...
分类:
其他好文 时间:
2016-10-15 13:52:07
阅读次数:
152
1.1 IntroductionKafka is a distributed streaming platform. What exactly does that mean?kafka是一个分布式的流式平台,它到底是什么意思? We think of a streaming platform as ...
分类:
其他好文 时间:
2016-10-15 13:52:24
阅读次数:
236
SpringMVC 和Struts2的区别 1. 机制: spring mvc的入口是servlet,而struts2是filter,这样就导致了二者的机制不同。 2. 性能: spring会稍微比struts快。spring mvc是基于方法的设计,而sturts是基于类,每次发一次请求都会实例一 ...
分类:
Web程序 时间:
2016-10-15 13:53:54
阅读次数:
138
http://www.2cto.com/kf/201407/320341.html //设置时间格式 //根据字符串转换成一种时间格式 供下面解析 NSString* string = ValueModel.addTime; NSDateFormatter *inputFormatter = [[N ...
分类:
其他好文 时间:
2016-10-15 13:53:05
阅读次数:
108
对常见格式的图片文件等在浏览器本地缓存,对于css,js等文件在浏览器本地缓存. 语法:expires [time|epoch|max|off 默认值:off expires指令控制HTTP应答中的“Expires”和“Cache-Control”Header头部信息,启动控制页面缓存的作用 tim ...
分类:
其他好文 时间:
2016-10-15 13:52:51
阅读次数:
147
(使用通知和KVO更方便一些,这是在网上找到的,这里我做个传播者而已) https://pan.baidu.com/s/1eSt6xZs ...
分类:
其他好文 时间:
2016-10-15 13:53:18
阅读次数:
119
c# .Net :Excel NPOI导入导出操作教程之数据库表信息数据导出到一个Excel文件并写到磁盘示例分享 ...
分类:
数据库 时间:
2016-10-15 13:52:27
阅读次数:
245
Apple Tree Description Wshxzt is a lovely girl. She likes apple very much. One day HX takes her to an apple tree. There are N nodes in the tree. Each ...
分类:
移动开发 时间:
2016-10-15 13:49:47
阅读次数:
257
一.CocoaPods是什么? CocoaPods是一个用Ruby写的、负责管理iOS项目中第三方开源库的工具,CocoaPods能让我们集中的、统一管理第三方开源库,为我们节省设置和更新第三方开源库的时间。 二.CocoaPods的安装 因为Mac电脑自带Ruby环境,我们就只需打开终端开始动手。 ...
分类:
其他好文 时间:
2016-10-15 13:49:44
阅读次数:
257