// Make: 加载 菊花 func _initUIActivityIndicatorView() { let activity = UIActivityIndicatorView(activityIndicatorStyle: UIActivityIndicatorViewStyle.White ...
分类:
编程语言 时间:
2016-07-22 12:45:53
阅读次数:
167
1、安装依赖包(cmake make gcc等,其实好多都有了,不需要更新,为了防止世界被破坏,就装下) 2.安装boost库1.59(听高手们说,只能是这个版本,没试过其他的,懒是楼主的本性,于是菜鸟们跟着命令走吧) 3.添加用户组和用户mysql(又是参考了各种大神的命令) 4.下载安装mysq ...
分类:
数据库 时间:
2016-07-21 15:05:02
阅读次数:
236
1.Nginx安装配置#mkdir-p/app/3rd#cd/app/3rd安装pcre也可以yuminstallpcrepcre-devel-y#wgethttp://sourceforge.net/projects/pcre/files/pcre/8.30/pcre-8.30.tar.gz#tarxfpcre-8.30.tar.gz#cdpcre-8.30#./configure#make&&makeinstall安装openssl#cd../#yuminstallo..
分类:
其他好文 时间:
2016-07-21 11:05:57
阅读次数:
235
1.到网站下载对应PHP版本apc压缩包http://git.php.net/?p=pecl/caching/apc.git;a=commit;h=08e2ce7ab5f59aea483d877e2bc19bb1a5bcc34f 2.解压并进入apc文件夹 3.以此执行 phpize ,make , ...
分类:
系统相关 时间:
2016-07-21 06:16:52
阅读次数:
215
https://gitsubmoduleasandroidtudiomodule.blogspot.in/I'm writing this blog to make the development process easy and faster. This is specific to Androi ...
分类:
其他好文 时间:
2016-07-20 22:40:11
阅读次数:
192
Description You are given an array of n elements, you must make it a co-prime array in as few moves as possible. In each move you can insert any posit ...
分类:
其他好文 时间:
2016-07-20 17:47:49
阅读次数:
184
Introducing the program, GIF Loop Coder, which allows you to make looping animated gifs (and other types of animations) using JavaScript and HTML5 Can ...
分类:
其他好文 时间:
2016-07-20 17:32:10
阅读次数:
191
1. Grunt -> Gulp 早些年提到构建工具,难免会让人联想到历史比较悠久的Make,Ant,以及后来为了更方便的构建结构类似的Java项目而出现的Maven。Node催生了一批自动化工具,像Bower,Yeoman,Grunt等。而如今前端提到构建工具会自然想起Grunt。Java世界里的 ...
分类:
其他好文 时间:
2016-07-20 10:18:09
阅读次数:
229
1.mysql版本应该怎么选择由于5.5-5.6对mysql性能做了较大优化,所以一般选择mysql5.5或者5.6mysql
5.5.xx-5.6.xx产品的特殊性,所以编译方式也和早期的产品安装方式不同,采用cmake或者gmake方式进行编译安装。即
./cmake;make;makeinstall,生产场景的具体命令及参数为详见mysq..
分类:
数据库 时间:
2016-07-20 06:52:29
阅读次数:
640