摘要:        
http://blog.sina.com.cn/s/blog_89a6f5b001012hwf.html    阅读全文
        
            posted @ 2012-12-17 21:24
lexus
阅读(235)
评论(0)
推荐(0)
        
    | 
	
        
     
摘要:        
http://blog.sina.com.cn/s/blog_89a6f5b001012hwf.html    阅读全文
 
        
            posted @ 2012-12-17 21:24
lexus
阅读(235)
评论(0)
推荐(0)
         
    
摘要:        
GroovyHelp 3.3.0 GA 发布 http://www.oschina.net/news/35848/groovyhelp-3-3-0-ga    阅读全文
 
        
            posted @ 2012-12-17 21:14
lexus
阅读(135)
评论(0)
推荐(0)
         
    
摘要:        
Notepad++ 6.2.3 发布,开源文本编辑器 http://www.oschina.net/news/35857/notepad-6-2-3    阅读全文
 
        
            posted @ 2012-12-17 21:13
lexus
阅读(178)
评论(0)
推荐(0)
         
    
摘要:        
使用 Ruby 开发代码生成器使用 Ruby 开发代码生成器高 尚, 软件工程师高尚是一名软件开发工程师,具有 6 年的软件从业经验,在 Java 开发和财务软件方面积累了一些经验,对编译技术和 Java 技术具有浓厚兴趣,在日常工作中喜欢使用 Ruby、Groovy 等脚本语言解决各类问题。可以通过 gaoshang1999@163.com 与作者联系。李 莉, 软件工程师李莉是一名软件开发工程...    阅读全文
 
        
            posted @ 2012-12-17 18:00
lexus
阅读(480)
评论(0)
推荐(0)
         
    
摘要:        
Clean all .pyc files from current project. It cleans all the files recursively. | commandlinefu.comClean all .pyc files from current project. It cleans all the files recursively. Terminal - Clean ...    阅读全文
 
        
            posted @ 2012-12-17 15:27
lexus
阅读(191)
评论(0)
推荐(0)
         
    
摘要:        
Remove .SVN folders in Windows using a .BAT file | NetvivsIf you want to remove .svn folders from a directory in Windows, for example let’s say that you need to import an existing repository into a ne...    阅读全文
 
        
            posted @ 2012-12-17 15:26
lexus
阅读(323)
评论(0)
推荐(0)
         
    
摘要:        
set expandtab
set tabstop=4
set shiftwidth=4:%s/\t/ /g    阅读全文
 
        
            posted @ 2012-12-17 15:09
lexus
阅读(205)
评论(0)
推荐(0)
         
    
摘要:        
if you want to use easy_install with proxy at windows just set ie proxy panelthen open the cmd ,it will use the ie settingsif in linux platformuse export http_proxy='x.xx.x.x:808' in terminalfor a tem...    阅读全文
 
        
            posted @ 2012-12-17 11:11
lexus
阅读(335)
评论(0)
推荐(0)
         
    
摘要:        
PyQt v4 - Python Bindings for Qt v4 PyQt v4 - Python Bindings for Qt v4 Reference Guide Contact: info@riverbankcomputing.co.uk Version: 4.1.1 Copyright: Copyright (c) 2006 Riverbank Computing Limit...    阅读全文
 
        
            posted @ 2012-12-17 10:54
lexus
阅读(219)
评论(0)
推荐(0)
         
    
摘要:        
The Eric Python IDECurrent stable versions are eric4 based on Qt4 and Python 2 and eric5 based on Python 3 and Qt4.    阅读全文
 
        
            posted @ 2012-12-17 10:45
lexus
阅读(173)
评论(0)
推荐(0)
         
    
摘要:        
so bad    阅读全文
 
        
            posted @ 2012-12-17 10:44
lexus
阅读(343)
评论(0)
推荐(0)
         
    
摘要:        
the data argument is form like belows:a=1&b=2this character is use urllib.urlencode concat togetheruse a dicte.g.dict={}dict["a"]=1dict["b"]=2data=urllib.urlencode(dict)if you already has a form like ...    阅读全文
 
        
            posted @ 2012-12-17 10:32
lexus
阅读(240)
评论(0)
推荐(0)
         
    
摘要:        
python基于http协议编程:httplib,urllib和urllib2 - Done - 博客园python基于http协议编程:httplib,urllib和urllib2 httplib实现了HTTP和HTTPS的客户端协议,一般不直接使用,在python更高层的封装模块中(urllib,urllib2)使用了它的http实现。Code highlighting produced by...    阅读全文
 
        
            posted @ 2012-12-17 10:11
lexus
阅读(335)
评论(0)
推荐(0)
         
    
摘要:        
18.6.22 ExamplesPrevious: 18.6.21 HTTPErrorProcessor Objects Up: 18.6 urllib2 Next: 18.7 httplib 18.6.22 ExamplesThis example gets the python.org main page and displays the first 100 bytes of it:>>...    阅读全文
 
        
            posted @ 2012-12-17 10:05
lexus
阅读(291)
评论(0)
推荐(0)
         
    
摘要:        
循环、迭代、遍历和递归 » 为之漫笔循环、迭代、遍历和递归2010年08月9日 原创, 翻译本想先找本算法和数据结构的书参考一下,但转念一想:不如考考自己的总结和逻辑表达能力。loop、iterate、traversal和recursion这几个词是计算机技术书中经常会出现的几个词汇。众所周知,这几个词分别翻译为:循环、迭代、遍历和递归。乍一看,这几个词好像都与重复(repeat)有关,但有的又...    阅读全文
 
        
            posted @ 2012-12-17 09:38
lexus
阅读(174)
评论(0)
推荐(0)
         
    
摘要:        
QTableWidget转 http://my.oschina.net/weiwubunengxiao/blog/96245    阅读全文
 
        
            posted @ 2012-12-17 08:15
lexus
阅读(129)
评论(0)
推荐(0)
         
    
摘要:        
玩Linux笔记(2) —— 神奇的curl工具 http://my.oschina.net/chihz/blog/96101    阅读全文
 
        
            posted @ 2012-12-17 08:12
lexus
阅读(156)
评论(0)
推荐(0)
         
    
摘要:        
Guacamole 0.7.1 发布,基于Web的VNC客户端 http://www.oschina.net/news/35808/guacamole-0-7-1    阅读全文
 
        
            posted @ 2012-12-17 08:11
lexus
阅读(206)
评论(0)
推荐(0)
         
     |