1 // Playground - noun: a place where people can play 2 3 import UIKit 4 //---------------------------------------------------------------------...
分类:
编程语言 时间:
2015-01-01 12:29:09
阅读次数:
148
#{form @Users.userManagement(), enctype:'multipart/form-data'} #{/form}
分类:
其他好文 时间:
2014-12-31 20:02:20
阅读次数:
171
使用%{}%格式%{ if(wechatUser.province==null){ wechatUser.province=""; } if(wechatUser.city==null){ wechatUser.city=""; } String address=we...
分类:
编程语言 时间:
2014-12-31 19:46:38
阅读次数:
211
#{if session.get("user_permission").contains("UserManager")} &{'edit'} &{'delete'} &{'password_reset'}#{/if}
分类:
Web程序 时间:
2014-12-31 19:46:28
阅读次数:
150
/** * 上传 * * @param name * @param file */ public static void UploadFile(File file) { String fileName = file.getName(); // 这里存放的是指定的目录data(一般是从...
分类:
Web程序 时间:
2014-12-31 18:17:21
阅读次数:
171
public static void Download(String filePath) { File file = new File(filePath); renderBinary(file); }
分类:
其他好文 时间:
2014-12-31 18:05:15
阅读次数:
123
package job;import play.jobs.Every;import play.jobs.Job;import play.jobs.OnApplicationStart;import com.wanhua.weixin.model.AccessToken;/*** * @author ...
分类:
其他好文 时间:
2014-12-31 17:58:14
阅读次数:
411
package com.wanhua.thread;//定时发送任务线程import java.util.List;import java.util.TimerTask;import play.db.jpa.JPAPlugin;import controllers.News;import model...
分类:
编程语言 时间:
2014-12-31 17:46:15
阅读次数:
248
poj 2886 Who Gets the Most Candies?
Description
N children are sitting in a circle to play a game.
The children are numbered from 1 to N in clockwise order. Each of them has a card with ...
分类:
其他好文 时间:
2014-12-30 23:42:05
阅读次数:
310