- 浏览: 251373 次
- 性别:
- 来自: 成都
最新评论
-
wilsonchen:
...
pdf.js html5展现pdf -
angole:
不错,又学习到了。
mybatis打印sql -
hft24dq:
rxcss66 写道 个人没有搞明白什么原理,不过跟一楼说的一 ...
mybatis打印sql -
fireinjava:
fireinjava 写道org.apache.ibatis. ...
mybatis打印sql -
fireinjava:
org.apache.ibatis.logging.LogFa ...
mybatis打印sql
文章列表
http://www.catalysts.cc/wissenswertes/spring-transactional-rollback-on-checked-exceptions/?lang=en
1、@Tansactional默认只回滚unchecked异常
2、如果要回滚checked异常,必须要使用rollbackfor
1、struts2与spring整合
http://www.opensymphony.com/webwork/wikidocs/Spring.html
1、NAVICAT9
http://www.life404.cn/post-78.html
http://www.ibm.com/developerworks/cn/java/j-lo-beanvalid/
1、CSRF(跨站点请求伪造)
http://www.ibm.com/developerworks/cn/web/1102_niugang_csrf/
java的html 解析器:
jsoup:http://www.ibm.com/developerworks/cn/java/j-lo-jsouphtml/
1、报错内容:
Eclipse is running in a JRE, but a JDK is required
http://blog.csdn.net/gtuu0123/archive/2010/05/08/5570798.aspx
http://code.google.com/p/google-styleguide/
Iphone push 原理
http://slj.me/2010/02/iphone-push-notification/
服务器和手机上跑着的都是基于Jabber/XMPP协议的类IM程序。手机加服务器为好友,而服务器加所有使用Push的手机为好友(数量一定非常惊人,所以稳定性是问题。这应该也是Push Notification反复跳票的原因。)。
http://www.ifanr.com/3371
iphone push的文章:
http://mobiforge.com/developing/story/programming-apple-push-notification-servi ...
1、http://sd.csdn.net/a/20110304/292973.html
如何激活SCM的file status(原文地址:http://yarshure.com/bbs/thread-7941-1-1.html)
鼠标右击 project上面的Groups & Files,会出现个菜单,将其中SCM打钩即可。
1、不要将工程的Build目录放入仓库。
Excluding the build Directory from Source Control Operations
A project’s build directory contains many files generated by the Xcode build system. These fil ...
javascript file api可以访问文件列表:
http://www.ibm.com/developerworks/cn/web/1101_hanbf_fileupload/
http://www.mozilla.org/js/js-file-object.html
实现上传进度条:
1、服务器端计算进度条的当前值,并存入session。
2、客户端用javascript轮询服务器端保存在session中的值。
一、学习新框架、新语言,花钱买本书入门会加快。
二、学习新框架、新语言,光看一本书是没有任何意义的。必须要多看几本。最重要的是看好书。
三、找书方法:先到amazon.com查看几本评论高的相关书籍,然后就可以在网络上搜集pdf。。。
四、官方文档和demo是相当有用的,一定要看。你买的入门书籍多半都是抄他的。
五、加入论坛与聊天群。官方论坛、stackoverflow都比较活跃的,也可以加入一个QQ技术群
资料
delegate:
http://en.wikipedia.org/wiki/Delegation_pattern
Objective-C 2.0
// A custom view that scrolls its children.
@interface TCScrollView : NSView {
id delegate; // A delegate that wants to act on events in this view
}
-(IBAction)scrollToCenter:(id)sender; // A method that can be b ...