1. ITK Configuring and Building in VisualStudio With Visual Studio 2010 on Windows 7 (32-bit): Launch the CMake GUI by starting a Visual Studio Comman ...
分类:
其他好文 时间:
2017-07-08 11:27:06
阅读次数:
196
JavaScript资源大全中文版(Awesome最新版) 目录 前端MVC框架与库 Package Managers Loaders Bundlers Testing Frameworks QA Tools QA工具 Node-Powered CMS Frameworks 节点供电的CMS框架 T ...
分类:
编程语言 时间:
2017-07-07 21:26:12
阅读次数:
258
Levels of Testing- Acceptance- Performance- Functional- Integration- UnitWhy Unit Testing- Feedback Cycles- Usage Model- Eailier Bug Detection- Refact ...
分类:
其他好文 时间:
2017-07-04 20:18:04
阅读次数:
241
RNNs在股票价格预测的应用 前言 RNN和LSTMs在时态数据上表现特别好,这就是为什么他们在语音识别上是有效的。我们通过前25天的开高收低价格,去预测下一时刻的前收盘价。每个时间序列通过一个高斯分布和2层LSTM模型训练数据。文章分为两个版块,外汇价格预测和每日盘中价格预测(30分钟、15分钟、 ...
分类:
其他好文 时间:
2017-07-03 12:27:26
阅读次数:
270
初识pacman 或许不少人在接触Arch linux的时候,如若安装软件都会从各种渠道获取某些指令,诸如下载前端开发利器sublime text,会有人在终端输入 又或者说你是Java程序猿,下载IDE第一个想到的就是安装个eclipse时,会在终端中输入 在诸多命令安装程序后,不知是否会在心中升 ...
分类:
其他好文 时间:
2017-07-02 22:14:27
阅读次数:
217
http://www.ivizsecurity.com/blog/penetration-testing/live-cd-penetration-testing-pen/ Yesterday I was researching for some of the other lesser known l ...
分类:
Web程序 时间:
2017-07-02 11:36:13
阅读次数:
206
#!/usr/src/python# -*- coding:utf-8 -*-# from multiprocessing import Process# import time### def process_test(name):# print('%s is testing'%name)# tim ...
分类:
系统相关 时间:
2017-07-01 09:51:42
阅读次数:
264
一 top是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占前台,直到用户终止该程序为止. 比较准确的说,top命令提供了实时的对系统处理器的状态监视.它将显示系统中CPU最“敏感”的任务列表.该命令可以按CPU使用.内存使用和执行时间对任务进行排序;而且该命令 ...
分类:
系统相关 时间:
2017-06-28 20:34:49
阅读次数:
224
译者按: 也许你讨厌测试,但是你不得不面对它,所以至少区分一下单元测试、集成测试与功能测试?对吧… 原文: What are Unit Testing, Integration Testing and Functional Testing? 译者: Fundebug 为了保证可读性,本文采用意译而非 ...
分类:
编程语言 时间:
2017-06-26 10:19:16
阅读次数:
147