-
web前端命名规范
web前端命名规范 下面是常见的命名参考规范: ? 主体 头部:header 内容:content/container 尾部:footer 导航:nav 侧栏:sidebar 栏目:column 整体布局:wrapper 左右中:left / right / center 登录条:loginbar 标志:logo 广告:banner 页面主体:main 热点:ho...
-
CSS选择器、字体/文本、背景
CSS选择器、字体/文本、背景 CSS的基本使用 直接写在标签内 p style=color: red; font-size: 40px;段落/p 写在 style 标签内 style span{ color: aquamarine; }/style 使用外部 .css 文件 @import (不建议使用此方式) style @import font_css.css;/style link link r...
-
Java内存模型
Java内存模型 Java内存模型(JMM) Java内存模型规定了所有的变量都存储在主内存中。每条线程都有自己的工作内存,线程对变量的所有操作都必须在工作内存中进行,而不能直接读写主内存中的变量。不同的线程之间也无法直接访问对方工作内存中的变量,线程间变量值的传递...
-
Spring之junit测试集成
Spring之junit测试集成 简介 Spring提供spring-test-5.2.1.RELEASE.jar 可以整合junit。 优势:可以简化测试代码(不需要手动创建上下文,即手动创建spring容器) 使用spring和junit集成的步骤 1.导入jar包 2.创建包com.igeek.test,创建类SpringTest 通过@RunWith注解...
-
什么是结构、样式、行为分离?
什么是结构、样式、行为分离? 什么是结构、样式、行为分离?这样做的好处是什么? web标准的核心理念就是结构标准、样式标准和行为标准,提倡结构、表现和行为相分离,即 HTML-结构、CSS-表现、JavaScript-行为 分离。 HTML标签给予内容含义,CSS表现层则定义HTML该如...
2019-12-08 16:03:37 什么是csshtml标记文档文件定义语义化网页权重WEB标准搜索引擎爬虫加载速度
-
FCC---CSS Flexbox: Align Elements Using the justify-content
FCC---CSS Flexbox: Align Elements Using the justify-content Property Sometimes the flex items within a flex container do not fill all the space in the container. It is common to want to tell CSS how to align and space out the flex items a certain wa...
-
Java Exceptions
Java Exceptions 1. 常见错误分类 一般的,errors可以分为以下几类: user input errors device errors or physical limitations code errors 2. 常用错误处理方式 2.1 error code 一种常用的错误处理方法是返回error code,由calling method根据error code做不同处理...
2019-12-08 16:03:23 java runtime文件定义IEServlet编码错误PSAccesstimAV
-
IntelliJ IDEA 安装、配置和使用Lombok插件
IntelliJ IDEA 安装、配置和使用Lombok插件 Lombok 可用来帮助开发人员消除 Java 的重复代码,尤其是对于简单的 Java 对象(POJO),比如说getter/setter/toString等方法的编写。它通过注解实现这一目的。 官网:https://projectlombok.org 下面是IntelliJ IDEA安装、配...
2019-12-08 16:03:19 java 对象文件WindowsIntellijIntelIEPSAVHTTPS<
-
FCC---CSS Flexbox: Apply the flex-direction Property to Crea
FCC---CSS Flexbox: Apply the flex-direction Property to Create a Column in the Tweet Embed The tweet embed header and footer used the flex-direction property earlier with a row value. Similarly, the items inside the .profile-name element would work...
-
ThreadLocal 源码解读
ThreadLocal 源码解读 一、引入 public class Thread implements Runnable { /* 前面略 */ /* ThreadLocal values pertaining to this thread. This map is maintained * by the ThreadLocal class. */ ThreadLocal.ThreadLocalMap threadLocals = null; /* 后面略 */...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
