<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>rollBagua ...
分类:
其他好文 时间:
2020-03-21 17:54:24
阅读次数:
64
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui" /> width: viewport 的宽度 (范围从 200 到 10,000 ,默认为 980 像素 ...
分类:
Web程序 时间:
2020-03-21 16:38:48
阅读次数:
91
圆周率的计算 计算公式:pi / 4=1 - 1/3 + 1/5 - 1/7 + 1/9 ...... 梅钦公式:pi /4 = 4arctan1/5 - arctan1/239 n=圆周长/直径 n=圆面积/半径平方 import math import time scale=10 print(" ...
分类:
其他好文 时间:
2020-03-21 15:00:42
阅读次数:
61
以前这么配置: ... RewriteLog logs/gidapp.rewrite_log RewriteLogLevel 3 RewriteEngine On ... LogLevel warn ... 改为: ... RewriteEngine On ... LogLevel warn rew ...
分类:
Web程序 时间:
2020-03-21 09:31:52
阅读次数:
129
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <title></title ...
分类:
其他好文 时间:
2020-03-20 17:02:51
阅读次数:
65
array(2) { ["errcode"] => int(40029) ["errmsg"] => string(47) "invalid code, hints: [ req_id: 3DJbojwgE-Wwo1 ]"} 用了一段时间用户发现报错然后 查看了一下代码错误代码: 1 $wx_pos ...
分类:
微信 时间:
2020-03-20 10:43:11
阅读次数:
159
浏览器的问题,这个 bug 已经有很久的历史了。[1476379 - Border issue (pixels) when using floating point numbers in css transform: scale()](https://bugzilla.mozilla.org/sho... ...
分类:
其他好文 时间:
2020-03-19 21:30:59
阅读次数:
79
阿里巴巴图标库 添加图标、下载、引入的使用方法: 1、添加图标 2、下载到字体图标文件后,复制圈中的两个文件到static目录下: 3、新建一个自定义字体图标样式文件: font-icon.css 4、给font-icon.css添加内容 5、font-icon.css具体代码: @font-fac ...
分类:
移动开发 时间:
2020-03-19 13:23:52
阅读次数:
80
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2020-03-19 09:38:50
阅读次数:
66
SyntaxError: Invalid or unexpected token[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)[39m[90m at Module._compile (internal/modules/cjs/ ...
分类:
其他好文 时间:
2020-03-18 11:38:18
阅读次数:
849