转载地址:http://blog.csdn.net/mad1989/article/details/7913404此教程和官方的没有太大区别,省略了好多没用的步骤,添加framework的方式是最新的,其它没有太大变化。1,创建一个Single
view Application,相信这个大家都懂的吧...
分类:
其他好文 时间:
2014-06-07 03:51:30
阅读次数:
222
1.Ext简介.Extjs是一个Ajax框架,是一个用javascript写的,用于在客户端创建丰富多彩的web应用程序界面。ExtJs可以用来开发RIA(Rich
Internet Application,富互联网应用系统)的Ajax应用框架。ExtJs是一个用javascript写的,主要用于创...
分类:
Web程序 时间:
2014-05-28 15:07:57
阅读次数:
433
序:给Shiro加入验证码,有多种方式,当然你也可以通过继承修改FormAuthenticationFilter类,通过Shiro去验证验证码。具体实现请百度:应用Shiro到Web
Application(验证码实现)而今天我要说的,既然使用的SpringMVC,为什么不直接在Controller...
分类:
编程语言 时间:
2014-05-28 10:58:10
阅读次数:
665
Any View object may have an integer ID associated
with it, to uniquely identify the View within the tree. When the application is
compiled, this ID is...
分类:
移动开发 时间:
2014-05-27 17:10:02
阅读次数:
314
If you are supporting pre-3.0 with your application
be sure you put this version of the custom theme invalues-v11or similar.
分类:
其他好文 时间:
2014-05-26 17:54:46
阅读次数:
206
原文:教你发布Silverlight Bussiness Application(SQL Server
登录,局域网访问,以及使用ArcGIS Server服务需要注意的问题)
之前发布过Silverlight应用程序,当时也没有你遇到什么阻碍,直接使用的Visual Studio 2010的Pub...
分类:
移动开发 时间:
2014-05-26 17:53:28
阅读次数:
370
类似java的多行凝视!安装过程:1.前往GitHub下载project文件:VVDocumenter-Xcode2.用Xcode打开project,Command
+ BBuild成功后,能够在~/Library/Application Support/Developer/Shared/Xcode...
分类:
其他好文 时间:
2014-05-26 17:24:08
阅读次数:
390
一次nginx 504 Gateway
Time-out错误排查、解决记录,经过反复检查,发现造成这个问题的原因就是PHP的CURL没有设置超时时间,解决办法只要设置超时时间或者修改一下nginx的配置即可解决。记一次莫名其妙的网站失去响应排查。之前网站一直是使用nginx做代理后端的apache运...
分类:
其他好文 时间:
2014-05-26 16:45:50
阅读次数:
276
Question0Sign in to voteFolks,In my
application, when the user hits "Submit" button, I have to make a Web service
call asynchronously. Here is what I ...
分类:
其他好文 时间:
2014-05-25 22:19:32
阅读次数:
657
开发servlet程序步骤:
step1. 写一个java类,实现Servelt接口或者继承Httpservlet类,一般 继承Httpservlet类(实现了Servelt接口).
step2.编译(servlet-api.jar).
step3.打包
appname(目录,程序名)
WEB-INF(目录,不能自己定义)
classes(存放servlet class文件)...
分类:
其他好文 时间:
2014-05-25 21:26:21
阅读次数:
438