CentOS7.5安装PPTP注意:部分内容转自网络。1准备一个CentOS7.5服务器2准备×××软件及FIREWALLD开启3安装PPPyuminstall-yppp4安装PPTPD4.1添加EPEL源:wgethttp://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm4.2安装EPEL源:rpm-ivhepel-
分类:
其他好文 时间:
2018-11-26 19:59:57
阅读次数:
570
[toc] 近似深度优先搜索方法 Paul R.Wilson、Michael S.Lam、Thomas G.Moher,1991 这个方法只是近似深度优先搜索,但可以做到深度优先执行GC复制算法。 Cheney的GC复制算法 假设所有对象都是2个字,下图所示是对象间的引用关系。 下图所示是执行该算法 ...
分类:
其他好文 时间:
2018-11-26 10:22:21
阅读次数:
236
FIREWALL CMD(1) firewall cmd FIREWALL CMD(1) NAME firewall cmd firewalld command line client SYNOPSIS firewall cmd [OPTIONS...] DESCRIPTION firewall c ...
分类:
其他好文 时间:
2018-11-25 00:00:38
阅读次数:
183
Avinash Aravindan reference:https://www.embedded.com/design/prototyping-and-development/4460910/2/Flash-101--NAND-Flash-vs-NOR-Flash Embedded system d ...
分类:
其他好文 时间:
2018-11-21 19:45:13
阅读次数:
107
1.查看SSH版本,openssh版本必须大于4.8p1 2.创建用户组 3.创建用户 4.创建sftp目录,并设置为sftp主目录 5.编辑sftp配置文件,用#注掉Subsystem sftp /usr/libexec/openssh/sftp-server 一行 并在最后增加 6.设置目录权限 ...
分类:
系统相关 时间:
2018-11-20 16:18:35
阅读次数:
184
``` def forward_propagation_with_dropout(X, parameters, keep_prob = 0.5): np.random.seed(1) retrieve parameters W1 = parameters["W1"] b1 = parameters[ ...
分类:
其他好文 时间:
2018-11-20 11:34:45
阅读次数:
204
一般崔稿信写法: Dear Editor: Sorry for disturbing you. We’re not sure if it is the right time to contact you to inquire about the status of our submitted man ...
分类:
其他好文 时间:
2018-11-19 21:36:10
阅读次数:
499
Web UI项目中, 很多 Spring controller 视图函数直接返回 html 页面, 还有一些视图函数是要重定向或转发到其他的 url 上. redirect 和 forward的区别: 重定向 redirect: 完整的重定向包含两次request-response过程, 第一次是访 ...
分类:
编程语言 时间:
2018-11-19 20:07:32
阅读次数:
246
转发是服务器行为,重定向是客户端行为。 转发(Forword) :通过RequestDispatcher对象的forward(HttpServletRequest request,HttpServletResponse response)方法实现的。 RequestDispatcher 可以通过Ht ...
分类:
其他好文 时间:
2018-11-19 16:16:06
阅读次数:
237
安装nginx sudo apt-get install -y nginx 修改配置文件 vi /etc/nginx/nginx.conf #注释掉下面这行代码 #include /etc/nginx/sites-enabled/*; #保存 在/etc/nginx/conf.d目录下新建一个配置文 ...
分类:
系统相关 时间:
2018-11-18 18:12:31
阅读次数:
201