本文简单介绍jetty以及提供一个简单的嵌入部署jetty的java application. jetty是一个portable,lightweight, robust, flexible, extensible and easy to integrate的servlet container. 它可以像tomcat一样部署为一个standalone web server,也可以嵌入到一个应用程序中去。它也支持SPDY, WebSocket, OSGi, JMX, JNDI, JAAS。目前 ...
阅读全文在使用maven管理webflux project时,spring-boot-starter-web和spring-boot-starter-webflux能否一起工作? <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> ...
阅读全文spring boot存放views的默认路径在哪呢? 写了一个简单Controller的ExceptionHandler,代码如下: 目的是访问/demoexception时估计抛出exception,被controller中定义的exceptionhandler捕获并返回给view error3来显示。 @Controller public class SelfExceptionController { @RequestMapping(&quo ...
阅读全文DOM Ready Jquery $(document).ready(function(){ // Code }); YUI Y.on("domready", function(e){ // Code }); 选择器支持 <div class=&qu ...
阅读全文jQuery.fn = jQuery.prototype = {..........}; // Give the init function the jQuery prototype for later instantiation jQuery.fn.init.prototype = jQuery.fn; jQuery.extend = jQuery.fn.extend = function() {........}; jQuery.extend(.... ...
阅读全文clientHeight 与 offsetHeight的区别和理解。 clientHeight: =( height + padding Height) Returns the height of the visible area for an object, in pixels. The value contains the height with the padding, but it does not include the scrollBar, border ...
阅读全文weblogic Web Services学习,以weblogic 11.1.1.8为例开始学习,以ORACLE官网提供的教程和用户手册为学习资料。 书单列表: Introducing Web Services Introducing WebLogic Web Services for Oracle WebLogic Server Developer's Guide for Oracle Infrastructure Web Services Getting ...
阅读全文XHR = XMLHttpRequest SKU = Stock Keeping Unit(最小存货单位),这显然我看到的语义不一样。我的示例中SKU与NEW PRODUCT相对应,我的理解可能是类似于维护中的已有产品。 TCO = Total Cost of Ownership 总体拥有成本 ROI = Return On Investment 投资回报率 TOI = Transfer of Information 交接信息,交接文档,交接培训 TTM ...
阅读全文本文参考 https://www.cnblogs.com/ios9/p/8018227.html#_label0_0 1 -----基本数据字典及其说明 2 select * from dba_tablespaces;---关于表空间的信息 3 select * from dba_ts_quotas ;---所有用户表空间的限额 4 select * from dba_free_space;--所有表空间中自由分区 5 select * fro ...
阅读全文