Everything is possible and available

博客围绕面试和工作选择展开。作者提到待遇与工作条件的权衡,若待遇好可接受艰苦条件,若仅能接受则需考虑公司氛围、工作内容等。还探讨了待遇合适是否跳槽、城市选择以及下半年找工作建议等问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

面试- -

                                      

前几天在51job上面更新了一下简历,我怀疑51job的机制是:当你刚刚更新了简历后,它就默认你的简历处于most active状态,然后就会根据你的条件自动向某些它认为比较合适的公司推荐你。之所以有上面那种推测,是因为我刚刚更新简历后的第二天,就接到了3个不同公司的电话要求面试,而我本人并没有向这些公司投递过任何简历……
 
不管怎么说,面试还是一件比较有意义的事情(不过是面试别人还是接受别人的面试),再加上最近的项目进度不是特别忙,我也就跑去了该公司接受别人的面试(另外两家公司在电话交谈中就被我拒绝了)
 
面试的形式正好是我所喜欢的那种谈话型的(我一向最讨厌那种做题型的面试,曾经在3家公司要求让我做题时当场扬长而去,在某家公司的答题纸中写出过“无聊的题目”的回复)。因为通过谈话,你可以尽可能地多了解你将要去的公司的业务方向以及你应聘的职位所负责工作的具体细节;而在做题时,说实话,除了对于那些刚刚毕业的入行者来说,意义不是特别大(你能想象一下,让一个应聘Senior Software Engineer的人来写一个类似于"hello world"之类的无聊程序的情景吗)。
 
昨天和那家公司的CTO前后大致聊了有一个半小时,可以说是对他们公司的业务方向以及他们给我安排的应聘职位的要求摸的比较透彻了,也对于如何把技术和市场结合起来有了一个新的启发。虽然在最后,大家因为待遇以及其他条件没有谈成,我自我感觉还是从中获得了不少收获的

- 作者: cber 2004年06月24日,星期四 10:05:10

Trackback

你可以使用这个链接引用该篇日志 http://www.blogdriver.com/service/tb.do?diaryID=213603

回复

- 评论人:cber
2004-06-25 19:02:09 

嘿嘿,很多东西都是可以量化的
如果他给出的待遇特别好的话,那么条件艰苦点就无所谓了
如果给出的待遇只是在能够接受的范围中,那么我就得考虑其他的因素了(例如:公司氛围啊,做的工作内容等……)

他们当时给出的待遇只能算是能够接受吧,但在其他方面,我对于他们的评价不是特别满意,所以就……

- 评论人:amstrongest
2004-06-25 17:47:53 

如果待遇妥了,莫非你就跳了?

- 评论人:cber
2004-06-25 11:47:32 

那得看你准备在哪个城市再说了
一般而言,进入一家famous company总是一个比较好的选择

- 评论人:amstrongest
2004-06-25 10:31:46 

下半年找工作,有什么好建议没有?

