一个 html 模板例子
<html> <head> <!-- https://sayakaazusa.lofter.com/ --> <style> body, div,
...Read more...
数人世相逢,百年欢笑.
<html> <head> <!-- https://sayakaazusa.lofter.com/ --> <style> body, div,
...Read more...
图片加载失败后 CSS 样式处理 html <img src="street.jpg" alt="街道"> <img src="
...Read more...
Mac OSX 终端走 shadowsocks 代理 # 端口去相关应用,以及系统网络代理界面寻找 export ALL_PROXY=socks5://127.0.0.1:1086
linux read 输入中读取 n 个字符并存入变量 read -n 2 var echo $var 用无回显的方式读取密码 read -s var 使用 read 显示提示信息 read -
...Read more...
一行代码实现的功能 一行代码修改网页任意内容 浏览器 Console document.body.contentEditable='true'; 一行代码网站变黑白 浏览器 Elements 找
...Read more...
python 切割图片成九宫格 from PIL import Image def fill_image(img): width, height = img.size # 选取长和宽中较大值作为
...Read more...
Bash Shell的提示符的格式和配色 显示当前Bash提示符 \u: 显示当前用户 \h: 显示主机名 \W: 打印当前所在目录 $: 如果有效UID为0,则显示#(指的是root用户),否
...Read more...