Another correlation function?! Yes, the correlation function from the psycho package. devtools::install_github("neuropsychology/psycho.R") # Install t ...
分类:
其他好文 时间:
2018-05-22 10:45:45
阅读次数:
279
Given an input string, reverse the string word by word. A word is defined as a sequence of non-space characters. The input string does not contain lea ...
分类:
其他好文 时间:
2018-05-20 11:46:20
阅读次数:
167
rewrite ^([^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last; rewrite ^([^\.]*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&a... ...
分类:
Web程序 时间:
2018-05-19 15:49:43
阅读次数:
259
在这篇文章中,将介绍机器学习项目的流程 明确问题 首先,我们需要预览这个项目。项目的目的是什么,以房价预测为例,数据为StatLib的加州房产数据,那么目的就是预测街区的房产价格中位数。 划定问题及分析 要知道商业目的是什么,毕竟建立模型不是最终目的。比如说,目的是输出一个价格传给另一套系统来判断是 ...
分类:
其他好文 时间:
2018-05-18 22:27:50
阅读次数:
555
The ZIP file attached with this knowledge base article contains the CyUSB3.inf and CyUSB3.sys files for FX3, FX2LP (CY7C68013A / CY7C68014A / CY7C6801 ...
什么是epel源EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux.我们需要安装一个叫”epel-release”的软件包,这个软件包会自动配置yum的软件仓库。在http://mirrors.sohu.com/fedora-epel
分类:
其他好文 时间:
2018-05-15 17:40:52
阅读次数:
13522
https://www.cnblogs.com/dawnWind/archive/2013/02/17/3D_06.html 0. Background 很久很久以前记录了一下使用WPF进行三维重建的一些探索,后来了解到了VTK这个开发包, 觉得功能很强大,因此后续都在基于VTK进行三维重建,在前文 ...
分类:
其他好文 时间:
2018-05-14 16:52:28
阅读次数:
796
在渗透中,我们要去评估一个企业或者网络系统的安全性,我们会根据已知对象的任何资源,去发现相关的安全问题,包括信息收集,WEB应用评估,压力测试,数据库评估,逆向工程,社会工程学,无线攻击。 大家都知道,比如我们要渗透一个企业,我们将目标比作一个黑盒,我们会收集所有有关这个目标开放的信息,有远程的渗透 ...
分类:
其他好文 时间:
2018-05-14 00:56:56
阅读次数:
281
1.会生成css标签并插入到头部。 { test: /\.css$/, loaders: ["style-loader", "css-loader", "postcss-loader"] }, { test: /\.less$/, loaders: ["style-loader", "css-loa ...
分类:
Web程序 时间:
2018-05-11 23:55:42
阅读次数:
253
mysql5.6.40单实例安装二进制快捷安装 近期因不同环境需要不同版本的mysql实例,故为了方便操作,特此记录下来,方便自己查找。 # 1.1、Centos最小化安装推荐常用依赖包 yum clean allyum -y updateyum -y install gcc-c++ gd libx ...
分类:
数据库 时间:
2018-05-11 20:21:49
阅读次数:
196