via https://css-tricks.com/sliding-nightmare-understanding-range-input/
mac shell find .7z and calculate size
发表于
查找当前目录下 所有.7z 文件,顺便看一下大小
1 | find . -name '*.7z' | xargs du -sch |
change last modified time
发表于
“摸”一下,就好
1 | touch abc |
或者 指定日期 2018 0712 12:00
1 | touch -mt 201807121200 abc/ |
ol map
发表于
1 | this.map.getView().fit(c.extent, this.map.getSize()); |
var bb = bm.map.getView().calculateExtent(bm.map.getSize());
console.log(bb);
bm.map.getView().fit(bb, bm.map.getSize());
1 | ol.extent.getIntersection(extent1, extent2,opt_extent) |
1 | bm.map.getView().fit([109.88221343277776, 33.515607112547585, 111.90703702710506, 34.256566724741006], bm.map.getSize()); |
blue is hit
发表于
老旧svdvdkkkkkk
/usr/share/nginx/html
Wltyxny1bw 11
sss
web indexdb
发表于
查找 apache httpd.conf 位置
发表于
1 | find / -name 'httpd.conf' -print |
1 | (/usr/sbin)apachectl -V |
Hello World
发表于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
test
发表于