注意 一定要保持虚拟机有网! 1、把下载好的nginx1.7.9.tar.gz 复制到usr/local中2、进入根目录(cd /)分别输入yum -y install gcc gcc-c++ autoconf automake yum install pcre-devel zlib zlib-de ...
分类:
其他好文 时间:
2019-05-19 13:46:05
阅读次数:
149
http://vinllen.com/linuxnei-he-zhong-de-shu-ju-jie-gou/ https://zhuanlan.zhihu.com/p/58087261 https://blog.csdn.net/wenqian1991/article/details/445157 ...
分类:
系统相关 时间:
2019-05-18 23:53:32
阅读次数:
164
1 <!DOCTYPE HTML> 2 <html> 3 <meta charset="UTF-8"> 4 <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no" /> 5 <head> ...
分类:
其他好文 时间:
2019-05-18 11:12:41
阅读次数:
94
http://info.usherbrooke.ca/hlarochelle/ift725/2_09_parameter_initialization.pdf http://www.deeplearning.ai/ai-notes/initialization/?utm_source=email&u ...
分类:
Web程序 时间:
2019-05-18 09:58:49
阅读次数:
122
http://info.usherbrooke.ca/hlarochelle/neural_networks/content.html these characteristics may come from a word. (hand writting data) sequence of obser ...
分类:
Web程序 时间:
2019-05-18 09:57:53
阅读次数:
199
Lxml 是基于 libxml2 这一 XML解析库的 Python 封装。该模块使用 C 语言编写,解析速度比 Beautiful Soup 更快,不过安装过程也更为复杂,最新的安装说明可以参考 http;//Lxml.de/indtallation.html. 和 Beautiful Soup ...
分类:
其他好文 时间:
2019-05-16 11:03:16
阅读次数:
125
//没法用,只能在vue里使用axios,而且不能直接在vue文件里引用函数,会出现没有定义的异常 //get请求 export function loginget(){ debugger this.$axios.get("http://local") .then(function(res){ de ...
分类:
其他好文 时间:
2019-05-15 12:43:09
阅读次数:
158
液晶屏的时序问题?每个液晶屏的时序都不一样,但总体上是类似的。如下图: VDEN: 数据使能信号。HSYNC: 每一行扫描的起始点, 在扫描过程中, 不会管上一行扫描有没有结束, 当出现这一个信号,即开始新一行的扫描.VSYNC: 每一场扫描的起始点, 这与HSYNC相似的.BACK PROCH: ...
分类:
其他好文 时间:
2019-05-15 12:35:34
阅读次数:
435
spring boot给我们提供了一个HandlerInteceptor接口帮助我们实现拦截器功能。 在HandlerInteceptor接口中,一共有三个default方法(这是jdk8的新特性,用来在接口中编写带有方法体的方法。实现接口可以不重写default方法,那么默认调用的仍是接口中的de ...
分类:
编程语言 时间:
2019-05-15 00:24:13
阅读次数:
160
原文:https://blog.mafr.de/2008/05/13/revert-a-commit-in-svn/ Reverting a Commit in Subversion Posted on May 13, 2008by Matthias Once in a while, someone ...
分类:
其他好文 时间:
2019-05-14 19:17:07
阅读次数:
135