topics

全部话题 - 话题: debugging
首页 5 6 7 8 9 末页 (共10页)
b*******y
发帖数: 1240
1
软件相关的
thanks in advance
==================================================================
SUMMARY OF QUALIFICATIONS
Highly motivated engineering program graduate with a proven academic record
and hands-on experience. Team player, attentive listener, and persuasive co
mmunicator. Strong relationship builder, adept at partnering with staff, and
clients. Detail-oriented with acute software design, debugging and QA test
ing skills. Proficient programming abilities with 3+ years .NET and JAVA sof
... 阅读全帖
w****x
发帖数: 2483
2
来自主题: JobHunting版 - google这是什么意思?
debug那题肯定要问他context, 就给这么点信息怎么猜啊, 还有debug sentence说的是
什么玩艺~~, 是不是只在debug版本才包含进去? 如果是的话那就是在debug sentence
里执行了什么关键程序, 编译release 版本的时候没编译进去. 比如 assert(f() == 1
), f()是必要执行的语句. 再问没出问题是什么情况, 如果是debug的时候问题没了那
很可能是多线程的问题. Segment fault是不是存在野指针的问题, debug sentence碰
巧solve了这个问题? 如果是在递归函数中的话是不是debug build了递归终止条件避免
了栈溢出? 得问问"what do you mean by debug sentence" "program context"
d*******d
发帖数: 103
3
Send your resume to [email protected]/* */ if you are interested
(Apple/Cupertino) SW Debugging/Failure analysis engineer
Focusing on using low level SW tools to debug system problems on embedded
products. All levels welcome.
Need knowledge on OS, booting, using jtag tools. Can send resume to me
directly. Thanks
https://jobs.apple.com/us/search?#&ss=47211818&t=0&so=&lo=0*USA
openJobId=47211818
HW/SoC/SW Low Level Failure Analysis Engineer
Job Number: 47211818Santa Clara Valley, California,... 阅读全帖
d*******d
发帖数: 103
4
Send your resume to [email protected]/* */ if you are interested
(Apple/Cupertino) SW Debugging/Failure analysis engineer
Focusing on using low level SW tools to debug system problems on embedded
products. All levels welcome.
Need knowledge on OS, booting, using jtag tools. Can send resume to me
directly. Thanks
https://jobs.apple.com/us/search?#&ss=47211818&t=0&so=&lo=0*USA
openJobId=47211818
HW/SoC/SW Low Level Failure Analysis Engineer
Job Number: 47211818Santa Clara Valley, California,... 阅读全帖
o****g
发帖数: 174
5
用的是这个wheel, 要先加载一个package scrapy.
https://github.com/LKI/wescraper
有如下错误:好像是没有得到cookie? 为什么?
[scrapy.utils.log] INFO: Scrapy 1.5.0 started (bot: scrapybot)
2018-01-23 17:51:22 [scrapy.utils.log] INFO: Versions: lxml 4.1.1.0, libxml2
2.9.7, cssselect 1.0.3, parsel 1.3.1, w3lib 1.18.0, Twisted 17.9.0, Python
2.7.13 |Anaconda 4.4.0 (64-bit)| (default, Dec 20 2016, 23:09:15) - [GCC 4.4
.7 20120313 (Red Hat 4.4.7-1)], pyOpenSSL 17.0.0 (OpenSSL 1.0.2l 25 May
2017), cryptography 1.8.1, Platform Linux-... 阅读全帖
b*****n
发帖数: 2324
6
来自主题: Military版 - est









