每年一到要找工作的时候,我就能收到很多人给我发来的邮件,总是问我怎么选择他们的 offer,去腾讯还是去豆瓣,去外企还是去国内的企业,去创业还是去考研,来北京还是回老家,该不该去创新工场?该不该去 thoughtworks?……等等,等等。今年从 7 月份到现在,我收到并回复了 60 多封这样的.....
分类:
其他好文 时间:
2014-08-19 12:23:14
阅读次数:
215
1. For all DIVs of a page$(function() { $("div").lazyload({effect: 'fadeIn'});});2. For a particular DIV having some ID like: some content $(function(...
分类:
其他好文 时间:
2014-08-19 12:18:34
阅读次数:
218
In many manufacturing industries it is a need to print or mark the brand name, seal or other particulars on a product, so it uses the marking techniqu...
分类:
其他好文 时间:
2014-08-19 10:35:03
阅读次数:
255
1. First of all, you will need to be clear on your intentions. Do you really want to play the violin? or was this wish merely conceived when your best...
分类:
其他好文 时间:
2014-08-18 20:08:42
阅读次数:
201
类似的话题,我大约在几个月前跟大家聊过。这一次,我要根据这段时间的体会,再给大家整理一下。
今天,很轻松地拿到了神州数码的offer。虽然工资不是特别高,虽然很多人一毕业就能进入这样的公司,但是对我这个半路出家的大专生来说,能进去纯属意外。
今天的面试,谈到了以前我接过一些私单,项目经理问我,那你现在还有没有做私活的想法?我说,彻底没有!他问我,为什么?我说,这几年,虽然做私活...
分类:
编程语言 时间:
2014-08-18 12:33:04
阅读次数:
216
Exploring how many bags offer of designer names such as Prada and Gucci have. Actually, I wonder how they get affordable designer handbags and wallets...
分类:
其他好文 时间:
2014-08-18 12:21:34
阅读次数:
405
题目链接You are given an arrayAof sizeN. You are asked to answerQqueries.Each query is of the form :i j xYou need to printYesifxdivides the value returned...
分类:
其他好文 时间:
2014-08-17 14:15:32
阅读次数:
239
A Simple Problem with IntegersTime Limit:5000MS Memory Limit:131072KCase Time Limit:2000MSDescriptionYou haveNintegers,A1,A2, ... ,AN. You need to de....
分类:
其他好文 时间:
2014-08-17 11:37:52
阅读次数:
244
to get the ans of how many roads at most that can be built between two line without intersection of roads,we need sort the input sequence at ont edge ...
分类:
其他好文 时间:
2014-08-16 17:01:30
阅读次数:
288
1. 插入排序(1) 直接插入排序void StraightInsertionSort(std::vector& num) { if (num.size() == 0 || num.size() == 1) return; for (int i = 1; i = 0 && num.at(...
分类:
其他好文 时间:
2014-08-15 22:24:29
阅读次数:
412