#! /usr/bin/env python# -*- coding: utf-8 -*-from matplotlib.font_manager import FontManagerimport subprocessfm = FontManager()mat_fonts = set(f.name ...
分类:
其他好文 时间:
2017-05-07 10:28:15
阅读次数:
213
原作者,讲解 Mockito 2 怎样用于Kotlin final 类 的测试。 ...
分类:
其他好文 时间:
2017-05-06 20:53:47
阅读次数:
298
一、Pyhon基本介绍 1.Why Python? 2.Python是一门什么样的语言? 3.Python的优缺点 4.Python解释器 5.Python的发展史 6.Python 2 or 3? 二、Python 基本数据类型 1.Python的安装 1.Why Python? 关注编程语言的同 ...
分类:
编程语言 时间:
2017-05-05 14:14:24
阅读次数:
307
1. 禁止Ctrl+Alt+Del直接重启服务器 /bin/mv /etc/init/control-alt-delete.conf /etc/init/control-alt-delete.conf.bak 2. 使用强密码 密码不得少于8位,并且需要同时包含大、小字母,数字和特殊字符;避免使用常 ...
分类:
系统相关 时间:
2017-05-04 18:34:12
阅读次数:
268
From: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/ library(ggplot2) multiplot(p1, p2, p3, p4, cols=2) # Multiple plot funct ...
分类:
其他好文 时间:
2017-05-04 00:09:18
阅读次数:
249
用Hibernate连上数据库之后不能插入数据,报了这个错误。 直接写我的解决办法:在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger ...
分类:
移动开发 时间:
2017-05-03 13:22:41
阅读次数:
198
当子页面再打开framegroup时,此framegroup会置于最顶部此bug处理方法如下: 1.在子页面定义一个事件控制framegroup的显示 2.在父页面传参数控制framegroup显示 ...
分类:
Windows程序 时间:
2017-04-28 16:00:23
阅读次数:
2952
机器学习实战这本书是基于python的,如果我们想要完成python开发,那么python的开发环境必不可少: (1)python3.52,64位,这是我用的python版本 (2)numpy 1.11.3,64位,这是python的科学计算包,是python的一个矩阵类型,包含数组和矩阵,提供了大 ...
分类:
编程语言 时间:
2017-04-28 12:08:41
阅读次数:
242
我想通过这个小工具,和大家一起从零搭架子,一起编写码,一起探讨一种编码风格,一种架构,一种编程的思想体系,嗯,有了思想体系,则大巧不工! 体验地址是http://tool.hrinto.cn/用户名和密码都是tengfei12345开源地址是https://github.com/Langbencom ...
分类:
其他好文 时间:
2017-04-21 16:41:36
阅读次数:
192
第一版,比较粗糙,仅限于能用 正在写入的文件不能用tar进行压缩 压缩日志 94 access.log 95 tar: access.log: file changed as we read it 96 #### 压缩日志失败 #### ...
分类:
系统相关 时间:
2017-04-20 23:54:26
阅读次数:
493