#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 firewall 命令: 查看已经开放的端口: 开启端口 命令含义: –zone #作用域 –add-port=80/tcp #添加端口,格式为:端口/通讯协议 –permanent #永久生效,没有此参数重启后失效 重启防火墙 CentOS 7 以下版本 iptables 命令 ...
分类:
其他好文 时间:
2017-02-23 11:53:03
阅读次数:
239
vue完成项目后,如何打包成静态文件,并且用Node调试 打包 1、修改config里面的index.js里面的productionSourceMap为false,默认情况是true(true代表打包环境是开发环境,可以进行调试;false表示生产环境,正式上线的) 2.在cmd里面运行npm ru ...
分类:
其他好文 时间:
2017-02-23 00:59:08
阅读次数:
1304
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
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
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
#__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算是枚举进程方法中的黑科技吧,主要是该方法可以检测出隐藏的模块(类似IceSword)。 代码VS2015测试通过 再次奉上源码链接:https://github.com/Arsense/WindowsCode/tree/master/ZwQueryVirtu ...
分类:
系统相关 时间:
2017-02-20 01:19:07
阅读次数:
229
最近在整理学习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