V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  msg7086  ›  全部回复第 868 页 / 共 1018 页
回复总数  20358
1 ... 864  865  866  867  868  869  870  871  872  873 ... 1018  
简单说。Firefox作为Linux发行版默认浏览器的时候Chrome还不知道在哪。
2015-02-14 16:37:43 +08:00
回复了 loadingimg 创建的主题 问与答 大家看看这种配置怎么样 家里玩游戏会卡不 给邻居配的
以前都是没钱的人买赛扬,有钱的人买奔腾。
你这起手i3是几个意思。
而且这整台机器就是以前奸商典型的坑人做法:高配CPU加一堆烂配置。
这个价位级别,个人意见是主线应该是APU+SSHD。
2015-02-14 16:29:10 +08:00
回复了 0987363 创建的主题 问与答 请教下云存储相关的
@0987363 所以我一开始就说了,你这个钱不是问题到底是多少预算。
没预算就来让人推荐产品,简直耍流氓。
2015-02-14 16:25:37 +08:00
回复了 I74790K 创建的主题 问与答 关于 给 硬盘 设置硬盘锁 非软件加密 硬件达人 快到碗里来
BISO是什么鸟。
2015-02-14 16:19:36 +08:00
回复了 0987363 创建的主题 问与答 请教下云存储相关的
@ikbear 1PB光存储一个月16万,你确定自建的维护成本有这么高?
还没加上每个月至少200TB的流量一个月至少8万。

当然如果OP特有钱那我也就不多说了……
2015-02-14 15:00:37 +08:00
回复了 0987363 创建的主题 问与答 请教下云存储相关的
> 钱不是问题,只要不是很离谱。
不是问题到什么程度?什么样算离谱?

先说说具体需求吧。很多时候带宽/托管费比存储设备贵。
一个4U的箱子可以塞24盘热插拔,插满4T就是80T+,来十几台就能凑够容量了。
2015-02-14 14:57:50 +08:00
回复了 Actrace 创建的主题 DevOps 用 vxTrans 来优化国际网络
搜不到。能给个传送门么
2015-02-14 11:58:44 +08:00
回复了 kankana 创建的主题 程序员 程序犯了好些小错误,出事了,现在坐立不安
@kankana RoR里测试驱动开发是常态啊,赶紧来把玩Ruby吧 (安利脸
@happlebao 整体感觉上比原来好很多。
An Android application to parses -> to parse

至于我的那个,我不知道该去掉那些Programming Language比较好啊。有什么建议么?
@msg7086 顺便我发现33楼有个语法错误。analyze应该是analyzing才对。
@happlebao 我也不是什么大神。我找工也找了很久找不到╮(╯_╰)╭
2015-02-14 08:16:28 +08:00
回复了 kankana 创建的主题 程序员 程序犯了好些小错误,出事了,现在坐立不安
@Phariel
‘Learnt’ or ‘learned’?
These are alternative forms of the past tense and past participle of the verb learn. Both are acceptable, but learned is often used in both British English and American English, while learnt is much more common in British English than in American English. [1]

[1]: http://www.oxforddictionaries.com/words/learnt-vs-learned

@kankana
这就是测试不到位啦。
每次完成一个功能就要写对应的测试。
比如写完这个「30天后删除」,就必须要测试它。

Timecop.travel(29.days.ago) do
@u = User.new
@u.suspend
end
User.clean_suspended
expect(User.find(@u).count).to eq(1)

Timecop.travel(31.days.ago) do
@u = User.new
@u.suspend
end
User.clean_suspended
expect(User.find(@u).count).to eq(0)

另外,如果mysql有做binlog的话,是可以重放还原的。
@happlebao 以下的内容也是我听别人说的,仅供参考。
你写工作经验的时候,没有必要把内容写得非常详细。
可以用一些巧妙的语言来归纳你所做的事情。

比如你这个项目,你的表达:框架搭好了,已经实现了4个功能,并且还可以扩展。
别人眼中的表达:只搭了个框架,才实现了4个功能,以后还要别人来帮你扩展。

我觉得你可能可以换一种说法。
比如说,经过你的设计规划并持续与其他团队和部门沟通后,你prototyping了第一个milestone或者version,实现了公司项目的日常运转,并且预留了接口以便未来的业务扩充。

简单来说就是比逼格更逼格。随便举点栗子。
It can be extended for more features.
->
It exposes varies APIs to fulfill future requirements from other teams / departments.

Collected data from build farm to do statistics using Python, and wrote Python scripts to monitor the build farm.
->
Monitor and maintain build farm by collecting data and analyze the performance and statistics using Python scripts.

This is my final year project written in Haskell. The main object of this implementation is using for teaching functional programming in UCC. This implementation enabled a tiny subset syntax by default. Instructor can turn on advanced feature once the students mastered the basic idea.
->
Final year project in Haskell to provide a subset syntax in teaching functional programming in UCC.
Only a portion of features are enabled by default but can be customized to fit the course.

另外最下面的lang&tech感觉好空洞啊。

贴个我的,仅供参考。
SKILLS
Programming Languages: Ruby, PHP, JavaScript, Shell, C/C++, C#, Haskell, Python.
Front End Skills: HTML5, CSS3, Twitter Bootstrap, AngularJS, jQuery Mobile, D3js.
Tools: MySQL, Redis, Git, Subversion.
@Livid 同意。
一般放在最上面的都是你最想表达的,也是面试官最想问的。
而且也要针对你面试的职位来排项目先后。

---

另外这份简历问题还是挺多的。
比如这里

Developed a Jabber remote control RESTFul API for scalability test and test automation using C++, it can handle four basic request (略)

这明显是两句话,却用逗号连接。
还有 four request -> four requests / four kinds of requests

比如这里

Worked closely with continuous integration team to maintain the Jabber build farm. Resolved requests from development team. (略)

外界普遍认为,如果是日常的工作任务的话,应该用现在时,而项目则应该用过去时。
我觉得 Work closely / Resolve requests 会更好一些,因为是每天的工作内容。

比如这里

This is an Android application to browse information of Manchester's players. It parse the data in real time. It use asynchronous and parallel programming techniques to speed up the data processing. It use cache for a smooth user experience. (略)

It parse -> It parses
It use -> It uses
语法错误。

另外我不清楚爱尔兰那边的用词习惯,不过我这边写月份都是用名称而不是数字的。

比如 2013.4 -> Apr 2013

---

虽然和你的主题关系不大,但是还是建议能完善一下简历。
2015-02-14 06:33:20 +08:00
回复了 156007766 创建的主题 PHP 请问下为什么我 PHP 获取客户端 IP 通过 CDN 后就获取不到了。
nginx realip module

警告!不要轻信SERVER头里的数据!
一定要做成只相信CDN转发过来的请求里的IP数据。
SERVER头是可以伪造的。
自己建发送服务就好了。
自己的信誉自己负责。
2015-02-13 14:52:49 +08:00
回复了 allan888 创建的主题 问与答 对于在北美找工作/实习有啥建议吗?
投了1年没找到工作的看着你。
2015-02-13 14:51:15 +08:00
回复了 jacker 创建的主题 问与答 求教关于 centos 5.6 的 curl 该如何升级
要升级为何还要用centos。
用centos为何还想着升级。
1 ... 864  865  866  867  868  869  870  871  872  873 ... 1018  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1859 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 4499ms · UTC 04:51 · PVG 12:51 · LAX 21:51 · JFK 00:51
Developed with CodeLauncher
♥ Do have faith in what you're doing.