回答问题的时候,你只要鲜明地亮出自己的正向的观点,尽可以按照自己的思考做出回答。你在求职的时候,一般雇主都想知道你的职业规划。这有助于他们了解你是否是此职位的最佳人选。在你简历的开头你需要写上“Objective”,然后简短地写下你的求职要求。为言简意赅,可用标点符号(,。;、等)代替连接词。使用行为动词,例如:solved, managed, initiated, accomplished,而am, was, have和had之类是被动动词。比如:“Managed a team of 20 employees”听起来就要比“Was in charge of 20 employees.”更为有 Read More
posted @ 2010-03-18 23:36
robin.won
Views(173)
Comments(0)
Diggs(0)
定义:create table 表名(列名1 类型 [not null] [,列名2 类型] [not null],···) [其他参数]修改:alter table 表名 add 列名 类型alter table 表名 rename column 原列名 to 新列名alter table 表名 alter column 列名 类型 [(宽度) [,小数位]]alter table 表名 drop column 列名删除:drop table 表名建立列的索引:create [unique] index 索引名 on 基本表名(列名 [次序] [,列名 [次序] Read More
posted @ 2010-03-18 21:54
robin.won
Views(373)
Comments(0)
Diggs(0)
Name:Contact Phone No/Email address:Date:Programming Skill Evaluation TestThe test can be answered in Chinese or English. (测试可使用中文或英文作答)1.Consider classes below.package com.icil.appl;public class Person { private String name = ""; int age = 0; public Person(String _name, int _age) { this.n Read More
posted @ 2010-03-18 00:14
robin.won
Views(263)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号