博客首页
|
排行榜
|
softtech的博客
博客
相册
个人档案
个人档案
softtech
发消息
写留言
加好友
RSS订阅
博文分类
·
全部
最新评论
文章评论
|
照片评论
文章评论
|
照片评论
博文存档
·
全部
·
2006-12
最近访客
全部博文
how to set TFTP server
2006-12-05 12:39
do you know how to setup TFTP server:
阅读全文>>
software engineer interview questions
2006-12-04 06:03
What will print out? main() { char *p1=“name”; char *p2; p2=(char*)malloc(20); memset (p2, 0, 20); while(*p2++ = *p1++); printf(“%s ”,p2); } What will be printed as the result of the operation below: main() { int...
阅读全文>>
页次:
1
/1
每页
15
条记录,共
2
条 分页: [
1
]