V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  dreampuf  ›  全部回复第 30 页 / 共 50 页
回复总数  991
1 ... 26  27  28  29  30  31  32  33  34  35 ... 50  
2013-03-27 00:04:18 +08:00
回复了 kenzi 创建的主题 问与答 当你们做一个项目突然有idea的时候,都是怎么记录的?
找PM,让它用优越完备的智商拍死。
2013-03-27 00:03:11 +08:00
回复了 kennedy32 创建的主题 硬件 16G内存的应用场景
VBox linux 2G
vim 其他IDE

8G谈不上效率。花400多块钱,对自己好点。
2013-03-24 21:20:01 +08:00
回复了 pythonee 创建的主题 程序员 monkey patch是什么样的技术?
@pythonee user-script也是一种动态修改手段
2013-03-24 16:56:17 +08:00
回复了 pythonee 创建的主题 程序员 monkey patch是什么样的技术?
chrome 的各种user-script
2013-03-19 12:24:38 +08:00
回复了 coolicer 创建的主题 新手求助 自学Python/PHP有没有难度,我知道这是一句很废的话。
难道不是从你发问,到讨论出一个放之四海皆准的道理的时候,你都可以把Python Tutorial看完了吗?
2013-03-14 10:49:23 +08:00
回复了 bighearted 创建的主题 Google Google Reader 将于今年7月1日下线
2013-03-12 11:24:11 +08:00
回复了 dreampuf 创建的主题 程序员 想要招聘一个Rubyist?招一个Pythonista代替吧!
@wuhx 看Slides
2013-03-11 14:39:01 +08:00
回复了 chuangbo 创建的主题 Ruby on Rails 为什么 Rails 会有如此多的视频教程,而 Python 几乎没有?
Pyconf US
Pyconf Europe
Pyconf Canada
Pyconf Data
....
Pyconf China

楼主都看完啦?!
2013-03-10 14:06:23 +08:00
回复了 dndx 创建的主题 英雄联盟 The Mac Open Beta is Here
@aisk 混蛋果粉!
2013-03-05 14:10:48 +08:00
回复了 ofGEEK 创建的主题 分享创造 ofGEEK:新鲜、有趣、极客的翻译/原创文章
出师未捷身先死,长使英雄泪满襟。
2013-03-04 23:29:59 +08:00
回复了 sunnist 创建的主题 分享创造 一个基于自己需求的幻想式极简作品原型,欢迎吐槽交流~
@sunnist 每个作品都是个坑,但不是每个坑都能被填完的。
2013-03-03 23:30:35 +08:00
回复了 sunnist 创建的主题 分享创造 一个基于自己需求的幻想式极简作品原型,欢迎吐槽交流~
一定要填完!
2013-03-03 13:01:08 +08:00
回复了 EricBox 创建的主题 Evernote 我的Evernote被强制更改密码
2013-03-02 02:14:33 +08:00
回复了 tedd 创建的主题 Python 求教无所不能的 Python 大神,如何读取指定区域的 MS WORD 的内容?
最近在弄和office相关的,我最后选的方案是JPype call Apache POI
都在招,无论何时何地。
给他们发一封邮件,然后证明你自己。
2013-03-01 20:03:29 +08:00
回复了 yangzh 创建的主题 JavaScript 如何不用`eval`实现前端的自由输入的计算器?
"众所周知" 被代表了。
2013-03-01 19:09:37 +08:00
回复了 ThunderEX 创建的主题 Python 函数id()这货有什么用?
http://docs.python.org/2/library/functions.html#id
http://stackoverflow.com/questions/3402679/identifying-objects-why-does-the-returned-value-from-id-change

接着SO的链接

In [1]: a = 5

In [2]: id(a)
Out[2]: 140615773913304

In [3]: b = 5

In [4]: id(b)
Out[4]: 140615773913304

In [5]: a = 100005

In [6]: id(a)
Out[6]: 140615774390544

In [7]: b = 100005

In [8]: id(b)
Out[8]: 140615774253864
- 多写
- 要懒
- 要聪明

好吧,不太可操作的回答。但是这个问题也太模糊了。
2013-03-01 18:54:51 +08:00
回复了 Mutoo 创建的主题 分享发现 非常漂亮的信息图
http://blogs.reuters.com/connected-china/2013/02/28/welcome/

Employing novel design and HTML 5 technologies, Connected China explains the social and professional networks of China’s leaders, highlighting the interpersonal relationships that drive business, move markets and shape the political landscape in the world’s most populous nation.

The site also provides a rich interactive platform to showcase the best of Reuters’ coverage on Chinese politics, providing deep insight into China’s new generation of leaders with immersive, seamless integration of data, text, photos and video.

...

Connected China is the culmination of 18 months of research, reporting, design and development, culminating in an app that draws on a database containing:

可视化的概念随着“大数据”有点热,颇受追捧。可实质仍然需要一大堆的功夫去收拾整理数据,最后的呈现只是九牛一毛
2013-02-28 19:54:26 +08:00
回复了 zhangxiujiao 创建的主题 问与答 深圳月薪一万八,该不该买车
@Sunyanzi "一万八月薪的话 ... 到手差不多一万六" 哪个朝代?
1 ... 26  27  28  29  30  31  32  33  34  35 ... 50  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2029 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 00:58 · PVG 08:58 · LAX 16:58 · JFK 19:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.