Giter Club home page Giter Club logo

hexo-gitalke-repo's Introduction

KiritoXF's Github Stats

DMS2

Top Langs

Visitor count

hexo-gitalke-repo's People

Watchers

 avatar

hexo-gitalke-repo's Issues

日报系统设计开发的记录 | 风语阁

https://kirito.space/post/2e1d0468.html

前言做这个东西的起因,是Excel文档记录起来太麻烦了。 最开始是在 PC 上建 Excel,每天填写后一周再汇总一次。后来考虑到数据放到云端更方便,就迁到了石墨文档上。但是时间长了还是会有一堆 Excel 文件,只有点开后才能看到具体的哪一天究竟做了什么,颇为不便。于是,Daily Management System (以下简称 DMS) 应运而生。

前端开发浏览器兼容问题 | 风语阁

https://kirito.space/post/be136c13.html

1.IE等旧浏览器不支持ES6的语法表现形式工程中的一些ES6的语法在Chrome中可以正常运行,但是IE、Edge等环境下缺报错。通常情况下可用babel等工具进行转换,但是在某些情况下,仍然有问题。 比如Array.prototype.flat()、Array.prototype.flatMap()。这两个函数大概是将多维数组进行展开,但是ES6之前压根就没有这个语法(功能),所以即使转换也无

| 风语阁

https://kirito.space/resume

L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets","tagMode":false,"debug":true,"model":{"jsonPath":"/live2dw/hijiki.model.

Git 使用备忘录 | 风语阁

https://kirito.space/post/751a58bb.html

首次将本地代码提交至 GitHub,所需要的命令等。 到代码所在文件夹,git init,创建 git 仓库。 使用 git add * 将文件添加到本地仓库中。(类似加入到缓存区中) 使用 git commit -m "test" 将文件提交到本地仓库。(类似正式提交进本地仓库中) 使用 git remote add origin url 将本地仓库关联到 GitHub 上,

返校成功 | 风语阁

https://kirito.space/2017/02/25/backtoschool/

文章现在是晚上将近七点,我已经成功返校,并且打扫了一下卫生,整理了物品。 上午大约十点乘坐18路公交车来到旅顺汽车站。今天似乎有什么重大集会,公交车上人比往常要多很多,在管委会一站下了很多人,听旁边的人说似乎是有关于就业之类的事情。本来我是坐在最后面的,但后来上来一位老大爷,在地上垫了张纸直接要坐下了,我赶紧把他拉到了座位上,站到了终点。

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.