-
2017-05-26-x
2017-05-26-x -
2017-05-25-x
2017-05-25-x -
2017-05-24-SpringMVC-Spring-MyBatis
2017-05-24-SpringMVC-Spring-MyBatis实例1: 关于框架的深入了解, 到官网上面去下载最新版本的jar包,下载api文档。 -
2017-05-23-SpringMVC-MyBatis-DBCP
2017-05-23-SpringMVC-MyBatis-DBCP实例1: SpringMVC-MyBatis-dbcp整合 步骤: 1.导入需要的jar包 jdbc包(连接数据库) dbcp包(连接池包) SpringMVC–相关jar MyBat... -
2017-05-22-Spring集成MyBatis
2017-05-22-Spring集成MyBatis知识点1: 注解实现spring配置详见工程SpringTest5 知识点2: Spring整合MyBatis详见工程SpringMaBatisTest1 步骤: 1.将jar包导入工程 jdbc—... -
2017-05-19-Spring核心AOP
2017-05-19-Spring核心AOP知识点1: js模拟点击超链接: $(“a”)[0].click(); document.getElementsByTagName(“a”)[0].click(); html内联框架返回到外层框架: 首页... -
2017-05-18-Spring核心特性IOC
2017-05-18-Spring核心特性IOC知识点1: 详见ppt和例子 -
2017-05-17-SpringMVC注解
2017-05-17-SpringMVC注解知识点1: 注解详情看例子 -
2017-05-16-SpringMVC
2017-05-16-SpringMVC知识点1: 关于springMVC的重点知识基本上都是配置上面,忘记怎么配置了就去查例子。 关于springMVC的核心思想: springMVC是一个MVC框架,为了将Model,view,Controlle... -
2017-05-15-权限框架
2017-05-15-权限框架知识点1: ajax提交数组 官方文档的解释如下:traditional 类型:Boolean如果你想要用传统的方式来序列化数据,那么就设置为 true。Set this to true if you wish to u...
$tools-item-width = 2.2rem
$tools-item-font-size = 1.1rem
$tools-item-border-radius = 0.1rem
.side-tools-container {
position relative
.tools-item {
width $tools-item-width
height $tools-item-width
margin-bottom 0.2rem
color var(--default-text-color)
font-size $tools-item-font-size
background var(--background-color)
border-right none
border-radius $tools-item-border-radius
box-shadow 0.1rem 0.1rem 0.2rem var(--shadow-color)
cursor pointer
i {
color var(--default-text-color)
}
&:hover {
color var(--background-color)
background var(--primary-color)
box-shadow 0.2rem 0.2rem 0.4rem var(--shadow-color)
i {
color var(--background-color)
}
}
+keep-tablet() {
width $tools-item-width * 0.9
height $tools-item-width * 0.9
margin-bottom 0.2rem
font-size $tools-item-font-size * 0.9
}
&.rss {
a {
width 100%
height 100%
border-radius $tools-item-border-radius
&:hover {
color var(--background-color)
background var(--primary-color)
box-shadow 0.2rem 0.2rem 0.4rem var(--shadow-color)
}
}
}
}
.side-tools-list {
transform translateX(100%)
opacity 0
transition-t("transform, opacity", "0, 0", "0.2, 0.2", "linear, linear")
.tool-expand-width {
+keep-tablet() {
display none
}
}
&.show {
transform translateX(0)
opacity 1
}
}
.exposed-tools-list {
if (hexo-config('style.scroll.percent.enable') == true) {
.tool-scroll-to-top {
display none
&.show {
display flex
}
&:hover {
.percent {
display none
}
.arrow-up {
display flex
}
}
.arrow-up {
display none
}
.percent {
display flex
font-size 1rem
}
}
}
}
}