E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
grails
grails
eclipse插件 Error opening zip file or JAR manifest missing : null解决办法
今天安装了JDK7,
Grails
2.2.0和eclipse的
grails
插件GGTS之后,在eclipse中运行run-app的时候,总是出现下面错误ErroropeningzipfileorJARmanifestmissing
kongxx
·
2013-01-25 15:00
grails
代理服务器设置
在
grails
可以有两种简单方法来设置代理服务器第一种方法
grails
add-proxymyproxy--host=--port=--username=--password=
grails
set-proxymyproxy
kongxx
·
2013-01-25 15:00
grails
代理服务器设置
在
grails
可以有两种简单方法来设置代理服务器 第一种方法
grails
add-proxy myproxy --host=<server> --port=<port>
从此醉
·
2013-01-25 15:00
grails
收集几个
Grails
中自动数据绑定的容错机制,但总觉得蛮bug的。。。
#1 --action里-- println(params.payAmount) Expense e = new Expense(params) println(e.payAmount) --页面输入 10o (最后一位是字母option的开头)-- 奇迹发生了,sout输出结果是 10o  
Jcat
·
2013-01-24 21:00
grails
收集几个
Grails
中自动数据绑定的容错机制,但总觉得蛮bug的。。。
阅读更多#1--action里--println(params.payAmount)Expensee=newExpense(params)println(e.payAmount)--页面输入10o(最后一位是字母option的开头)--奇迹发生了,sout输出结果是10o10最终导致存入数据库10也不知道这个算是自动数据绑定的BUG还是容错机制。。。感觉好危险。。。#2背景it.payDate是e
Jcat
·
2013-01-24 21:00
grails
收集几个
Grails
中自动数据绑定的容错机制,但总觉得蛮bug的。。。
阅读更多#1--action里--println(params.payAmount)Expensee=newExpense(params)println(e.payAmount)--页面输入10o(最后一位是字母option的开头)--奇迹发生了,sout输出结果是10o10最终导致存入数据库10也不知道这个算是自动数据绑定的BUG还是容错机制。。。感觉好危险。。。#2背景it.payDate是e
Jcat
·
2013-01-24 21:00
grails
将
Grails
的Flash Scope移植到Struts2
Web应用程序中一个常见的用法是,先对请求进行处理然后将请求重定向到另外一个控制器、servlet或其他对象。这种做法本身没什么问题,但是当请求被重定向时它会创建一个崭新的request,并将原本保存在request属性中的数据全都清除掉,因此重定向的目标操作就无法再获得这些数据。当我们使用struts2的actionmessage的时候,遇到重定向,这些消息全都over了。有些开发者为了避免上述
谭明智
·
2013-01-24 09:00
struts2
Flash
grails
利用google的svn下载Grail项目,适合测试环境
阅读更多先checkoutcdprojectssvncheckouthttp://xxxx.googlecode.com/svn/myoa然后创建
grails
项目,
Grails
自动生成的东西不少,我只把我编辑过的内容上传到了
Jcat
·
2013-01-24 01:00
Grails
Google
SVN
利用google的svn下载Grail项目,适合测试环境
先checkout cd projects svn checkout http://xxxx.googlecode.com/svn/ myoa 然后创建
grails
项目,
Grails
自动生成的东西不少
Jcat
·
2013-01-24 01:00
SVN
Google
grails
利用google的svn下载Grail项目,适合测试环境
阅读更多先checkoutcdprojectssvncheckouthttp://xxxx.googlecode.com/svn/myoa然后创建
grails
项目,
Grails
自动生成的东西不少,我只把我编辑过的内容上传到了
Jcat
·
2013-01-24 01:00
Grails
Google
SVN
Grails
中利用枚举(enum)来实现Status、Type功能
Grails
中,可以通过枚举类型轻松实现1.在src/groovy文件夹下创建枚举对象publicenumExpenseGroupStatus{New,Approved,WriteOff}publicenumExpenseGroupType
Jcat
·
2013-01-23 13:00
grails
enum
Grails
中利用枚举(enum)来实现Status、Type功能
Grails
中,可以通过枚举类型轻松实现1.在src/groovy文件夹下创建枚举对象publicenumExpenseGroupStatus{New,Approved,WriteOff}publicenumExpenseGroupType
Jcat
·
2013-01-23 13:00
grails
enum
Grails
中利用枚举(enum)来实现Status、Type功能
Grails
中,可以通过枚举类型轻松实现 1.
Jcat
·
2013-01-23 13:00
enum
grails
Grails
多环境基本概念
阅读更多大多数g命令都是默认dev参数的
grails
run-app默认环境为dev
grails
war默认环境为prodThereare3presetenvironmentsknownto
Grails
:dev
Jcat
·
2013-01-21 14:00
Grails
Grails
多环境基本概念
大多数g命令都是默认dev参数的
grails
run-app 默认环境为 dev
grails
war 默认环境为 prod There are 3 preset environments
Jcat
·
2013-01-21 14:00
grails
Grails
多环境基本概念
阅读更多大多数g命令都是默认dev参数的
grails
run-app默认环境为dev
grails
war默认环境为prodThereare3presetenvironmentsknownto
Grails
:dev
Jcat
·
2013-01-21 14:00
Grails
Grails
中引入依赖包/框架/插件
阅读更多在
Grails
项目中,引入第三方包/框架(准确的说是G没有内置的第三方)有3个办法1.在plugin库里,选择可用的插件,比如ckeditor,好处是可以自动完成一些配置工作,使用起来很便捷。
Jcat
·
2013-01-21 12:00
Grails
插件
Grails
中引入依赖包/框架/插件
阅读更多在
Grails
项目中,引入第三方包/框架(准确的说是G没有内置的第三方)有3个办法1.在plugin库里,选择可用的插件,比如ckeditor,好处是可以自动完成一些配置工作,使用起来很便捷。
Jcat
·
2013-01-21 12:00
Grails
插件
Grails
中引入依赖包/框架/插件
阅读更多在
Grails
项目中,引入第三方包/框架(准确的说是G没有内置的第三方)有3个办法1.在plugin库里,选择可用的插件,比如ckeditor,好处是可以自动完成一些配置工作,使用起来很便捷。
Jcat
·
2013-01-21 12:00
Grails
插件
Grails
中引入依赖包/框架/插件
在
Grails
项目中,引入第三方包/框架(准确的说是G没有内置的第三方)有3个办法1.在plugin库里,选择可用的插件,比如ckeditor,好处是可以自动完成一些配置工作,使用起来很便捷。
Jcat
·
2013-01-21 12:00
插件
grails
LInux 下
grails
环境配置
LInux下
grails
环境配置 1:到
grails
的官方网站下载http://
grails
.org/Download相应的grals版本。
yanghaiquanyyy
·
2013-01-21 11:57
linux
环境配置
下grails
LInux 下
grails
环境配置
LInux下
grails
环境配置1:到
grails
的官方网站下载http://
grails
.org/Download相应的grals版本。
yanghaiquanyyy
·
2013-01-21 11:57
LInux
下grails
环境配置
linux
Grails
(17)Secure the REST API with Session Stick
Grails
(17)Secure the REST API with Session Stick My colleague think of way of authority of REST API
sillycat
·
2013-01-19 08:00
session
[Review]To be coder(2011.08.01~2014.01.11-
Grails
-ing)
个人主页:http://callmewhy.com/其实编程是一件非常有意思的事情,像造物主可以创造万物一样,每一个程序员都可以创造一片属于自己的世界。这就是我喜欢编程的原因,很简单,自由。以下内容回记录汪海的编程生活,因为比较懒的原因,所以写的比较简单,其中坎坷曲折,一言难尽。再回头看以前写的代码,敲的程序,却也别有一番滋味。个人兴趣飘忽无常,所以有些都没有深入学习,以后有时间再慢慢补上吧。JA
wxg694175346
·
2013-01-18 09:00
Grails
(16)Secure the REST API-Basic Auth
Grails
(16)Secure the REST API-Basic Auth Here are my configuration in Config.groovy // Added by the
sillycat
·
2013-01-18 01:00
grails
Grails
(15)How to Customized Marshaller
Grails
(15)How to Customized Marshaller SOAPUI eclipse plugin URL http://www.soapui.org/eclipse/update
sillycat
·
2013-01-17 10:00
marshal
Grails
(14)Study the Project
Grails
(14)Study the Project 1.
sillycat
·
2013-01-17 10:00
project
grails
oauth插件试用血的教训
grails
oauth插件还可以啊就是使用的时候document讲的不明不白,害我走了几天弯路啊,也怪自己调试不够装卸装很多遍,按照document配置一个oauthprovider,都在一个地方卡死了提示
jingxing05
·
2013-01-16 16:00
grails
OAuth
config.groovy
Cloud Foundry 入门指南遇到的问题
按照入门指南安装需要的工具,执行vmclogin时,可以不用后面接入用户名,后面会提示,也可以不用,后面当按照要求编写一段代码时push时,出现的选项可能不同,Instances>1 1:
grails
parker
·
2013-01-12 10:00
How to upload file from web url and save it to database (
Grails
)
Domain class: class Data { byte[] pdfFile static mapping = { pdfFile sqlType:'longblob' //use mysql } static constraints = { pdfFile nullable:true
biomedinfo
·
2013-01-11 22:00
upload
database
grails
How to upload file from web url and save it to database (
Grails
)
阅读更多Domainclass:classData{byte[]pdfFilestaticmapping={pdfFilesqlType:'longblob'//usemysql}staticconstraints={pdfFilenullable:true}}gspviewtosubmittheurltocontroller:DataController:defsavePdf(){//savep
biomedinfo
·
2013-01-11 22:00
Grails
upload
database
How to upload file from web url and save it to database (
Grails
)
阅读更多Domainclass:classData{byte[]pdfFilestaticmapping={pdfFilesqlType:'longblob'//usemysql}staticconstraints={pdfFilenullable:true}}gspviewtosubmittheurltocontroller:DataController:defsavePdf(){//savep
biomedinfo
·
2013-01-11 22:00
Grails
upload
database
ASIHTTPRequest实现断点续传
本文还是以
Grails
编写断点续传服务器端为例
jiayou8809
·
2013-01-11 11:00
Grails
学习笔记之GORM
1.关联查询假设有以下领域对象:classAccount{TransactiontransactionDatecreated}classTransaction{Datedate}defc=Account.createCriteria()defnow=newDate()defresults=c.list{transaction{//查询关联的属性between('date',now-10,now)}
dean123363
·
2013-01-10 02:47
Groovy
Grails
学习笔记之GORM
阅读更多1.关联查询假设有以下领域对象:classAccount{TransactiontransactionDatecreated}classTransaction{Datedate}defc=Account.createCriteria()defnow=newDate()defresults=c.list{transaction{//查询关联的属性between('date',now-10,n
dean_liu
·
2013-01-10 02:00
grails
groovy
Grails
学习笔记之GORM
1.关联查询 假设有以下领域对象: class Account{ Transaction transaction Date created } class Transaction{ Date date } def c = Account.createCriteria() def now = new Date() def results = c.l
dean_liu
·
2013-01-10 02:00
grails
groovy
Grails
学习笔记之GORM
1.关联查询 假设有以下领域对象: class Account{ Transaction transaction Date created } class Transaction{ Date date } def c = Account.createCriteria() def now = new Date() def results = c.l
dean_liu
·
2013-01-10 02:00
grails
groovy
Grails
学习笔记之GORM
阅读更多1.关联查询假设有以下领域对象:classAccount{TransactiontransactionDatecreated}classTransaction{Datedate}defc=Account.createCriteria()defnow=newDate()defresults=c.list{transaction{//查询关联的属性between('date',now-10,n
dean_liu
·
2013-01-10 02:00
grails
groovy
刷新jcaptcha验证码
Grails
有个jcaptcha的插件,可以很方便的生成验证码,但是并不提供刷新验证码的功能,如果想这么做,必须要自己动手写js来实现。
swordinhand
·
2013-01-09 23:00
验证码
Grails
部署 = war + Tomcat + MySQL
今天搞了一下
Grails
项目的部署,准确的说,部署操作和
Grails
无关,因为可以很方便的打成war包,就可以放在标准的Java容器里了。
Jcat
·
2013-01-09 22:00
tomcat
mysql
grails
Grails
部署 = war + Tomcat + MySQL
阅读更多今天搞了一下
Grails
项目的部署,准确的说,部署操作和
Grails
无关,因为可以很方便的打成war包,就可以放在标准的Java容器里了。
Jcat
·
2013-01-09 22:00
grails
tomcat
mysql
Grails
部署 = war + Tomcat + MySQL
阅读更多今天搞了一下
Grails
项目的部署,准确的说,部署操作和
Grails
无关,因为可以很方便的打成war包,就可以放在标准的Java容器里了。
Jcat
·
2013-01-09 22:00
grails
tomcat
mysql
Grails
部署 = war + Tomcat + MySQL
阅读更多今天搞了一下
Grails
项目的部署,准确的说,部署操作和
Grails
无关,因为可以很方便的打成war包,就可以放在标准的Java容器里了。
Jcat
·
2013-01-09 22:00
grails
tomcat
mysql
Grails
中为静态资源设置过滤器
今天做了个上传文件功能的雏形,发现上传后的文件(URI)不受
Grails
的过滤器控制,用户不登陆也可以访问到这些资源,这自然就不安全咯。
Jcat
·
2013-01-09 02:00
spring
servlet
grails
Grails
中为静态资源设置过滤器
阅读更多今天做了个上传文件功能的雏形,发现上传后的文件(URI)不受
Grails
的过滤器控制,用户不登陆也可以访问到这些资源,这自然就不安全咯。
Jcat
·
2013-01-09 02:00
grails
servlet
spring
Grails
中为静态资源设置过滤器
阅读更多今天做了个上传文件功能的雏形,发现上传后的文件(URI)不受
Grails
的过滤器控制,用户不登陆也可以访问到这些资源,这自然就不安全咯。
Jcat
·
2013-01-09 02:00
grails
servlet
spring
Grails
中的过滤器(Filter)和拦截器(Interceptor)
(这也就是为什么在
Grails
文档里,拦截器属于Controlloer章节的一个小节;而过滤器自己是一个章节)4、拦截器可以访问action上下文、值
Jcat
·
2013-01-08 15:00
Grails
Filter
Interceptor
Grails
中的过滤器(Filter)和拦截器(Interceptor)
(这也就是为什么在
Grails
文档里,拦截器属于Controlloer章节的一个小节;而过滤器自己是一个章节)4、拦截器可以访问action上下文、值
Jcat
·
2013-01-08 15:00
Grails
Filter
Interceptor
Grails
中的过滤器(Filter)和拦截器(Interceptor)
( 这也就是为什么在
Grails
文档里,拦截器属于Controlloer章节的一个小节;而过滤器自己是一个章节) 4、拦截器可以访问act
Jcat
·
2013-01-08 15:00
filter
Interceptor
grails
grails
命令备忘
grails
add-proxy :为internet连接添加代理服务器
grails
bootstrap :执行容器外的引导程序,可以做初始化工作。
jingxing05
·
2013-01-08 14:00
命令
grails
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他