随笔分类 - web、javascript、css、jquery、html
摘要:来源:https://zhuanlan.zhihu.com/p/372332267 代码链接:https://github.com/nihui/ncnn-webassembly-scrfd 1、安装 emsripten git clone https://github.com/emscripten-
阅读全文
摘要:说明:mingw时32位,mingw-w64是64位 1 下载链接: https://www.mingw-w64.org/downloads/#mingw-builds 2 安装选择: (1)安装详细过程:这个链接上有,不过对Threads选项说明并不正确。https://zhuanlan.zhih
阅读全文
摘要:https://www.runoob.com/js/js-objects.html JavaScript中所有事物都是对象:字符串、数值、数组、函数... 对象只是一种特殊的数据。对象拥有属性和方法。 var message="Hello World"; var x=message.length;v
阅读全文
摘要:内容来自:玩转Django2.0 黄永祥 1)require.js的作用 用法说明:https://www.runoob.com/w3cnote/requirejs-tutorial-1.html 调用:require([], function($){...}) require.config({ p
阅读全文