歪楼

从Firefox的查看元素>查看器入手,发现有搞头。然后又谷歌查阅了些资料,发现我想的方法对firefox浏览器的依赖性太强,最多也就能做成firefox的一个插件。 ...

May 12, 2014 · datewu

第七章FLOW3d铸造模具热循环分析

文章已丢失 :(

May 8, 2014 · datewu

想写个cms

updated at 2014/2/16 坑太大,挑战太多,挑战失败,放弃啦 :) 看完Ruby On Rails tutorial,感觉热血沸腾。 来吧,少年,来写个CMS吧。 model 数据库设计 generate 生成model schema数据模型: ...

December 23, 2013 · datewu

连接数据库

跟着rails tutorial 学习rails框架时,遇到了db链接的问题 问题 1 2 3 4 5 rake db:create failed PG::ConnectionBad: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? Google之后发现是database.yml配置文件没有加上host:localhost配置项。 ...

November 7, 2013 · datewu