码迷,mamicode.com
首页 >  
搜索关键字:roc    ( 5505个结果
nginx.conf完整配置实例
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:其他好文   时间:2017-02-23 11:53:54    阅读次数:202
Centos 7和 Centos 6开放查看端口 防火墙关闭打开
Centos 7 firewall 命令: 查看已经开放的端口: 开启端口 命令含义: –zone #作用域 –add-port=80/tcp #添加端口,格式为:端口/通讯协议 –permanent #永久生效,没有此参数重启后失效 重启防火墙 CentOS 7 以下版本 iptables 命令 ...
分类:其他好文   时间:2017-02-23 11:53:03    阅读次数:239
vue系列之项目打包
vue完成项目后,如何打包成静态文件,并且用Node调试 打包 1、修改config里面的index.js里面的productionSourceMap为false,默认情况是true(true代表打包环境是开发环境,可以进行调试;false表示生产环境,正式上线的) 2.在cmd里面运行npm ru ...
分类:其他好文   时间:2017-02-23 00:59:08    阅读次数:1304
OpenWrt's build system
https://wiki.openwrt.org/about/toolchain <!-- wikipage start --> <!-- TOC START --> Table of Contents OpenWrt build system – Features OpenWrt build sy ...
分类:其他好文   时间:2017-02-22 00:07:57    阅读次数:291
检索 COM 类工厂中 CLSID 为 {91493441-5A91-11CF-8700-00AA0060263B} 的组件失败
Symptoms When no user is interactively logged on to the server console, if you try to start a COM+ application remotely (either through a Terminal Ser ...
分类:其他好文   时间:2017-02-21 19:24:06    阅读次数:945
SQL procedure User's Guide
1. Ordering the SELECT Statement: 1.select 2. From 3. Where 4. Group by 5. Having 6. Order by 2. The OUTOBS=option limits the number of rows in the ou ...
分类:数据库   时间:2017-02-20 23:06:02    阅读次数:205
python的date和datetime模块
#__Author: "Skiler Hao"#date: 2017/2/15 11:06"""主要是测试和练习时间模块的使用 时间主要有字符串格式、时间戳 和 结构化时间元祖Wed Feb 15 11:40:23 20171463846400.0time.struct_time(tm_year=2 ...
分类:编程语言   时间:2017-02-20 13:44:32    阅读次数:205
ZwQueryVirtualMemory枚举进程模块
ZwQueryVirtualMemory算是枚举进程方法中的黑科技吧,主要是该方法可以检测出隐藏的模块(类似IceSword)。 代码VS2015测试通过 再次奉上源码链接:https://github.com/Arsense/WindowsCode/tree/master/ZwQueryVirtu ...
分类:系统相关   时间:2017-02-20 01:19:07    阅读次数:229
远程线程注入方法CreateRemoteThread
最近在整理学习Windows注入方面的知识,这个远程注入前面早写过,现在看看人家博客的理解整理,整理, 需要源码的可以到我的github上下载。 链接是 https://github.com/Arsense/WindowsCode 首先先来说说什么是注入,为什么要注入 0x00 Baise 注入就是 ...
分类:编程语言   时间:2017-02-20 00:49:16    阅读次数:529
机器学习中的过拟合问题
机器学习中的过拟合问题 相关内容: 1、 R语言︱ROC曲线——分类器的性能表现评价 2、机器学习中的过拟合问题 3、R语言︱机器学习模型评估方案(以随机森林算法为例) —————————————————————————— 过拟合问题举例 右图在训练数据上拟合完美,但是预测第11个时候, 左图虽然拟 ...
分类:其他好文   时间:2017-02-19 18:04:41    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!