cookbook http://www.mohu.org/info/lshort-cn.pdf mathematical symbols http://mohu.org/info/symbols/symbols.htm spaces http://blog.sina.com.cn/s/blog_4d ...
分类:
其他好文 时间:
2020-09-17 17:32:25
阅读次数:
28
HDU6314 Matrix Problem Description Samwell Tarly is learning to draw a magical matrix to protect himself from the White Walkers. the magical matrix is ...
分类:
其他好文 时间:
2020-09-17 17:11:07
阅读次数:
24
一、BOM对象 // BOM(浏览器对象模型),可以对浏览器窗口进行访问和操作 // 使用 BOM可以移动窗口、改变状态栏中的文本以及执行其他与页面内容不直接相关的动作 1、windows对象 """ alert() 显示带有一段消息和一个确认按钮的警告框。 confirm() 显示带有一段消息以及 ...
分类:
Web程序 时间:
2020-09-17 16:53:00
阅读次数:
41
最近因需求需要,需要到京东爬取一些类别的商品信息。记录下过程中踩过的坑,最后奉献上全部代码。仅供互相学习,如有错误请指正~~ 京东网页翻页。京东的页面是打开时先加载前30个商品,浏览到下面时再加载另30个商品。加载前30个商品时 page=1,后30个商品时 page=2。所以京东的翻页可以用req ...
分类:
编程语言 时间:
2020-09-14 19:06:06
阅读次数:
50
1.字间距 letter-spacing: 3px; 2.首行空两个字符 text-indent: 2em;//必须为em为单位1em为一个字符 3.文字两端对齐。 text-align: justify; 4.文字单行超出部分为省略号 overflow: hidden; white-space: ...
分类:
Web程序 时间:
2020-09-09 18:54:31
阅读次数:
62
gulp打包 html js css image webserver,sass并支持热更新 ...
分类:
其他好文 时间:
2020-08-27 17:08:37
阅读次数:
82
#!/bin/bash#Author:jackwang#Work:安装初始化#Phone-num:1888888888#QQ-mail:2891133555@qq.com#Date:2020-08-12#Version:2.0#*RED="\033[5;31m"GREEN="\033[32m"WHITE="\033[37m"YELLOW=
分类:
其他好文 时间:
2020-08-17 16:36:56
阅读次数:
56
直接贴代码了: ::v-deep .el-radio__label { width: 100% !important; text-overflow: ellipsis; white-space: normal; line-height: 18px; // word-wrap: break-word ...
分类:
其他好文 时间:
2020-07-30 22:11:29
阅读次数:
323
马上就要写完的manjaro安装博客,结果因为typora没设置自动保存,手贱关了命令行,只剩下了开头(草***,不写了)。 所以,各位,一定要设置自动保存,一定不要手贱!!! 预览图 default_color white background yes double_buffer yes no_b ...
分类:
编程语言 时间:
2020-07-29 21:41:59
阅读次数:
149
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
Web程序 时间:
2020-07-29 21:40:24
阅读次数:
101