原文地址:What is a Polyfill? polyfill 或者说polyfiller是一段代码(或者插件),它可以提供给开发者们希望浏览器原生支持的技术。实现你想要的任何api。 是从哪里创造polyfill这个词的呢? 2009年的时候,我正在编写Introducing HTML5。我坐 ...
分类:
其他好文 时间:
2020-08-04 09:47:43
阅读次数:
83
使用了c++11的thread库,运行出现了: terminate called after throwing an instance of 'std::system_error' what(): Enable multithreading to use std::thread: Operation ...
分类:
编程语言 时间:
2020-07-30 10:51:11
阅读次数:
112
区块链入门的几个简单概念 1. What's Block Chain ? 区块链是一门软件技术, 从本质上来看就像是一个分布式的DataBase, 是一个去中心化, 分布式技术。 由于是分布式的, 所以区块链不会仅仅存在某一个人的服务器上面, 每个人都可以搭建服务器,然后加入到区块链这个网络中来。成 ...
分类:
其他好文 时间:
2020-07-29 15:10:15
阅读次数:
195
文章内容来源于Programming Hub的学习记录,本人整理添加了中文翻译,如有侵权,联系本人删除 Variables C语言中的变量 Let's extend our mainfunction from the first topic. What if we want to print the ...
分类:
编程语言 时间:
2020-07-28 22:40:48
阅读次数:
82
Nump库的基本使用 库的导入 PyCharm file - Setting - Project interpreter - + - (Searh what you need) - Install Package 多维数组 import numpy as np a = np.array([[1, 2 ...
分类:
其他好文 时间:
2020-07-26 18:58:40
阅读次数:
65
4.3.2 等待/通知机制 一个线程修改了一个对象的值,而另一个线程感知到了变化,然后进行相应的操作,整个过程开始于一个线程,而最终执行又是另一个线程。前者是生产者,后者就是消费者,这种模式隔离了“做什么”(what)和“怎么做”(How),在功能层面上实现了解耦,体系结构上具备了良好的伸缩性,但是 ...
分类:
编程语言 时间:
2020-07-25 23:37:56
阅读次数:
68
Comments 注释简介 Let's take a quick break from programming and talk about comments. Comments help programmers understand what exactly the computer progra ...
分类:
其他好文 时间:
2020-07-24 09:19:32
阅读次数:
81
一定要看下函数前的注释, 需要在使用的页面定义【needCheckFlag】data属性 一定要看下函数前的注释, 需要在使用的页面定义【needCheckFlag】data属性 一定要看下函数前的注释, 需要在使用的页面定义【needCheckFlag】data属性 /** * what for: ...
分类:
其他好文 时间:
2020-07-23 15:41:50
阅读次数:
73
C语言简介 C is a programming language that lets us give a computer very specifio commands. C语言是一种编程语言,它让我们可以给计算机非常特殊的命令。 C was invented in 1972. It's one ...
分类:
其他好文 时间:
2020-07-23 09:17:28
阅读次数:
69
ReactJs as a JavaScript library created by Facebook that lets us build dynamic user interfaces. What this dynamic user interface even means is that we ...
分类:
Web程序 时间:
2020-07-21 09:48:32
阅读次数:
76