代码: <template> <div class="w" style="scrollbar-arrow-color:yellow;scrollbar-base-color:lightsalmon"> <div class="pc_box"> <a class="pc_box_list"> 水电费 ...
分类:
Web程序 时间:
2017-11-12 01:03:11
阅读次数:
270
一、入门简介 在学习之前,要先了解ASP.NET Core是什么?为什么?很多人学习新技术功利心很重,恨不得立马就学会了。 其实,那样做很不好,马马虎虎,联系过程中又花费非常多的时间去解决所遇到的“问题”,是简单的问题,对,就是简单,就是因为觉得简单被忽略的东西,恰恰这才是最重要的。 1、学习资料 ...
分类:
Web程序 时间:
2017-11-12 01:01:31
阅读次数:
279
Flex (flexible box)弹性盒模型 1、设置flex布局后,子元素的float、clear、vertical-align属性将失效。 容器的属性 flex-direction: row(默认值,主轴为水平方向,起点在左) row-reverse(主轴为水平方向,起点在右) column ...
分类:
其他好文 时间:
2017-11-11 18:59:38
阅读次数:
119
1.显示一行,多余的省略号显示 .text-line { overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertica ...
分类:
Web程序 时间:
2017-11-10 18:35:14
阅读次数:
199
xlutils用于对excel的修改,xlwt不能用于修改excel文件,只能创建新的excel文件 xlrd Book(class) 由xlrd.open_work("example.xls")返回 nsheets: sheets数sheet_names: sheet名称列表sheets: she ...
分类:
编程语言 时间:
2017-11-08 00:48:56
阅读次数:
228
第五章 CSS常用属性 1. span标签 突显,强调局部文字的作用. 2.字体样式 font-size: 字体大小 font-style:normal,italic(倾斜) font-weight:normal,bold(加粗) font-familty:字体类型(楷体) font:样式 粗细 字 ...
分类:
Web程序 时间:
2017-11-07 20:50:09
阅读次数:
207
1. 使用text-align 和 vertical-align 和 inline-block实现水平垂直居中 html css 2. 使用positon实现水平垂直居中 html css 3. 使用flex实现水平垂直居中 html css ...
分类:
Web程序 时间:
2017-11-06 16:47:02
阅读次数:
251
This is the second post in a series discussing the architecture and implementation of massively parallel databases, such as Vertica, BigQueryor EventQ ...
分类:
其他好文 时间:
2017-11-04 18:00:04
阅读次数:
136
今天发现git pull origin master 的时候部分文件无法获取,然后学到了一个新方法: git fetch git checkout origin/master -- path/to/file 可以单独获取github repo中的单个文件 ...
分类:
其他好文 时间:
2017-11-03 15:25:33
阅读次数:
125