移动开发[总排行] [月排行] [周排行] [日排行]
通过yum安装Nagios2012年04月05日?Nagios?暂无评论QQ空间新浪微博腾讯微博人人网更多3前提先自行安装好Apache+php测试环境主监控机:CentOS 6.0被监控机:CentOS 6.2主监控机设置:1、安装epel# cat /etc/issueCentOS releas...
分类:移动开发 时间:2014-07-01 21:12:01 阅读:351
Android使用ListView应该注意的地方在ListView中设置Selector为null会报空指针?mListView.setSelector(null);//空指针试试下面这种:mListView.setSelector(new ColorDrawable(Color.TRANSPARE...
分类:移动开发 时间:2014-07-01 21:22:44 阅读:293
Android可能发生内存泄露的地方总结:1.查询数据库没有关闭游标2.构建adapter时,没有使用缓存的convertView3.Bitmap对象不使用的时候调用recycle()方法释放内存4.释放对象的引用5.单例模式引用context,如果使用actvitiy-context,会造成内存泄...
分类:移动开发 时间:2014-07-01 21:27:23 阅读:237
RadioGroup 有时候比較实用.主要特征是给用户提供多选一机制。MainActivity.javapackage com.example.lesson16_radio;import android.app.Activity;import android.os.Bundle;import and...
分类:移动开发 时间:2014-07-01 21:40:58 阅读:283
防止按钮连续点击其实实现很简单共通方法:Java代码publicclassUtils{privatestaticlonglastClickTime;publicstaticbooleanisFastDoubleClick(){longtime=System.currentTimeMillis();l...
分类:移动开发 时间:2014-07-01 21:57:06 阅读:212
Swift’s API includes many functions and instance methods that reflect its functional programming heritage. A prime example is calledreduce.You can red...
分类:移动开发 时间:2014-07-01 00:27:22 阅读:329
1. 给角色加角色控制器组件,然后用以下代码可以控制角色移动和跳跃 float speed = 6.0f; float jumpSpeed = 8.0f; float gravity = 20.0f; private Vector3 moveDirection = V...
分类:移动开发 时间:2014-07-01 22:04:58 阅读:367
英文版原文地址这是两篇连载文章的第一篇,讲解了如何使用Docker替代Vagrant开发基于Express框架的NodeJs App的部分细节。不过,这次要增加点难度:我们要使用connect-redis在 Redis 中实现 session 功能。第二篇文章将基于此继续。The Node App这...
分类:移动开发 时间:2014-07-01 22:32:50 阅读:414
http://stackoverflow.com/questions/7991086/iphone-core-animation-drawing-a-circle// Set up the shape of the circleint radius = 100;CAShapeLayer *circl...
分类:移动开发 时间:2014-07-01 22:36:06 阅读:679
需要在html 加入
分类:移动开发 时间:2014-07-01 22:56:08 阅读:243
114663146641466515277
上一页152761下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!