- 博客(22)
- 收藏
- 关注
转载 xp android 模拟器出现 pbufferclass:emulator-arm.exe 应用程序错误
解决的方法: 一、下载ig4icd32.dll。 二、直接拷贝该文件到系统目录里: 1、Windows95/98/Me系统,将ig4icd32.dll复制到C:WindowsSystem目...
2015-11-18 11:26:57
461
转载 linux获取文件信息
#include <stdio.h>#include <stdlib.h>#include <pwd.h>#include &...
2015-11-05 08:51:11
194
转载 解决 Android4.4.2 SDK无法下载
解决: 用迅雷下载如下的SDK包和API文档,然后存放到Android SDK目录的temp文件夹 ,然后运行SDK Manager点击更新该组件,OK... https://dl-ssl.google.c...
2015-08-04 20:48:53
330
转载 Ubuntu下tftp服务器的搭建与使用
今天开始调试ARM的板子,要通过tftp下载到板子上,所以又要配置tftp服务器,真的烦死了… (本人酷爱装系统,所以经常都要搞配置) 因为之前已经在Ubuntu下搭建过很多次tftp服务器了,但是一直记不住...
2015-06-28 14:30:46
173
转载 S3C6410存储映射
1 存储系统块图 我们以行为单位来看,在每一行中,最前面的两列表示的是地址范围,后面的几列则是不同的存储控制器。在每一行中用粗边框标示出来的部分表示最前面两列的地址范围映射到这个区域当中...
2015-06-27 00:29:17
200
转载 autotools工具的使用
root@jdqiu:/home/qjd/project# lsinclude lib main.croot@jdqiu:/home/qjd/project#root@jdqiu:/home/qjd/pro...
2015-06-24 18:05:02
170
转载 cannot find -lltdl
/usr/bin/ld: cannot find -lltdlcollect2: ld returned 1 exit statusmake[2]: *** [libcommon.la] Error 1make[2]...
2015-06-22 00:19:21
187
转载 SkyEye的安装
对于希望学习ARM汇编的同学而言, 购买ARM开发板进行板上实测无疑是一个有效的方法,不过购买ARM开发板需要一笔费用,而且每次测试都需要连接开发板,比较麻烦。这里介绍一个ARM模拟器——SkyEye,通过SkyE...
2015-06-21 23:21:37
367
转载 configure: error: C++ compiler cannot create executables
You need to install c++ on your computer. even if you installed gcc that doesn’t automatically install g++. Tr...
2015-06-21 23:03:32
128
转载 Ubuntu10.10可用的源
vi /etc/apt/sources.list 添加如下 deb http://old-releases.ubuntu.com/ubuntu maverick main universe restricte...
2015-06-21 22:31:00
157
转载 MFC的窗口分割的设计与实现以及CSplitterWnd 类分析
1 引言 在MicrosoftVC++ 6.0 中,基于MFC 的应用程序一般分为以下几种:多文档界面(MDI)、单文档界面(SDI)以及基于对话框的应用程序。其中单文档又可分为单视图的和多视图的,...
2015-06-06 23:26:41
677
转载 init/built-in.o: In function `do_one_initcall
init/built-in.o: In function `do_one_initcall': /home/sources/linux-2.6.29/init/main.c:694: undefined reference ...
2015-06-06 23:19:44
372
转载 面试题:删除一个目录下的所有文件,但保留一个指定文件
面试题:删除一个目录下的所有文件,但保留一个指定文件 解答:假设这个目录是/xx/,里面有file1,file2,file3..file10十个文件[root@oldboy xx...
2015-06-06 23:13:28
127
转载 make menuconfig 出现[scripts/kconfig/dochecklxdialog] Error 1
*** Unable to find the ncurses libraries or the*** required header files.*** 'make menuconfig' requires the ...
2015-06-06 23:08:49
247
转载 arm-linux-gcc-4.3.2安装步骤
下载arm-none-linux-gnueabi-gcc使用,自己编译太麻烦了,地址:http://www.veryarm.com/arm-none-linux-gnueabi-gcc安装交叉编译工具链: ...
2015-06-06 23:06:20
127
转载 修改EIP注入DLL入的一个示例
HWND hWnd=::FindWindow(NULL,L"窗口标题"); if(hWnd==NULL) { MessageBox(L"未获取窗口句柄!"...
2015-06-06 23:04:13
168
转载 android 模拟器删除文件
首先要打开模拟器adbremountadbshellcdsdcardlsrm-r(文件夹名称)//=======================卸载应用命令格式为 adb unin...
2015-05-06 11:51:32
533
转载 简单Java socket
服务器 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; im...
2015-04-12 20:00:34
97
转载 android relativeLayout布局各字段
android:layout_above="@id/xxx" --将控件置于给定ID控件之上android:layout_below="@id/xxx" --将控件置于给定ID控件之下 android:...
2015-04-11 16:42:50
80
转载 android 计算器简单加法实现
activity_main.xml xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent"...
2015-04-09 22:03:03
1751
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人