MVC 是一种使用 MVC(Model View Controller 模型-视图-控制器)设计创建 Web 应用程序的模式:[1] Model(模型)表示应用程序核心(比如数据库记录列表)。 View(视图)显示数据(数据库记录)。 Controller(控制器)处理输入(写入数据库记录)。 Mo ...
分类:
Web程序 时间:
2016-07-08 11:41:53
阅读次数:
196
SQLite has limited ALTER TABLE support that you can use to add a column to the end of a table or to change the name of a table. If you want to make mo ...
分类:
数据库 时间:
2016-07-08 01:34:35
阅读次数:
281
这里我们用到的是ngx_log_if,它是Nginx的一个第三方模块。第一步:先到Github下载ngx_log_if地址https://github.com/cfsego/ngx_log_if/,你可以下载压缩包,然后在解压unzipngx_log_if-master.zip第二步编译安装nginx./configure--prefix=/usr/local/nginx--with-pcre--add-mo..
分类:
其他好文 时间:
2016-07-06 18:33:34
阅读次数:
169
最近准备把很久以前一直想做的一个TCG做出来,借这个项目练习前端和后端,也顺便把开发的过程都记录下来造福后人。 经过几天的查询,准备前端用ReactJS,后端用Node.js(KOA),Socket.io,MySQL。 之前准备使用NoSQL的数据库,但Redis对Windows平台的支持不好,Mo ...
分类:
其他好文 时间:
2016-07-05 22:26:49
阅读次数:
207
Replicaset为我们提供了自动故障切换功能,这个机制是由mongodb自己来操作的,它根据从库的优先级或者数据新鲜度(也就是最新的从主库同步数据的那个节点)来选择primary,而当以前的primary起来之后,会成为secondary,接受新的primary的日志。完整的replicasetsprimary当机mo..
分类:
数据库 时间:
2016-07-01 23:08:35
阅读次数:
464
Candies Time Limit: 1500MS Memory Limit: 131072K Total Submissions: 28133 Accepted: 7766 Description During the kindergarten days, flymouse was the mo ...
分类:
其他好文 时间:
2016-06-26 22:24:23
阅读次数:
358
1.在http://ehcache.org/documentation/monitor.html#Installation_And_Configuration下载ehcache-monitor-kit-1.0.0-distribution.tar.gz包 2.解压缩到目录下,复制ehcache-mo ...
分类:
系统相关 时间:
2016-06-26 11:29:39
阅读次数:
875
If you have a multi-page application (as opposed to a single page app), you’re likely sharing modules between these pages. By chunking these common mo ...
分类:
移动开发 时间:
2016-06-23 06:25:40
阅读次数:
475
1.功能less与more命令一样都可以用来查看文件的内容。2.用法less[参数]文件3.命令参数:-b<缓冲区大小>设置缓冲区的大小-e当文件显示结束后,自动离开-f强迫打开特殊文件,例如外围设备代号、目录和二进制文件-g只标志最后搜索的关键词-i忽略搜索时的大小写-m显示类似mo..
分类:
系统相关 时间:
2016-06-21 20:56:41
阅读次数:
158
公式恐惧症患者膜了半天题解QAQ 具体过程见网上其他题解吧>_< 1 #include<cstdio> 2 #include<iostream> 3 #include<cstring> 4 #include<algorithm> 5 #define ll long long 6 #define MO ...
分类:
其他好文 时间:
2016-06-18 16:57:35
阅读次数:
164