首页 > 其他
SwipeRefreshLayout与listview滑动冲突问题
listView.setOnScrollListener(new OnScrollListener() {@Overridepublic void onScrollStateChanged(AbsListView view, int scrollState) {}@Overridepublic vo...
分类:其他   时间:2015-07-08 17:58:04    收藏:0  评论:0  赞:0  阅读:397
圆面积计算问题拓展
Circle.javaimportjava.math.BigDecimal;publicclassCircle{privatedoubleradius=0;publicfinaldoublePI=3.14;publicCircle(doubleradius1){this.radius=radius1...
分类:其他   时间:2015-07-08 17:57:54    收藏:0  评论:0  赞:0  阅读:271
HDU-1087-Super Jumping! Jumping! Jumping!:最简单的一道入门题
求递增子序列的最大和状态转移方程:table[i] = max(table[i]+value[j]) 前提value[i]>value[j], 构成递增】其中jfrom 0 to i-1 table[i]是前i个中的最优状态, value[j] 是 j 的价值#includeusing namesp...
分类:其他   时间:2015-07-08 17:57:34    收藏:0  评论:0  赞:0  阅读:114
《Redis设计与实现》读书笔记
(1)什么是redis (2)redis有什么作用 (3)redis有什么优缺点 (4)你可以从redis中收获哪些东西
分类:其他   时间:2015-07-08 17:57:14    收藏:0  评论:0  赞:0  阅读:268
The way it is connected with wristwatches connected with almost any bunch of Diesel-engined is unique
And so, delighted purchase on replicadeals.com and get the best Diesel Watches submariner right away at a fraction of the cost of the original diesel ...
分类:其他   时间:2015-07-08 17:57:04    收藏:0  评论:0  赞:0  阅读:284
touch详解
touch事件前言一个触屏网站到底和传统的pc端网站有什么区别呢,交互方式的改变首当其冲。例如我们常用的click事件,在触屏设备下是如此无力。手机上的大部分交互都是通过touch来实现的,于是,对于触屏的交互式网站,触摸事件是相当重要的。Apple在iOS 2.0中引入了触摸事件API,Andro...
分类:其他   时间:2015-07-08 17:56:44    收藏:0  评论:0  赞:0  阅读:266
UNIX环境高级编程学习笔记(第一章UNIX基础知识)
apue学习笔记
分类:其他   时间:2015-07-08 17:56:14    收藏:0  评论:0  赞:0  阅读:208
横标和总表的概念
现把转换方法列举如下:1、纵表转横表: 纵表结构 TableANameCourseGrade张三语文75张三数学80张三英语90李四语文95李四数学55横表结构 TableBName语文数学英语张三758090李四95550方法一:select Name,sum(case Course when ‘...
分类:其他   时间:2015-07-08 17:55:54    收藏:0  评论:0  赞:0  阅读:171
(原创)用讯飞语音实现人机交互的功能
目前在做一款车载的项目,其中有一个需求是在开车的时候实现人与手机的对话,全过程不需要用手,只用语音操控。这个就类似于人与机器人的对话,机器人在后台一直待命,用户说话 机器人做出对应的反映。但由于用户手机电源的宝贵性,又不能让用户一直开着录音监听,这样很耗费资源。因此使用了讯飞语音提供的唤醒功能。具体...
分类:其他   时间:2015-07-08 17:55:34    收藏:0  评论:0  赞:0  阅读:612
Excel中用VLOOKUP实现join
最近处理数据时遇到需要将Excel中两个表数据按指定列作为条件进行连接合并的需求,若使用程序来实现稍微有点麻烦,想到excel有内置函数,去网上查了下,发现可以很方便的处理这种需求。先说下原始的需求:现在有两个表:sheet1:AB1useridlevel21001123100215sheet2:A...
分类:其他   时间:2015-07-08 17:55:24    收藏:0  评论:0  赞:0  阅读:426
使用 任务管理器
过程----视图--->watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvcXFfMTcyNDI5NTc=/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt...
分类:其他   时间:2015-07-08 17:55:14    收藏:0  评论:0  赞:0  阅读:169
Parentheses Column Values
Parentheses Column ValuesBetween the columns using four parentheses ‘(‘, ‘)’, ‘[‘, ‘]’, a correct parentheses column is defined as below:1. ‘()’ or ‘[...
分类:其他   时间:2015-07-08 17:53:24    收藏:0  评论:0  赞:0  阅读:179
[LeetCode] Intersection of Two Linked Lists
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a...
分类:其他   时间:2015-07-08 17:53:14    收藏:0  评论:0  赞:0  阅读:259
screen-调节屏幕亮度
屏幕亮度调节
分类:其他   时间:2015-07-08 17:53:04    收藏:0  评论:0  赞:0  阅读:299
Bootstrap~页面的布局
Bootstrap作为支持响应式布局的一个前端插件,确实发挥着重要的作用,无论你是在手机,平板还是PC上浏览网页,都能达到不错的效果,这一切一切,都是bootstrap带给我们的!今天主要说下页面的布局,这是最基础的东西了,当我们设计一个站点时,应该为它设计一个全局性的统一的规范页面,这种页面我们叫...
分类:其他   时间:2015-07-08 17:52:54    收藏:0  评论:0  赞:0  阅读:230
WCF - Consuming WCF Service
WCF services allow other applications to access or consume them. A WCF service can be consumed by many ways depending on the hosting type. Here, we ar...
分类:其他   时间:2015-07-08 17:52:14    收藏:0  评论:0  赞:0  阅读:190
Dynamics AX 2012 R2 将系统用户账号连接到工作人员记录
要使用AX中的一些特性,需要将User Account和他们的Employee Record连接在一起。最好将所有Employee的User Account,都和他们的Employee Record连接在一起。没有这个连接,一些功能就没办法用,尤其是Sales and Marketing模块的。 同...
分类:其他   时间:2015-07-08 17:51:04    收藏:0  评论:0  赞:0  阅读:358
DeviceOrientationEvent笔记
个人中心 start!
分类:其他   时间:2015-07-08 17:50:55    收藏:0  评论:0  赞:0  阅读:228
造成ORA-12560: TNS: 协议适配器错误的问题的原因有三个:
1、监听服务没有启动 windows平台个一如下操作:开始---程序---管理工具---服务,打开服务面板,启动oraclehome92TNSlistener服务。 2、数据库实例没有启动 windows平台如下操作:开始---程序---管理工具---服务,打开服务面板,启动oracleservic...
分类:其他   时间:2015-07-08 17:50:45    收藏:0  评论:0  赞:0  阅读:229
LeetCode:Largest Number(Greedy)
problem:Given a list of non negative integers, arrange them such that they form the largest number.For example, given [3, 30, 34, 5, 9], the largest f...
分类:其他   时间:2015-07-08 17:50:34    收藏:0  评论:0  赞:0  阅读:227
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!