V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  hahastudio  ›  全部回复第 127 页 / 共 127 页
回复总数  2539
1 ... 118  119  120  121  122  123  124  125  126  127  
2013 年 3 月 24 日
回复了 sethverlo 创建的主题 问与答 求推荐好玩儿的卡牌游戏?
你需要万智牌
或者游戏王= =
@Gim 卧操神ID= =
鼠须管可以啊= =
http://d.pr/i/S7Fm
2013 年 3 月 16 日
回复了 sethverlo 创建的主题 分享发现 《评论:当3.15晚会打假成为一门生意》
@Livid 没事看看纪录频道挺好的
Geek游戏?
UpLink? Hacker Evolution?
话说非Geek游戏的话,文明5我倒是一直在玩= =一盘能玩一个多星期呢= =
2013 年 2 月 21 日
回复了 ivanlw 创建的主题 程序员 算法学习的疑惑,求大神帮助
算法课不讲证明讲什么= =
证明算法的正确性可以知道这个算法为什么对,如果是构造性证明还能知道前人是怎么想的= =
顺带一提,我们用的是这个教材 http://www.cs.berkeley.edu/~vazirani/algorithms.html
2013 年 2 月 20 日
回复了 ua 创建的主题 游戏 DOTA2全球码(中国无法激活)7份
[email protected] 谢谢楼主!
2013 年 2 月 7 日
回复了 deepure 创建的主题 分享发现 前端智勇大闯关--第二季
2013 年 2 月 5 日
回复了 amoblin 创建的主题 Markdown 由markdown脚本和gcc命令想到的
这就是编译啊,把一种语言翻译成另一种语言
2013 年 2 月 5 日
回复了 pagict 创建的主题 macOS sparrow 输入中文无能?
鼠须管无压力
自带也无压力
2013 年 1 月 28 日
回复了 laoyuan 创建的主题 程序员 我终于知道为什么很多程序员编辑器都用暗色背景了!
亮色你晚上看不晃眼么= =
2013 年 1 月 27 日
回复了 alanerzhao 创建的主题 问与答 geek常去的网站有哪些?
engadget, the verge, thenextweb, techCrunch
2013 年 1 月 23 日
回复了 v22b 创建的主题 程序员 程序员用什么字体的多~
Courier New
现在用Source Code Pro比较多
2013 年 1 月 11 日
回复了 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 日
回复了 kenneth 创建的主题 Python 想写个程序定时发微博,用那种方案好?
模拟浏览器+time.sleep(3600)
#懒人有懒法
2012 年 12 月 27 日
回复了 Livid 创建的主题 Python 用 Python 操作 Git
前些日子看到了dulwich (https://github.com/jelmer/dulwich)觉得不错
看了文档之后觉得建一个Git Server好像很简单= =
2012 年 12 月 27 日
回复了 nobear 创建的主题 Python [从业10年的码农发问]为什么大家都认为GoAgent是开源软件?
我在想楼主是为了自黑还是为了黑“从业10年”= =
网上有不少 Python核心编程 的答案,虽然只是部分= =
还有,我觉得学习的时候把书上给的例子当习题做一遍就足够学习的了= =
再大的枚举空间,不也是有穷的么= =
先随机一个字符串,然后hash判重?重复就再随机好了= =
1 ... 118  119  120  121  122  123  124  125  126  127  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1059 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 22:50 · PVG 06:50 · LAX 15:50 · JFK 18:50
♥ Do have faith in what you're doing.