摘要:
操作系统: 麒麟14.04 安装工具 sudo apt-get install mtpfs libfuse-dev libmad0-dev sudo mkdir /media/mtp 重新启动与使用 注销后又一次进入系统, 用usb链接手机,此时除出现XIAOMI字样外,另一个usb设备,名为:MI 阅读全文
posted @ 2017-06-16 08:56
zsychanpin
阅读(178)
评论(0)
推荐(0)
摘要:
PullToRefresh 这个库用的是很至多。github 今天主要分析一下源代码实现. 我们通过ListView的下拉刷新进行分析。其他的类似。 整个下拉刷新 父View是LinearLayout, 在LinearLayout加入了Header View ,Footer View,和ListVi 阅读全文
posted @ 2017-06-15 21:32
zsychanpin
阅读(197)
评论(0)
推荐(0)
摘要:
RedHat Linux AS4 DNS配置 检查当前系统中安装 DNS功能组件bind情况 [root@svr01 /]# rpm -qa|grep bind* ypbind-1.17.2-13 binutils-2.15.92.0.2-22 bind-utils-9.2.4-24.EL4 阅读全文
posted @ 2017-06-15 20:56
zsychanpin
阅读(295)
评论(0)
推荐(0)
摘要:
给出两个字符串,找到最长公共子串。并返回其长度。 您在真实的面试中是否遇到过这个题? Yes 例子 给出A=“ABCD”,B=“CBCE”,返回 2 注意 子串的字符应该连续的出如今原字符串中,这与子序列有所不同。 标签 Expand 相关题目 Expand 分析:注意是子串。不是子序列,当然做法肯 阅读全文
posted @ 2017-06-15 20:03
zsychanpin
阅读(193)
评论(0)
推荐(0)
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5288 题面: OO’s Sequence Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Other 阅读全文
posted @ 2017-06-15 18:59
zsychanpin
阅读(213)
评论(0)
推荐(0)
摘要:
无论怎么着,了解一点android的基本知识还是有必要的,就当开阔一些自己的眼界吧。。。。 android的四大功能组件是_activity_,_service_,_BroadcastReceive广播接收器_,_Content Provider_。 android的系统架构是android,_ja 阅读全文
posted @ 2017-06-15 17:38
zsychanpin
阅读(199)
评论(0)
推荐(0)
摘要:
One-Based Arithmetic time limit per test 0.5 seconds memory limit per test 256 megabytes input standard input output standard output Prof. Vasechkin w 阅读全文
posted @ 2017-06-15 16:21
zsychanpin
阅读(349)
评论(0)
推荐(0)
摘要:
方法一:link安装 安装subclipse, MyEclipse SVN插件 1、从官网下载最新的site-1.x.x.zip文件,网址是:http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 , 2、从中解压 阅读全文
posted @ 2017-06-15 14:51
zsychanpin
阅读(402)
评论(0)
推荐(0)
摘要:
Jenkins是一个开源软件项目。旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。Jenkins是基于Java开发的一种持续集成工具,用于监控持续反复的工作,功能包含:1、持续的软件版本号公布/測试项目。2、监控外部调用运行的工作。本文使用的Linux:Ubuntu当中JDK、Tomcat 阅读全文
posted @ 2017-06-15 14:36
zsychanpin
阅读(19506)
评论(0)
推荐(2)
摘要:
在Oracle中提供了三种类型的集合操作: 并(UNION)、交(INTERSECT)、差(MINUS) UNION:将多个查询的结果组合到一个查询结果之中,并去掉反复值 UNION ALL:将多个查询结果组合到一个查询结果中。可是包括反复值 INTERSECT:返回多个查询结果同样的部分 MINU 阅读全文
posted @ 2017-06-15 13:53
zsychanpin
阅读(3217)
评论(0)
推荐(0)
浙公网安备 33010602011771号