1. 首先从官方网站上下载crosstool-ng的源码包 http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-1.11.1.tar.bz2
2. 将此源码包解压缩并编译安装
tar jxvf crosstool-ng-1.11.1.tar.bz2
cd crosstool-ng--1.11.1
./con...
分类:
系统相关 时间:
2015-07-06 14:19:28
阅读次数:
262
题目:
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible...
分类:
编程语言 时间:
2015-07-06 14:19:22
阅读次数:
145
In the Land of Justice the selling price of everything is fixed all over the country. Nobody can buy a thing and sell it in double price. But, that created problems for the businessmen. They left their...
分类:
其他好文 时间:
2015-07-06 14:20:50
阅读次数:
121
10790 How Many Points of Intersection?
We have two rows. There are a dots on the top row and b dots on the bottom row. We draw line segments connecting every dot on the top row with every dot on the b...
分类:
其他好文 时间:
2015-07-06 14:19:01
阅读次数:
141
现在最新的Android Studio对以前的基于Eclipse ADT的项目的支持已经很好了,一般情况只需要通过File-> Import 导入项目就行了,但有些项目编译时会出现问题,现在把这些问题汇总记录下:
NinePatch(.9.png)图片的问题
如果某个图片命名成了.9.png,实际图片并不是Ninepatch格式的,或格式错误,会编译出错,解决办法是按Ninepatch格式修改图片...
分类:
移动开发 时间:
2015-07-06 14:19:47
阅读次数:
162
///////////////2015/07/06////////
///////////////by xbw//////////////
//////////////环境 unity4.6.1//
分享一些unity character control 代码;;
using UnityEngine;
using System.Collections;
public class playC...
分类:
编程语言 时间:
2015-07-06 14:17:07
阅读次数:
177
DirectShow VS2013 控制台下捕捉摄像头并且显示...
分类:
其他好文 时间:
2015-07-06 14:19:15
阅读次数:
235
Banana PI BPI-M3 是一款8核高性能单板计算机,Banana PI BPI-M3是一款比树莓派更强悍的四核Android 5.1产品。
Banana PI BPI-M3 兼容性强大,可以跑android系统,Debian linux,Ubuntu linux, Raspberry Pi系统 和 cubieboard 系统....
分类:
其他好文 时间:
2015-07-06 14:19:26
阅读次数:
189
读取PBOC电子现金指令流...
分类:
其他好文 时间:
2015-07-06 14:19:04
阅读次数:
238
设备\Device\Harddisk1\DR1 有一个不正确的区块...
分类:
其他好文 时间:
2015-07-06 14:18:15
阅读次数:
313
互联网改变世界的时代已经逐渐到来,云平台将教会我们用一个全新的视角去看待未来。...
分类:
其他好文 时间:
2015-07-06 14:18:32
阅读次数:
105
测试人员相对于开发人员来说,对知识的广度要求更高。
1:下面所描述的属于安全漏洞方面的有哪些?()
A.SQL注入问题
B.跨站脚本(XSS)
C.不安全的加密存储,比如CSDN网站的用户密码是明文密码
D.网站访问缓慢
2:关于Loadrunner下列说法正确的是()
A.web_reg_save_param最常用來做关联的函数
B. 函数lr_save_...
分类:
其他好文 时间:
2015-07-06 14:16:04
阅读次数:
250
上一篇博客写了k-means聚类算法和改进的k-means算法,这篇博客就贴出对应的MATLAB和C++代码。以下是MATLAB代码,实现用k-means进行分割: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
功能:实现如何利用Kmeans聚类实现图像的分割;
时间:2015-07
%%%%%%%%%%%%%%%%%%%%%...
分类:
编程语言 时间:
2015-07-06 14:16:53
阅读次数:
315
测试程序
1 说明STM8S的IO复用用程序代码配置起来比较麻烦,一般是操作flash来操作option byte字节,配置寄存器更加麻烦,可以使用STM 标准外设驱动库来设置。本文使用一种界面配置的方式来配置IO复用管脚,即使用STVP来配置。 2 配置流程【step1】打开STVP软件【step2】打开我们需要下载的xxx.s19文件,CTRL+F5(File->Ram Exec)【step3】...
分类:
其他好文 时间:
2015-07-06 14:17:39
阅读次数:
172
转载请标明出处:
http://blog.csdn.net/yujun411522/article/details/46334123
本文出自:【yujun411522的博客】
1 代码混淆的作用
Java 是一种跨平台的、解释型语言,Java 源代码编译成 class 文件中。由于跨平台的需要,Java 字节码中包括了很多源代码信息,如变量名、方法名,并且通过这...
分类:
移动开发 时间:
2015-07-06 14:16:21
阅读次数:
149
Sticks
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 127727
Accepted: 29912
Description
George took sticks of the same length and cut them randomly unt...
分类:
其他好文 时间:
2015-07-06 14:16:50
阅读次数:
113
在配置好pyDev的eclipse 里运行如下两行python代码:
import platform;
print "Current platform.uname() in Ecplise+PyDev=",platform.uname();
结果显示你的PC的platform 参数:
Current platform.uname() in Ecplise+PyDev= ('Windows'...
分类:
编程语言 时间:
2015-07-06 14:15:11
阅读次数:
124