//插入排序:package org.rut.util.algorithm.support;import org.rut.util.algorithm.SortUtil;/*** @author treeroot* @since 2006-2-2* @version 1.0*/public clas...
分类:
编程语言 时间:
2014-07-24 00:53:17
阅读次数:
504
之前觉得滑动翻页的效果挺炫的,目前初学android,所以自己在项目中尝试实现了这个效果。数据是动态的。实现效果主要有几个步骤: 1、创建两个布局文件,一个布局文件定义viewPager组件,如? <android.support.v...
分类:
其他好文 时间:
2014-07-23 22:41:57
阅读次数:
432
测试的时候沙盒路径:
/Users/userName/Library/Application Support/iPhone Simulator/6.1/Applications
真机上的沙盒路径:
/var/mobile/Applications/...
分类:
移动开发 时间:
2014-07-23 13:08:06
阅读次数:
246
最近在测试通过http delete method传参数调用服务端方法,遇到了java.net.ProtocolException: DELETE does not support writing try { url = new URL(path); HttpURLConnectio...
分类:
编程语言 时间:
2014-07-23 12:45:56
阅读次数:
369
一.ubuntu12.04lts安装 (lts=long term support长期支持)1.在电脑上分出100G的未分配空间(xp:删除逻辑分区,win7:压缩...)2.下载ubuntu系统的镜像文件,如:ubuntu-12.04.4-desktop-i386.ios3.将镜像文件做成启动盘,...
分类:
其他好文 时间:
2014-07-23 12:14:56
阅读次数:
399
CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-ut...
分类:
其他好文 时间:
2014-07-22 22:47:33
阅读次数:
301
可见性:hidden:visible隐藏对象没有宽高,前提是用display:none处理的jQuery.expr.filters.hidden = function( elem ) { // Support: Opera -1; };}),取空递归这个节点,排除nodeType大于6...
分类:
其他好文 时间:
2014-07-22 22:43:54
阅读次数:
230
今天尝试了下使用16G 的u盘,将其做了两个分区,一个是存放zimage,一个存放rootfs;在uboot中加载一分区的zimage并启动成功!
RT5350 # fatload usb 0:1 0x80c00000 root_uImage
reading root_uImage
VFAT Support enabled
FAT16, fat_sect: 1, fatlength...
分类:
其他好文 时间:
2014-07-22 17:41:35
阅读次数:
452
1./Users/你的用户名/Library/Application Support/iPhone Simulator/模拟器版本号/Applications/Xcode所生成的某项目的编号/Library/Caches/Snapshots/项目名2./Users/你的用户名/Library/App...
分类:
其他好文 时间:
2014-07-22 00:03:35
阅读次数:
536
下载运行一个demo时出现“The current deployment target does not support automated __weak references”这个问题,找了下方法:
4.2以前版本的XCode都不支持ARC。
对操作系统也有要求:Mac OS X v10.6 或 v10.7 (64-bit applications), iOS4或iOS5。注意:其中...
分类:
其他好文 时间:
2014-07-21 23:29:20
阅读次数:
321