#配置服务端监控客户端[rootnagios etc]# cd objects/[rootnagios objects]# vi hosts.cfg# Define a host for the local machinedefine host{use linux-serverhost_name 1.3-sambaalias 1.3-sambaaddress …
第一天 :学习node.js ① node.js环境配置 我学过的语言最简单的一门 直接百度就可以配置 ② 每个入门 的程序都是从helloworld开始 代码如下 : var httprequire(http); http.createServer(function(req,res){ res.writeHead(200,{content-type:text/htm…
组合注解的意思就是一个注解中包含多个注解。在springmvc 的RestController中,你就可发现. Target(ElementType.TYPE)
Retention(RetentionPolicy.RUNTIME)
Documented
Controller
ResponseBody
public interface RestController {/*** The value may indicate a su…