`
wutao8818
  • 浏览: 619675 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表
太复杂了。不过对django的体验又深了一层。最后搞定了。 源代码编译 安装python2.5.2 修改一下.profile alias python到新安装的目录 重新登陆一下让.profile设置生效了。 这时候就是python2.5.2了。 可以 python -V 看看 应该就是2.5.2了。 安装django0.97pre 装好了. python import django django.VERSION 可以看到现在的django版本已经是0.97pre 可以跑跑./django.fcgi 看看效果。 忘记安装 python mysql,flup 抛错了。 ...
画图 http://code.google.com/apis/chart/ ruby html Parser watir Hpricot  A Fast, Enjoyable HTML Parser for Ruby http://code.whytheluckystiff.net/hpricot/ http://hi.baidu.com/chenjinze/blog/item/f2281f8bafe38417c9fc7a56.html ==================================== Ruby MapReduce实现 Skynet http://b ...
引用Apress.Practical.REST.on.Rails.2.Projects.Apr.2008.pdf In any application I intend to deploy to a production environment, I generally install the exception_notification plugin at about this point. Exception_notification modifies your application so that any unhandled exceptions in production automa ...
引用Apress.Practical.REST.on.Rails.2.Projects.Apr.2008.pdf The most important assumption underlying this book is that it is a good thing to take part in this open, Web 2.0 world. Many people might challenge that assumption; sometimes, these are the proprietors of data that sits in silos, who limit acc ...
帮朋友做了一个小网站,用django实现比较快,也是第一次,不过还算顺利。 接下来就是部署到服务器上了。 申请开通了220元/年的空间,这样才有ssh权限,不然只有ftp权限。 pscp开发好的应用到主机的个人目录上.最终位置要~/你的用户名/public_html下面 另外需要2个文件,apache mod_python 需要这东西。 1. .htaccess 2. django.fcgi 一开始在服务器上生成一个空的django应用试了一下,报错。Server Internal Error,又是周末没有技术支持,只好等到周一了。 一问才知道 django.fcgi需要x执行权限。scp上去 ...

Pylons Screencasts

Pylons视频教程。 http://www.pylonscasts.com/
http://pylonshq.com/information.html 引用Pylons is a modern full-stack Python web development framework combining the very best from the worlds of Ruby, Python and Perl. Pylons helps you to build complex web applications quickly and easily. It is being developed by Ben Bangert and James Gardner w ...
关键问题是 3 老是卡机 。打开一个网页就死在那了。看到有些资料说是对flash支持不好?? 反正我是深受其害啊。总是看得兴致正浓时死掉。 下载4后,有2个文件一个是basic包,如果没有安装3的朋友安装这个包。 如果安装了3的,直接使用另外一个包advance包升级即可。 另外发现 我卸载3后 在使用basic包安装后出错,无法启动safari 。最后还是重新把3装上后, 再使用advance包升上去的。现在感觉4 比3稳定。没出现死掉的情况。
http://www.letrails.cn/archives/07-11-23-rails20-features Rails2.0最大的变化莫过于增加了ActiveResource,而去除了Action Web Services(有了REST,SOAP就显得很多余了),用实际行动为REST在与SOAP的竞争中投了一票。 你 可以将ActiveResource理解为远程的ActiveRecord,也就是说不同于 ActiveRecord 操作存储在本地数据库中的对象,ActiveResource 操作的是存储于远端服务器上的对象,我们假设Person是一个ActiveResource类: ...
转自: http://chinaonrails.com/topic/view/1610.html With RubyCAS and Ruby-OpenID you have two choices to enable authentication for your application. Security (CAS and OpenID) with Ruby http://www.infoq.com/presentations/gehtland-security-and-identity RubyCas Server 原文地址 : http://blog.thinkrelevan ...
Are there other web frameworks? 进入python世界也能发现很多web frameworks ,如何选择又一次成为一个问题。还是先看看介绍吧。来自http://wiki.pylonshq.com/display/pylonscookbook/Concepts+of+Pylons 引用 Django Django is oriented to programmers who deal mainly with content. The makers of Django are from the newspaper business. They say that ...
引用函数式或声明性编程是非常强大的编程方法,正逐渐在软件行业流行起来。这篇文章将介绍一些相关的函数式编程概念,并提供有效使用这些概念的示例。作者将解释如何使用 JavaScript(TM)™(JavaScript 能导入函数式编程的构造和特性)编写优美的代码。 用函数式编程技术编写优美的 JavaScript 另外还有一篇相关的介绍文章也还不错。 函数式编程另类指南 引用       xx    
实现COC原则无配置自动映射 引用http://localhost:8080/jpetstore/index/index.html --> IndexController.index() --> /WEB-INF/ftl/index/index.flt 今天晚上试验了一下想象中的配置 成功了。 SPRING MVC  + FREEMARKER 实现类似ROR的 URL 自动路由 COTROLLER 处理结果 根据URL 自动映射到 URL 对应的 FTL 模板文件。 下面我把配置文件贴出来看看。 修改了jpetstore的部分文件。包括 web.xml 将 .html的请 ...
看过ror的朋友一定知道它所体现的一个核心思想就是惯例优先原则(convention over configuration),一想到那方便,就觉得很舒服。 一直用struts开发一定,一定很厌烦struts的 .xml配置文件映射的action.那个文件多么笨拙,缺乏灵性。 SpringMVC在2.0后也引入了CoC,请简单描述一下SpringMVC的CoC。 WelcomeController映射到'/welcome*'这个URL HomeController映射到'/home*'这个URL IndexController映射到'/index*'这个URL RegisterCon ...
重头开始学 Spring JPetStore 4 里面的Controller似乎太简单了一些。 让我们看一个更复杂一些的请求 看看注册页面 引用http://localhost:8080/jpetstore/shop/newAccount.do 这里有一个表单需要提交。沿着这个请求 /shop/newAccount.do 找到对应的bean 引用<bean name="/shop/newAccount.do" class="org.springframework.samples.jpetstore.web.spring.AccountFormCon ...
Global site tag (gtag.js) - Google Analytics