Git Product home page Git Product logo

keviness.github.io's Introduction

Hi there 👋

  • 🔭 我是一名IT技术发烧友,喜欢鼓捣电脑,喜欢编程去实现一些东西
  • 🌱 目前喜欢机器学习与深度学习
  • 👯 希望向更多大佬学习
  • 💬 Ask me about Keviness Blog

𝗦𝘁𝗮𝘁𝘀

keviness

keviness.github.io's People

Contributors

keviness avatar

Stargazers

 avatar

keviness.github.io's Issues

JavaScript实现跨行合并table中相同单元格 | Keviness's Blog

https://keviness.top/post/6a9fb1f0.html?from=timeline&nsukey=8%2FnW%2FWj5jRJPGh7%2BB2pHYCtcvFmIskQ4o8rwTAWS53EbEv9GaamOp0DnTmiPynZpTmlCybqxCdN%2B2B2YT6r5LGDsbhly%2Fq0nbh%2FFcqvN2FzttKAECv2NbMxUVidfy5y1P1NXkVUxLFGIH3fzJ0CWjA%3D%3D

背景 在web中我们经常需要用到table表格对我们的数据进行呈现,table表格能很友好地显示我们的数据,那在动态创建table时,如何进行跨行合并相同内容单元格呢?以下是一些个方法:

Function Type | Keviness's Blog

https://keviness.top/post/77058f3d.html

背景 JavaScript中皆为对象,其中的函数也是如此。因此JavaScript中的函数调用十分地灵活,让我们来看看JavaScript中的函数类型吧。 理解Function类型 JavaScript中Function类型实际上是一种对象,每一个函数实际上都是Function类型的一个实例,函数通常是用函数声明语法定义的,而且每一个函数都有默认的属性和方法。 因为函数是一个对象,故函

web storage常用的两种方式 | Keviness's Blog

https://keviness.top/post/5b4c752e.html

背景 数据是网络世界的灵魂,我们浏览网页的根本目的在于获得由数据构成的信息。在HTML5之前,这些都是由cookie完成的。但是cookie不适合大量数据的存储,因为它们由每个对服务器的请求来传递,这使得cookie速度很慢而且效率也不高。HTML5之后,网页本地存储数据有了新的选择。

JavaScript Timing Event | Keviness's Blog

https://keviness.top/post/c9819eef.html?from=timeline&nsukey=Gnxsn3vDLqxAa0jkk%2BDk3SofxqGdi2%2FHgcH0NuLcDhtdM6TJ%2Bk1rOHQ5jQNC7g%2BEQxDS1bZGOgxwiC0%2FWMfMN3apqvfuXgoaXjpjmdEKhsyiTqIFkTYlsvoBbcE8NA9cqPQkLCmHX5%2F1S92WDXwLHPWbwfrepKUPzR%2FYX6PQNsAMhIgbWe4UbCg3PFdXT%2FJ6%2FUXU4cPupqXlsqdlMU4rYA%3D%3D

背景 在web编程中,我们经常需要重复一件事,或者让一个操作多次重复执行。JavaSript为我们提供了两个相关函数,这两个函数有共同也有不同之处,以下是一些个总结:

队列:顺序存储实现 | Keviness's Blog

https://keviness.top/post/75b41c5c.html

背景 队列在生活中可是经常见的。比如,食堂,商场等地方经常需要排队。它的主要性质是先进先出(first in first out),在算法中队列有顺序存储(连续存储)和链式存储(离散存储)两种方式。其中顺序存储必须要用循环队列的形式实现,具体如下:

用C语言实现贪吃蛇 | Keviness's Blog

https://keviness.top/post/7fccb627.html

背景 四月份,随着考研复试的临近,毕业论文也在此刻提上了日程,我停下了手边的前端学习计划。 我想着在四月底实现心心念念的贪吃蛇游戏,于是就开始多线程工作啦。 当一个个贪吃蛇游戏的功能模块在自己手里逐步实现时,那种快乐难以描述哈。以下是一些个工作。

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.