V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  dreampuf  ›  全部回复第 30 页 / 共 50 页
回复总数  987
1 ... 26  27  28  29  30  31  32  33  34  35 ... 50  
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 "一万八月薪的话 ... 到手差不多一万六" 哪个朝代?
2013-02-28 12:38:24 +08:00
回复了 hanks315 创建的主题 程序员 刚进一个项目组,原来的代码写得很烂,我该怎么办?
用哪儿改哪。

此外问题如下:

- 你确定他真的烂?烂在哪里,团队里的人怎么看?
- 你如何确保你不会给出烂的实现?团队里的人愿意接下并维护你的实现?
- 区分重写和重构,然后再向团队说明是否可接受其代价
2013-02-28 12:35:13 +08:00
回复了 luztak 创建的主题 Python Python是个烂语言
@cicku 89年的小同志,闭嘴,干正经事儿,将来世界会是他们的。
2013-02-27 22:58:24 +08:00
回复了 luztak 创建的主题 Python Python是个烂语言
http://microcai.org/2012/12/25/whypythonbad.html

并发,脚本解释类型带来的开发环境问题
这两个问题虽然老生常谈,不过因时而异,可以继续讨论。

编译检查,1000行,开发效率不行,执行效率也不行。。。其他主观(发行版强推,玩具,。。。)
这些就可以当作放屁了

总之给我的感觉是非科班出身,随便鼓捣玩玩,不求甚解,广度有余深度不足。浮躁。
2013-02-25 00:55:44 +08:00
回复了 lokoo 创建的主题 PHP 有没有分析图片中色彩成分的开源工具,象dribbble上的展示一样
看了一下楼上的实现
==============
How does the algorithm to color the song list in iTunes 11 work? http://t.cn/zY0XisR
iTunes11的专辑色彩采样实现:RGB转YUV计算色彩间距离,聚类类似色彩为指定数量桶(简单的排序后做Group)

http://weibo.com/1739612153/zkIX0g5gB
1 ... 26  27  28  29  30  31  32  33  34  35 ... 50  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2687 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 44ms · UTC 14:23 · PVG 22:23 · LAX 07:23 · JFK 10:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.