GBlog icon indicating copy to clipboard operation
GBlog copied to clipboard

zhaoolee基于github仓库的博客

Results 21 GBlog issues
Sort by recently updated
recently updated
newest added

https://zhaoolee.github.io/GBlog/about/ 这是zhaoolee的GitHub博客站点

Gitalk
2c940db3d9a2ca5b68ef15f32cddf376

https://zhaoolee.github.io/GBlog/2019/07/04/live2d/ 看板娘一词源自日语“看板娘(かんばんむすめ)”。其中的“看板”指的是店面招牌,或者是为了宣传、打广告而制作的宣传牌。“看板娘”也就是店面的招牌姑娘,亦即能够提升店面人气和顾客流量的女服务生、女店员等。也就是说,看板娘本身就是一块“活看板”,其本身的魅力就能够起到宣传、拉人气的作用。英语又称之为“Poster Girl”。

Gitalk
78f7ae04d5277d340dbe66ad675dc678

Windows解压 [Bandzip](https://cn.bandisoft.com/bandizip/) [Bandzip蓝奏云高速下载](https://www.lanzous.com/i6x0ihe) ![windows使用bandzip解压](https://user-images.githubusercontent.com/15868458/67348428-8010aa80-f577-11e9-93f4-48af4bb0dae5.gif) macOS 解压 [The Unarchiyer](https://theunarchiver.com/) [The Unarchiyer蓝奏云高速下载](https://www.lanzous.com/i6x0ina) ![2019-10-23 10 09 21](https://user-images.githubusercontent.com/15868458/67350545-97eb2d00-f57d-11e9-8c79-44834cec48ad.gif)

Navicat 最新版下载地址: https://www.navicat.com/en/download/navicat-premium ![image](https://user-images.githubusercontent.com/15868458/67251684-68b3bd80-f4a2-11e9-97c8-5e8759df8f77.png) ## 安装Navicat ![image](https://user-images.githubusercontent.com/15868458/67251838-fd1e2000-f4a2-11e9-8588-5b8cbfa0b84e.png) ## 安装破解依赖包 ``` brew install openssl brew install capstone brew install keystone brew install rapidjson brew install libplist ``` > 没有安装brew的可以通过`/usr/bin/ruby -e "$(curl...

https://zhaoolee.github.io/GBlog/2019/07/02/spider-douban/ 有人想学一点编程, 但是一直没有找到感兴趣的切入点,可以简单的爬虫入手! 几十行代码, 轻松爬取豆瓣Top250电影数据,即刻体会编程的乐趣…

Gitalk
382740acf9684b342c21da99bcbd7fb6

Site Palette是一款自动提取网站配色的扩展程序,有助于开发者快速了解网站的"调(四声diao)性" ## Site Palette对于设计师非常友好 - 提取出的颜色可以点击复制色值,直接使用 > ![](https://user-images.githubusercontent.com/15868458/61169390-2f101400-a58f-11e9-8769-4d62b7b64f37.gif) - 提取出的颜色,也可以导出为sketch和Adobe的色板 > ![](https://user-images.githubusercontent.com/15868458/61169421-9928b900-a58f-11e9-842e-50bec709ed67.gif) - 借助三方网站Google Art可以寻找与配色相关的图片(不仅获取了站点主色调, 而且连配图不用找了~) > ![](https://user-images.githubusercontent.com/15868458/61169435-f290e800-a58f-11e9-83bb-5d8789f12489.gif) - 借助三方网站coolors,可以在线精确调整色板内的每个颜色 > ![](https://user-images.githubusercontent.com/15868458/61169470-98445700-a590-11e9-8352-69f59698a929.gif) ## Site Palette对于程序员更加友好 - 借助三方网站coolors,可以直接导出颜色对应的scss代码 ![](https://user-images.githubusercontent.com/15868458/61169519-523bc300-a591-11e9-94cb-57c685eba86a.gif) ##...

浏览器的鼠标光标样式, 可以通过css中的`cursor`属性进行定义, 也可以通过Chrome扩展程序《Custom Cursor for Chrome™》进行更换 ## 最终效果如图所示 > ![](https://user-images.githubusercontent.com/15868458/61166967-d0846f00-a569-11e9-9141-15cef4983098.gif) --- 以下是具体的操作步骤 --- ## 首先需要两张图片 > ![image](https://user-images.githubusercontent.com/15868458/61167003-7e901900-a56a-11e9-8631-57e86791d500.png) > ![chuyin_guangbiao](https://user-images.githubusercontent.com/15868458/61167012-98c9f700-a56a-11e9-9d13-bdff338418b0.png) > ![chuyin_zhizhen](https://user-images.githubusercontent.com/15868458/61167013-98c9f700-a56a-11e9-983e-1078960d84ad.png) ## 下载Chrome扩展程序[Custom Cursor for Chrome™](https://chrome.google.com/webstore/detail/custom-cursor-for-chrome/ogdlpmhglpejoiomcodnpjnfgcpmgale) > ![image](https://user-images.githubusercontent.com/15868458/61167106-04609400-a56c-11e9-8da1-5d4f11a8fef9.png) ## 打开上传面板,上传初音未来的指针和光标素材...

https://zhaoolee.github.io/GBlog/2019/07/01/callback_to_promise/#more 某天购物狂欢节, 你买了200件, 200件快递来自全国各地, 发往你在深圳的家, 为了节省快递成本, 快递小哥会等待200件快递全部到达网点后, 再开着小车一起送货

Gitalk
aa800152775bce6432c4ef97fa5fcfbe

https://zhaoolee.github.io/GBlog/2019/07/01/ajax-formdata/#more 在ajax1.0时代, 是无法直接上传文件的, 到了ajax2.0时代, 新增了FormData, 我们就可以用FormData完成文件的上传 以前我们用form表单中的<input type="file"/>实现文件上传, 但前端无法实时查看上传的进度, 而ajax2.0可以让我们实时监控上传进度 下面是一个原生js使用ajax 完成 FormData上传文

Gitalk
b4c716d5da3ccab302112d9620e8cf70

https://zhaoolee.github.io/GBlog/2019/07/02/install-manjaro/ Manjaro到底有多受欢迎? DistroWatch是一个包含了各种Linux发行版及其他自由/开放源代码的类Unix操作系统(如OpenSolaris、MINIX及BSD等)的新闻、人气排名、以及其他一般信息等的网站。它包含了数百种发行版的信息原文链接: https://distrowatch.com/table.php?distribution=manjaro

Gitalk
b5abb69bf6a2f457d62472299e215b79