按类别查询搜索结果
关于关键词 的检测结果,共 508
【Python/Ruby】 Word2Vec命令的功
五岳之巅 | 2015-09-15 17:39:55 | 阅读(9050) | 评论(0)
      下载make好word2vec后,生成以下5个命令:
&nb...【阅读全文】
【Python/Ruby】 如何成为Python
huyangg | 2015-09-01 17:33:05 | 阅读(1070) | 评论(0)
<h1 class="postTitle" style="margin:20px 0px 10px;padding:0px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#DDDDDD;font-size:14px;font-family:Verdana, Arial, Helvetica, sans-serif;white-space:normal;background-color:#FFFFFF;"><span style="color:#333333;font-size:13px;line-...【阅读全文】
闷骚的伤 | 2015-08-25 17:25:48 | 阅读(1950) | 评论(0)
安装python 2.7版本
wget https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz
tar zxvf Python-2.7.8.tgz
cd Python-2.7.8
./configure --prefix=/...【阅读全文】
yueming | 2015-07-24 14:49:29 | 阅读(1050) | 评论(0)
<div class="itemOrigin" title="http://simple-is-better.com/news/730" style="font-size:10pt;color:gray;font-family:Arial, Helvetica, San-serif;line-height:normal;white-space:normal;">出处:http://simple-is-better.com/</div><div style="font-family:Arial, Helvetica, San-serif;font-size:14px;line-he...【阅读全文】
yueming | 2015-07-24 13:50:30 | 阅读(1580) | 评论(0)
<a href="http://www.oschina.net/question/116913_122134" target="_blank">原文链接</a>&nbsp;<br /><br /><span style="background-color:#FFFFFF;font-family:'Microsoft YaHei', Verdana, sans-serif, SimSun;font-size:14px;line-height:22px;">最近迷上了Twisted。</span><p style="margin-top:0px;margin-bottom...【阅读全文】
【Python/Ruby】 Python鸡汤 (转载)
godymoon | 2015-07-14 12:41:36 | 阅读(820) | 评论(1)
第一部分 阅读 Zen of Python,在Python解析器中输入 import this. 一个犀利的Python新手可能会注意到"解析"一词, 认为Python不过是另一门脚本语言. "它肯定很慢!" 毫无疑问:Python程序没有编译型语言高效快速. 甚至Python拥护者们会告诉你Python不适合这些领域. 然而,YouTube已用Python服务于每小时4千万视频的请求. 你所要做的就是编写高效的代码和需要时使用外部实现(C/C++)代码. 这里有一些建议,可以帮助你成为一个更好的Python开发者: 1. 使用内建函数【阅读全文】
darennet | 2015-07-11 18:08:35 | 阅读(740) | 评论(0)
sheepbao | 2015-07-08 22:22:03 | 阅读(1080) | 评论(0)
【Python/Ruby】 perl效编程 摘抄
lkklinux | 2015-06-04 22:16:09 | 阅读(870) | 评论(0)
china_Linux_hy | 2015-05-13 11:59:43 | 阅读(5860) | 评论(0)
我们可以写一个小程序,由用户输入数据,将数据存入到列表当中,也可以将数据从列表中查询出来,但像这种操作只适合在缓冲区内进行操作,因为存储在列表中的数据,程序执行完之后,数据会立即消失,所以我们可以通过文件的操作将我们要保存的数据存到文件当中,当然这只是一种方法,实际要存储数据的话我们会选择数据...【阅读全文】
cd卡文 | 2015-04-25 10:12:25 | 阅读(2110) | 评论(0)
1.设置默认PyCharm解析器:操作如下:Python–>Preferences–>Project Interpreter–>Python Interpreter 点击“+”号选择系统安装的Python。然后再返回Project Interpreter,选择刚添加的解释器。2.设置缩进符为制表符“Tab”  File -> Default Settings -> Code Style  -> Gen...【阅读全文】
pppStar | 2015-04-23 10:43:48 | 阅读(2190) | 评论(0)
【Python/Ruby】 Scipy:端科学计算
chinaUnix_zhoujp | 2015-03-31 23:30:40 | 阅读(870) | 评论(0)
Scipy:高端科学计算作者:Adrien Chauve, Andre Espaze, Emmanuelle Gouillart, Ga?l Varoquaux, Ralf Gommers翻译自:scipy lecture notes译者表示最后部分没怎么看懂,此文档维护中……Scipyscipy包包含致力于科学计算中常见问题的各个工具箱。它的不同子模块相应于不同的应用。像插值,积分,优化...【阅读全文】
zmj27404 | 2015-01-30 21:05:10 | 阅读(2450) | 评论(0)
python,CGIHTTPServer,!【阅读全文】
nortorm | 2015-01-08 03:17:02 | 阅读(3000) | 评论(0)
    今天将rhel6.4默认的python升级到了2.7,然后在使用yum的时候报如下错误:点击(此处)折叠或打开[root@nortorm ~]# yum repolist    There was a problem importing one of the Python modules    re...【阅读全文】
laoliulaoliu | 2015-01-01 23:12:06 | 阅读(910) | 评论(0)
stackless python的机制看上去有点像golang原文地址:http://www.cnblogs.com/sevenyuan/archive/2010/12/08/1900386.htmlhttp://www.elias.cn/Python/PyConcurrency1.? 前言偶然看到Erlang vs. Stackless python: a first benchmark,对Erlang和Stackless Python的并发处理性能进行了实验比较,基本结论认为二者...【阅读全文】
laoliulaoliu | 2014-12-29 17:23:02 | 阅读(1180) | 评论(0)
原文地址:http://ziliao1.com/Article/Show/05534046411C9B8866742DE312F126CB.html  Python 标准库中的 urllib2 模块提供了你所需要的大多数 HTTP 功能,但是它的 API 太渣了。它是为另一个时代、另一个互联网所创建的。它需要巨量的工作,甚至包括各种方法覆盖,来完成最简单的任务。Requests 完全满...【阅读全文】
cpc_dingyi | 2014-12-23 16:23:33 | 阅读(820) | 评论(0)
SHELL脚本:检测一坨IP是否都能ping通(网卡监控)【阅读全文】
nortorm | 2014-12-04 14:29:57 | 阅读(0) | 评论(0)
本文是在订阅的《linux运维趋势》上看到的一篇文章,后来查了一下,应该最早是出自于IBM developerworks上的,作者为操江华。虽然通过linux下自带的像free、sysstat、ps、top等工具可以方便的进行性能监控,不过该文的内容算是python学习的一个很好示例,同时对于了解linux proc文件结构也很多帮助。因为该中所提及到的脚...【阅读全文】
【Python/Ruby】 Scipy:端科学计算
chenqn | 2014-11-19 11:24:45 | 阅读(640) | 评论(0)
Scipy:高端科学计算作者:Adrien Chauve, Andre Espaze, Emmanuelle Gouillart, Ga?l Varoquaux, Ralf Gommers翻译自:scipy lecture notes译者表示最后部分没怎么看懂,此文档维护中……Scipyscipy包包含致力于科学计算中常见问题的各个工具箱。它的不同子模块相应于不同的应用。像插值,积分,优化...【阅读全文】