前端规范编程规范 参考 Web前端开发代码规范基础 一.HTML/CSS规范 浏览器兼容:Google Chrome、Microsoft Edge、Firefox等. html代码规范 1.声明: 1.html头部声明统一 <!DOCTYPE html> 2.页面编码统一 <meta charset ...
分类:
其他好文 时间:
2021-05-24 14:11:38
阅读次数:
0
软件建议建议: 1、自己创建一个文件夹develop或者AppSoftware 2、软件安装:尽量安装在纯英文、无空格的文件夹下 ① 非中文路径下 ② 无空格 ③ 无特殊字符 ...
分类:
其他好文 时间:
2021-05-24 14:11:09
阅读次数:
0
Scala语言类型(同java) 静态,强,类型推断, 弱类型:(javascripte) > "1"+2 '12' 强类型:(java,scala,python) >>> "1"+2 TypeError: cannot concatenate 'str' and 'int' objects 动态类 ...
分类:
其他好文 时间:
2021-05-24 14:04:24
阅读次数:
0
#include <iostream> #include <cstring> #include <cmath> using namespace std; using ll=long long ; const int maxn=1e3+10; int dp[maxn][maxn]; int sum[m ...
分类:
其他好文 时间:
2021-05-24 13:59:03
阅读次数:
0
上一篇文章中我们了解了 .NET Worker Service 的入门知识1,今天我们接着介绍一下如何优雅地关闭和退出 Worker Service。 Worker 类 从上一篇文章中,我们已经知道了 Worker Service 模板为我们提供三个开箱即用的核心文件,其中 Worker 类是继承自 ...
分类:
Web程序 时间:
2021-05-24 13:46:47
阅读次数:
0
题牛可乐准备和 个怪物厮杀。已知第 个怪物的血量为 aia_iai? 。 牛可乐有两个技能: 第一个技能是蛮牛冲撞,消耗 ,可以对任意单体怪物造成 点伤害。 第二个技能是蛮牛践踏,消耗 ,可以对全体怪物造成 点伤害。 牛可乐想知道,将这些怪物全部击杀,消耗 的最小值的多少? 输入描述: 第一行两个正 ...
分类:
其他好文 时间:
2021-05-24 13:44:14
阅读次数:
0
promise.then 如果不加第二个参数则会执行catch方法, 加第二个参数则不会执行catch方法。 var pro=new Promise((resolve,reject)=>{ // resolve(); reject(); }) pro.then(()=>{ console.log(' ...
分类:
其他好文 时间:
2021-05-24 13:41:41
阅读次数:
0
for i in range(1,10): for j in range(1,i+1): print(i,"*",j,"=",i*j, "\t",end="") else: print("") 1 * 1 = 1 2 * 1 = 2 2 * 2 = 4 3 * 1 = 3 3 * 2 = 6 3 * ...
分类:
编程语言 时间:
2021-05-24 13:38:54
阅读次数:
0
<el-tree :data="data" node-key="id" ref="tree" icon-class="el-icon-share" :props="defaultProps"> <template #default="scope"> <div class="custom-node"> ...
分类:
其他好文 时间:
2021-05-24 13:29:53
阅读次数:
0
1 >~desktop 2 >Desktop git clone https://gitee.com/guangzan/awescnb.git //进入项目,并用编辑器打开>Desktop cd awescnb/ >awescnb(master) code. //安装依赖>awescnb(maste ...
分类:
其他好文 时间:
2021-05-24 13:08:04
阅读次数:
0