如下面所示,同时导入这两个,会提示其中一个与另一个产生冲突。1 import
android.view.View.OnClickListener;2 import
android.content.DialogInterface.OnClickListener;其实,当我们用某个Listener时,不...
分类:
移动开发 时间:
2014-05-20 01:19:27
阅读次数:
358
转自:http://storage.chinabyte.com/14/11568014.shtml很多人刚刚接触数据库时都有疑问:在很多程序中都会是有的直接读取一个静态文件,有的是读取数据库。直接读取静态文件,不访问数据库速度是会很快,但是为什么还要访问数据库呢?它们两则肯定是有区别的,那么区别是什...
分类:
数据库 时间:
2014-05-20 01:16:41
阅读次数:
320
http://stackoverflow.com/questions/21140852/start-tabtip-with-numpad-view-open
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto...
分类:
Windows程序 时间:
2014-05-17 15:25:14
阅读次数:
1105
List listGroup = sysGroupBll.Where(o => o.IsSb
== true, o => o.Id).ToList(); List items = new List(); foreach (var group in
listGroup) { items.Add(new...
分类:
Web程序 时间:
2014-05-16 03:30:39
阅读次数:
401
介绍ViewFlipper
ViewFlipper
Simple ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requested, can automatically flip betwee...
分类:
其他好文 时间:
2014-05-15 18:37:44
阅读次数:
356
介绍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
几个单词
Hierarchy
['ha??rɑ?k?]
n. 层级
思考:每个视图有一个父视图,有0个或者多个子视图
Manipulation
[m?,n?pj?'le??(?)n] n.
操纵;操作
Descendant
[d?'send(?)nt]
n. 后裔;子孙
UIWindow
Feature:
1、UIWindow set up...
分类:
其他好文 时间:
2014-05-15 12:13:20
阅读次数:
430
http://www.tudou.com/programs/view/GIhcDcRj8vo/DISCUZ很好的网站搬家教程
分类:
Web程序 时间:
2014-05-15 11:35:42
阅读次数:
353