`
353145845
  • 浏览: 3995 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表

grails学习笔记

配置篇 在config.groovy文件中有名为layer1.prop1的参数。请问,在Controller中如何访问它?在Service中呢? 访问方式一样,可采用以下任意一种方法: view sourceprint? 1 grailsApplication.config.layer1.prop1 2 //或者 3 ConfigurationHolder.config.layer1.prop1 如何编辑Grails应用的web.xml文件? 先使用命令:“grails install-template” ...
前端代码: public function confirm():void{ var file:FileReference = new FileReference(); file.download(new URLRequest(PdpRequestUrl.exportPayment+"?startTime="+startTime.text+"&endTime="+endTime.text),"支付记录.xls"); var alert:Alert; file.addEventListener(Event. ...
在数据库中,经常需要用到大字段类型,如oracle中long/blob/clob,sqlserver中text/image,mysql中的text/longtext/clob/blob。  那么假如现在有一个表,记录某人发布的文档信息,字段包括:发布人,发布时间,文档标题,文档内容(实际中还 ...
IT项目管理的六种错误思维错误一:错误的需求调研阶段,导致很多项目永远无法结束!在软件行业,在界面设计没有正式展现给客户之前,所有的工作都处于需求调研阶段。其实建筑行业已经给我们做好了先例:客户买房子之前 ...
Global site tag (gtag.js) - Google Analytics