CHAPTER 1How to use this handbook purpose: identifying, analyzing and prioritizing energy efficienc investments in commercial buildings. concepts HVAC ...
分类:
数据库 时间:
2020-02-12 23:51:08
阅读次数:
99
200. Numbers of Islands *********************** class Solution { // 首先定义四个方向的向量,方便计算矩阵上下左右的位置 final static int [][]dirs = {{-1, 0}, {1, 0}, {0, -1}, { ...
分类:
其他好文 时间:
2020-02-12 11:16:57
阅读次数:
91
from: https://site.douban.com/234383/widget/notes/16373827/note/528386068/ aceking 2015-12-11 07:41:54 Pacman是Arch Linux 的包管理器。它将一个简单的二进制包格式和易用的构建系统结合 ...
分类:
其他好文 时间:
2020-02-08 13:36:06
阅读次数:
67
Key points: don't procrastinate; review the notes and renew the literature search; determine who your audience is - most likely reviewers, so get thei ...
分类:
其他好文 时间:
2020-02-07 22:35:45
阅读次数:
88
1.Excel简介 数据处理软件,lotus兼容(文件,选项,高级,拉到底,lotus,) 2.Excel功能 数据存储,数据处理,数据分析,数据呈现 3.具体功能 重新认识了Excel,选项,高级选项(新建列表) 新建表,垂直排布,标签颜色 自动填充,右键,日期 定位(上下左右),选项(导航栏): ...
分类:
其他好文 时间:
2020-02-07 01:12:20
阅读次数:
66
```shell Links: https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20%E9%A2%98%E8%A7%A3%20-%20%E9%93%BE%E8%A1%A8.md#3-%E5%BD%92%E5%B9%B6%E... ...
分类:
其他好文 时间:
2020-02-05 16:18:54
阅读次数:
62
struct模块 把一个数字打包成固定长度的4字节 | Format | C Type | Python | Notes | | | | | | | | pad byte | no value | | | | | string of length 1 | | | | | integer | | | ...
分类:
其他好文 时间:
2020-02-03 14:09:39
阅读次数:
84
单机训练和多机训练 use_cuda = True place = fluid.CUDAPlace(0) if use_cuda else fluid.CPUPlace() exe = fluid.Executor(place) fluid.CUDAPlace 多卡训练: 使用 fluid.comp ...
分类:
其他好文 时间:
2020-01-28 21:04:35
阅读次数:
92
什么是NoSQL? NoSQL最常见的解释是“non-relational”, “Not Only SQL”也被很多人接受。NoSQL仅仅是一个概念,泛指非关系型的数据库,区别于关系数据库,它们不保证关系数据的ACID特性。NoSQL是一项全新的数据库革命性运动,其拥护者们提倡运用非关系型的数据存储 ...
分类:
其他好文 时间:
2020-01-26 22:30:47
阅读次数:
70
https://notes.diguage.com/byte-buddy-tutorial/ 官网及版本库 本文档的版本库使用 Git 管理。另外,单独发布阅读版。 “地瓜哥”博客网 http://www.diguage.com/ 。D瓜哥的个人博客。欢迎光临,不过,内容很杂乱,请见谅。不见谅,你来 ...
分类:
其他好文 时间:
2020-01-23 16:49:16
阅读次数:
87