网易2016研发project师笔试题 2015/12/9 11:25(网上收集整理的,參考答案在后面,若有错误请大神指出) 1. 运行指令find / -name "test.c",按ctrl+z后的提示有[1] 166,能够继续运行的方式有() A. kill 166 B. Ctrl+h C. fg 1 D. bg 1 2.记号O的定义正确的是() A. O(g(n))={f(n)|存在正整数c和n0使得全部n>=n0有: 0<=f(n)<=cg(n)} B. O…
一.阿里巴巴笔试题: public class T implements Cloneable { public static int k = 0; public static T t1 = new T("t1"); public static T t2 = new T("t2"); public static int i = print("i"); public static int n = 99; public int j = print(&q…