一、ListView
android-pulltorefresh
一个强大的拉动刷新开源项目,支持各种控件下拉刷新,ListView、ViewPager、WebView、ExpandableListView、GridView、ScrollView、Horizontal ScrollView、Fragment上下左右拉动刷新,比下面johannilsson那个只支持ListView的强大...
分类:
移动平台 时间:
2015-07-06 16:08:51
收藏:
0 评论:
0 赞:
0 阅读:
758
Easyui首页html代码
管理员操作平台
欢迎您:admin 退出
用户管理
functio...
分类:
其他 时间:
2015-07-06 16:08:40
收藏:
0 评论:
0 赞:
0 阅读:
368
题目输入一个正整数X,在下面的等式左边的数字之间添加+号或者-号,使得等式成立。1 2 3 4 5 6 7 8 9 = X比如:12-34+5-67+89 = 51+23+4-5+6-7-8-9 = 5请编写程序,统计满足输入整数的所有整数个数。输入: 正整数,等式右边的数字输出: 使该等式成立的个数样例输入:5样例输出:21
代码/*--------------------...
分类:
其他 时间:
2015-07-06 16:08:31
收藏:
0 评论:
0 赞:
0 阅读:
343
1.主要介绍android4.0环境的搭建。
2.安卓从单个的按键到精通
3.我开发的项目Ptool社交类语言的开发...
分类:
移动平台 时间:
2015-07-06 16:08:22
收藏:
0 评论:
0 赞:
0 阅读:
177
Spring整合JMS-基于activeMQ实现(二)
1、消息监听器
在Spring整合JMS的应用中我们在定义消息监听器的时候一共可以定义三种类型的消息监听器,分别是MessageListener、SessionAwareMessageListener、MessageListenerAdapter
1.1 MessageListener
Me...
分类:
编程语言 时间:
2015-07-06 16:08:21
收藏:
0 评论:
0 赞:
0 阅读:
567
原文链接:http://rayvinly.com/a-step-by-step-guide-to-using-iad-workbench-to-promote-your-ios-apps/
苹果的WWDC主题演讲2013提供iOS和Mac开发的iOS的下一个版本和OS
X.虽然每个人都专注于最新技术的这些操作系统的预展,我相信,今天的最大的特点是没有在主题演讲宣布。为什么这么多,我们制定...
分类:
移动平台 时间:
2015-07-06 16:07:11
收藏:
0 评论:
0 赞:
0 阅读:
327
#include
using namespace std;
static int gflags = 0;
//杨氏矩阵的查找。
int FindVal(int (*a)[8],int x,int y,int val)
{
int i = 0;
int j = y - 1;
while (i = 0)
{
if...
分类:
编程语言 时间:
2015-07-06 16:06:50
收藏:
0 评论:
0 赞:
0 阅读:
239
最近看了3个星期的FIDO,然后公司觉得不符合公司的定位,停止调研了。
既然看了就分享一下吧。
下面是可以认证的部分,5000美元的认证费用,我看的是UAF部分。
我做的PPT的几个页面:
什么是FIDO, FIDO是Fast Identity Online的缩写,是一个联盟组织,推出了两套用于在线强安全认证的协议。UAF和U2F。...
分类:
其他 时间:
2015-07-06 16:06:40
收藏:
0 评论:
0 赞:
0 阅读:
395
今天在给类的属性命名的时候,用了newValue,就给报错:property's synthesized
getter follows Cocoa naming convention for returning 'owned' objects,一阵郁闷不知道咋回事,后来查了资料后,原来是命名规范的事情:
You own any object you create
You c...
分类:
其他 时间:
2015-07-06 16:06:31
收藏:
0 评论:
0 赞:
0 阅读:
270
题目:
Given a binary tree, find its minimum depth.
The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.
解题:
求根节点到最近的叶子节点之间的距离
用...
分类:
编程语言 时间:
2015-07-06 16:06:20
收藏:
0 评论:
0 赞:
0 阅读:
234
> use mongo_test //创建数据库
switched to db mongo_test
> db.createCollection("test") //创建表 就是集合
{ "ok" : 1 }
> db.
db.addUser( db.group(
db.adminCommand( db.gr...
分类:
数据库技术 时间:
2015-07-06 16:06:01
收藏:
0 评论:
0 赞:
0 阅读:
223
1.下载地址:
phpMyAdmin4.4.10
https://files.phpmyadmin.net/phpMyAdmin/4.4.10/phpMyAdmin-4.4.10-all-languages.zip
Apache 2.4.12(VC9)
http://www.apachehaus.com/cgi-bin/download.plx
php-5.4.42(VC...
分类:
Web开发 时间:
2015-07-06 16:05:51
收藏:
0 评论:
0 赞:
0 阅读:
248
在使用apt-get install安装软件时,经常会遇到如上图所示错误,该错误的意思为缺少依赖软件,解决方案为:
aptitude install golang-go...
分类:
其他 时间:
2015-07-06 16:05:31
收藏:
0 评论:
0 赞:
0 阅读:
273
题目:
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
解题:
求最大深度 和前面一题类似 用递归遍历就...
分类:
编程语言 时间:
2015-07-06 16:05:20
收藏:
0 评论:
0 赞:
0 阅读:
191
题意是只求一次的顺序,先按照速度从大到小排序,速度想等到按体重增序排列。
然后基本就变成了求已定顺序序列的最长递增序列递增,跟那个求一致最大序列和的基本一致。
dp【i】里存储的是到当前i最大的递增序列个数最大的数。
dp[i+1]就是在a【i+1】大于前面的a【j】的情况下,dp【i+1】=dp【j】+1;
输出的就是从最大的dp【】值从后往前输出,所以用了个栈改成从前往后。
以为题意...
分类:
其他 时间:
2015-07-06 16:05:12
收藏:
0 评论:
0 赞:
0 阅读:
170
1、炫酷的图片是开端啊
2、前端html 代码
div class="container-fluid row">
0">
{{item.content}}...
分类:
Web开发 时间:
2015-07-06 16:05:01
收藏:
0 评论:
0 赞:
0 阅读:
434
前面我们看到的机器人就是通过这个类来实现的。但是正如学过生物必修一的同学都知道,动物生命层次是这样的:个体->系统->器官->组织->细胞,我们的机器人就是个体,那么四肢构成运动系统,以此类推。所以我们的这个Robot类就只是个装载头部,身躯,四肢的容器。在上面给出的文件结构中可以看到,还有Head.js和Body.js这些类,他们的实例化对象就是放在Robot这个个体里的部件了...
分类:
Web开发 时间:
2015-07-06 16:04:52
收藏:
0 评论:
0 赞:
0 阅读:
220
Using Apple iAd for Advertising
iAd was created by Apple in 2010 for the iOS 4 to be used for advertising through the company's devices. This advertising platform allows developers an...
分类:
移动平台 时间:
2015-07-06 16:04:30
收藏:
0 评论:
0 赞:
0 阅读:
397
/*
* CvBoostType
*
* 结构体CvBoostType 穷举boosting 类型
*
* 注:
* 共有四种boosting变量,这些变量都支持两分类分类器,分别如下:
* Discrete AdaBoost, Real AdaBoost, LogitBoost and Gentle AdaBoost.
* L2 (两类分类器) and LK (K 类分类器)算法更接近LogitBoost,但是在数值上比 Gentle AdaBoost更稳定
* 对于回...
分类:
其他 时间:
2015-07-06 16:03:50
收藏:
0 评论:
0 赞:
0 阅读:
144
1. Chinese Segmentation Introduction最近两天系统的研究了一下中文分词算法,在这里做个简单的总结。中文分词可以分为(1)基于词典的分词 和(2)非基于词典的分词。
基于词典的分词包括:
* MMSEG
* Forward/Backward matching
* 最小切分非基于词典的分词主要是通过统计学计算概率的方法进行中文分词,例如CRF, is p...
分类:
其他 时间:
2015-07-06 16:03:41
收藏:
0 评论:
0 赞:
0 阅读:
246