GAE-使用cron计划任务(java)时无法上传cron.xml,500错误

错误信息 com.google.appengine.tools.admin.AdminException: Unable to update app: Error posting to URL: https://appengine.google.com/api/datastore/cron/update?app_id=fatkuns&version=4& 500 Internal Server Error Server Error (500) A server error has occurred. at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:62) at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:271) at com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:145) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.io.IOException: Error posting to……

菊花文转换工具

网上流传的菊花文(菊҉花҉文҉)转换工具~真强大,感觉在可识别上比火星文强多了,但是还是挺容易被屏蔽的。菊花文的原理搜索了下都没有介绍,看了下源码,是把原来的字符码(CharCode)加上某个值转换过来的,至于为什么成这样。。。我也不清楚。。
附上转换工具,中国人民是非常有智慧的。

……

TortoiseHg 1.0.1 与 Mercurial 1.5.1 版本控制软件

Mercurial 是一款跨平台的快速、轻量级的分布式源代码管理软件, 使用python开发,免费开源。高效的实现、简易的学习曲线使得它既适合于大规模项目,也适用于小项目的代码管理。目前很多著名项目都已经开始使用 Mercurial来管理代码, 如 Mozilla、OpenOffice、Python等。Google Code在09年早期也已经提供了对Mercurial的支持。(在后台source设置一下即可) TortoiseHg为Mercurial集成了一系列图形化工具和Shell扩展, 类似于TortoiseSVN为SVN提供的功能。

……

java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy0[解决方法]

Caused by: java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy0 implementing com.mysoft.applications.database.interfaces.MyInterface,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [ibatis.ibator.services.TestService] for property ‘service’: no matching editors or conversion strategy found
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:386)
… 42 more 在配置事务时加入了aspectjweaver.jar这个包后出现了这个问题。 本文来源:http://blog.csdn.net/taochenpfj/archive/2009/07/29/4390158.aspx

……