After downloaded and installed the GCT's SDK and toolchain, we try to make an our own image which include gdb. But the way is much more tortuous than we thought. Most problems are related with mtd-utils and the most difficult problem is related with…
Trigger a Build whenever a change occurs. it can help us reduce assumptions on a projecvt by rebuilding software whenever a change occurs in a version control system. The value of CI: Reduce risks Defects are detected and fixed sooner Health of softw…
What is load testing? - Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine weather it can handle peak usage periods. What is Performance testing…
http://www.ush.it/2009/02/08/php-filesystem-attack-vectors/ On Apr 07, 2008 I spoke with Kuza55 and Wisec about an attack I found some time before that was a new attack vector for filesystem functions (fopen, (include|require)[_once]?, file_(put|get)…
ansible ansible源码安装 yum -y install python-jinja2 PyPAML python-parmiko python-babel python-crypto tar -zxf ansible-1.5.4.tar.gz cd ansible-1.5.4 python setup.py build python setup.py install mkdir /etc/ansible cp - examples/* /etc/ansible ansible yum…
随着Linux的发展,很多人开始学习Linux系统,你了解Linux系统么?你是Linux系统的应用者么?本文为你详细介绍Linux安装Eclipse,为你在学习Linux安装Eclipse时起一定的作用.以下是Linux安装Eclipse完全攻略. 1. ubuntu 下安装Eclipse 1.1 在Ubuntu搭建java开发环境 (1)安装好Ubuntu系统:安装的时候强烈建议连接上网,它会自动下载语言包,自动装上五笔,拼 音,还有会默认把firefox浏览器设置为中文. (2)配置Ubu…
Hadoop文件系统 基本的文件系统命令操作, 通过hadoop fs -help可以获取所有的命令的详细帮助文件. Java抽象类org.apache.hadoop.fs.FileSystem定义了hadoop的一个文件系统接口.该类是一个抽象类,通过以下两种静态工厂方法可以过去FileSystem实例: public static FileSystem.get(Configuration conf) throws IOException public static FileSystem.ge…
http://kukuruku.co/hub/python/introduction-to-machine-learning-with-python-andscikit-learn Hello, %username%! My name is Alex. I deal with machine learning and web graphs analysis (mostly in theory). I also work on the development of Big Data product…
JavaEE has some excellent built-in security mechanisms, but they don’t come close to covering all the threats that your applications will face.  Many common attacks like Cross-Site Scripting (XSS), SQL Injection, Cross-Site Request Forgery (CSRF), an…
测试平台:macbook air 2012 , os x 10.9.2 , eclipse 4.3   在升级了 10.9 之后,eclipse 的CDT 无法正常使用了   异常表现:   1. 文件乱码 2. command + b 后异常的错误(编译异常) 3.  Launch Failed Binary Not Found 4. eclipse 无法debug          解决方法:   1. project--properties--resources--text file en…