摘要: 崩溃出现如下错误 NSScanner:nil string argumentNSScanner:nil string argumentlibc++abi.dylib: terminate_handler unexpectedly threw an exception 由于引用umeng的缘故,导致无 阅读全文
posted @ 2016-03-17 14:40 bit by bit 阅读(211) 评论(0) 推荐(0) 编辑
摘要: void objectISA = (JK_EXPECT_F(workAroundMacOSXABIBreakingBug)) ? NULL : *((void *)objectPtr); 此处崩溃出现EXC_BAD_ACCESS 我是如下方式调用JSONKit 解决办法 用这个JSONKit htt 阅读全文
posted @ 2016-03-17 14:37 bit by bit 阅读(166) 评论(0) 推荐(0) 编辑
摘要: android.app.Fragment as stated in the imports. Change the import to android.support.v4.app.Fragment 阅读全文
posted @ 2016-03-11 17:31 bit by bit 阅读(465) 评论(0) 推荐(0) 编辑
摘要: default activity not found android studio 解决方案 在AndroidManifest.xml 添加如下内容 <activity android:name=".MainActivity"> <intent-filter> <action android:nam 阅读全文
posted @ 2016-03-11 17:29 bit by bit 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 1 NSString 转化 NSURL 2 SString *urlString=[@"http://www.google.com/search?client=safari&rls=en&q=搜索&ie=UTF-8&oe=UTF-8" stringByAddingPercentEscapesUsi... 阅读全文
posted @ 2015-07-07 13:21 bit by bit 阅读(526) 评论(0) 推荐(0) 编辑
摘要: chmod -R a+x /home/user/文件夹 注:表示将整个目录与其中的文件和子目录的权限都设置为a+x的权限 阅读全文
posted @ 2015-06-17 15:32 bit by bit 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1.[picasso](https://github.com/square/picasso): 异步图片加载框架!!使用非常简单2.[volley](https://android.googlesource.com/platform/frameworks/volley): Google 官方推出的网... 阅读全文
posted @ 2015-06-05 10:21 bit by bit 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1、直接修改系统配置文件 ubuntu的网络配置文件是:/etc/network/interfaces a、动态ip方式 auto eth0 iface eth0 inet dhcp 用下面的命令使网络设置生效: sudo /etc/init.d/networking restart ... 阅读全文
posted @ 2015-06-01 10:21 bit by bit 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: //内核发送端-----------> 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 #include 9 #include 10 #includ... 阅读全文
posted @ 2015-05-28 14:42 bit by bit 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 1 chmod -R a+x 文件夹名字 阅读全文
posted @ 2015-05-28 14:35 bit by bit 阅读(436) 评论(0) 推荐(0) 编辑