1. 我们对css的box model的概念理解起来很直观很“容易”,但总是在实际使用时会遇到这样那样莫名其妙的问题,常见的就是为什么最终不是我们定义设置的宽度和高度,最终导致我的div为什么看不见了或者我的排版为什么都乱掉了? 1.如果一个div不设置width(即width的值为默认值auto)而设置padding时,div会内缩。 2.如果一个div设置了width和padding就会使得width增大。 对于一个不常使用css和html的我,写到UI时就常 ...

    阅读全文
  2. 学习display属性,常用的block;inline;none理解比较容易,但有时也常看到其他的属性值使用。 Display属性值列表: 值 描述 none 此元素不会被显示。 block 此元素将显示为块级元素,此元素前后会带有换行符。 inline 默认。此元素会被显示为内联元素,元素前后没有换行符。 inline-block 行内块元素。(CSS2.1 新增的值) list-item 此元素会作为列表显示。 run-in 此元素会根据上下文作为块级元素或内联元 ...

    阅读全文
  3. 刚装的mysql启动后用了不久后发现连接不上了。 进入server发现原先存在的mysql.socket丢失了。 什么原因? 重启server后这个mysql.socket又重新创建了。 但是有了一阵子又丢了。有空研究一下什么问题。 查看了error日志看到一些error信息。 [ERROR] InnoDB: Cannot allocate memory for the buffer pool [ERROR] Plugin 'InnoDB' ...

    阅读全文
  4. http://stackoverflow.com/questions/9437584/what-does-webkit-min-device-pixel-ratio-2-stand-for http://stackoverflow.com/questions/16030041/media-query-pixel-density-and-max-width-together http://stackoverflow.com/questions/15975432/webkit-min- ...

    阅读全文
  5. 初学Selenium2018-03-22

    Selenium的官方文档https://www.seleniumhq.org/docs/   如何安装和使用Selenium IDE, 可以查看文档:https://www.seleniumhq.org/docs/02_selenium_ide.jsp ...

    阅读全文
  6. https://docs.oracle.com/middleware/1221/wls/WLACH/taskhelp/domainconfig/EnableTheDomainwideAdministrationPort.html#WLACH01108   Before you begin The administration port accepts only secure, SSL traffic, and all connections via the p ...

    阅读全文
  7. Wiring Components to Work Together This chapter describes service tables and how to wire particular Oracle Fusion Middleware components together. It contains the following sections: Understanding Service Tables Viewing Service ...

    阅读全文
  8. 如何排查Oracle SOA Suite以及Oracle BPM Suite的疑难杂症请参考官方文档: https://docs.oracle.com/cd/E29542_01/admin.1111/e10226/appx_trouble.htm#SOAAG3705 how to troubleshoot issues you can encounter when using Oracle SOA Suite and Oracle BPM Suite, including loggi ...

    阅读全文
  9. 申明:本文仅是读书笔记,内容未必能深入讲解。深入理解后再写篇总结。   设计愿景和背景比较: Angular: One framework. Mobile & desktop. (Develop across all platforms), 是基于 TypeScript 的 Javascript 框架,由 Google 进行开发和维护,它被描述为“超级厉害的 JavaScript MVW 框架”。最初于20 ...

    阅读全文
  10. MVC - Model-View-Controller MVP - Model-View-Presenter MVVM - Model-View-ViewModel MVW / MV* - Model-View-Whatever Both MVP and MVVM are derivatives of MVC. The key difference between it and it’s derivatives&nb ...

    阅读全文
123