Gallery和swithcer联合使用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complian...
分类:
其他好文 时间:
2014-05-22 11:19:05
阅读次数:
288
<!--
Copyright 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the L...
分类:
移动开发 时间:
2014-05-22 08:41:44
阅读次数:
377
CREATE FUNCTION "FAS"."GET_ALL_NAME" ( "A_ID"
BIGINT ) RETURNS VARCHAR(9000) SPECIFIC
"SQL131107190046233"--SPECIFIC名称不能与其他FUNCTION的重复 LANGUAGE SQL...
分类:
数据库 时间:
2014-05-19 08:05:28
阅读次数:
444
今天看到群友问了两个问题比较基础:1
怎么确认我的db2是否由root安装的呢?其实从DB2UDB
V9.1有了db2ls这个命令后,这个问题就简单多了,我们只需要简单的跑下db2ls,然后看输出的Installer UID
是否为0(rootuid),如下图所示:[db2v975@db2udb ~...
分类:
数据库 时间:
2014-05-19 07:45:56
阅读次数:
350
create view
v_table1(col1,col2,col3...)--视图名(字段一,字段二,字段三...) as --后跟查询语句 select
col1,col2,col3... from table1;可像查询表一样查询视图,视图是一个查询结果的映射。不能做增删...
分类:
数据库 时间:
2014-05-19 07:32:15
阅读次数:
300
DB2创建function(一),介绍将function内容作为字段值,或做为一个where条件的情况。DB2创建function(二),介绍建立返回的内容为表集合。调用示例如下select
* from table(GET_EFFECTIVE_USER_ID(21))--GET_EFFECTIVE...
分类:
数据库 时间:
2014-05-19 07:29:40
阅读次数:
712
Warning[★警告★]:
(1) authorization code sensitive parts of antivirus software, you can let go.
Do not worry deleted! Such as: 360
(2) requires a license copyrighted software, pirated reserved!...
分类:
移动开发 时间:
2014-05-18 13:59:25
阅读次数:
380
a)
通用选项
-L license
-h 帮助
-fromats 显示可用的格式,编解码的,协议的...
-f fmt 强迫采用格式fmt
-I filename 输入文件
-y 覆盖输出文件
-t duration 设置纪录时间 hh:mm:ss[.xxx]格式的记录时间也支持
-ss position 搜索到指定的时间 [-]hh:mm:ss[.xxx]的...
分类:
其他好文 时间:
2014-05-18 09:38:30
阅读次数:
303
1.生成key edit->preferences->license
Keys->generate 2.新建product license文件 3.新建Zend Guard项目文件 需要注意新建项目的第二项需要英文路径
4.在项目上按右键 选择configure 初始界面是 如果要用做授权,点击se...
分类:
其他好文 时间:
2014-05-18 01:31:21
阅读次数:
492
介绍EditText颤抖的动画效果
Animation1.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except...
分类:
其他好文 时间:
2014-05-15 18:12:00
阅读次数:
345