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:18:00
收藏:
0 评论:
0 赞:
0 阅读:
345
题目:
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:17:50
收藏:
0 评论:
0 赞:
0 阅读:
493
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:17:41
收藏:
0 评论:
0 赞:
0 阅读:
240
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:17:21
收藏:
0 评论:
0 赞:
0 阅读:
247
现在最新的Android Studio对以前的基于Eclipse ADT的项目的支持已经很好了,一般情况只需要通过File-> Import 导入项目就行了,但有些项目编译时会出现问题,现在把这些问题汇总记录下:
NinePatch(.9.png)图片的问题
如果某个图片命名成了.9.png,实际图片并不是Ninepatch格式的,或格式错误,会编译出错,解决办法是按Ninepatch格式修改图片...
分类:
移动平台 时间:
2015-07-06 14:17:11
收藏:
0 评论:
0 赞:
0 阅读:
1248
///////////////2015/07/06////////
///////////////by xbw//////////////
//////////////环境 unity4.6.1//
分享一些unity character control 代码;;
using UnityEngine;
using System.Collections;
public class playC...
分类:
编程语言 时间:
2015-07-06 14:17:00
收藏:
0 评论:
0 赞:
0 阅读:
238
DirectShow VS2013 控制台下捕捉摄像头并且显示...
分类:
其他 时间:
2015-07-06 14:16:50
收藏:
0 评论:
0 赞:
0 阅读:
254
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:16:40
收藏:
0 评论:
0 赞:
0 阅读:
524
读取PBOC电子现金指令流...
分类:
其他 时间:
2015-07-06 14:16:30
收藏:
0 评论:
0 赞:
0 阅读:
705
设备\Device\Harddisk1\DR1 有一个不正确的区块...
分类:
其他 时间:
2015-07-06 14:16:20
收藏:
0 评论:
0 赞:
0 阅读:
834
互联网改变世界的时代已经逐渐到来,云平台将教会我们用一个全新的视角去看待未来。...
分类:
其他 时间:
2015-07-06 14:16:10
收藏:
0 评论:
0 赞:
0 阅读:
285
测试人员相对于开发人员来说,对知识的广度要求更高。
1:下面所描述的属于安全漏洞方面的有哪些?()
A.SQL注入问题
B.跨站脚本(XSS)
C.不安全的加密存储,比如CSDN网站的用户密码是明文密码
D.网站访问缓慢
2:关于Loadrunner下列说法正确的是()
A.web_reg_save_param最常用來做关联的函数
B. 函数lr_save_...
分类:
其他 时间:
2015-07-06 14:16:00
收藏:
0 评论:
0 赞:
0 阅读:
532
上一篇博客写了k-means聚类算法和改进的k-means算法,这篇博客就贴出对应的MATLAB和C++代码。以下是MATLAB代码,实现用k-means进行分割: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
功能:实现如何利用Kmeans聚类实现图像的分割;
时间:2015-07
%%%%%%%%%%%%%%%%%%%%%...
分类:
编程语言 时间:
2015-07-06 14:15:50
收藏:
0 评论:
0 赞:
0 阅读:
578
测试程序
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:15:40
收藏:
0 评论:
0 赞:
0 阅读:
338
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:15:20
收藏:
0 评论:
0 赞:
0 阅读:
236
在配置好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:00
收藏:
0 评论:
0 赞:
0 阅读:
304
这个方法是通用的,不仅仅适用于EditText,也适用于TextView、AutoCompleteTextView等控件。
Google官方API并没有给出一个直接的方法用来设置右边图片的点击事件,所以这里我们需要通过点击位置来判断点击事件,效果如图:
布局文件:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/a...
分类:
其他 时间:
2015-07-06 14:14:50
收藏:
0 评论:
0 赞:
0 阅读:
488
开始都是用Html.fromHtml(source);来显示html的
但是你会发现,对于style,table等等一系列的标签它都没有解析的
只好换一个思路,用webview去做
在xml中加入
android:id="@+id/wv1"
android:layout_width="fill_parent"
...
分类:
移动平台 时间:
2015-07-06 14:14:40
收藏:
0 评论:
0 赞:
0 阅读:
322
作者:郭嘉
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
github:https://github.com/AllenWell这是【基于Android的ARM汇编语言系列】博文的开篇文章,这里会先介绍一下ARM处理器的大致分类和作用。一 ARM处理器与ARM指令集整个ARM处理器被分为三个部分:
Classic
Embedd...
分类:
移动平台 时间:
2015-07-06 14:14:31
收藏:
0 评论:
0 赞:
0 阅读:
351
作者:郭嘉
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
github:https://github.com/AllenWell所谓的原生程序指的是用C/C++编写的程序,下面来详细演示一下原生程序是怎么一步步生成汇编代码的。这里编译的是一个简单的hello.c程序,如下所示:#include int mai...
分类:
移动平台 时间:
2015-07-06 14:14:30
收藏:
0 评论:
0 赞:
0 阅读:
797