之前觉得滑动翻页的效果挺炫的,目前初学android,所以自己在项目中尝试实现了这个效果。数据是动态的。实现效果主要有几个步骤: 1、创建两个布局文件,一个布局文件定义viewPager组件,如? <android.support.v...
分类:
其他好文 时间:
2014-07-23 22:41:57
阅读次数:
432
【Culling & Depth Testing】 Culling is an optimization that does not render polygons facing away from the viewer. All polygons have a front and a back ....
分类:
其他好文 时间:
2014-07-23 20:41:25
阅读次数:
247
测试的时候沙盒路径:
/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
视图是一个虚拟的表,该表中的数据是由一个查询语句执行后所得到的查询结果所构成的。创建视图:CREATE VIEW VIEW_NameASSQL 语句例子:create view pr_例四asselect 产品.产品ID,产品.产品名称,产品.供应商,类别.类别名称,类别.说明from 产品 inn...
分类:
数据库 时间:
2014-07-22 22:45:13
阅读次数:
207
可见性: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