从当初的电面,到后来的串讲,再到后来的技术面,一路走来,感触颇深,今天把这些东西晒出来,希望能给正在和准备找工作的同学们提供一些参考。在进入正题之前,插播一段废话,没有良好的Java基础的同学怎么办,take it easy,从你看到这篇日志开始,全心全力用三周的时间,找一本页数在250页以内的Ja...
分类:
编程语言 时间:
2014-11-25 12:29:27
阅读次数:
209
启动mysql_safe时传递两个参数:
--skip-grant-tables 跳过授权表
--skip-networking 为了安全,防止网络登录
萌萌的it人
登录方式一:
修改/etc/init.d/mysql
分类:
数据库 时间:
2014-11-24 19:05:10
阅读次数:
318
1、运算符重载 operator+ (take '+' for example) (1) 重载后必须至少有一个用户定义的操作数(struct class etc...),防止把一个C++标准的‘-’重载成'+' (2) 不能违反运算符原来的句法规则; 例如不能将'%'重载成一个操作数 (3)...
分类:
其他好文 时间:
2014-11-24 06:25:34
阅读次数:
127
y:to substitute this matchn:to skip this matcha:to substitute this and all remaining matchesq:to quit the commandl:to substitute this match and quit (...
分类:
系统相关 时间:
2014-11-22 20:17:27
阅读次数:
277
Rick: The Board of Directors has come to a decision. Our company will take an image hit, and it's going to be very expensive, but it seems we have no ...
分类:
其他好文 时间:
2014-11-22 11:57:56
阅读次数:
270
1 /* 启动MySQL */ 2 net start mysql 3 4 /* 连接与断开服务器 */ 5 mysql -h 地址 -P 端口 -u 用户名 -p 密码 6 7 /* 跳过权限验证登录MySQL */ 8 mysqld --skip-grant...
分类:
数据库 时间:
2014-11-19 18:24:45
阅读次数:
268
Spring Batch_Intercepting Step Execution_配置SkipListener 关于配置skip:http://my.oschina.net/xinxingegeya/blog/346244 先看一下StepListener.java 接口的继承关系图: StepExecutionListener StepExecut...
分类:
编程语言 时间:
2014-11-19 16:32:08
阅读次数:
424
Spring Batch_Intercepting Job Execution_配置JobExecutionListener 关于spring batch skip 的配置请看:http://my.oschina.net/xinxingegeya/blog/346244 在job的运行期间,我们可以捕捉job 的运行开始和结束,...
分类:
编程语言 时间:
2014-11-19 14:20:46
阅读次数:
231
Spring Batch_Configuring Skip Logic_配置允许抛出的异常 spring 官方文档:http://docs.spring.io/spring-batch/trunk/reference/html/configureStep.html#configuringSkip 当spring batch 处理过程中,可能要发...
分类:
编程语言 时间:
2014-11-19 12:47:19
阅读次数:
277
原论文链接失效,特在这里保存一份
http://www.apl.jhu.edu/~hall/Lisp-Notes/Macros.html
Lisp functions take Lisp values as input and return Lisp values. They are executed at run-time. Lisp macros take Lisp code as inp...
分类:
系统相关 时间:
2014-11-19 11:23:25
阅读次数:
224