功能概述: 由于在centos 6.7下通过yum安装的mysql是5.1版本的,不满足需求,因此经常性需要编译安装mysql服务等。 一、安装mysql 1、安装前提 1)安装编译mysql代码所依赖的包 [root@bqe6tewv41kx ~]# yum -y install make gcc ...
分类:
数据库 时间:
2016-09-02 18:54:40
阅读次数:
390
Gradle是一种依赖管理工具,基于Groovy语言,面向Java应用为主,它抛弃了基于XML的各种繁琐配置,取而代之的是一种基于Groovy的内部领域特定(DSL)语言。 构建工具就是对你的项目进行编译,运行,签名,打包,依赖,管理等一系列功能的合集,传统的构建工具有Make,Ant,Maven, ...
分类:
移动开发 时间:
2016-09-01 18:30:56
阅读次数:
218
官方网址:http://snapkit.io/ Github: https://github.com/SnapKit/SnapKit SnapKit is a DSL to make Auto Layout easy on both iOS and OS X. Simple & Expressive ...
分类:
编程语言 时间:
2016-09-01 18:16:05
阅读次数:
397
How to make a stacked chart 1, prepare data Source here we will create a csv file. 2, import/configuring a data source (1) open eclipse Repository Exp ...
分类:
Web程序 时间:
2016-09-01 12:43:04
阅读次数:
183
最近安装libspatialite,但是编译到一半报error:‘libsqlite3‘isrequiredbutitdoesn‘tseemtobeinstalledonthissystem.于是就安装sqlite3-masterwgethttps://github.com/LuaDist/libsqlite3/archive/master.zip./configure;make;makeinstall一套下来,装上了,也有这个库文件libsq..
分类:
数据库 时间:
2016-08-31 15:55:14
阅读次数:
228
Application configuration A collection of request handlers that make up a web application. Instances of this class are callable and can be passed dire ...
分类:
移动开发 时间:
2016-08-31 10:33:49
阅读次数:
294
方式一: 下载地址:http://redis.io/download,下载最新文档版本。 本教程使用的最新文档版本为 2.8.17,下载并安装: make完后 redis-2.8.17目录下会出现编译后的redis服务程序redis-server,还有用于测试的客户端程序redis-cli,两个程序 ...
分类:
其他好文 时间:
2016-08-31 00:33:28
阅读次数:
157
Jenkins 2.20 发布了,勤快学qkxue.net发现Jenkins 主要用于持续、自动地构建/测试软件项目,如 CruiseControl 与 DamageControl,监控一些定时执行的任务。 详细更新如下: Make Cloud.PROVISION permission indepe ...
分类:
其他好文 时间:
2016-08-30 22:45:03
阅读次数:
209
Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or ...
分类:
其他好文 时间:
2016-08-30 16:00:30
阅读次数:
202
新装的python3.5.2中发现退格键和箭头无法正常使用,打错后发现没办法删除。问了谷哥之后,发现是readline库的问题。如下方法解决:yuminstallreadline-devel.*然后再去重新configure、make、makeinstall问题解决!
分类:
编程语言 时间:
2016-08-30 07:15:27
阅读次数:
142