2014年4月14日
摘要:
下面是一些你可以问的典型问题。 问题一:你们为什么要招聘这个职位? Q1: Why are you currently recruiting for this position? 这个问题会使得面试官开始谈论当前的项目,或者谈论前一位离职人员。无论哪种情况,都会让你了解,一些与你最密切相关的公...
阅读全文
posted @ 2014-04-14 10:34
上海—Michael
阅读(602)
推荐(0)
2014年4月13日
摘要:
#include "stdafx.h"#include #include #include using namespace std;void cs(int n){ if(n==SIGINT) { cout>ch; for(int i=0;i<sizeof(str...
阅读全文
posted @ 2014-04-13 15:43
上海—Michael
阅读(529)
推荐(0)
2014年4月11日
摘要:
#include "stdafx.h"#include static BOOL WINAPI Handler(DWORD cntrlEvent);static BOOL exitFlag = FALSE;int _tmain(int argc, LPTSTR argv[])/* Beep perio...
阅读全文
posted @ 2014-04-11 17:59
上海—Michael
阅读(368)
推荐(0)
2014年4月10日
摘要:
#include "stdafx.h"#include #include DWORD Filter (LPEXCEPTION_POINTERS, LPDWORD);double x = 1.0, y = 0.0;int _tmain (int argc, LPTSTR argv[]){ DWORD ...
阅读全文
posted @ 2014-04-10 10:48
上海—Michael
阅读(407)
推荐(0)
2014年4月8日
摘要:
QTP中为了提高扩展性,提供了一个为测试对象添加一个新的自定义方法,或者重写测试对象已有的方法的函数RegisterUserFunc,在此给大家分享一下。RegisterUserFunc:为测试对象添加一个新的自定义方法,或者重写测试对象已有的方法语法:RegisterUserFunc TOClas...
阅读全文
posted @ 2014-04-08 17:43
上海—Michael
阅读(342)
推荐(0)
2014年4月4日
摘要:
地址一个是上海交大的,http://ftp.sjtu.edu.cn/opensuse/update/葡萄牙的:http://ftp.nux.ipb.pt/pub/dists/opensuse/update/10.3/http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/10.3/repo/non-oss/http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/10.3/repo/oss/再加一个葡萄牙的:http://cesium.di.uminho.pt/pub/opensuse/dis
阅读全文
posted @ 2014-04-04 15:13
上海—Michael
阅读(6991)
推荐(0)
2014年4月3日
摘要:
Ubuntu下设置VNCServerVirtual Network Computing(VNC)是进行远程桌面控制的一个软件。客户端的键盘输入和鼠标操作通过网络传输到远程服务器,控制服务器的操作。服务器的图形界面 通过网络传输会客户端显示给用户。给你的感觉就像直接在操作本地计算机一样,只是所有的程序...
阅读全文
posted @ 2014-04-03 17:03
上海—Michael
阅读(671)
推荐(0)
摘要:
Telnet这里我们就来对Ubuntu Linux telnet的安装设置进行一下讲解。 1. sudo apt-get install xinetd telnetd 2. Ubuntu Linux telnet安装后,系统也会有相应提示: sudo vi /etc/inetd.conf并加入...
阅读全文
posted @ 2014-04-03 11:28
上海—Michael
阅读(1101)
推荐(0)
2014年4月2日
摘要:
前提:需要安装gcc、kernel 1. apt-get install gcc 2. apt-get install kernel问题描述: 安装时如果提示更换介质 :请把标有 " debian gun/linux 7.2.0 _ Wheezy_ - official i368 DVD ...
阅读全文
posted @ 2014-04-02 14:42
上海—Michael
阅读(517)
推荐(0)
摘要:
刚装完系统时是没有 apt-spy 的,这时候我们可以暂时先找个可用的源代替,如(写在 /etc/apt/sources.list 中):deb http://http.us.debian.org/debian/ stable main执行以下命令更新软件包列表:apt-get update然后执行...
阅读全文
posted @ 2014-04-02 10:13
上海—Michael
阅读(1957)
推荐(0)