一、CSS reset body{ line-height:1.4; color:#333; font-family:arial; font-size: 12px; } input,textarea,select{ font-size:100%; font-family:inherit; } bod ...
分类:
Web程序 时间:
2017-08-31 19:01:11
阅读次数:
179
4.4.7. The CONSTANT_Utf8_info Structure The CONSTANT_Utf8_info structure is used to represent constant string values: 代表常量字符串。 The items of the CONSTA ...
分类:
其他好文 时间:
2017-08-31 17:53:21
阅读次数:
193
eclipse下执行wordcount报错java.lang.ClassNotFoundException17/08/2907:52:54INFOConfiguration.deprecation:fs.default.nameisdeprecated.Instead,usefs.defaultFS17/08/2907:52:54WARNutil.NativeCodeLoader:Unabletoloadnative-hadooplibraryforyourplatform...usingbuilt..
分类:
编程语言 时间:
2017-08-30 11:09:58
阅读次数:
1210
From Qt 5.10 on, there is a new way how to start detached processes with QProcess. Of course you know this, but let me quickly repeat what a detached ...
分类:
其他好文 时间:
2017-08-26 10:20:50
阅读次数:
1211
本文讲述用QtDesigner创建GUI,通过PyQt4转化为可执行的Python文件 1. QtDesigner创建一个GUI后会生成一个 .ui文件 (eg: TestUI.ui) 2. 通过命令 Python pyuic.py -o TestUI.py TestUI.ui 生成我们需要的py文 ...
分类:
编程语言 时间:
2017-08-25 12:19:01
阅读次数:
218
【CSS Transition】 CSS transitions provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect ...
分类:
Web程序 时间:
2017-08-25 00:04:40
阅读次数:
231
A*启发式搜索算法详解 人工智能 A*启发式搜索算法详解 人工智能 A*启发式搜索算法详解 人工智能 1导言 1.1 算法 1.2 Dijkstra算法与最佳优先搜索 1.3 A*算法 2 启发式算法 2.1 A*对启发式函数的使用 2.2 速度还是精确度? 2.3 衡量单位 2.4 精确的启发式函 ...
分类:
编程语言 时间:
2017-08-23 18:16:35
阅读次数:
214
Storm后来用Netty来代替了zmq,这个能够參考一下两篇blog 这两篇blog具体的阐述原因以及一些性能測试, 大家參考一下 Reference 1、Netty 4 Reduces GC Overhead by 5x at Twitter 2、Making Storm fly with Ne ...
分类:
Web程序 时间:
2017-08-19 21:18:21
阅读次数:
134
在.vue文件中引入了 element-ui 的 table 和 pagination 组件后,报错:Component template should contain exactly one root element. If you are using v-if on multiple eleme ...
分类:
其他好文 时间:
2017-08-19 13:02:36
阅读次数:
683
Multiclass Classification: One-vs-all Now we will approach the classification of data when we have more than two categories. Instead of y = {0,1} we w ...
分类:
其他好文 时间:
2017-08-17 18:30:28
阅读次数:
128