choose, when, otherwise有时我们不想应用所有的条件, 相反我们想选择很多情况下的一种。 Java 中的 switch 和 语句相似,MyBatis 提供 choose 元素。我们使用上面的示例,但是现在我们来搜索当 title 提供时仅有 title 条件,当 author 提...
分类:
数据库 时间:
2014-07-03 09:23:49
阅读次数:
223
Powershell script to get site Title, Site Owner, Site user count and usageAdd-PSSnapin microsoft.sharepoint.powershell -ErrorAction SilentlyContinue$w...
分类:
其他好文 时间:
2014-07-02 20:27:22
阅读次数:
704
butterknife
让我们从繁琐的 findViewById 中解救出来。下面直接是使用方法
Activity
class ExampleActivity extends Activity {
@InjectView(R.id.title) TextView title;
@InjectView(R.id.subtitle) TextView subtitle;
...
分类:
其他好文 时间:
2014-07-02 11:37:30
阅读次数:
471
原理:最外层放水平平铺的背景,第二层放左边,第三层放右边,注意这个做法背景图不能透明结构: 样式:.module-title { height:33px; background: url(../images/more-title.png) 0 -33px repeat-x; text-inden.....
分类:
Web程序 时间:
2014-07-01 18:23:28
阅读次数:
235
Query.All("name", "a", "b");//通过多个元素来匹配数组 Query.And(Query.EQ("name", "a"), Query.EQ("title", "t"));//同时满足多个条件 Query....
分类:
其他好文 时间:
2014-07-01 17:48:00
阅读次数:
192
先上效果图,选择不同的模块,滑动会通过动画形式滑过去,这种适合新闻客户端多种栏目的展示:
这么写Layout:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="...
分类:
移动开发 时间:
2014-07-01 15:43:33
阅读次数:
198
1.发通知。(以这条通知为例,通知名字:gameOverNotification。通知参数:title)
NSNotificationCenter.defaultCenter().postNotificationName("gameOverNotification", object: title)
2.在要监听这则通知的viewDidload方法里面添加观察者,以便监听这则通知
...
分类:
其他好文 时间:
2014-07-01 14:28:52
阅读次数:
230
先上效果图:
Title的Layout为:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
...
分类:
移动开发 时间:
2014-07-01 11:24:30
阅读次数:
289
微软近期Open的职位:JOB TITLE: Software Design Engineer IIDEPARTMENT: Microsoft Office Division ChinaIMMEDIATE SUPERVISOR: Development LeadLocation: Beijing, ...
分类:
其他好文 时间:
2014-07-01 10:29:30
阅读次数:
299
Java生成文件
1、说明
以文件路径作为参数,判断该文件是否存在,若不存在就创建文件,并输出文件路径
2、实现源码
/**
* @Title:BuildFile.java
* @Package:com.you.freemarker.model
* @Description:生成文件
* @author:Youhaidong(游海东)
* @date:...
分类:
编程语言 时间:
2014-07-01 06:45:22
阅读次数:
174