【 以下文字转载自 Military 讨论区 】 发信人: centralla (central LA), 信区: Military 标 题: 将军们看看这段代码是国人写的, 在国内的国人吗 发信站: BBS 未名空间站 (Fri Oct 12 12:50:07 2018, 美东) /** * Parser for JSON text. Please note that JSONParser is NOT thread-safe. * * @author FangYidong */ public class JSONParser { public static final int S_INIT=0; public static final int S_IN_FINISHED_VALUE=1;//string,number,boolean, null,object,array public static final int S_IN_OBJECT=2; public static final int S_IN_ARRAY=3; public static final int S_PASSED_PAIR_KEY=4; public static final int S_IN_PAIR_VALUE=5; public static final int S_END=6; public static final int S_IN_ERROR=-1;
private LinkedList handlerStatusStack; private Yylex lexer = new Yylex((Reader)null); private Yytoken token = null; private int status = S_INIT;
谢谢! 唉,公司的新政策。一旦对你performance不满意,要不拿servance pacakge(3个月工 资)走人,要不呆在pip里1-3个月继续evaluate。 我刚换老板,新老板difficult to work with. 就是想要不要拿package走了得了。又 怕先quit了找下家困难。
agree with LZ. Maybe she doesn't feel safe enough with you if she doesn't go to work? Afraid that you would look down onto her. Give her strong promises , and tell her that it is a temporary change. Before 2 year old, baby needs at least one consistent caregiver to assure the she feels safe about the world and develop a positive personality. 3- month journey with a sudden change of the environment is no good at all.