1 '''This module implements specialized container datatypes providing 2 alternatives to Python's general purpose built-in containers, dict, 3 list, se ...
分类:
编程语言 时间:
2018-05-23 02:20:12
阅读次数:
273
This tool is used to generate the data model graph of a Git repository. The primary purpose is to help Git learners better understand the Git data mod... ...
分类:
其他好文 时间:
2018-05-21 12:34:34
阅读次数:
185
Push Dominoes There are N dominoes in a line, and we place each domino vertically upright. In the beginning, we simultaneously push some of the domino ...
分类:
其他好文 时间:
2018-05-20 23:58:36
阅读次数:
453
快捷跳转目录: 第1章 awk基础入门 要弄懂awk程序,必须熟悉了解这个工具的规则。本实战笔记的目的是通过实际案例或面试题带同学们熟练掌握awk在企业中的用法,而不是awk程序的帮助手册。 1.1 awk简介 一种名字怪异的语言 模式扫描和处理 awk不仅仅时linux系统中的一个命令,而且是一种 ...
分类:
系统相关 时间:
2018-05-17 18:49:09
阅读次数:
286
ref:https://www.sigpwn.io/blog/2018/5/13/adding-afl-bloom-filter-to-domato-for-fun Adding AFL Bloom Filter to Domato for Fun MAY 13, 2018 So I have be ...
分类:
其他好文 时间:
2018-05-16 10:56:17
阅读次数:
151
2.1 doLoadBeanDefinitions(inputSource, encodedResource.getResource()) 2,2 Document doc = doLoadDocument(inputSource, resource); 2.2.3 getValidationMod ...
分类:
数据库 时间:
2018-05-01 20:42:52
阅读次数:
227
Android Adb Analyse TABLE OF CONTENTS 1 Introduction 1.1 Purpose 1.2 Definitions, Acronyms, and Abbreviations 2 Architecture 2.1 Module Architecture D ...
分类:
移动开发 时间:
2018-04-20 18:59:04
阅读次数:
188
1 题目 Given a 32-bit signed integer, reverse digits of an integer. 给定一个32bit的有符号数,翻转这个数字 Example 1: Input: 123 Output: 321 Example 2: Input: -123 Outpu ...
分类:
其他好文 时间:
2018-03-24 11:35:11
阅读次数:
113
之前有一篇笔记,讲的是集合和泛型,这几天看Java集合中几个接口的文档,思绪非常混乱,直到看到Oracle的“The Collections Framwork”的页面,条理才清晰些,现在进行整理。 一、为什么需要集合? 应用程序中经常需要创建很多的对象来完成一定的工作,所以我们需要将这些一定数目的对 ...
分类:
编程语言 时间:
2018-03-15 11:15:43
阅读次数:
164