Category Archives: 其他技术

靠代码吃饭..

修改Oracle 10g XE WEB服务器端口 – Modify the Oracle XE web console server port

we need to change one port when using Oracle 10g XE and Tomcat/JBoss, because they all use the 8080 port.
It’s very easy to change the web serve

More…

Posted in DB | Tagged , | Leave a comment

GAE Query Filter, Sort, Limit, Paging

GAE关于Java的资料这是不多, 而且多数都要翻墙, 昨晚做个分页, 差点累死啊!
闲言碎语不多说, 上代码:
DatastoreService datastoreService = DatastoreServiceFactory.getDatastoreService();
Query qu

More…

Posted in 云计算, 高科技啊 | Tagged , , , , | Leave a comment

Google app engine 设置Cron Jobs GAE设置定时任务(Java版)

GAE的 Cron Job是通过配置文件实现的 – “Cron jobs are defined in cron.yaml (Python) or cron.xml (Java)”
Java版的cron.xml配置文件位于WEB-INFO目录下(位置同web.xm

More…

Posted in 云计算, 高科技啊 | Tagged , , | Leave a comment

jQuery — Ajax Post数据乱码

jQuery.ajax() API:
“POST data will always be transmitted to the server using UTF-8 charset, per the W3C XMLHTTPRequest standard.”  h

More…

Posted in Design | Tagged | Leave a comment

Amazon Cloud Drive – 基于S3的云存储网络硬盘, 所有用户均可免费享有5GB

Amazon越来越给力, 年初推出免费小主机后, 基于S3的Cloud Drive竟然也有免费版可用.
The Amazon Cloud drive offers 5 GB of free online storage that you can access from any computer. I

More…

Posted in 云计算, 高科技啊 | Tagged , , | 1 Comment