码迷,mamicode.com
首页 >  
搜索关键字:coco play    ( 9873个结果
swift基本数据类型
1 // Playground - noun: a place where people can play 2 3 import UIKit 4 //---------------------------------------------------------------------...
分类:编程语言   时间:2015-01-01 12:29:09    阅读次数:148
play freamwork 页面的form表单样式
#{form @Users.userManagement(), enctype:'multipart/form-data'} #{/form}
分类:其他好文   时间:2014-12-31 20:02:20    阅读次数:171
play freamwork 页面的Html+Groovy模板中添加Java代码
使用%{}%格式%{ if(wechatUser.province==null){ wechatUser.province=""; } if(wechatUser.city==null){ wechatUser.city=""; } String address=we...
分类:编程语言   时间:2014-12-31 19:46:38    阅读次数:211
play freamwork 页面的Html+Groovy模板中的if判断
#{if session.get("user_permission").contains("UserManager")} &{'edit'} &{'delete'} &{'password_reset'}#{/if}
分类:Web程序   时间:2014-12-31 19:46:28    阅读次数:150
play freamwork 文件上传
/** * 上传 * * @param name * @param file */ public static void UploadFile(File file) { String fileName = file.getName(); // 这里存放的是指定的目录data(一般是从...
分类:Web程序   时间:2014-12-31 18:17:21    阅读次数:171
play freamwork 文件下载
public static void Download(String filePath) { File file = new File(filePath); renderBinary(file); }
分类:其他好文   时间:2014-12-31 18:05:15    阅读次数:123
play freamwork 定时任务
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
Java play freamwork 新闻通知的定时发送
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? (线段树单点更新应用)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!