当前位置:首页 > IT技术 > 移动平台 > 列表
移动平台 共有 121249 个文章

hadoop cdh版本安装snappy

    一.安装 protobufubuntu 系统首先确保具有 gcc gcc-c++ libtool cmake 具有这些环境1 在 /etc/ld.so.conf.d/目录下创建文件 libprotobuf.conf 写入内容 /usr/local/lib 否则会报 error while loading shared libraries: libprotoc.so.8: cannot open shared obj2../configure make&am...[继续阅读]

移动开发

IOS设置图片背景

    在UIViewController里面这样设置:self.view.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"1.jpg"] ];...[继续阅读]

移动开发

Swipe JS – 移动WEB页面内容触摸滑动类库

    想必做移动前端的同学经常会接到这样子的一个需求,就是在移动设备页面上的banner图能够用手指触摸左右或上下的滑动切换,这在移动设备是个很常见的一个效果,其用户体验远甚于点击一个按钮区域,通过手指的触摸操作也是...[继续阅读]

移动开发

移动端触摸事件介绍

    By publishing this Recommendation, W3C expects that the functionality specified in this Touch Interface Recommendation will not be affected by changes to HTML5 or Web IDL as those specifications proceed to Recommendation. The WG has completed and approved this specification's Test Suite and cre...[继续阅读]

移动开发

uni-app中实现左侧导航栏效果

    HTML: 1 <view class="list"> 2 <!-- 一级 --> 3 <scroll-view class="list-left" scroll-y :style="'height:'+height+'px'"> 4 <view v-if="dataList.length>0" class="list-nav" @click="categoryClickMain(item.id,index)" :key="item.id" :class=...[继续阅读]

移动开发

dapper+linq+json+ztree构建树

    dapper获取集合实体/// <summary> /// 获取表tb_sys_zhuowei全部数据 /// </summary> public IEnumerable<Model_tb_sys_zhuowei> SelectAll_tb_sys_zhuowei() { using (IDbConnection conn = OpenConnection()) { const s...[继续阅读]

移动开发

jsbrage——和app交互

    <html><head> <meta content="text/html; charset=utf-8" http-equiv="content-type"> <title> js调用java </title></head><body><p> <div id="show"></div></p><p><input type="button" id="enter3" value="payInterface...[继续阅读]

移动开发

centos7安装nagios

    一、服务端配置:安装软件:yum -y install nagios nagios-plugins nagios-plugins-all nagios-plugins-nrpe nrpe修改nagios主配置文件:vim /etc/nagios/nagios.cfgcfg_dir=/etc/nagios/conf.d #确保其中有这行代码修改cgi配置文件,添加用户:vim /etc/nagios/cgi.cf...[继续阅读]

移动开发

外媒:智能手机影响幼儿脑发育 搭积木效果更好

    据英国《卫报》网站2月2日报道,美国波士顿大学医学院的研究人员向人们敲响警钟,称大众深知电视和视频会对年幼儿童产生负面影响,然而在移动设备会对学龄前儿童大脑造成何种影响这一问题上,全社会普遍认识不足。研究人...[继续阅读]

移动开发

iOS MVVM+RAC

    〇、更新针对最后一小节中干掉基类的做法(Runtime + category),已经有所实现,并按照自己的思路新写了个列表实现,具体可查看对于iOS架构模式之争的一些思考。一、前言很早之前就想写写自己在架构模式方面的心得,但是一直感觉...[继续阅读]

移动开发