如果是经常使用Spring,特别有自己新建ApplicationContext对象的经历的人,肯定见过这么几条异常消息:1.LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods vi ...
分类:
编程语言 时间:
2017-05-28 12:25:34
阅读次数:
152
1.issue: 4955 INFO: Processing pre-safe import module hook win32comTraceback (most recent call last): File "<string>", line 2, in <module>ImportError: ...
分类:
编程语言 时间:
2017-05-28 10:57:44
阅读次数:
230
We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess which number I picked. Every time you guess wron ...
分类:
其他好文 时间:
2017-05-27 21:15:21
阅读次数:
207
遇到的常见问题: 1、在Controller端上控制某台机器Run,提示"Bad call to remote host"。 解决方法:检查被控制机器上的jmeter-server有没有启动,或者JMeter.properties中remote_hosts的配置错误。 2、Agent机器启动Jmet ...
分类:
其他好文 时间:
2017-05-27 17:17:20
阅读次数:
3490
RPC(Remote Procedure Call Protocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。 Twitter的Finagle 阿里巴巴的Dubbo 当当网的Dubbo(即Dubbo eXtensions) 新浪微博的Mota ...
分类:
其他好文 时间:
2017-05-27 13:22:37
阅读次数:
284
Problem Description At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The boa ...
分类:
其他好文 时间:
2017-05-27 12:19:32
阅读次数:
246
大概知道是启动一个新会话, CALL FUNCTION 'TRANSACTION_BEGIN' 业务数据处理, CALL FUNCTION 'TRANSACTION_END' 详细功能不清楚。 ...
使用API 函数需要注意:要使用 wait = 'X'. 不然多条会dump IF ex_statu NE 'E'. CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING wait = 'X'. READ TABLE lt_get INTO ls_get ...
分类:
其他好文 时间:
2017-05-27 10:30:59
阅读次数:
232
相信看过java源代码的同学。对 sum.msic.Unsafe 这个类并不陌生,特别是在java.util.concurrent包有非常多的使用。 sum.msic.Unsafe源代码: http://www.docjar.com/html/api/sun/misc/Unsafe.java.htm ...
分类:
其他好文 时间:
2017-05-27 10:25:15
阅读次数:
279
如果不想依赖master可以设置为无master vim /etc/salt/minion 就可以通过minion来安装一个salt-master了(下来查资料做,关闭salt-minion进程因为不需要) 1,修改minion配置文件 2,编写SLS 3,salt-call --local sta ...
分类:
其他好文 时间:
2017-05-27 00:43:25
阅读次数:
251