浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年9月11日

摘要: http://www.cnblogs.com/chsword/archive/2010/08/13/1798628.html 阅读全文
posted @ 2010-09-11 22:27 lexus 阅读(182) 评论(0) 推荐(0)

摘要: $(function(){ $(".Pform input:first").focus() }) 阅读全文
posted @ 2010-09-11 21:34 lexus 阅读(223) 评论(0) 推荐(0)

摘要: Mulib Mulib is a REST web service framework built on top of eventlet.httpd. Httpd parses incoming HTTP request and generates the response; mulib takes care of locating the object which will handle t... 阅读全文
posted @ 2010-09-11 21:33 lexus 阅读(226) 评论(0) 推荐(0)

摘要: 首先来自Alessandro Fulciniti的一套CSS模板,此框架在同样的HTML结构上,用CSS实现了40种布局 链接 。点评或提问这40种布局囊括了两栏,三栏,定宽,自适应,等常见布局。reference:http://kanrs.com/2_0.html这个太爽了和帅了http://blog.html.it/layoutgala/http://kanrs.com/page/css_fr... 阅读全文
posted @ 2010-09-11 21:26 lexus 阅读(221) 评论(0) 推荐(0)

摘要: WSGI是一种协议规范,一个最简单的WSGI程序仅需要几行代码:点评或提问它有两个参数,environ和start_response。点评或提问environ参数是一个内建的python字典类型, 用于传递变量,比如REQUEST_METHOD,各种中间件的扩展变量。点评或提问start_response则是一个函数,参数为状态码和响应的header。点评或提问函数的返回值是一个列表,也是网页的正... 阅读全文
posted @ 2010-09-11 21:23 lexus 阅读(361) 评论(0) 推荐(0)

摘要: 试用Tornado的非阻塞功能http://blog.csdn.net/linvo/archive/2010/08/06/5793764.aspxnode.js和coroutinehttp://shiningray.cn/node-js-coroutine.html 灰常好 Redqueue 一个用python实现的Queue Serverhttp://superisaac.javaeye.com... 阅读全文
posted @ 2010-09-11 19:48 lexus 阅读(323) 评论(0) 推荐(0)

摘要: create=twf.TableForm('site_create',action='/sites/create',children=[ twf.TextField("show_name"), twf.TextField("name"), ]) @route("/sites/create.html")def site_create_get(): print "-"*100 print dir(cr... 阅读全文
posted @ 2010-09-11 16:21 lexus 阅读(90) 评论(0) 推荐(0)

摘要: <span style="font-size: 16px; color: #333333; line-height: 20px;">easy_install ToscaWidgets</span><span style="color: #222222; font-family: 'Myriad Web', 'Myriad Pro', 'Lucida Grande', ... 阅读全文
posted @ 2010-09-11 14:30 lexus 阅读(202) 评论(0) 推荐(0)

摘要: 1.更新资讯第七届网商大会暨第六界西湖论剑看点我市何洪伟荣获"阿里巴巴全球十大网商"江浙沪京淘宝皇冠 100 强2.bug fixed更改搜索主体部分为utf-8 encode url编码新闻到静态化后,搜索框有异物新闻css预加载 阅读全文
posted @ 2010-09-11 12:05 lexus 阅读(189) 评论(0) 推荐(0)

摘要: http://www.xdowns.com/soft/4/258/2009/Soft_54067.html 阅读全文
posted @ 2010-09-11 12:05 lexus 阅读(224) 评论(0) 推荐(0)

摘要: 2010-05-29Ubuntu 修改hosts - [ubuntu]版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://mycodes.blogbus.com/logs/64628895.html修改/etc/hosts文件,重启网络。过程如下:1、修改hostssudo gedit /etc/hosts2、添加解析记录( . )完整案例:127.0.0.1 local... 阅读全文
posted @ 2010-09-11 11:15 lexus 阅读(1790) 评论(0) 推荐(0)