蒋志新.com

专注WEB开发
2008年08月4日的日志归档

最近在用FLEX写东西,运行HTML时候总提示:Alternate HTML content should be placed here. This content requires the Adobe Flash Player,开始以为FLASH版本问题,重新装了几次还是老样子,打开JS文件调试了会,终...

修改内联的CSS
$(document).ready(function(){
     $(’.button’).click(function(){
        var $speech=$(’div.speech’);
        var currentS...

Rails持久层的解决方案
插入记录:
1.调用new()和save()
不使用任何构造参数调用new()
def add_new_record
book=Book.new
book.bookName=params[:book][:bookname]
book.author=param...

常用的代码生成器
生成项目:rails appName
生成CRUD操作:ruby script/generate scaffold controllerName
生成某个模块的控制器代码:ruby script/generate controller controllerName
生成一个邮件模...

$(document).ready(function(){
    $(’#switcher-larger’).bind(’click’,function(){
        $(’body’).addClass(’large’);
    });
});
bi...

无分类


无分类


无分类


无分类


无分类

无分类


无分类


无分类


无分类


无分类


无分类

无分类