码迷,mamicode.com
首页 > 移动开发
CentOS 6.4 安装Nagios server
1. 安装apache, gcc, glibc, nagios, nagios-plugins. 基本就是安装安装文档粘贴复制。http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html2. 在被监控的机器上安装和配置nrpe.下载链接...
分类:移动开发   时间:2014-12-19 17:06:49    阅读次数:334
Android开发-API指南-应用程序开发基础
Android 官方文档原创译文《Application Fundamentals》
分类:移动开发   时间:2014-12-19 17:05:52    阅读次数:309
Android基础类之Bundle
Bundle类是一个key-value对,“A mapping from String values to various Parcelable types.”1. 声明Bundle对象实例,压入键值对,并传递对象实例: /** * Indicate that the connection...
分类:移动开发   时间:2014-12-19 17:05:14    阅读次数:234
iOS 下拉刷新和加载更多 (OC\Swift)
Swift语言出来之后, 可能还没有第三方的下拉刷新和上提加载, 所以自己用UIRefreshControl控件和UITableView实例的tableFooterView(底部视图)属性结合起来写了一个下拉刷新和点击加载更多的基本实现, 分为OC的代码实现和Swift的代码实现,希望大家可以指出不...
分类:移动开发   时间:2014-12-19 17:05:36    阅读次数:364
App Store--紧急审核通道
申请地址 :https://developer.apple.com/appstore/contact/?topic=expedite常用原因:1.We have a product launch in the coming days. Considering that it's a media ev...
分类:移动开发   时间:2014-12-19 17:04:59    阅读次数:191
[Android 泥水匠] Android基础 之一:浅谈Android架构到HelloWorld案
作者:泥沙砖瓦浆木匠 个人签名:打算起手不凡写出鸿篇巨作的人,往往坚持不了完成第一章节。 如果我的帮到了你,是否乐意捐助一下或请一杯啤酒也好呢?有你支持,干的更好~ 点这参与众筹?我的支付宝:139586866...
分类:移动开发   时间:2014-12-19 16:00:57    阅读次数:251
Cydia Substrate框架Android so hook分析
最近需要用到Androidsohook,于是分析了一下比较流行的CydiaSubstrate框架CydiaSubstrate框架的核心函数是MSHOOKFunction,官方使用说明如下:现在Android默认编译出来的都是thumb指令集的,就分析一下这个模式下的HOOK吧。在使用MSHOOKFunctionHOOK前,先用IDAattach到进程先..
分类:移动开发   时间:2014-12-19 15:54:29    阅读次数:744
MIPS 平台 Android 移植过程记录1_编译环境搭建
在工作的空闲时间, 尝试着在公司的MIPS平台上移植了Android, 把之前记录的遇到的问题贴到blog上来, 做个记录. 1.设置上网代理   /etc/apt/apt.conf, 在文件中添加下面的内容, 注意最后的 ";" 也是需要添加的, 否则会提示这个文件的结束字符不对   Acquire::http:Proxy ”user:password@192.168.xx.xx:...
分类:移动开发   时间:2014-12-19 15:51:24    阅读次数:480
android开发 使用Action启动/关闭Service
前面有用使用Intent来控制  Service 使用的参数是Service的类 Service的启动/关闭还有另外一种方式来控制 通过Intent传入Action的参数 ?? 在manifest中注册一个Service并且设置一个action <service android:enabled="true" android:export...
分类:移动开发   时间:2014-12-19 15:51:38    阅读次数:139
android开发 关于BroadCast Receiver
?? BroadCast Receiver是android常用的技术之一 用于发送/广播Intent消息 下面就介绍两种简单的使用方法 一. 通过组合的方式 在类中定义一个BroadcastReceiver对象 重写onReceive 这样就能接收到广播 这个可以放到一般的Activity类中 首先注册IntentFilter 指定要接收的消息 //注册一个I...
分类:移动开发   时间:2014-12-19 15:48:38    阅读次数:170
ios开发常用宏
本文整理自:http://blog.csdn.net/duxinfeng2010/article/details/9067947http://hi.baidu.com/feng20068123/item/1935c6d022bf7513d78ed0d4根据自己的习惯做了一些修改,简化。?123456...
分类:移动开发   时间:2014-12-19 15:45:15    阅读次数:217
Android调试工具之Traceview
Traceview是android平台配备的一个很好的性能分析工具。它可以通过图形化的方式让我们了解我们要跟踪的程序的性能,并且能具体到method。进行Traceview的版本限制对于Android 1.5及以下的版本:不支持。对于Android 1.5以上2.1下(含2.1)的版本:受限支持。t...
分类:移动开发   时间:2014-12-19 15:42:40    阅读次数:242
iOS 对视频抽帧。
这里有两种方法可以采用,方法一:使用MPMoviePlayerControllerMPMoviePlayerController *moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:videoURL];moviePl....
分类:移动开发   时间:2014-12-19 15:42:57    阅读次数:454
your project contains error(s),please fix them before running your application.错误总结
转载自:http://blog.csdn.net/zhufuing/article/details/8135270Android开发中的问题总是多种多样,今天我来总结一个浪费了我一个晚上的错误T-T:your project contains error(s),please fix them bef...
分类:移动开发   时间:2014-12-19 15:39:18    阅读次数:195
Resource interpreted as Stylesheet but transferred with MIME type application/x-css
用tornado做了一个简单的页面。结果页面中的css被加载了,但是没有效果。用谷歌浏览器调试,说是Resource interpreted as Stylesheet but transferred with MIME type application/x-css。大概意思就是css文件被识别为样...
分类:移动开发   时间:2014-12-19 15:31:49    阅读次数:185
iOS 8 自适应 Cell
在使用 table view 的时侯经常会遇到这样的需求:table view 的 cell 中的内容是动态的,导致在开发的时候不知道一个 cell 的高度具体是多少,所以需要提供一个计算 cell 高度的算法,在每次加载到这个 cell 的时候计算出 cell 真正的高度。在 iOS 8 之前没有...
分类:移动开发   时间:2014-12-19 15:29:33    阅读次数:177
Android获取ip地址
原文:http://www.cnblogs.com/android100/p/Android-get-ip.html1.使用WIFI首先设置用户权限其次,代码如下publicvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInst...
分类:移动开发   时间:2014-12-19 15:27:58    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!