64位ubuntu运行adt缺少libstdc++.so.6和libz.so.1文件[android]
今天试着在ubuntu上安装了ADT, 安装完后才发现,出了问题,在stackoverflow 上找了半天才解决了问题。现总结下来,方便以后翻阅…
Read more ⟶
[转]轻松完成网站提速:来自Google、淘宝等的Nginx PageSpeed模块
mod_pagespeed于2010年发布,让网站管理员可以为其Web应用提速,而不需要深度的性能优化造诣。mod_pagespeed最初版…
Read more ⟶
[转]C++11 With Clang on Windows and MinGW
Installation steps for getting a functional Clang++ build running on Windows 8 and MinGW ## Step 1 ## Install MinGW. Using mingw-get-inst-20120426.exe go with the pre-packaged repository catalogues, which bundles in GCC 4.6.1 as opposed to 4.7.x, which at the time of writing Clang does not support seemlessly. You will need the C Compiler, C++ Compiler, MSYS Basic System and MinGW Developer Toolkit MinGW packages. Step 2 Python 2.x. Install…
Read more ⟶
[转]Hadoop之MapReduce快速入门
最近有需要分析某个省份的的dns日志,从中解析出一段时间top100的域名排行,日志量一天大概有3、4G的样子,数据量还是很客观。好消息是公…
Read more ⟶
Windows下安装Vim插件管理Vundle
VIM是编辑器之神,这个就不用说了,越使用越会体会到VIM的强大与便利。但是它的强大建立在众多插件组合之上,而Vim本身缺乏对插件的有效管理…
Read more ⟶
Python-- easy_install 的安装
下载安装python安装工具 下载地址:http://pypi.python.org/pypi/setuptools 可以找到正确的版本进行下载…
Read more ⟶
[转]再议减少HTTP请求
最近参加了IMWEB前端技术沙龙活动,有幸能站到讲台上,将性能方面的经验与大家分享。现将“再议减少HTTP请求”部分简单摘剪成文 前言: 关于w…
Read more ⟶
[转] 数据科学家面试常见的77个问题
随着大数据概念的火热,数据科学家这一职位应时而出,那么成为数据科学家要满足什么条件? 或许我们可以从国外的数据科学家面试问题中得到一些参考,下…
Read more ⟶
[转][翻译]大道至简(原标题:少是指数级的多)
原文 Less is exponentially more 是 Rob Pike 自己整理的他在六月22日,旧金山的 Golang 会议上的演讲稿。清晰的介绍了 Go 的前世今生,来龙去脉。为了让更多的人能够更加清楚的认识到…
Read more ⟶