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
上一篇介绍了VisualSVN
Server和TortoiseSVN的下载,安装,汉化.这篇介绍一下如何使用VisualSVN
Server建立版本库,以及TortoiseSVN的使用.首先打开VisualSVN Server
Manager,如图:可以在窗口的右边看到版本库的一些信息,比如状态,日...
分类:
其他好文 时间:
2014-05-15 14:21:54
阅读次数:
198
类和实例对于大多数的类,都可以创建多个实例.在需要和不需要时,创建和删除这些实例.该过程会伴随着内存的分配和归还.同时,有一些类,应该仅有一个实例.该实例在程序启动/结束时被创建和删除.root对象.通过该对象可以得到系统中的其他对象.factory对象.用来创建系统中的其他对象.manager对象...
分类:
其他好文 时间:
2014-05-15 14:03:01
阅读次数:
407
几个单词
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
[objc]view
plaincopy//将像素point由point所在视图转换到目标视图view中,返回在目标视图view中的像素值-(CGPoint)convertPoint:(CGPoint)pointtoView:(UIView*)view;//将像素point从view中转换到当前视图...
分类:
其他好文 时间:
2014-05-15 11:51:52
阅读次数:
253
http://www.tudou.com/programs/view/GIhcDcRj8vo/DISCUZ很好的网站搬家教程
分类:
Web程序 时间:
2014-05-15 11:35:42
阅读次数:
353
1. Grant necessory permission to user account,
so it can use SQL profiler.USE masterGRANT ALTER TRACE TO TEST;GRANT VIEW SERVER
STATE TO TEST;USE test...
分类:
数据库 时间:
2014-05-15 10:09:38
阅读次数:
469