V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  hahastudio  ›  全部回复第 117 页 / 共 117 页
回复总数  2332
1 ... 108  109  110  111  112  113  114  115  116  117  
2013-02-07 19:47:32 +08:00
回复了 deepure 创建的主题 分享发现 前端智勇大闯关--第二季
2013-02-05 21:12:43 +08:00
回复了 amoblin 创建的主题 Markdown 由markdown脚本和gcc命令想到的
这就是编译啊,把一种语言翻译成另一种语言
2013-02-05 12:31:51 +08:00
回复了 pagict 创建的主题 macOS sparrow 输入中文无能?
鼠须管无压力
自带也无压力
2013-01-28 11:38:30 +08:00
回复了 laoyuan 创建的主题 程序员 我终于知道为什么很多程序员编辑器都用暗色背景了!
亮色你晚上看不晃眼么= =
2013-01-27 20:15:42 +08:00
回复了 alanerzhao 创建的主题 问与答 geek常去的网站有哪些?
engadget, the verge, thenextweb, techCrunch
2013-01-23 10:48:26 +08:00
回复了 v22b 创建的主题 程序员 程序员用什么字体的多~
Courier New
现在用Source Code Pro比较多
2013-01-11 12:19:10 +08:00
回复了 phuslu 创建的主题 Python 从远端 URL 文件中 import Python 模块
我才知道Python居然有这么神奇的东西= =我只知道可以用cPickle传递对象= =但是对象的定义还是得在客户端里写= =

compile(...)
compile(source, filename, mode[, flags[, dont_inherit]]) -> code object

Compile the source string (a Python module, statement or expression)
into a code object that can be executed by the exec statement or eval().
The filename will be used for run-time error messages.
The mode must be 'exec' to compile a module, 'single' to compile a
single (interactive) statement, or 'eval' to compile an expression.
The flags argument, if present, controls which future statements influence
the compilation of the code.
The dont_inherit argument, if non-zero, stops the compilation inheriting
the effects of any future statements in effect in the code calling
compile; if absent or zero these statements do influence the compilation,
in addition to any features explicitly specified.
2012-12-31 21:33:10 +08:00
回复了 kenneth 创建的主题 Python 想写个程序定时发微博,用那种方案好?
模拟浏览器+time.sleep(3600)
#懒人有懒法
2012-12-27 17:07:38 +08:00
回复了 Livid 创建的主题 Python 用 Python 操作 Git
前些日子看到了dulwich (https://github.com/jelmer/dulwich)觉得不错
看了文档之后觉得建一个Git Server好像很简单= =
2012-12-27 13:06:18 +08:00
回复了 nobear 创建的主题 Python [从业10年的码农发问]为什么大家都认为GoAgent是开源软件?
我在想楼主是为了自黑还是为了黑“从业10年”= =
网上有不少 Python核心编程 的答案,虽然只是部分= =
还有,我觉得学习的时候把书上给的例子当习题做一遍就足够学习的了= =
再大的枚举空间,不也是有穷的么= =
先随机一个字符串,然后hash判重?重复就再随机好了= =
1 ... 108  109  110  111  112  113  114  115  116  117  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1037 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 18:35 · PVG 02:35 · LAX 11:35 · JFK 14:35
Developed with CodeLauncher
♥ Do have faith in what you're doing.