|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c******t 发帖数: 391 | 22 RT,上次phone interview对这两个表述混淆不清。特来求教,是不是substring定义为
字符串中的连续子串,而subsequence不一定要求连续?
比如: BCD既是ABCDEF的substring,又是其subsquence,而ADF只是ABCDEF的
subsequence?
Thanks! |
|
r***y 发帖数: 4379 | 23 钱景肯定不错
Oracle 是个成功的商业公司, 不管多烂的产品它们都能高价卖出去.
比如俺见过的它们奇烂的 UIX, ADF framework , 多年来遍布政府的 projects ... |
|
I***l 发帖数: 57 | 24 可以办绿卡,其他待遇需要和hiring manager详谈。有意者请将简历发至asfaloth.b@
gmail.com 谢谢。
Brief Posting Description
Design, develop, troubleshoot and debug software programs for databases,
applications, tools, networks etc.
Detailed Description
As a member of the software engineering division, you will take an active
role in the definition and evolution of standard practices and procedures.
You will be responsible for defining and developing software for tasks
associated ... 阅读全帖 |
|
S*********t 发帖数: 271 | 25 【 以下文字转载自 Military 讨论区 】
发信人: SydneyNight (霍巴特青年), 信区: Military
标 题: 军队工作,give a try?
发信站: BBS 未名空间站 (Mon Nov 19 06:54:06 2012, 美东)
IT科班毕业,专业工作做了3年多了,混混僵僵做了几个单位,现在工资也很一般,6万
不到。
小单位,做APPLICATION SUPPORT, 看不到人生的希望,职业的前途,也没有能接触
新鲜的技术,每天麻木地过着,对工作只有责任,没有热情。
之前ADF参加过一个讲座,觉得军队的工作,是我儿时理想的职业,又可以有稳定地发
展和地位进步,也会是个理想的人生规划。
不知道这边有没有在军队里做技术类的?
看中2个陆军里的
Communication Systems Operator
http://www.defencejobs.gov.au/army/jobs/CommunicationSystemsOpe
Electronic Warfare Operator
http://www.defencejobs.gov.au/ar... 阅读全帖 |
|
F********9 发帖数: 44 | 26 一直没发,等到了据信。看来是人品少啊。
发个面经,攒点人品。
共五轮。列出来的默认都是要写code的。
第一轮, 一个年轻白人小伙。出的题目挺简单。
从字符串里找出重复奇数次的字符。
比如 abaadefbe -->adf (顺序不限)
第二轮 一个中东的 developer manager
找出一个电话号码本里重复的人名。纪录里一个电话号码对应一个人名。
找出那些对应多个人名的电话号码,并输出 号码 人名s。
第三轮 一个东北亚的 developer
设计题 设计一个文本编辑器
第四轮 吃饭,介绍该组目前有那些project
第五轮 一个白人女生,manager
估计就坏到这里了。
算法题: 单词压缩。
word -> w2d
wesd -> w2d
简单搞定。 如果一个字母 a, 则输出 a。
然后又问了几个算法问题,不用写code。
就坏这了,估计。她给我说,见过你就说啊。大部分都见过。
于是俺就说,做过...
结果她说,这我咋写feedback呢? 我的题库都用光了。
然后临时给编了一个题。 跟我白活半天,我也没听明白。她自己也觉得
没讲清楚。
最后不了了之。
... 阅读全帖 |
|
l***p 发帖数: 358 | 27 第一题最直接的就是递归解法,直截了当,子串不超过100,所以不用担心stack
overflow
最近在学javascript,早上写了一个
var str = "abcdefg";
var substr = ["a", "d", "g", "i", "ab", "ae", "ag", "fg", "ai", "bi", "gi",
"abc", "acd", "adf", "bcd", "abg", "aabc", "bcee", "abcdefg", "abcdefgi"];
function match(bS, dS, str, bSS, dSS, substr1)
{
if (dSS - bSS === 0) { return 0; }
else if (dS - bS >= dSS - bSS) {
for (var i = bS; i < dS; i++) {
if (str[i] === substr1[bSS]) {
return match(i + 1, dS, str, bSS + 1, dSS, substr1);... 阅读全帖 |
|
|
t**r 发帖数: 3428 | 29 最近亚麻的行为非常奇怪,据我所知他们发了无数的OA,而且Coding题都巨简单(据说
题库里就三道题)。反而第二部分的逻辑测试刷了很多人。
我不久前做的,前后大概花了1个小时吧。
这次的OA全程摄像头都是亮着的,即是说....找基友帮忙是不太可能
有小伙伴说截图或者换窗口也会弹出警告。这个我没试过
第一部分是coding题,一共两道。
我遇到的题是:
1. 判断string1和string2是否互为right rotation。比如:abcd和cdab。CC150原题,
一行代码即可解决。
2. 给两个byte,判断它们是否互为graycode。其实题目里已经提示用XOR和比特运算了。
据论坛里其他的基友说,还有一道是去除字符串中所有的元音字母,应该也不难吧。
反正一共就这三道....大家肯定都没问题。
------------------------------------------------------严肃的分割线----------
--------------------------------------------
好了,重点来了!
我觉得这次OA的关键部分不是codi... 阅读全帖 |
|
|
|
b*********s 发帖数: 108 | 32 大家好,大公司招聘财务系统IT support. Dallas TX 办公地点 (不能remote, 不能
支持H1B), 3年Contractor , 请近期将简历发送邮件 [email protected] 。发送
邮件告知公司名称和办公地点。
Hyperion Systems Administrator
Responsibilities:
• Ensure high availability, optimum performance, and assured
security of the Oracle Fusion r11 Enterprise Performance Management
environments. Perform code migration in accordance with established change
management processes
• Enforce version control and change management processes to
support internal ... 阅读全帖 |
|
|
c*********n 发帖数: 2 | 34 Sr. Java Developer
Possesses and applies a comprehensive knowledge across key tasks and high
impact assignments. Plans and leads major technology assignments. Evaluates
performance results and recommends major changes affecting short-term
project growth and success.
Work experience and skills
- Java Programming, Design Pattern
· Perform Unit Testing in local/development environments and full
regression testing in staging and production
· Development of XML and Web Services Technologies,
· XML ... 阅读全帖 |
|
c*****4 发帖数: 900 | 35 同意adf的说法,个人认为在美国的经济还没有得到实质性的好转,欧洲那边也还是一
团糟的情况下,利率仍将维持在一个相对较低的水平。 |
|
|
l**********i 发帖数: 11748 | 37 用冰水混合物测一下就知道了
不能以天气预报为准啊
[在 adf (fda) 的大作中提到:]
:水银的可以泡水里。
:
:........... |
|
t*********u 发帖数: 25 | 38 I think that is fine too. But you have to make sure that your ground/neutral
bus on the main panel is connected to the water main "after" your newly
installed PVC, just in case some of your circuits used your water pipe as
grounding.
Maybe you can the plugtester adf suggested to go over all your power outlets
to see if it pass the tests. |
|
i***e 发帖数: 9429 | 39 为鼓励大家少潜伏,多灌水,acer版大恢复每月水枪奖励,从4月1号起算,下个月10号
前发上个月的水枪包。
1 - 10 名奖励100伪币
11 - 20 名奖励50伪币
4月1号到目前的前20位IDs排名为:
ID帖数 忠诚度(排名) 引用数(排名) 引用率(排名)
1 mitbbsinus 65 9.4% (44) 26 (4) 0.40 (33)
2 wstlykm 64 81.0% (16) 33 (1) 0.52 (26)
3 imore 38 100.0% (1) 28 (2) 0.74 (11)
4 zhanglaosan 32 11.7% (43) 24 (5) 0.75 (10)
5 iMaJia 31 19.5% (39) 28 (2) 0.90 (7)
6 Lizi 27 28.1% (33) 14 (9) 0.52 (26)
7 adf 26 81.2% (15) 17 (8) 0.65 (18)
8 a9 25 20.7% (37) 20 (6) 0.80 (9)
9 laoliu 20 95.2% (11) 9 (13) 0.45 (29)
10 vibes... 阅读全帖 |
|
|
|
|
e*i 发帖数: 10288 | 43 En, this model uses Canon model 104 cartridge, which is the same as HP 12A
cartridge,
the compatible catridge is about $13 each at amazon/ebay. Page yield 2000.
no adf for the scanner. |
|
e*i 发帖数: 10288 | 44 D420 is good. but no ADF. |
|
|
|
u******h 发帖数: 12 | 47 前几天趁着deal, 在Staples网上买了brother EMFC 8810,价格是169,是refurbished
, 这几天用了机器,发现几个问题,一是打印的速度很慢,我用过已经断产的HL2040,
还有2280,这个8810号称是一分钟40张,现在实际速度我觉得还没有HL2040快,这个是
机器有问题吗还是有什么需要设置的,其次从ADF打印出来的内容明显质量不好,如果
是机器的问题,我不想退这个机器,毕竟还是挺便宜的,有没有可能去换一台,我查了
查网上,staples的店里没有这个型号,如果想换一台的话,怎样客服比较好,打电话
,还是live chat,还是email,可以让它先寄一台过来,我再寄回去吗,现在急着用这
个机器,谢谢懂的朋友指教 |
|
f***w 发帖数: 1745 | 48 Brother DCP-L2540DW Wireless Monochrome Multifunction Laser Printer
激光打印(黑白)
ADF扫描
复印
不知道TN230的硒鼓自己加粉容易么? |
|
|
|