<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>不是所有猫咪都适合家养</title> <style> /** { margin:10px; padding:10px; border: ...
分类:
其他好文 时间:
2017-06-07 11:12:58
阅读次数:
161
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>宠喵club</title> <style> /** { margin:0px; padding:0px; }*/ #top1 { wi ...
分类:
其他好文 时间:
2017-06-07 11:12:27
阅读次数:
149
微软近日推出了一款功能极简的手机,在手机上用一个包含了 7×7 个像素的区域来显示手机信号。满信号的时候显示如下: + + |- 4G| |-- | | | | | | | + + 每一格信号(第 i(1≤i≤5)格信号有 i 个-)代表 20% 的信号强度,不足一格信号的部分不显示。同时会在右上角 ...
分类:
其他好文 时间:
2017-06-06 23:23:26
阅读次数:
209
从简单的道题目開始刷题目: Symmetric Tree 题目:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binar ...
分类:
其他好文 时间:
2017-06-06 20:48:29
阅读次数:
184
1.背景颜色:backgound-color 2.背景图像:backgound-image 3.背景重复方式:backgound-repeat 4.背景定位:backgound-position 值 含义 xpos ypos 单位:px. xpos表示水平位置 ypos表示垂直位置 x% y% 使用 ...
分类:
Web程序 时间:
2017-06-06 19:25:27
阅读次数:
183
修改palceholder内文字的css样式 ::-webkit-input-placeholder{ color: red; font-size: 20px; line-height: 50px; } 修改class名为test1的元素palceholder内文字css样式 .test1::-we ...
分类:
Web程序 时间:
2017-06-06 13:06:07
阅读次数:
172
输入一行数字,如果我们把这行数字中的‘5’都看成空格,那么就得到一行用空格分割的若干非负整数(可能有些整数以‘0’开头,这些头部的‘0’应该被忽略掉,除非这个整数就是由若干个‘0’组成的,这时这个整数就是0)。你的任务是:对这些分割得到的整数,依从小到大的顺序排序输出。Input 输入包含多组测试用 ...
分类:
其他好文 时间:
2017-06-05 19:57:00
阅读次数:
269
.border-1px{ position: relative; } .border-1px:after { display: block; position: absolute; left: 0; bottom: 0; border-top: 1px solid #ccc; width: 100%... ...
分类:
其他好文 时间:
2017-06-05 17:24:18
阅读次数:
126
After watching Python Web Video. I planned to write a small scraper to fetch the price and promotion of the items in my Amazon Cart. Amazon did not al ...
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1233 题目类型: 图论-最小生成树 题意概括: 计算将全省所有村庄都连接起来的最小公路长度 解题思路: 最小生成树模板 题目: 还是畅通工程 Time Limit: 4000/2000 MS (Jav ...
分类:
其他好文 时间:
2017-06-05 00:43:03
阅读次数:
221