h*******y
发帖数: 896
9
来自主题: EE版 - job opening - Product Engineer
send me your resume if your background matches this position very well
========================================
Product Engineer
Job Posting: Feb 25, 2011
Primary Location: US-TX-Austin-Oak Hill (TX30)
Job: Product/Test
Education Level: Bachelor's Degree
Job Type: Experienced
Job Responsibilities:
To be successful in your role you will need to:
* Develop high quality embedded software to electrically stress the
devices and some self testing of the device.
* Provide inputs to hardware to ... 阅读全帖
z**********8
发帖数: 229
10
来自主题: JobHunting版 - 汉若塔问题
#include
using namespace std;
#include
#include
class Tower{
private:
int index;//indicate the number of tower
stack one_tower;
public:
Tower(int i=0):index(i){}//constructor
int getindex();
void add(int d);
void moveTopTo(Tower t);
void print();
void moveDisks(int n,Tower Destination,Tower buffer);
};
int Tower::getindex()
{
return index;
}
void Tower::add(int d)
{
if((!one_tower.empty())&&(d>one_tower.top()))
cout<<"... 阅读全帖
b**********e
发帖数: 76
11
现有很多Firmware和Testing Engineer的Opening,middle/senior/manager level,需
要一定工作经验。工作地点在Milpitas, CA / Chandler, AZ/Salt Lake City, UT/
Marlborough, MA/Longmont, CO
有兴趣请发邮件至
[email protected]
/* */
合适的话我会帮你内部refer
具体职位和要求如下:
Staff/Senior Staff Firmware Engineer:
Responsibilities:
Support customer FW fixes and releases and root cause failures during
product validation, customer qualification, manufacturing test process and
field returns.
Analyze, debug, and resolve firmware issues observed at any ... 阅读全帖
l**e
发帖数: 97
12
来自主题: JobMarket版 - 贴几个 JD 吧 - 节日快乐
3 x Principal Engineer
1 x Principal Architect
工作地点在上海
=======================================
Principal Software Engineer – Presentation Technologies (首席系统软件开发/
架构工程师)
The Principal Software Engineer will be responsible for leading development
of sophisticated presentation technologies. Deep knowledge on browser
execution environment and in-depth understanding of site-speed improvement
best practices are expected. The successful candidate will be a top
performer and versatile professional lea... 阅读全帖
l**e
发帖数: 97
13
来自主题: Returnee版 - 贴几个 JD 吧 - 节日快乐
3 x Principal Engineer
1 x Principal Architect
工作地点在上海
=======================================
Principal Software Engineer – Presentation Technologies (首席系统软件开发/
架构工程师)
The Principal Software Engineer will be responsible for leading development
of sophisticated presentation technologies. Deep knowledge on browser
execution environment and in-depth understanding of site-speed improvement
best practices are expected. The successful candidate will be a top
performer and versatile professional lea... 阅读全帖
c*****s
发帖数: 180
14
我也考了,但都忘了。楼主说的很全,我补充几点:
4.text="句子";
Find(text',US'i, 5 )问i=?;
5.是给出几个单词,然后问用什么命令能成一个他要求的例子:貌似catx的对。
6.debug还是debuger加在data语句后,好像选项有data sasuser.xxx debug; data....
/debug; data...debuger; data.../debuger;
13 没有PROC REPORT考试内容,大纲不考了。
14.题目特别长,然后问题大体是dlm=还是dsd 和dlm一起用。
16.考点在rename用法还有set a b,set a set b 和merge的区别。还有一题问set a b
的第一行输出是什么。
17.ods csvall "file"...
ods close;
问输出结果的文件是用什么格式读的。选项貌似有excel only.excel, txt and csv
;csv only.

20.如何输出这个lib里的文件名。貌似proc data=something _all_.
其他:
1.
z****e
发帖数: 16
15
Marvell Storage & Networking Software group is currently looking for a
Firmware Engineer. Following are job descriptions and requirements, anyone
interested is welcome to send a Resume/CV to my 站内信箱. Your Resume/CV
will be forwarded to the Hiring Manager.
Job Title: Engineer, Firmware
Qualifications:
- MS degree in EE/CS with 0 - 10 years of Firmware/Embedded development
experience in data storage devices.
- Strong C programming skill.
- Knowledge of ARM architecture, and development... 阅读全帖
s********4
发帖数: 103
16
有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖
s********4
发帖数: 103
17
有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖
S***l
发帖数: 383
18
Job Description: Sr. ASIC DFT Engineer
As part of the Central DFT group, you will be responsible for architect,
implementation, verification, and lab bring-up of the DFT and DFM solutions
for the advanced and comprehensive Design for Test/Manufacturing (DFT/DFM)
features for the system on a chip integrated in the industry leading edge
network products.
Core Responsibilities:
• ASIC DFT lead to top level architect, implement and verification of
DFT features including MBIST, Logic BIST,... 阅读全帖
A*******s
发帖数: 23
19
Send resume to a****************[email protected]
Mac Software Engineer
The Macintosh Platform SW Team is seeking a Software Engineer to help ensure
that Apple Mac systems continue
to be world-class. We’re looking for engineers with exceptional problem
solving skills and a passion for quality.
Core Responsibilities
You will play a central role in the design, development and deployment of
Mac system software, boot firmware,
Power Management, and system design.
• Responsibilities include design, d... 阅读全帖
A*******s
发帖数: 23
20
来自主题: JobHunting版 - [apple jobs] CPU, soc, silicon, etc.
Send resume and job (#) to a****************[email protected].
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CAD Licensing Engineer
Sr. CAD Engineer – STA
GPU Micro Architect
Design Verification Implementation Engineer
RTL Design Engineer
Analog IP Validation/Characterization Engineer
Senior RF IC Design Engineer
Logic Implementation/ Synthesis Engi... 阅读全帖
z****e
发帖数: 16
21
Marvell Storage & Networking Software group is currently looking for a
Firmware Engineer. Following are job descriptions and requirements, anyone
interested is welcome to send a Resume/CV to my 站内信箱. Your Resume/CV
will be forwarded to the Hiring Manager.
Job Title: Engineer, Firmware
Qualifications:
- MS degree in EE/CS with 0 - 10 years of Firmware/Embedded development
experience in data storage devices.
- Strong C programming skill.
- Knowledge of ARM architecture, and development... 阅读全帖
A*******s
发帖数: 23
22
send resume to a****************[email protected]
Hardware Systems Integration Engineer
Sr. HW Systems Integration Engineer
Hardware Systems Integration Engineer
Hardware Systems Integration Engineer
Hardware Systems Integration Engineer
Hardware Design Engineer
Hardware System Integrator
Hardware Systems Integration Engineer
Hardware System Integrator
Hardware Systems Integration Engineer
Job Number: 26059622Santa Clara Valley, California, United
StatesPosted: Jun. 26, 2013Weekly Hours: 4... 阅读全帖
z****e
发帖数: 16
23
Marvell Storage & Networking Software group is currently looking for a
Firmware Engineer. Following are job descriptions and requirements, anyone
interested is welcome to leave a message to my 站内信, I'll then give you an
email address for you to send your Resume/CV to. Your Resume/CV will be
forwarded to the Hiring Manager.
Job Title: Engineer, Firmware
Qualifications:
- MS degree in EE/CS, Firmware/Embedded development experience in data
storage devices like NAND Flash. New grads or ... 阅读全帖
t****z
发帖数: 14
24

Job Summary
The Devices Software Team is looking for a Software Engineer with experience
in writing code that exercises hardware functionality at an application
level. In this role, you will be an individual contributor developing
embedded software solutions for the iPhone/iPod/iPad/Apple TV, creating and
maintaining tools used by a variety of teams within the company, and
interacting with multiple Contract Manufacturers. You must thrive in a fast-
paced environment and enjoy solving problems, ... 阅读全帖
s********4
发帖数: 103
25
有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖
s********4
发帖数: 103
26
有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖
s********4
发帖数: 103
27
有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖
l********e
发帖数: 13
28
有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖
l********e
发帖数: 13
29
自己组内的内推啦!
有一个full time opening. 公司是Marvell, 在Santa Clara
公司全球一共有7000多名员工,回国探亲什么的可以在中国分公司上班哦。
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc an... 阅读全帖
p*u
发帖数: 2454
30
来自主题: JobHunting版 - Uber-NY onsite (zz)
实习求职终于uber offer,全职求职始于uber rej,what a life。带着唯一的return
offer继续骑驴找马找全职了。
====感想====
0,千万不要看点科技博客,小文章就觉得懂design了,千万不要!常见design题有什
么用,还是被大牛们按在地上摩擦了!所以下面都是我自己总结出来的合适答案,可能
还是会导致你被按在地上摩擦,大家随便看看。
1,Uber NY的Bar很高,尤其是design bar,不想浪费机会的小伙伴还是申Uber SF吧。
刷算法基本对Uber NY没用的,目前Uber NY就没有new grad,第一批new grad的要求必
然是overflow的。
2,几乎纯Design面试,new grad永远的痛,狠狠一巴掌打在自以为design很熟的我脸
上。面我的四个人都干过小公司CTO甚至大公司的技术核心,“你们这些说名词的new
grad,根本不懂design的境界”。
3,真机IDE测试,能bug free就bug free,对方的笑容不代表他认可你先run再debug。
大家都是专业的,笑容什么都不代表。
4,Uber N... 阅读全帖
f*******r
发帖数: 976
31
来自主题: JobHunting版 - Uber-NY onsite (zz)
Move on.

实习求职终于uber offer,全职求职始于uber rej,what a life。带着唯一的return
offer继续骑驴找马找全职了。
====感想====
0,千万不要看点科技博客,小文章就觉得懂design了,千万不要!常见design题有什
么用,还是被大牛们按在地上摩擦了!所以下面都是我自己总结出来的合适答案,可能
还是会导致你被按在地上摩擦,大家随便看看。
1,Uber NY的Bar很高,尤其是design bar,不想浪费机会的小伙伴还是申Uber SF吧。
刷算法基本对Uber NY没用的,目前Uber NY就没有new grad,第一批new grad的要求必
然是overflow的。
2,几乎纯Design面试,new grad永远的痛,狠狠一巴掌打在自以为design很熟的我脸
上。面我的四个人都干过小公司CTO甚至大公司的技术核心,“你们这些说名词的new
grad,根本不懂design的境界”。
3,真机IDE测试,能bug free就bug free,对方的笑容不代表他认可你先run再debug。
大家都是专业的,笑容什么都不代表... 阅读全帖
A*******s
发帖数: 23
32
【 以下文字转载自 JobHunting 讨论区 】
发信人: AppleJobs ((can help refer)), 信区: JobHunting
标 题: [Apple Jobs] Software Engineer and software QA
发信站: BBS 未名空间站 (Mon Jan 21 00:31:39 2013, 美东)
Send resume to a****************[email protected]
Mac Software Engineer
The Macintosh Platform SW Team is seeking a Software Engineer to help ensure
that Apple Mac systems continue
to be world-class. We’re looking for engineers with exceptional problem
solving skills and a passion for quality.
Core Responsibilities
You will play... 阅读全帖
A*******s
发帖数: 23
33
Apple Jobs.
Send resume and job (#) to a****************[email protected].
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CAD Licensing Engineer
Sr. CAD Engineer – STA
GPU Micro Architect
Design Verification Implementation Engineer
RTL Design Engineer
Analog IP Validation/Characterization Engineer
Senior RF IC Design Engineer
Logic Implementation/ Sy... 阅读全帖
A*******s
发帖数: 23
34
send resume to a****************[email protected]
[Apple openings] Hardware Systems Integration Engineer/Hardware Design
Engineer
Hardware Systems Integration Engineer
Sr. HW Systems Integration Engineer
Hardware Systems Integration Engineer
Hardware Systems Integration Engineer
Hardware Systems Integration Engineer
Hardware Design Engineer
Hardware System Integrator
Hardware Systems Integration Engineer
Hardware System Integrator
Hardware Systems Integration Engineer
Job Number: 26059622S... 阅读全帖
Y*C
发帖数: 405
35
HDR Bracket HDR之包围曝光
HDR(高动态范围)图像的自动包围式曝光和timelapses。
SET键调整拍摄照片的数量,PLAY键调整照片曝光EV值的级差。请按下Q键则迅速关闭此
功能。
在拍照的M模式下,本功能为快门包围。在其它模式为曝光补偿包围。
HDR图像可以采取:
* ML遥控触发器:LCD的面部感应器和音频触发。
* ML定时器(HDR延时摄影)
* 按下快门,第一张照片是中间曝光(无EV补偿)的,并且使用2秒延时自拍。另外,
该模式工作时将拍下三张或以上照片,也就是说照片数量设置为2时,也是拍下3张照
片。
为了达到最佳效果,切换到手动对焦,并使用相对较慢的曝光时间。
对于每个HDR图片集,ML也写了一个进入脚本,用enfuse堆叠曝光(4.x版)。这个脚
本存储在DCIM文件/###佳能和命名后的第一张照片集,例如如果HDR顺序是从IMG_
1001.JPG ... IMG_1005.JPG,HDR脚本将被命名为HDR_1001.SH和由此产生的HDR图像将
作为HDR_1001.JPG保存。
要在计算机上运行的HDR的脚本,将在相同的目录中并运行(... 阅读全帖
l*s
发帖数: 783
36
☆─────────────────────────────────────☆
vn (jmj) 于 (Fri Oct 19 10:25:39 2012, 美东) 提到:
- 做很多view的操作吗?加index啥的不?还干神马其他的?
- 你们都把sql query写成stored procedure吗?前段时间好像就是在这个版上看到一
种观点就是用linq 这样在c#里面就可以改 比stored procedure方便。。。这个理解对
不对?
- 用其他的方式访问db 比如NHibernate 还有什么工具?
☆─────────────────────────────────────☆
vn (jmj) 于 (Mon Oct 22 09:57:38 2012, 美东) 提到:
脚踏实地的问题木人讨论 都跑到隔壁去吵架 唉
☆─────────────────────────────────────☆
NeverLearn (24K golden bear) 于 (Mon Oct 22 17:36:01 2012, 美东) 提到:

只要关联查询多了,... 阅读全帖
Q**g
发帖数: 183
37

为啥不能是 controlled from one centralized place 呢?
比如,
class logger{
public static boolean DEBUG;
static {
DEBUG = // code for reading the setting from .properties file
}
.........
}
然后到处都写
if (logger.DEBUG) logger.log(....);
这样至少没有函数调用的开销吧。如果觉得check logger.DEBUG 开销还大,那就在
每个OBJECT构造的时候copy一下logger.DEBUG到一个本地的class member好了
c*****m
发帖数: 16
38
在代码里去获取编译参数好像绕弯子了。。。
如果真的需要实现这种机制,可以在代码里用 #ifdef DEBUG 去printf或者什么的,单
独写个.h放 #define DEBUG
然后在makefile里写判断,比如在带-g的时候,include上debug.h,-Wall的时候,
warn.h,甚至还可以弄个default.h等等这样
反正,在makefile里做这个比较合适,甚至偷懒的话可以写个脚本去grep -v \/\/
debug > xxx.c然后再gcc -g,不也挺方便的,无非就是输出调试信息后面记得加个//
debug就是了
c*****t
发帖数: 1879
39
来自主题: Programming版 - 两个我永远都不想碰的语言
最近无聊,稍微研究了下两个语言,彻底被雷了。
第一是 R 。可以说是世界上最 fucked up 的语言之一(COBOL 是另外一个)。
你看一下这篇文章就明白了:
https://xianblog.wordpress.com/2010/09/13/simply-start-over-and-build-
something-better/
如果你非要写 R 代码。建议你把所有的 variable 都弄个 prefix 。免得你
不小心碰到这种麻烦事。
第二就是 Go 。整个一傻逼语言。
1) 如果该语言有 pointer,但是其速度比 Java 还慢点,谁 TMD 有病才用它。
再不用说,Go 里面需要知道很多很多 low level 的东西,但是搞了半天比 Java
还慢?!!
2) Stupid copies 。好吧,你有 pointer 不用,非得 pass by value (i.e.
struct copy),真是脑袋抽筋了。copy 大部分情况下比 reference 慢。
reference 是可以放在 register 里的,而 struct 一旦比 register... 阅读全帖
c*****t
发帖数: 1879
40
来自主题: Programming版 - 珍惜生命,远离 R 和 Go
最近无聊,稍微研究了下两个语言,彻底被惊呆了。
第一是 R 。可以说是世界上最 fucked up 的语言之一(COBOL 是另外一个)。
你看一下这篇文章就明白了:
https://xianblog.wordpress.com/2010/09/13/simply-start-over-and-build-
something-
better/
第二就是 Go 。整个一傻逼语言。
1) 如果该语言有 pointer,但是其速度比 Java 还慢点,谁 TMD 有毛病才用它。
再不用说,Go 里面需要知道很多很多 low level 的东西,但是搞了半天比 Java
还慢?!!
2) Stupid copies 。好吧,你有 pointer 不用,非得 pass by value (i.e.
struct copy),真是脑袋抽筋了。copy 大部分情况下比 reference 慢。
reference 是可以放在 register 里的,而 struct 一旦比 register 大,
就会占内存。然后 Go idiots 说 cache 很 precious,那你还搞那么多 copy... 阅读全帖
S******y
发帖数: 1123
41
许多应用程序中都会有日志记录,用于记录系统在运行过程中的一些关键信息,以便于
对系统的运行状况进行跟踪。python为我们提供了简单易用、且功能强大的日志模块:
logging
The logging module defines a standard API for reporting errors and status
information from applications and libraries. The key benefit of having the
logging API provided by a standard library module is that all Python modules
can participate in logging, so an application’s log can include messages
from third-party modules.
logging模块支持将日志信息保存,如:保存到日志文件中;以邮件的形式发送日志信
息;以http get或post的方式提交日志到web服务器;等等。
举一个简单的例子:... 阅读全帖
g********d
发帖数: 19244
42
来自主题: Automobile版 - [合集] 买了 2013 Tiguan
☆─────────────────────────────────────☆
crossline (crossline) 于 (Sun Apr 21 17:59:27 2013, 美东) 提到:
2013 Tiguan SE 4WD,随车带急救包和脚垫, 29 initial miles, 28000 before TTL,
车不算附件MSRP 31940,那两个附件MSRP大概200多块。
挑了一个多月的车,试了explorer xlt,  escape titanium, 大切 limited,
outback limited, x3 28i, equinox 2LT,还有个雅阁。挑车挑得非常辛苦,试的车型
和档次也不一致,主要是因为和lp统一意见花了很久。本来定好买SUV,可是我想买大
的,lp想买小的。我最想买的2014大切因为被评价为“前脸丑得无法接受”而被坚决否
定:(。
话说大切开起来真不错,8档变速非常平滑,不吵,操控也不错,我试的3.6L,起步有
点慢,车重嘛,没办法。要是试着玩肯定挑8缸的了。后来统一意见到BMW,花了一个星
期跟dealer谈... 阅读全帖
h****n
发帖数: 298
43
来自主题: Classified版 - Kernel Windows Driver Dev in Bellevue, WA
Brief job description given below:
Windows internals debugging work. Mostly kernel mode but some user
mode too.

Components: drivers, IO subsystem, memory manager, camera, graphics,
other kernel components that are victims or culprits in a functioning system

Basic skills needed: Good understanding of OS fundamentals, should
know Windows internals, should be good at problem solving and at debugging,
should have good experience with Windows kernel and user mode debugging (
Kernel debugging ... 阅读全帖
w******i
发帖数: 1476
44
来自主题: JobHunting版 - 一个很全SAS Interview Q. List [ZT]
SAS Interview Questions from http://www.sconsig.com/
Very Basic
What SAS statements would you code to read an external raw data file to a DATA
step?
How do you read in the variables that you need?
Are you familiar with special input delimiters? How are they used?
If reading a variable length file with fixed input, how would you prevent SAS
from reading the next record if the last variable didn't have a value?
What is the difference between an informat and a format? Name three informats
or format... 阅读全帖
S**N
发帖数: 182
45
来自主题: JobHunting版 - google这是什么意思?
内存出问题啦
可能比如数组越界 内存不可写 也可能硬件原因 内存坏了
加了条debug就不出问题了 可能是加了之后 里面内存不一样了 但是也不一定程序就对

只是不再seg fault而已
还有 加了debug应该是run的debug版 否则正常的版本加不加debug都一样
e*********l
发帖数: 136
46
来自主题: JobHunting版 - google这是什么意思?
内存那个有意思
是这样的
|表示栈帧的分割 || 表示栈顶
没有的话只是这样
.... function || free stack space (undefined values)
加了之后是
..... function | debug func || free stack space
debug func返回之后可以看到
..... function || free stack space(之前debug func留下来的栈帧没有清理,阴差
阳错对了)
比如free space全是零,然后有个二级pointer指向free space的某个地方,这样读取0作为二级指针的值,然后就是引用地址0
但是debug func加了之后,这个二级pointer指向的地方值改变了,不再是零了。所以二级指针可以用了
l*****y
发帖数: 165
47
来自主题: JobHunting版 - RIM Dallas招Software Developer, OS
填补一中国人同事走人后的空缺。新生刚毕业的和多年工作经验的均可。请上http://www.rim.com/careers/search/ 搜索job ID 1202758。薪酬、relocation等均看条件面议。RIM career还有很多其他职位。欢迎申请、转发。
Job Description - Software Developer, OS (1202758)
Job Description
Software Developer, OS
Job Number:
1202758
Description
POSITION SUMMARY
The Operating Systems Group is a core group at RIM that develops the kernel,
device drivers, memory management, file system and the multimedia framework
for wireless devices. As a developer you have solid analytical skills,
pr... 阅读全帖
i***0
发帖数: 8469
48
来自主题: JobHunting版 - Immediate interviews........phn hire
FULL TIME POSITION
hope you are doing good. Below are the 4 different positions of SDET. Please
let me know your comfort level with these
Redmond,WA
JOB-1:
Role: SDET with Windows 8
Experience: 4+ years
Following would be some of the responsibilities for the role:
1. Work along with test lead for the assigned business applications
2. Understand the assigned applications from a functional perspective
3. Create test cases based on business & technical requirements
4. A... 阅读全帖
c*******a
发帖数: 12
49
来自主题: JobHunting版 - 网络程序员职位空缺
我们组有以下职位空缺。如果背景吻合的话,可以帮忙推荐。站内联系,附上简历。
Staff SW Development Engineer
Tracking Code
3562
Job Description
Design and develop networking features for Blue Coat's Security and Wan
Optimization product lines.
Work closely with developers, architects, and product managers to scope the
problem, investigate, and design a solution that meets product requirements.
Be responsible for all aspects of software development including design,
coding, testing and debugging.
Provide assistance and consultation serv... 阅读全帖
首页 5 6 7 8 9 末页 (共10页)