1.关闭烦人的eslint 语法检测,在 config 文件夹下 设置: // Use Eslint Loader? // If true, your code will be linted during bundling and // linting errors and warnings wil ...
分类:
其他好文 时间:
2017-12-17 15:52:29
阅读次数:
137
20155308&20155316 2017 2018 1 《信息安全系统设计基础》实验五 通讯协议设计 1 实验内容 在Ubuntu中完成 http://www.cnblogs.com/rocedu/p/5087623.html 中的作业 OpenSSL 1. 简介 OpenSSL是一个SSL协议 ...
分类:
其他好文 时间:
2017-12-17 14:13:19
阅读次数:
168
服务器程序员最怕的就是程序crash,不过有时候程序没有crash,但是“不工作”了也是够吓人的。所谓“不工作”就是指程序不再响应新的请求,处在了某种自娱自乐的状态,英语有一个很形象但的单词“hung”,但我不知道怎么翻译,姑且称之为“卡住”吧。本人遇到过的有两种情况,一种是卡在系统调用,如常见的磁 ...
分类:
其他好文 时间:
2017-12-17 14:13:12
阅读次数:
197
(a) 利用ford-fulkerson算法即可求出最大流和最小分割。 (b) 剩余网络为 由S可达的顶点为A、B。可达T的顶点为C。 (c) 瓶颈边有e(A,C),e(B,C)。 (d) 下图中不包含瓶颈边。 (e) 如果一条边e(u,v)是瓶颈边,首先这条边必须存在原图中,同时,在残量图中存在S ...
分类:
其他好文 时间:
2017-12-17 12:21:19
阅读次数:
134
redis启动停止命令 ./redis-server redis.config ./redis-cli -h 127.0.0.1 -p 6379 shutdown redis命令行客户端 ./redis-cli Redis使用认证密码登录 https://www.cnblogs.com/machan ...
分类:
其他好文 时间:
2017-12-17 12:11:26
阅读次数:
164
原文章地址:http://www.cnblogs.com/yuanchenqi/articles/6835654.html 一.html结构 <!DOCTYPE html> 告诉浏览器使用什么样的html或者xhtml来解析html文档 <html></html>是文档的开始标记和结束标记。此元素告 ...
分类:
Web程序 时间:
2017-12-17 11:07:59
阅读次数:
319
chapter5 5.1 概述 5.2 TCP回射服务器程序:main函数 int main(int argc, char **argv) { int listenfd,connfd; pid_t childpid; socklen_t clilen; struct sockaddr_in, cli ...
分类:
其他好文 时间:
2017-12-17 00:16:17
阅读次数:
172
<script type="text/javascript"> $(function(){ $("h2").click(function(){ $(this).addClass("style2 style3"); }); $("h2").mouseout(function(){ $(this).re ...
分类:
Web程序 时间:
2017-12-16 23:11:15
阅读次数:
211
toggleClass()函数在没有的情况可以加上去,如果原来有的就切换成没有 <script type="text/javascript"> $(function(){ $("dd").click(function(){ $(this).toggleClass("current") }); }); ...
分类:
其他好文 时间:
2017-12-16 23:11:03
阅读次数:
186
Examples 3 55 32 22 87 57 33 2 ...
分类:
编程语言 时间:
2017-12-16 22:11:06
阅读次数:
253