我的项目在mac上运行的很好,结果windows电脑,就一直报这个错误 解决方案: babel增加 @babel/plugin-transform-modules-commonjs 参考文章: https://www.cnblogs.com/dianzan/p/10676771.html 网上搜到的 ...
分类:
其他好文 时间:
2020-02-02 01:36:10
阅读次数:
78
1. 平均产量最高的时候平均变动成本最低 2. 长期总成本:企业在长期中调整生产规模,生产各种产量所需的最低成本点的轨迹. 3. 盈亏平衡产量=总固定成本/单价 单位变动成本 目标利润销售量=总固定成本+利润/单价 单位变动成本 4. 总收益=总成本+总利润 5. 生产可能性曲线(productio ...
分类:
其他好文 时间:
2020-01-31 16:03:54
阅读次数:
77
Given an array of integers arr, replace each element with its rank. The rank represents how large the element is. The rank has the following rules: Ra ...
分类:
其他好文 时间:
2020-01-29 10:28:22
阅读次数:
74
#直接修改属性的值# -*- coding:utf-8 -*- class Car(): def __init__(self,make,model,year): self.make = make self.model = model self.year = year self.odometer_re ...
分类:
其他好文 时间:
2020-01-29 01:14:02
阅读次数:
83
css属性很多,无论是字母的拼写还是字面上的意思,很多人都容易混淆,包括我在内,也时不时需要去看看到底是咋回事,是不是也混淆过你~ 下面列举几个最容易混淆的属性: http://www.imooc.com/article/details/id/79030 ...
分类:
Web程序 时间:
2020-01-28 13:48:58
阅读次数:
79
1 #include <string> 2 #include <iostream> 3 #include <cstring> 4 #include <algorithm> 5 6 using namespace std; 7 8 int to_lower(int c) 9 { 10 if (isup ...
分类:
其他好文 时间:
2020-01-28 12:25:29
阅读次数:
65
题目如下: Given an array of integers arr, replace each element with its rank. The rank represents how large the element is. The rank has the following rul ...
分类:
其他好文 时间:
2020-01-27 19:03:33
阅读次数:
71
3D转换之移动 3D移动在2D移动的基础上多加了一个可以移动的方向,就是Z轴方向 语法: transform: translateX(100px); transform: translateY(100px); /* 注意这个我们一般使用px单位 */ transform: translateZ(10 ...
分类:
Web程序 时间:
2020-01-27 17:41:33
阅读次数:
129
月色灯山满帝都,香车宝盖隘通衢。 预览 实现 灯笼 HTML结构,放在 页脚 吧。 灯笼的css,放在自定义css中。 树枝 这是右上角梅花树枝部分,可以放在 页脚 。 梅花树枝相关的css,放在自定义css就好了。 新年寄语 第一件事希望疫情尽早得到控制。第一件事祝愿园子的朋友新年快乐。 ...
分类:
其他好文 时间:
2020-01-23 21:06:58
阅读次数:
104
①创建一个管道类文件 test.pipe.ts 指定transform方法对于数据和参数的处理,将结果返回 ②声明 app.module.ts import {TestPipe} from ' *** ' @NgModule ( { declarations : [ TestPipe ] } ) ③ ...
分类:
其他好文 时间:
2020-01-22 22:22:35
阅读次数:
113