码迷,mamicode.com
首页 > 移动开发
Q4关于Xcode调试设备只显示iOS Device或者打开iOS Simulator提示unable to determined device
首先请确定你的问题是否和我一致,看图,问题和解决方法已经在途中清楚给出! 假如不是这个问题,请看看这篇文章 是关于版本问题的。链接给出:http://blog.csdn.net/hitwhylz/article/details/23765397...
分类:移动开发   时间:2015-01-07 16:54:59    阅读次数:225
Android边沿切换效果(支持无缝过渡)
Android边沿切换效果(无缝过渡)...
分类:移动开发   时间:2015-01-07 16:54:38    阅读次数:230
Android-解决Android Studio使用SVN报错:XXX不是工作副本(XXX is not working copy)
Android-解决Android Studio使用SVN报错:XXX不是工作副本(XXX is not working copy)...
分类:移动开发   时间:2015-01-07 16:53:38    阅读次数:1144
Android Handler详细介绍+示例
android, handler, HandlerThread, Message, Looper, Runnable...
分类:移动开发   时间:2015-01-07 16:48:09    阅读次数:173
Android在adb上操作sqlite3修改表数据
在调试过程中,需要修改数据库中的数据,此时就要用到sqlite3工具,可以方便我们调试 由于在界面上无法打开“数据连接”,只能通过修改数据库来打开 下面先来看下如何修改表global中的mobile_data数据 dzt@dzt-All-Series:~$ adb root adbd is already running as root dzt@dzt-All-Series:~$ a...
分类:移动开发   时间:2015-01-07 16:47:26    阅读次数:725
使用boost的mapped file
使用boost里面的mapped_file_sink,mapped_file_source和mapped_file_parameters来copy大文件的例子。...
分类:移动开发   时间:2015-01-07 16:48:59    阅读次数:549
Android4.4(MT8685)源码WIFI--初始化2
上一章我们讲到在SystemServer中会初始化一个WifiService对象,那么我们来看看这个WifiService的构造方法,路径:./frameworks/base/services/java/com/android/server/wifi/WifiService.java public WifiService(Context context) { mContext...
分类:移动开发   时间:2015-01-07 16:48:16    阅读次数:550
Android英文文档翻译系列(5)——Creating Lists and Cards[创建List和卡片,CardView和RecyclerView]
Creating Lists and CardsTo create complex lists and cards with material design styles in your apps, you can use the RecyclerView and CardView widgets....
分类:移动开发   时间:2015-01-07 16:47:12    阅读次数:407
Android Studio Error -- Could not create the Java Virtual Machine
:app:dexDebugError: Could not create the Java Virtual Machine.Error: A fatal exception has occurred. Program will exit. FAILEDFAILURE: Build failed wi...
分类:移动开发   时间:2015-01-07 16:40:39    阅读次数:426
移动端图表插件jChart.js的修改
注:1.我自己都忘了改哪里,反正是改了一些bug2.原项目地址是https://github.com/shixy/JChartwindow.JingleChart = JChart = { version : '0.1', animationOptions : { line...
分类:移动开发   时间:2015-01-07 16:37:56    阅读次数:308
Android GridView显示SD卡的图片
GridView的XML布局:main.xml: imageitem.xml: Activity: public class FileimageActivity extends Activity { private s...
分类:移动开发   时间:2015-01-07 16:38:03    阅读次数:131
Android 编辑框插入表情图片
首先,把整理好的表情图片以及布局用到的一些图片导入到项目的res/drawable目录中。 然后,编辑res/layout目录下布局.xml文件,这里我把oschina客户端的布局代码贴上来,供大家参考: tweet_pub.xml ...
分类:移动开发   时间:2015-01-07 16:36:20    阅读次数:268
android webview
1.WebvView是android内置的一款webkit高性能内部浏览器2. (1)权限: (2)如果Html有JavaScript则需要设置: webView.getSettings().setJavaScriptEnabled(true); (3)如果页面中有连接,点击连接希望在Webview...
分类:移动开发   时间:2015-01-07 16:36:34    阅读次数:205
你没听过的乔布斯语录:苹果如果没这么独,可能更成功
决定不做什么和决定做什么同样重要。——乔布斯,1997Tren Griffin在自己的博文中以乔布斯这句话开篇,来告诉读者自己在此篇文章中的讨论将仅限于乔布斯给他带来的关于商业的启发(而非他的个性等等)。同时,乔布斯说这些话的时间对于理解他的话也很重要。1.在计算机硬件方面,如果老板幸运的话,最好的...
分类:移动开发   时间:2015-01-07 16:35:13    阅读次数:185
linux下的开源移动图像监测程序--motion编译与配置
前几天在网上偶然看到一篇博客,是利用linux下的开源的motion搭建嵌入式视频动态监控系统,感觉很好很强大于,是就想自己编译移植一下试试。所谓移动图像监测,简单来说就是利用摄像头定点监测某个区域,当有移动物体经过时,摄像头便自动抓拍(要监测多大物体、按拍照速率都是可调的),并把拍到的图像存储在指...
分类:移动开发   时间:2015-01-07 16:35:19    阅读次数:359
Android获取屏幕宽高的方法
1. 实现代码 private int mWidth; private int mHeight; @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) public void getDisplayMetrics() { ...
分类:移动开发   时间:2015-01-07 16:32:48    阅读次数:209
IOS数据类型
id– 动态对象类型。动态类型和静态类型对象的否定词汇为nil。Class– 动态类的类型。它的否定词汇为Nil。SEL– 选择器的数据类型(typedef);这种数据类型代表运行时的一种签名方法。它的否定词汇为NULL。BOOL– 布尔型。代表它的值的词汇为YES和NO。
分类:移动开发   时间:2015-01-07 16:31:48    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!