guoshuang blog

颤巍巍,牛哄哄


  • 首页

  • 归档

  • 标签

chrome how see -webkit

发表于 2018-10-26

enable_in_content_chrome

via https://css-tricks.com/sliding-nightmare-understanding-range-input/

mac shell find .7z and calculate size

发表于 2018-10-07

查找当前目录下 所有.7z 文件,顺便看一下大小

1
find . -name '*.7z' | xargs du -sch

change last modified time

发表于 2018-08-18

“摸”一下,就好

1
touch abc

或者 指定日期 2018 0712 12:00

1
touch -mt 201807121200  abc/

ol map

发表于 2018-03-29
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

发表于 2018-02-11

老旧svdvdkkkkkk

/usr/share/nginx/html

Wltyxny1bw 11

sss

web indexdb

发表于 2017-04-19

test

blue is sb

查找 apache httpd.conf 位置

发表于 2017-04-18
1
find / -name 'httpd.conf' -print
1
(/usr/sbin)apachectl -V

Hello World

发表于 2015-12-17

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

发表于 2015-12-17

test

hi ,ksdfhakhfwh fw
fwef
we

1…67
guoshuang

guoshuang

69 日志
23 标签
RSS
© 2021 guoshuang
由 Hexo 强力驱动
主题 - NexT.Pisces