bitbake --help usage: bitbake [-s] [-e] [-g] [-u UI] [--version] [-h] [-f] [-c CMD] [-C INVALIDATE_STAMP] [--runall RUNALL] [--runonly RUNONLY] [--no-setscene] [--skip-setscene] [--setscene-only] [-n] [-p] [-k] [-P] [-S SIGNATURE_HANDLER] [--revisions-changed] [-b BUILDFILE] [-D] [-l DEBUG_DOMAINS] [-v] [-q] [-w WRITEEVENTLOG] [-B BIND] [-T SERVER_TIMEOUT] [--remote-server REMOTE_SERVER] [-m] [--token XMLRPCTOKEN] [--observe-only] [--status-only] [--server-only] [-r PREFILE] [-R POSTFILE] [-I EXTRA_ASSUME_PROVIDED] [recipename/target [recipename/target ...]] It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which will provide the layer, BBFILES and other configuration information. General options: recipename/target Execute the specified task (default is 'build') for these target recipes (.bb files). -s, --show-versions Show current and preferred versions of all recipes. -e, --environment Show the global or per-recipe environment complete with information about where variables were set/changed. -g, --graphviz Save dependency tree information for the specified targets in the dot syntax. -u UI, --ui UI The user interface to use (knotty, ncurses, taskexp, taskexp_ncurses or teamcity - default knotty). --version Show programs version and exit. -h, --help Show this help message and exit. Task control options: -f, --force Force the specified targets/task to run (invalidating any existing stamp file). -c CMD, --cmd CMD Specify the task to execute. The exact options available depend on the metadata. Some examples might be 'compile' or 'populate_sysroot' or 'listtasks' may give a list of the tasks available. -C INVALIDATE_STAMP, --clear-stamp INVALIDATE_STAMP Invalidate the stamp for the specified task such as 'compile' and then run the default task for the specified target(s). --runall RUNALL Run the specified task for any recipe in the taskgraph of the specified target (even if it wouldn't otherwise have run). --runonly RUNONLY Run only the specified task within the taskgraph of the specified targets (and any task dependencies those tasks may have). --no-setscene Do not run any setscene tasks. sstate will be ignored and everything needed, built. --skip-setscene Skip setscene tasks if they would be executed. Tasks previously restored from sstate will be kept, unlike --no-setscene. --setscene-only Only run setscene tasks, don't run any real tasks. Execution control options: -n, --dry-run Don't execute, just go through the motions. -p, --parse-only Quit after parsing the BB recipes. -k, --continue Continue as much as possible after an error. While the target that failed and anything depending on it cannot be built, as much as possible will be built before stopping. -P, --profile Profile the command and save reports. -S SIGNATURE_HANDLER, --dump-signatures SIGNATURE_HANDLER Dump out the signature construction information, with no task execution. The SIGNATURE_HANDLER parameter is passed to the handler. Two common values are none and printdiff but the handler may define more/less. none means only dump the signature, printdiff means recursively compare the dumped signature with the most recent one in a local build or sstate cache (can be used to find out why tasks re-run when that is not expected) --revisions-changed Set the exit code depending on whether upstream floating revisions have changed or not. -b BUILDFILE, --buildfile BUILDFILE Execute tasks from a specific .bb recipe directly. WARNING: Does not handle any dependencies from other recipes. Logging/output control options: -D, --debug Increase the debug level. You can specify this more than once. -D sets the debug level to 1, where only bb.debug(1, ...) messages are printed to stdout; -DD sets the debug level to 2, where both bb.debug(1, ...) and bb.debug(2, ...) messages are printed; etc. Without -D, no debug messages are printed. Note that -D only affects output to stdout. All debug messages are written to ${T}/log.do_taskname, regardless of the debug level. -l DEBUG_DOMAINS, --log-domains DEBUG_DOMAINS Show debug logging for the specified logging domains. -v, --verbose Enable tracing of shell tasks (with 'set -x'). Also print bb.note(...) messages to stdout (in addition to writing them to ${T}/log.do_<task>). -q, --quiet Output less log message data to the terminal. You can specify this more than once. -w WRITEEVENTLOG, --write-log WRITEEVENTLOG Writes the event log of the build to a bitbake event json file. Use '' (empty string) to assign the name automatically. Server options: -B BIND, --bind BIND The name/address for the bitbake xmlrpc server to bind to. -T SERVER_TIMEOUT, --idle-timeout SERVER_TIMEOUT Set timeout to unload bitbake server due to inactivity, set to -1 means no unload, default: Environment variable BB_SERVER_TIMEOUT. --remote-server REMOTE_SERVER Connect to the specified server. -m, --kill-server Terminate any running bitbake server. --token XMLRPCTOKEN Specify the connection token to be used when connecting to a remote server. --observe-only Connect to a server as an observing-only client. --status-only Check the status of the remote bitbake server. --server-only Run bitbake without a UI, only starting a server (cooker) process. Configuration options: -r PREFILE, --read PREFILE Read the specified file before bitbake.conf. -R POSTFILE, --postread POSTFILE Read the specified file after bitbake.conf. -I EXTRA_ASSUME_PROVIDED, --ignore-deps EXTRA_ASSUME_PROVIDED Assume these dependencies don't exist and are already provided (equivalent to ASSUME_PROVIDED). Useful to make dependency graphs more appealing.
最新发布
07-29
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值