Giter Club home page Giter Club logo

ttworksblog's Introduction

一个简洁的、多设备支持的 Jekyll 博客模板,用于搭建我的博客我的博客 主题基于 oukohou.github.io 重新修改和优化。 模板预览: template preview

主题安装

安装 Jekyll 本地环境,以便于调试:

gem install jekyll
jekyll new my-awesome-site
cd my-awesome-site
bundle install
bundle exec jekyll serve

下载原作者主题安装调试:

git clone https://github.com/oukohou/oukohou.github.io oukohou
cd oukohou
gem install jekyll-paginate
jekyll build
jekyll server
=> 打开浏览器 http://localhost:4000

Snownight22
2022-02-24

ttworksblog's People

Contributors

snownight22 avatar

Watchers

James Cloos avatar  avatar

ttworksblog's Issues

用Gitalk搭建个人网站评论系统 | TT工作室

https://snownight22.github.io/TTworksBlog/2022/02/21/%E7%94%A8Gitalk%E6%90%AD%E5%BB%BA%E4%B8%AA%E4%BA%BA%E7%BD%91%E7%AB%99%E8%AF%84%E8%AE%BA%E7%B3%BB%E7%BB%9F

使用GitHub Pages+Jekyll搭建了一个个人网站,选用了LessOrMore的主题,但是这个主题没有评论和留言系统,这里用Gittalk搭建一个评论系统。申请Oauth Apps首先,需要在Github上申请一个Oauth Apps帐号信息,在GitHub功能的个人设置里,有个开发者设置(Develo...

排序算法之-计数排序 | TT工作室

https://snownight22.github.io/TTworksBlog/2022/04/24/countingSort

计数排序适用于取值在一定范围内的列表,例如取值范围在 0-k,可以建立一个数组,数组下标代表列表中值有大小,数组值代表该值在列表中出现的次数。先遍历原列表,列表中值出现一次,则对应数组下标的值加一,遍历完列表后对数组进行遍历,根据数组下标和值一一还原队列,还原完原列表达到有序。

浮点数在内存中的存储 | TT工作室

https://snownight22.github.io/TTworksBlog/2023/06/24/floatInMemory

计算机中只能存储二进制数,对于浮点数,IEEE754 标准中定义了在计算机中如何存储浮点数。标准中定义了四种表示浮点数类型的方式,分为单精度(32比特)、双精度(64比特),拓展单精度(43比特以上,很少使用)和拓展双精度(79比特以上,通常用 80 比特表示)。我们以单精度浮点数为例来介绍浮点数的存储。

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.