基于复制我们可以保证tile38 server 的ha 环境准备 docker-compose 文件 说明里面多了一个webhook 的服务,可以不用管 version: "3" services: app: image: tile38/tile38 ports: - "9851:9851" app ...
分类:
其他好文 时间:
2019-01-12 12:14:22
阅读次数:
267
When it comes to CSS, I believe that the sacred principle of “separation of concerns” (SoC) has lead us to accept bloat, obsolescence, redundancy, poo ...
分类:
其他好文 时间:
2019-01-10 10:49:59
阅读次数:
208
TEXTMETRIC 结构记录当前设备环境中有关字体的各种信息。TEXTMETRIC 结构成员的值的单位取决于设备环境中当前选定的映射模式,默认的映射模式是 MM_TEXT,所以它们的值是以像素为单位的。 成员解析: ...
分类:
其他好文 时间:
2019-01-09 15:46:31
阅读次数:
223
本书从各个方面着手,帮助读者理解NLP的过程,提供了各种实战场景,结合现实项目背景,帮助读者理解NLP中的数据结构和算法以及目前主流的NLP技术与方法论,结合信息检索技术与大数据应用等流行技术,终完成对NLP的学习和掌握。 ——黄英阿里巴巴达摩院高级算法专家 目前市面上的NLP书籍,要么是针对研究人员的偏理论性的教科书,要么是针对资深工程师进一步深入了解NLP技术的高级读物。为了填补这一空白,
分类:
编程语言 时间:
2019-01-08 10:13:06
阅读次数:
2152
1. The code itself. The most obvious value in code review is often framed in “catching bugs”. (能查出bug) 2. Macro level knowledge sharing.When you revie ...
分类:
其他好文 时间:
2019-01-05 00:50:44
阅读次数:
446
Theorem 20.4 The uniform topology on \(\mathbb{R}^J\) is finer than the product topology and coarser than the box topology; these three topologies are... ...
分类:
其他好文 时间:
2019-01-05 00:14:12
阅读次数:
120
一、创建表: create table windows_ss ( polno string, eff_date string, userno string ) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' stored as textfile; 数据准备 ...
分类:
其他好文 时间:
2019-01-04 20:26:12
阅读次数:
174
系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT / ...
分类:
系统相关 时间:
2019-01-02 17:20:27
阅读次数:
190
Mysql常用配置文件参数设置 [mysqld] Remove leading and set to the amount of RAM for the most important data cache in MySQL. Start at 70% of total RAM for dedicat ...
分类:
数据库 时间:
2019-01-02 10:45:02
阅读次数:
169
列表list,无序列表ul,有序列表ol 1.列表项样式list-style-type 无列表默认为dist实心圆,有序列表默认为decimal阿拉伯数字(前面不带0) 其他无序列表常用none无样式,circle空心圆,square实心方块 有序列表常用decimal-leading-zero以0 ...
分类:
Web程序 时间:
2019-01-01 13:19:48
阅读次数:
345