redux https://redux.js.org/ A predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in differ ...
分类:
其他好文 时间:
2019-02-11 00:58:26
阅读次数:
176
Table of Contents 1. "Basic Operations" 1.1. "File Operations" 1.2. "Text Operations" 1.3. "Directory Operations" 1.4. "SSH, System Info & Network Ope ...
分类:
其他好文 时间:
2019-02-10 12:28:21
阅读次数:
133
COMP2396B - Assignment 1Due: 12 Feb, 2019 23:55IntroductionThis assignment tests your basic programming skill in Java and refreshes the programming sk ...
分类:
其他好文 时间:
2019-02-09 21:01:55
阅读次数:
118
golang中的channel channel用于goroutine之间的通信 如果不用channel,使用共享全局变量的方式,需要加锁 使用同步锁并发效率会很低 channel主要用于goroutine通信和解决主线程等待goroutine执行结束再退出的问题 basic concept of c ...
分类:
其他好文 时间:
2019-02-08 23:34:00
阅读次数:
286
一、概述 NAT英文全称是“Network?Address?Translation”,中文意思是“网络地址转换”,它是一个IETF(Internet?Engineering?Task?Force,?Internet工程任务组)标准,允许一个整体机构以一个公用IP(Internet?Protocol) ...
分类:
其他好文 时间:
2019-02-07 23:34:33
阅读次数:
284
confirm 机制分串行和并行两种. 串行 生产者 并行(异步) 生产者 ...
分类:
其他好文 时间:
2019-02-07 16:15:16
阅读次数:
347
出题人硬盘上找到一个神秘的压缩包,里面有个word文档,可是好像加密了呢~让我们一起分析一下吧! 首先用7zip解压缩,发现是一个word文件,说什么flag被藏起来了 觉得是不是应该有什么附加的信息,如果有附加的文件的话可以试一试binwalk 扔进kali,提取得到了一个文件夹,在/media中 ...
分类:
编程语言 时间:
2019-02-07 12:04:58
阅读次数:
184
Two Types of Estimation One of the major applications of statistics is estimating population parameters from sample statistics. There are types of est ...
分类:
其他好文 时间:
2019-02-07 09:26:38
阅读次数:
153
Inferential Statistics Generalizing from a sample to a population that involves determining how far sample statistics are likely to vary from each oth ...
分类:
其他好文 时间:
2019-02-07 09:14:56
阅读次数:
140