加载中
Ubuntu关闭防火墙的方法(ufw/iptables)

How do I disable the firewall in Ubuntu Linux server edition? How do I turn off the firewall in Ubuntu Linux version 12.04 or 14.04 LTS server? The latest version of Ubuntu come...

2018/12/06 09:59
1.4W
jupyter notebook + pyspark 环境搭建

主要思路、步骤: 1、正常安装Anaconda环境 2、conda/pip install findspark #这一步很重要,findspark的作用:Provides findspark.init() to make pyspark importable as a regular library...

2018/11/29 16:42
2K
Tmp

tbc

2018/07/02 17:09
286
Great SQL Server Debates: Buffer Cache Hit Ratio

One of the more popular counters used by DBAs to monitor the performance, the Buffer Cache Hit Ratio, is useless as a predictor of imminent performance problems. Worse, it can b...

2019/07/01 13:29
173
Python中yield的理解和用法

【简单总结】 generator(生成器) 是一次性的iterator(迭代器,例如:list、string、files),但只能遍历迭代一次。好处是,只在迭代(调用)的时候占用临时内存,每一次迭代完成之后,下一...

2019/01/18 13:28
293
Benchmarking PostgreSQL vs. MySQL performance

Millions of Queries per Second: PostgreSQL and MySQL’s Peaceful Battle at Today’s Demanding Workloads - Percona Database Performance Blog...

2018/03/07 17:19
205
Java提高篇——静态代码块、构造代码块、构造函数以及Java类初始化顺序

静态代码块:用staitc声明,jvm加载类时执行,仅执行一次 构造代码块:类中直接用{}定义,每一次创建对象时执行。 执行顺序优先级:静态块,main(),构造块,构造方法。 构造函数 public Hello...

2017/03/08 16:12
130
Linux C语言 头文件搜索路径

本文介绍在linux中头文件的搜索路径,也就是说你通过include指定的头文件,linux下的gcc编译器它是怎么找到它的呢。 在此之前,先了解一个基本概念。 头文件是一种文本文件,使用文本编辑器将...

2015/12/26 15:17
2.9K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部