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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 579 580 581 582 583 584 585 586 587 ··· 630 下一页

2010年9月11日

摘要: $(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)

2010年9月10日

摘要: http://www.formencode.org/FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, wi... 阅读全文
posted @ 2010-09-10 22:02 lexus 阅读(468) 评论(0) 推荐(0)

摘要: finally i found the reason,reset by peero my ginstead i use ssh download it 阅读全文
posted @ 2010-09-10 19:45 lexus 阅读(125) 评论(0) 推荐(0)

摘要: http://fragments.turtlemeat.com/pythonwebserver.php 阅读全文
posted @ 2010-09-10 19:43 lexus 阅读(151) 评论(0) 推荐(0)

摘要: sudo apt-get install nautilus-open-terminal 阅读全文
posted @ 2010-09-10 18:28 lexus 阅读(361) 评论(0) 推荐(0)

摘要: QQREADER00349515493324FD 阅读全文
posted @ 2010-09-10 14:00 lexus 阅读(102) 评论(0) 推荐(0)

摘要: http://pythonwebshell.appspot.com/interactivegoogle真的很强大,好像也有ruby shell?以前在哪看到过python gae后台的代码可以做为python的优秀范例 阅读全文
posted @ 2010-09-10 13:09 lexus 阅读(172) 评论(0) 推荐(0)

摘要: http://pythonwebshell.appspot.com/interactivegoogle真的很强大,好像也有ruby shell?以前在哪看到过 阅读全文
posted @ 2010-09-10 13:04 lexus 阅读(217) 评论(0) 推荐(0)

摘要: 对新闻链接进行了url编码加入title设置更新时间11:48使用了tar -zxvf search.tar.gz对目录进行了覆盖未改动nginx.conf 阅读全文
posted @ 2010-09-10 11:55 lexus 阅读(117) 评论(0) 推荐(0)

2010年9月9日

摘要: InstallTo install our rocking collection of snippets you need to first install the snippets library and then install theAcireviewer to view them. Currently these installation instructions are designed... 阅读全文
posted @ 2010-09-09 23:32 lexus 阅读(177) 评论(0) 推荐(0)

摘要: http://blog.stevenwang.name/nginx-reverse-proxy-122001.htmlpython安全管理子进程-subprocess - python - Python - JavaEye论坛python管理子进程(原创) - python多线程 - IT运维开发http://www.javaeye.com/topic/406623good python pexp... 阅读全文
posted @ 2010-09-09 22:47 lexus 阅读(275) 评论(0) 推荐(0)

上一页 1 ··· 579 580 581 582 583 584 585 586 587 ··· 630 下一页