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
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
随着linux系统使用的普遍性,对linux用户及系统安全要求也随之提升,单纯从单位制度,用户安全意识上来规范,并不能杜绝弱口令,必须从技术上要求用户定时修改复杂的密码,从而提高用户和系统的安全性。 密码策略的2个基本 一个密码最长使用期限,另一个是密码复杂度;这两个分别是/etc/login.de ...
分类:
系统相关 时间:
2019-05-13 23:29:05
阅读次数:
290
一、安装python3.6可能使用相关软件 # yum groupinstall 'Development Tools' # yum install -y ncurses-libs zlib-devel mysql-devel bzip2-devel openssl-devel ncurses-de ...
分类:
编程语言 时间:
2019-05-13 14:03:10
阅读次数:
94
zyb的面试 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 695 Accepted Submission(s): 254 Problem De ...
分类:
其他好文 时间:
2019-05-12 17:05:05
阅读次数:
155