加载中
css3: calc 函数,动态调整数值

#div1 { position: absolute; left: 50px; width: calc(100% - 100px); border: 1px solid black; background-color: yellow; padding: 5px; text-align: center; } https://www.w3schools.c...

2017/10/20 17:28
355
chrome查看SSL证书信息

之前chrome版本是可以直接点击地址栏的 安全 信息进行查看的,新版本已经关闭了,需要在地址栏输入以下地址进行开启: chrome://flags/#show-cert-link 或者进入开发者工具菜单,选择 Securi...

2017/10/15 22:23
358
用Rust重写的firefox quantum速度确实快了不少

https://www.mozilla.org/en-US/firefox/quantum/ 有助于推广一下Rust这门编程语言了。 https://www.rust-lang.org/zh-CN/ #安装 curl https://sh.rustup.rs -sSf | sh #删除安装包 rustup...

MySqli 连接失败 MySQL connection not working: 2002 No such file or directory

连接不上数据库,原因是mysql的mysql.sock文件没找到,修改php.ini的配置 mysql.default_socket = /path/to/mysql.sock 一般php会去/tmp目录下查找,如果上述修改不生效,再添加一个软链接 ...

2017/10/11 20:18
75

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部