今天在网上看到一篇文章写关于Android实现3D旋转(http://www.ibm.com/developerworks/cn/opensource/os-cn-android-anmt2/index.html?ca=drs-),出于好奇就写了一个,运行效果如下:下面我们就开始一步步完成这个效果吧。实现水平滑动package com.example.rotation3dview;
import...
分类:
移动开发 时间:
2014-08-07 18:56:50
阅读次数:
368
1.?基础概念篇 1.1 介绍 ? HTTP是Hyper Text Transfer Protocol(超文本传输协议)的缩写。它的发展是万维网协会(World Wide Web Consortium)和Internet工作小组IETF(Internet Engineering Task Force)合作...
分类:
其他好文 时间:
2014-08-07 15:59:30
阅读次数:
568
Problem Description:
Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at tha...
分类:
其他好文 时间:
2014-08-07 15:42:10
阅读次数:
180
一、确认问题:输入下面这个地址:http://你的网址/index.php?app=captcha&876589486打开后出现:mt_rand(): max(0) is smaller than min(1)或者mt_rand(): max(24) is smaller than min(26)等...
分类:
其他好文 时间:
2014-08-07 12:47:19
阅读次数:
259
在根目录下的index.php前面加上以下这段代码即可;if(preg_match("/zh-cn/is",$_SERVER['HTTP_ACCEPT_LANGUAGE'])){ header("HTTP/1.1 404 Not Found"); header("Status: 404 Not Fo...
分类:
其他好文 时间:
2014-08-07 12:18:39
阅读次数:
185
Insus.NET想实现一个功能,一个旧的站点A,它有两个网页logon.aspx和Default.aspx(登录成功能访问)。由于某些原因,需另建一个新站点B,这个新站点B也有两个网页B_Index.apx和B_Default.aspx,它们分别使用iframe来加载A站点的login.aspx和...
分类:
其他好文 时间:
2014-08-07 12:15:09
阅读次数:
243
基本上通过索引来解决 。通常索引键在where , group by , order by 相关的列一个表只能用一个索引(查询的时候)所以当要执行复杂查询时最好使用联合索引就是 index (a,b,c,d,....)where 需要注意的事,索引是左到右使用的 , 如果是 index(a,b,c)...
分类:
数据库 时间:
2014-08-07 12:14:59
阅读次数:
396
继续MVC应用程序的练习,刚刚练习了jQuery的UI中的datepicker()的方法,它是为了让用户能在文本框中快捷输入日期。代码简洁与简单。打开以前练习的一个视图Views\Home\Index.cxhtml:添加一个input html tag,它的type为text:然后在视图的head节...
分类:
Web程序 时间:
2014-08-07 12:09:09
阅读次数:
294
深入理解maven及应用(一):生命周期和插件參考官方url:http://maven.apache.org/guides/index.html一个优秀的构建系统必须足够灵活,应该可以让项目在不同的环境下都能成功构建。maven为了支持构建的灵活性,内置了三大特性,即:属性、profile和资源过滤...
分类:
其他好文 时间:
2014-08-07 12:04:59
阅读次数:
158
<?php if (!defined(‘BASEPATH‘)) ??? exit(‘No direct script access allowed‘); class UseOra extends CI_Controller { ??? public function index() ??? { ??????? echo ‘欢迎使用测试CI使用O...
分类:
数据库 时间:
2014-08-07 03:09:38
阅读次数:
406