Giter Club home page Giter Club logo

blog's People

Watchers

 avatar

blog's Issues

利用 GitHub Action 部署静态网页或者博客 | SHUNICHIの自留地

https://shunichio.github.io/note-pages/2020/12/02/github-action-deploy-web-page/#more

介绍Github Actions 可以很方便实现 CI/CD 工作流,类似 Travis 的用法,来帮我们完成一些工作,比如实现自动化测试、打包、部署等操作。当我们运行 Jobs 时,它会创建一个容器 (runner),容器支持:Ubuntu、Windows 和 MacOS 等系统,在容器中我们可以安装软件,利用安装的软件帮我们处理一些数据,然后把处理好的数据推送到某个地方。 本文将介绍利用 Gi

网页字体设置 | 朝花夕拾

https://shunichio.github.io/note-pages/2020/10/30/web-font-settings/

字体文件下载从 Google Fonts 下载免费字体,这里我们选择思源黑体 Noto Sans SC。 字体定义细节 英文字体在前,中文字体在后。原因很简单,中文字体包中通常包含了英文字符,反之则不成立,如果先设置了中文字体,那么英文字体根本轮不到 fallback 操作系统方面,Apple 系列(macOS + iOS)字体在前(直接用 -apple-system 即可),Windows 字

利用 GitHub Action 部署静态网页或者博客 | 牧野の自留地

https://shunichio.github.io/blog/2020/12/02/github-action-deploy-web-page/

介绍Github Actions 可以很方便实现 CI/CD 工作流,类似 Travis 的用法,来帮我们完成一些工作,比如实现自动化测试、打包、部署等操作。当我们运行 Jobs 时,它会创建一个容器 (runner),容器支持:Ubuntu、Windows 和 MacOS 等系统,在容器中我们可以安装软件,利用安装的软件帮我们处理一些数据,然后把处理好的数据推送到某个地方。 本文将介绍利用 Gi

Visual Studio Code 插件 REST Client 的简单使用介绍 | 牧野の自留地

https://shunichio.github.io/blog/2020/12/16/vscode-rest-client/#more

简介在测试 REST API 的时候,想必大家都会有不同的工具选择。如果是基于 CLI 的话,大家应该会选择 cURL。如果是 GUI 工具的话,相信很多人都会使用 Postman。不过今天,如果开发是使用 vs code,那么我推荐 REST Client 插件 我们在 vs code 新建一个以 .http 或者 .rest 结尾的文件,填入你的 HTTP 请求,点击 Send Request

浅谈 apply()方法与 call()方法 | 朝花夕拾

https://shunichio.github.io/note-pages/2020/10/31/javascript-function-apply-call/#more

简介 在 JavaScript 中,函数就是一个对象,函数在没有返回值时默认返回一个对象。 当一个对象 A(this object) 没有某个方法,但是其他对象 B(other object) 有这一方法,我们可以借助 call() 方法或 apply() 方法,用其它对象 B(other object) 的方法来操作。apply() 方法与 call() 方法的第一个参数是对象 A(this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.