招募Linux系统下驱动和BSP开发工程师(外派爱立信)
大家好,
我是纬创软件HR Ryan,我们正在招募Linux系统下驱动和BSP开发工程师,外派到爱立信研发部门工作。以下是职位的具体JD。请感兴趣的筒子请把简历发到我的邮箱:zhifeihu@wistronits.com
Job Title:
Device Driver and BSP SW Design Engineer
Job Objective:
The position will be responsible for device driver design in IP and broadband product area, such as GPON, OMS, Mini-Link and IP router. As software design engineer, develop or modify the products to meet the customer's requirements as well as fulfill the business requirements on cost, time and quality.
Responsibilities:
- Responsible for design and maintenance of device driver/BSP/HW adaptation layer design on telecommunication equipments
- Participate in systemization together with people from System team and integration test with HW team
- Responsible for writing technical documents, e.g. Implementation proposal, Design specification, Test Specification, and etc.
- Responsible for coding ,unit test, basic integration test of SW functions
- Integrate software with third part software modules
- Review source code & documents
- Efficiently communicate with engineers from other teams in China and other countries
Qualifications &
相关问答:
写了个测试程序如下
struct hostent *hp;
char AlarmDevIP[20];
int x2;
hp = gethostbyname("www.google.com");
if (hp)
{
......
大家好,本人目前刚刚接触Linux。现在公司的项目需要缩减Linux的Kernel和APP部分的Code Size。目前我们使用的是Linux2.6.22.15版本,应用于ADSL Modem(家庭网关)。
1.我们产品应用是ADSL Gateway,Kernel部 ......
使用Struts2上传文件,在linux下报错
2009-09-29 14:56:20,801 [org.apache.struts2.interceptor.FileUploadInterceptor]-[ERROR] Processing of multipart/form-data request failed. c:/temp/upload__1dcd07ee_12 ......
小弟最近需要一个用socket获取html文档的代码,但是老是不能获取完整的html源码。原因不明,望高手指点!
C/C++ code:
char *Http_GET(char *host,int port,char *data) //发送GET请求
{
char response[2 ......
一直用svn来做资源的管理,
现在发现windows下取svn 要10个小时左右(资源大约有20G,全是小文件)
linux下取仅用40分钟,
请问linux的文件系统在哪儿比windows文件系统强力?
svn 可够慢的。
在 ......