... 目录 C中的constconst修饰局部变量const修饰全局变量const修饰的全局变量有外部链接属性const与指针 C++中的constconst修饰普通全局变量const修饰普通局部变量const与类 const,这个词字面意...
...ing/; testRegex.test(testString); 匹配多个模式 使用操作符号 | const regex = /yes|no|maybe/; 忽略大小写 使用i标志表示忽略大小写 const caseInsensitiveRegex = /ignore case/i; const testString = We use the i flag to iGnOrE ...
...平时查看 String Skill 时间对比:时间个位数形式需补0 const time1 = 2019-03-31 21:00:00; const time2 = 2019-05-01 09:00:00; const overtime = time1 > time2; // overtime => false 格式化金钱 const ThousandNum = num => n...
... {checkIsPc} from ./utils/browser; import JcEvent from ./common/event; const global = window; const doc = global.document; const body = doc.body; /* * _x _y 初始坐标 * _dx _dy 坐标增量 * * */ class Captur...
... {checkIsPc} from ./utils/browser; import JcEvent from ./common/event; const global = window; const doc = global.document; const body = doc.body; /* * _x _y 初始坐标 * _dx _dy 坐标增量 * * */ class Captur...
...获取到基本类型的值 string number boolean null undefined symbol const foo = 1; let bar = foo; bar = 9; console.log(foo, bar); // => 1, 9 注意:Symbols 不能被完整的 polyfill,所以,在不支持 Symbols 的环境下中,不应该使用 symbol 类型。...
... 一、习惯c++ 1.尽量使用const,enum,inline替换#define 在学习c的过程中我们经常用#define来进行预处理操作,但#define并未被视作语言的一部分,因此也会带来许多的问题。 #define i 5 在这条预...
...se.js 封装处理res对象 对于每个文件引入的库 application.js const isGeneratorFunction = require(is-generator-function); //判断是不是generator function const debug = require(debug)(koa:application); //设置debug 的`namespace...
...tName() { return this.name; } 引用 References 对所有的引用使用 const ;不要使用 var。 eslint: prefer-const, no-const-assign 这可以确保你无法对引用重新分配,重新分配可能会导致 bug 和难以理解的代码。 // bad var a = 1; var b = 2; // good const a = 1...
...- `string` - `number` - `boolean` - `null` - `undefined` - `symbol` const foo = 1; let bar = foo; bar = 9; console.log(foo, bar); // => 1, 9 复杂的基本数据类型,直接使用其值的引用 - `object` - `array` - `fu...
...:35 */ 类型 基本类型 字符串 数值 布尔类型 null undefined const foo = 1 let bar = foo bar = 9 console.log(foo, bar) // 1, 9 复杂类型 object array function const foo = [1, 2, 3] const bar = foo bar[0] = 9 cons...
..., 为了偷懒我也使用了 src/utils/get_json_file.js 方法; Demo: const method = require(./src/utils/get_json_file); const json_file = method(./package.json); const dep = json_file.dependencies; const res =...
ChatGPT和Sora等AI大模型应用,将AI大模型和算力需求的热度不断带上新的台阶。哪里可以获得...
大模型的训练用4090是不合适的,但推理(inference/serving)用4090不能说合适,...
图示为GPU性能排行榜,我们可以看到所有GPU的原始相关性能图表。同时根据训练、推理能力由高到低做了...