一.h1~h6标签:有默认margin(top,bottom且相同)值,没有默认padding值。 在chrome中:16,15,14,16,17,19; 在firefox中:16,15,14,16,17,20; 在safari中:16,15,14,16,17,19; 在opera中:16,15,1 ...
分类:
Web程序 时间:
2019-10-08 14:06:52
阅读次数:
118
我的方法:遇到这种题最好在纸上画一画打印路线。我利用了4个标志left、top、right、bottom,表示 当前需要打印的左界、上届、右界和下界 ,换句话说 这些界线之外 的已经打印了,如此一来判断结束的标准也很清晰,top bottom或者left right就表示已经没有需要打印的空间。和第 ...
分类:
编程语言 时间:
2019-10-07 12:57:47
阅读次数:
75
Python3。主要使用到了csv、sys、urllib.request和BeautifulSoup4模块,其中csv模块是为了对csv文件的处理,urllib.request可以构造http请求,BeautifulSoup4可以解析页面信息。在使用这些模块之前,如果不存在需要进行安装,可打开cmd... ...
分类:
编程语言 时间:
2019-10-06 16:58:11
阅读次数:
106
css: ul li{ display: inline; margin-right: 3em; } ul{ margin:8em auto; margin-left: 20%; } ul li:hover{ border-bottom: 2px solid #000; } html: <ul> <l ...
分类:
其他好文 时间:
2019-10-06 13:26:15
阅读次数:
85
题目链接:https://www.luogu.org/problem/CF1208D 题意:现在有一个从11到nn的一个全排列,但是你不知道这个排列到底是什么,但是你有一个sum[i],sum[i]的值是所有满足j<i并且a[j]<a[i]的值之和,给出每个点的sum[i],求出原本的全排列 分析: ...
分类:
其他好文 时间:
2019-10-05 12:55:09
阅读次数:
87
链接: https://codeforces.com/contest/1216/problem/C 题意: There is a white sheet of paper lying on a rectangle table. The sheet is a rectangle with its si ...
分类:
其他好文 时间:
2019-10-04 21:05:57
阅读次数:
88
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <style> ul { padding:0; margin:... ...
分类:
其他好文 时间:
2019-10-04 13:13:46
阅读次数:
93
归并排序法 参考文章: https://www.cnblogs.com/chengxiao/p/6194356.html https://zh.wikipedia.org/wiki/%E5%BD%92%E5%B9%B6%E6%8E%92%E5%BA%8F 基本思想: 归并排序(MERGE-SORT) ...
分类:
编程语言 时间:
2019-10-03 14:23:15
阅读次数:
90
A registration card number of PAT consists of 4 parts: the 1st letter represents the test level, namely, T for the top level, A for advance and B for ...
分类:
其他好文 时间:
2019-10-02 19:02:59
阅读次数:
95
质谱仪: 质谱分析法是先将大分子电离为带电粒子,按质核比分离,由质谱仪识别电信号得到质谱图。 Top-down直接得到结果是蛋白。 Bottom down使用shutgun方法得到结果是肽段。 由蛋白质混合物打断为肽段混合物,按特定时间分离为LC, 初次得到的谱图为一级谱,一级谱是串联质谱,其中一个 ...
分类:
其他好文 时间:
2019-10-01 22:20:31
阅读次数:
131