加载中…
  
博文
标签:

axure展开折叠效果

展开折叠效果

it

分类: axure
http://www.masterchat.cn/article/20120501/217.html
视频教程
项目效果
http://s11/mw690/7256fe8fgx6C1hQFieCea&690
点击表头,内容会展开或者收缩。

第一步,用矩形工具分别建立如下效果的图形

标签:

主类调用内部类

java

it

分类: android
   public class OutClass{ //外部类
class InnerClass{...}//内部类
public static void main(String[] args){
InnerClass in = new OutClass().new InnerClass();//定义内部类成员变量
}
}
  
						
标签:

html5

视频格式

支持的视频格式

it

分类: html5

来自http://www.w3school.com.cn

Web 上的视频

直到现在,仍然不存在一项旨在网页上显示视频的标准。

今天,大多数视频是通过插件(比如 Flash)来显示的。然而,并非所有浏览器都拥有同样的插件。

HTML5 规定了一种通过 video 元素来包含视频的标准方法。

标签:

android

安卓

安卓触摸事件

安卓获取屏幕坐标

it

分类: android
http://s12/mw690/7256fe8fgd4a5d44cef7b&690

.xml文件
<LinearLayout xmlns:android='http://schemas.android.com/apk/res/android'
    xmlns:tools='http://schemas.android.com/tools'
    android:layout_width='match_parent'
    android:layout_height='match_parent'
    tools:context='.MainActivity' >

   
标签:

下拉列表事件

安卓

android

下拉列表

it

分类: android

http://s4/mw690/7256fe8fgd49194bf5f63&690
该程序能够根据城市的选择,自动显示后边的城区选择

xml文件

<LinearLayout xmlns:android='http://schemas.android.com/apk/res/android'
    xmlns:tools='http://schemas.android.com/tools'
    android:layout_width='match_parent'
标签:

单选事件

安卓

radio

android单选事件

it

分类: android
http://s15/mw690/7256fe8fgd48dc10eff0e&690

xml文件

   <LinearLayout xmlns:android='http://schemas.android.com/apk/res/android'
    xmlns:tools='http://schemas.android.com/tools'
    android:layout_width='match_parent'
    android:layout_height='match_parent'
标签:

android

安卓

计算器

四则运算

it

分类: android
http://s8/mw690/7256fe8fgd4188dfce097&690

xml文件

<LinearLayout xmlns:android='http://schemas.android.com/apk/res/android'
    xmlns:tools='http://schemas.android.com/tools'
    android:layout_width='match_parent'
    android:layout_height='match_parent'
    tools:cont
标签:

android

安卓

it

分类: android
http://s12/mw690/7256fe8fgd3ef32f941db&690


<?xml version='1.0' encoding='utf-8'?>
<LinearLayout xmlns:android='http://schemas.android.com/apk/res/android'
    xmlns:tools='http://schemas.android.com/tools'
    android:layout_width='fill_parent'
    android:layout_height='fill_parent'
    android
标签:

js

数组

杂谈

分类: javascript

1.单纯创建JavaScript数组:

vararr=newArray();

要点:用new关键字创建数组对象Array(),Array()对象是一个本地类,可以用new创建一个对象后使用

2.创建JavaScript数组的同时规定数组大小:

 

  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有