gdbserver 调试程序
底层调用c/c++ 动态库, 动态库带调试选项
查看手机IP 192.168.1.177
包所调用的c/c++ 库是在/data/data/包名/lib/ 下
1、将安卓ndk 目录/usr/local/src/android-ndk-r9d/prebuilt/android-arm/gdbserver/gdbserver 在win 下通过adb ...
分类:
移动开发 时间:
2014-05-14 01:19:49
阅读次数:
498
利用CombineFileInputFormat把ntf_data导入到Hbase里...
分类:
其他好文 时间:
2014-05-13 09:02:34
阅读次数:
316
今天费了九牛二虎之力,重转好了vs2010之后,打开解决方案,报出下面的错误:
---------------------------
Microsoft Visual Studio
---------------------------
未能正确加载“VSTS for Database Professionals Sql Server Data-tier Application”包。
此问题可...
分类:
移动开发 时间:
2014-05-13 00:01:32
阅读次数:
510
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document; 2)...
分类:
编程语言 时间:
2014-05-12 22:55:47
阅读次数:
409
在c++中,有2种class data
member:static和nostatic,以及3钟class member
function:static,nostatic和virtual。已知下面这个class Point声明:class Point{public:
Point(float xv...
分类:
编程语言 时间:
2014-05-12 21:43:54
阅读次数:
370
C# 导出Excel方法 先引用下System.IO;System.data;具体函数如下: 1
public static bool ExportCSV(DataTable dt, string fileNmae) 2 { 3 bool Ms...
分类:
其他好文 时间:
2014-05-12 21:37:43
阅读次数:
364
Action接口:public interface Action {public String
execute(String str);}Action的两个实现public class UpperAction implements Action
{private String message;pub...
分类:
编程语言 时间:
2014-05-12 21:29:36
阅读次数:
389
不求全面,先留个爪: TNotifyEvent = procedure(Sender:
TObject) of object; TMethod = record Code, Data: Pointer;
end;判断两个按钮的事件是否相等:procedure TForm1.Button5...
分类:
其他好文 时间:
2014-05-12 20:58:45
阅读次数:
432
经过一天的折腾,终于在MyEclipse2013下搭建出一个Struts2+Spring3.1+Hibernate3.3整合的项目,具体过程如下,仅供新手学习,大神勿喷首先新建Web项目:直接finish完成即可!加入Spring支持:弹出如下窗口:此处将Spring配置文件的名称改为applicationContext-hibernate.xml用..
分类:
编程语言 时间:
2014-05-12 03:11:02
阅读次数:
915
读写本应用程序数据文件夹中的文件
此种方法读写的文件在/data/data/中
android 中提供了 openFileInput(String fileName)
和 openFileOutput(String fileName, int mode) 两个方法来读取本应用程序数据文件夹中的文件和向其写入。
openFileInput...
分类:
移动开发 时间:
2014-05-11 18:34:50
阅读次数:
480