用Android提供的support包里的SwipeRefreshLayout和RecyclerView同时使用的时候会出现RecyclerView的item被裁剪的情况...
分类:
移动开发 时间:
2014-11-17 12:24:01
阅读次数:
244
切换到Sublime Text Packages 目录:Liunx系统:cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packageswindows系统:jdm@JDM-PC ~/AppData/Roaming/Sublime Text 2/P...
分类:
其他好文 时间:
2014-11-17 10:35:53
阅读次数:
4032
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2014-11-16 11:57:11
阅读次数:
145
1 /******************************************************************** 2 * dgram.c 3 * support functions for datagram based programs 4 */ 5 #incl...
分类:
系统相关 时间:
2014-11-15 23:13:40
阅读次数:
342
项目版本构建本文地址: http://blog.csdn.net/caroline_wendy根据SVN中的项目, 构建本地版本, 进行开发, 构建方式是:1. "svn co”项目文件, 删除"*.gradle”文件, import项目;2. 删除Modules, 保留Support-v7, G7Anno, BaiduVoice, CD四个工程;3. 配置Modules Dependencies...
分类:
移动开发 时间:
2014-11-15 07:49:02
阅读次数:
211
首先看一下oracle 脚本
/* # $Header: HTMomse12.sql 12.0.4 20121015 Support $
#+======================================================================================+
#| ...
分类:
其他好文 时间:
2014-11-14 17:56:46
阅读次数:
381
Android实习札记(3)---Fragment用app包还是v4包解析1)问题简述相信很多的朋友在调用Fragment都会遇到下面的情况:这个时候问题来了...到底是用android.app下的Fragment还是用的android.support.v4.app包下的Fragment?答:其实都...
分类:
移动开发 时间:
2014-11-14 06:56:07
阅读次数:
187
1、错误描述
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:749)
at org.springframework.beans.factory.annotation.AutowiredAnnota...
分类:
编程语言 时间:
2014-11-14 00:18:13
阅读次数:
401
相信很多的朋友在调用Fragment都会遇到下面的情况:
是使用app包下的fragment呢?还是使用android.support.v4.app包下的Fragment呢?
还有,使用v4包的Fragment经常遇到的一些问题......
分类:
移动开发 时间:
2014-11-14 00:14:30
阅读次数:
280
利用canvas来进行画图工作。因此,我们有必要进行一些画图方面的术语说明. 一、画布 在日常生活中,如果我们要画画,可以找纸、板、画布等等工具。而在网页元素中,我们只需要定义一个标签即可。your browser is not support. 其中,canvas就是一块画布,而标签里面...
分类:
Web程序 时间:
2014-11-14 00:09:25
阅读次数:
198