Misha and Vanya have played several table tennis sets. Each set consists of several serves, each serve is won by one of the players, he receives one p ...
分类:
Web程序 时间:
2017-02-14 21:54:44
阅读次数:
318
1.在站点路径里打开cmd控制台。 输入:cnpm install gulp-connect --save-dev 2.编辑gulpfile.js 3.控制台执行gulp任务 输入gulp serve 4.查看浏览器该任务有没有生效 因为我们使用这个插件创建了一个服务器,它的端口默认是8080,所以 ...
分类:
其他好文 时间:
2017-02-07 18:51:56
阅读次数:
188
本文转自:https://docs.microsoft.com/en-us/aspnet/core/fundamentals/app-state By Rick Anderson and Steve Smith+ HTTP is a stateless protocol; the Web serve ...
分类:
移动开发 时间:
2017-02-04 14:37:34
阅读次数:
1314
app.js[html] view plain copy//初始化包 var express = require('express'); var path = require('path'); var favicon = require('serve-favicon'); var logger = ...
分类:
数据库 时间:
2017-01-20 14:32:26
阅读次数:
241
经典SQL语句大全(绝对的经典) 一、基础 经典SQL语句大全(绝对的经典) [sql] view plain copy 1、说明:创建数据库 CREATE DATABASE database-name 2、说明:删除数据库 drop database dbname 3、说明:备份sql serve ...
分类:
数据库 时间:
2017-01-16 14:18:03
阅读次数:
298
nginx 负载均衡策略 1. 轮询轮询方式是nginx负载均衡的默认策略,根据每个server的权重值来轮流发送请求,例如:upstream backend {server backend1.example.com;server backend2.example.com;}这种情况是每个serve ...
分类:
其他好文 时间:
2017-01-08 03:47:26
阅读次数:
132
在思考怎么将客户端app连接到服务器的时候,就在想ionic项目的本质是什么,一开始因为ionic serve这一命令,我以为它自己就是个服务器,但是后来一细想又感觉不是这样,不然客户端又该怎么和服务端进行交互呢?而ionic本质正好验证了我的猜想。 通过ionic info我们可以发现ionic项 ...
分类:
其他好文 时间:
2016-12-30 16:53:39
阅读次数:
227
We know that Web services use the TCP protocol at the transport layer. Standard TCP protocol to three-way handshake (three-way handshaking), the serve ...
分类:
其他好文 时间:
2016-12-28 01:43:39
阅读次数:
282
Sequence是数据库系统按照一定规则自动增加的数字序列。这个序列一般作为代理主键(因为不会重复),没有其他任何意义。 Sequence是数据库系统的特性,有的数据库有Sequence,有的没有。比如Oracle、DB2、PostgreSQL数据库有Sequence,MySQL、SQL Serve ...
分类:
数据库 时间:
2016-12-22 19:15:03
阅读次数:
246
转自:http://www.linux-usb.org/ Welcome to the home of the Linux USB Project This web site was created to serve as a central point of information for USB ...
分类:
系统相关 时间:
2016-12-21 20:58:37
阅读次数:
242