Agustinus Kristiadi's Blog TECH BLOG TRAVEL BLOG PORTFOLIO CONTACT ABOUT Agustinus Kristiadi's Blog TECH BLOG TRAVEL BLOG PORTFOLIO CONTACT ABOUT TECH ...
分类:
Web程序 时间:
2017-07-29 19:39:16
阅读次数:
237
SonarQube是管理代码质量一个开放平台,可以快速的定位代码中潜在的或者明显的错误,下面将会介绍一下这个工具的安装、配置以及使用。 准备工作; 1、jdk(不再介绍) 2、sonarqube:http://www.sonarqube.org/downloads/ 3、SonarQube+Scan ...
分类:
其他好文 时间:
2017-07-29 11:38:37
阅读次数:
160
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and effici ...
分类:
其他好文 时间:
2017-07-27 01:03:03
阅读次数:
144
Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is guessing the most popula ...
分类:
编程语言 时间:
2017-07-23 16:45:25
阅读次数:
164
需求来源: CentOS: 6.9 x64 自带mysql版本较旧,需要卸载后安装到5.6版本. 1.查看目前mysql 版本 2.如果发现有系统自带mysql,而且比想要装的5.6旧。果断删除 3. 查看yum库上的mysql版本信息(CentOS系统需要正常连接网络)。 输入:yum list ...
分类:
数据库 时间:
2017-07-22 22:39:56
阅读次数:
231
先明白 基数排序 基数排序(radix sort)属于“分配式排序”(distribution sort),又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为 ...
分类:
编程语言 时间:
2017-07-19 01:12:09
阅读次数:
214
①安装xampp时提示找不到文件“-n”; ②提示没有安装Microsoft Visual C++ 2008 Redistributable Package (x86)。 解决方法如下:遇到这两个错误后不管它,继续安装。完成后下载Microsoft Visual C++ 2008 Redistrib ...
分类:
编程语言 时间:
2017-07-18 12:01:14
阅读次数:
242
1、configure: error: No curses/termcap library found 网上有的说法是:–with-named-curses-libs=/usr/lib/libncursesw.so.5 其实是不对的,虽然能解决configure的错误,但是make的时候会提示错误, ...
分类:
Web程序 时间:
2017-07-15 10:02:20
阅读次数:
170
一、NGINX的搭建 1.Nginx说明: Nginx是一个轻量级的HTTP服务器,也是一个高性能的HTTP和反向代理服务器,同时也是一个IMAP/POP3/SMTP 代理服务器。 在高并发连接的情况下,Nginx是Apache服务器不错的替代品。Nginx同时也可以作为7层负载均衡服务器来使用。N ...
分类:
其他好文 时间:
2017-07-13 18:51:51
阅读次数:
238
近期试验了一下 ubuntu 12.06 (x86) 安装。openCV 安装脚本 最好的文章是 https://help.ubuntu.com/community/OpenCV。 它提供一个脚本( opencv.sh) 做了全部的安装工作 version="$(wget -q -O - http: ...
分类:
其他好文 时间:
2017-07-09 12:17:07
阅读次数:
169