在写Android的XML布局文件时,在ImageView或ImageButton中经常会碰到一个提示:Missing contentDescription
attribute on image.这个属性是做什么的呢?其实这个属性是方便一些生理功能有缺陷的人使用应用程序的。比如我们有一个ImageV...
分类:
移动开发 时间:
2014-05-27 01:02:17
阅读次数:
284
这里主要是介绍JAVA的类的初始化顺序,比较基础;主要是以例子演示为主:例子一: 1
package com.cnblog.GDUTtiantian; 2 3 /** 4 * 5 * @author GDUTtiantian 6 * @date
2014-5-19 下午1:30:10 7 ...
分类:
编程语言 时间:
2014-05-24 02:45:43
阅读次数:
345
package Pro0519;import java.util.Arrays;public
class pro0519 { public static void main(String[] args) { String[] ar_str1,
ar_str2; ...
分类:
其他好文 时间:
2014-05-24 02:22:06
阅读次数:
202
create or replace package cux_bom_pub isPROCEDURE
bom_expand_to_temp( p_organization_id number, p_item_id VARCHAR2,
p_levels_to_explode NUMBE...
分类:
数据库 时间:
2014-05-24 01:23:34
阅读次数:
2026
元素可以把逻辑上相关的一组Action、Result、Intercepter等元素封装起来,形成一个独立的模块,package可以继承其他的package,也可以作为父包被其他的package继承,比如“”中,helloworld这个包就继承了struts-default这个包。
元素有如下属...
分类:
其他好文 时间:
2014-05-19 19:52:20
阅读次数:
311
The final missing piece depends on if you are
using any processor, x86 or x64. The details using these different functions
requires specific handling ...
分类:
其他好文 时间:
2014-05-19 17:35:26
阅读次数:
356
一、Entity Framework以下简称EF安装EF4.3的步骤是首先安装VS扩展
NuGet,然后再使用NuGet安装EF程序包安装完NuGet就可以安装EF了,有两种方式可以安装EF:1.使用命令install-package
EntityFramework -Pre但出现如下错误:2.使用...
分类:
其他好文 时间:
2014-05-19 17:20:00
阅读次数:
6892
1 package zen.funny 2 { 3 import
com.greensock.TweenLite; 4 5 import flash.display.Sprite; 6 import
flash.display.StageAlign; ...
分类:
其他好文 时间:
2014-05-19 17:16:36
阅读次数:
444
# monkey
usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...]
[-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...]
[--ignore-crash...
分类:
移动开发 时间:
2014-05-18 10:09:09
阅读次数:
314
JAVA中可以将输出的位置设置在内存上,此时使用ByteArrayInputStream,ByteArrayOutputStream来完成输入,输出功能。
利用这两个类实现大小字母的转换:package lianxijihe;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import ja...
分类:
其他好文 时间:
2014-05-18 07:09:44
阅读次数:
232