首页 > 移动平台
Nagios监控(linux)网卡流量
要用到的插件check_traffic.sh下载地址:http://pan.baidu.com/s/1jGmR1S6前提,已有nagios服务端(192.168.5.203)和被监控端(192.168.5.204)1.检测服务端和被监控端是否安装snmp,如果没有用yum安装#yuminstallsnmp*[root@Nagios-Server~]#rpm-qa|grepsnmpnet-snmp-libs-5.5..
分类:移动平台   时间:2014-09-18 03:19:14    收藏:0  评论:0  赞:0  阅读:586
Android 隐藏功能
开发人员选项开发人员选项隐藏的情况下,进入设置->关于手机->多次点击版本号,会出现提示信息,点击一定次数之后开发者选项会被添加到设置菜单中。定制手机定位精度设置->定位服务->定位模式,然后根据情况可以选项耗电量低的使用WLAN和移动网站进行低精度的估测..
分类:移动平台   时间:2014-09-18 03:13:53    收藏:0  评论:0  赞:0  阅读:406
CentOS源码安装nagios与nagios-plugin
CentOSx64源码安装nagios与nagios-plugin官方网址:http://www.nagios.org一、安装指导:http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html二、nagios的配置1)修改/usr/local/nagios/etc/nagios.cnf文件修改如下:#cfg_file=/usr/local/nagios/etc/objects/wind..
分类:移动平台   时间:2014-09-18 03:13:04    收藏:0  评论:0  赞:0  阅读:486
使用Configuration Manager管理移动设备
1.概述:使用下列解决方案在ConfigurationManager中管理移动设备:1)在ConfigurationManagerSP1中,可以使用WindowsIntune连接器注册运行WindowsPhone8、WindowsRT和iOS的移动设备。此解决方案使用内置的管理客户端,并且不安装ConfigurationManager客户端,但会自动在移动设备..
分类:移动平台   时间:2014-09-18 03:11:34    收藏:0  评论:0  赞:0  阅读:374
使用PowerShell定时批量结束Citrix Xen App Session
挺简单的,Citrix带了PowerShell模块,虽然用起来有些莫名其妙的报错……这次场景需求是每天定时结束掉除了某个用户之外的其他用户打开的XASession,logoff+SessionID没法判断用户名。一查powershell模块果然有Snapin。脚本如下:Add-PSSnapin"Citrix.XenApp.Commands" Get-XAS..
分类:移动平台   时间:2014-09-18 03:09:43    收藏:0  评论:0  赞:0  阅读:452
Android 基于回调的事件处理----事件分发
Android事件处理机制有两种:基于监听的事件处理基于回调的事件处理。基于监听的想必学过java或者接触过Android的都了解,最近看了一下有关回调方面的书,今天主要是想说一下基于回调的事件处理机制。多为我自己的理解总结和借鉴别人的一些东西,有错误或者不理解的地方可以在..
分类:移动平台   时间:2014-09-18 03:08:13    收藏:0  评论:0  赞:0  阅读:362
Delphi在Android下实现BroadcastReceiver功能(举例在Delphi下获取USB外设拔插消息)
在Android里,用java通过实现BroadcastReceiver接口,就可以获得Intent消息。可是Delphi程序不能直接实现JBroadcastReceiver,如何能够实现类似Java的BroadcastReceiver功能呢?幸运的是Delphi提供了TJFMXBroadcastR...
分类:移动平台   时间:2014-09-18 03:04:53    收藏:0  评论:0  赞:0  阅读:492
Android开发之去掉标题栏的三种方法,推荐第三种
Android:去掉标题栏的三种方法和全屏的三种方法 第一种:一般入门的时候经常使用的一种方法 onCreate函数中加入以下代码: requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 注意这句一定要写在setContentView()方法的前面,不然会报错的 第二种:在AndroidManifest.xml文件中定...
分类:移动平台   时间:2014-09-18 02:02:23    收藏:0  评论:0  赞:0  阅读:284
Method and apparatus for speculative execution of uncontended lock instructions
A method and apparatus for executing lock instructions speculatively in an out-of-order processor are disclosed. In one embodiment, a prediction is ma...
分类:移动平台   时间:2014-09-18 01:57:13    收藏:0  评论:0  赞:0  阅读:632
android中实现内容搜索
在编写android搜索代码的时候,如何去实现搜索功能。...
分类:移动平台   时间:2014-09-18 00:49:23    收藏:0  评论:0  赞:0  阅读:297
初学C#和MVC的一些心得,弯路,总结,还有教训(3)--Dapper
经过一番深思熟虑,决定先用Dapper吧.....以下是我感觉比较有用的一些东西Dapper项目地址 https://github.com/StackExchange/dapper-dot-net初次接触Dapper,简单的范例 https://github.com/xliang/dapper-ne...
分类:移动平台   时间:2014-09-18 00:43:33    收藏:0  评论:0  赞:0  阅读:660
android 14.04 64位 adb cannot run program adb
按照网上的说法:Failed to get the adb version: Cannot run program "adb": error=2, 没有那个文件或目录64位系统,Ubuntu11.04,搭建JDK,Android环境,把android SDK复制过来后,里面的adb和其它命令的都不能...
分类:移动平台   时间:2014-09-18 00:42:02    收藏:0  评论:0  赞:0  阅读:323
关于安卓通过webservice访问数据库问题
问题描述:访问数据库时,手机能增删数据库的数据就是显示不了数据库的里的数据不知道是哪里的问题,用的HTTP这是我webservice中的产看所有信息的方法:public List selectAllCargoInfor() { List list = new Li...
分类:移动平台   时间:2014-09-18 00:36:53    收藏:0  评论:0  赞:0  阅读:254
Method and apparatus for an atomic operation in a parallel computing environment
A method and apparatus for aatomicoperationis described. A method comprises receiving a first program unit in a parallel computing environment, the fi...
分类:移动平台   时间:2014-09-18 00:30:13    收藏:0  评论:0  赞:0  阅读:391
创建一个android项目与创建一个android虚拟设备
创建一个android项目 Navigator面板区点击右键-->New-->Android Application Project,打开New Android Applicaton窗口。输入Application Name(应用程序的名称,就是显示在手机上的名称,比如:微信),Project ...
分类:移动平台   时间:2014-09-17 23:28:13    收藏:0  评论:0  赞:0  阅读:551
iOS 之动画效果
/** type ?* ?各种动画效果 ?其中除了‘fade‘, `moveIn‘, `push‘ , `reveal‘ ,其他属于私有的API. ?* ?↑↑↑上面四个可以分别使用‘kCATransitionFade‘, ‘kCATransitionMoveIn‘, ‘kCATransitionPush‘, ‘kCATr...
分类:移动平台   时间:2014-09-17 23:27:33    收藏:0  评论:0  赞:0  阅读:579
iOS_39_触摸解锁
最终效果图: 控制器: // // BeyondViewController.m // 39_触摸解锁 // // Created by beyond on 14-9-17. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import "BeyondViewController.h" #im...
分类:移动平台   时间:2014-09-17 23:25:23    收藏:0  评论:0  赞:0  阅读:582
iOS 图像处理-调整图像亮度
- (UIImage*) getBrighterImage:(UIImage *)originalImage { UIImage *brighterImage; CIContext *context = [CIContext contextWithOptions:nil]; CIImage *inputImage = [CIImage imageWithCGImage:or...
分类:移动平台   时间:2014-09-17 23:25:12    收藏:0  评论:0  赞:0  阅读:845
安卓kernel自主唤醒系统方法——设置alarm
#include 1:定义alarm变量: struct alarm  xx_alarm; 2:alarm绑定: alarm 触发时callback: static void xx_callback(struct alarm *alarm) {      structchip *chip = container_of(alarm, structchip,...
分类:移动平台   时间:2014-09-17 23:22:22    收藏:0  评论:0  赞:0  阅读:1239
记录遇到的ios下的bugs
开个帖子不定期更新,记录遇到的ios下的bugs,其中有些已经解了,有些还是无解...
分类:移动平台   时间:2014-09-17 23:22:16    收藏:0  评论:0  赞:0  阅读:482
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!