单目乘除位关系,逻辑三目后赋值。

This commit is contained in:
huayu 2021-10-29 10:19:52 +08:00
parent db00dd970e
commit 2f1da95e22
13 changed files with 77 additions and 0 deletions

19
es/es.html Normal file

File diff suppressed because one or more lines are too long

BIN
es/es_files/Image [1].png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
es/es_files/Image [2].png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
es/es_files/Image [3].png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
es/es_files/Image [4].png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
es/es_files/Image [5].png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
es/es_files/Image [6].png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
es/es_files/Image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View File

@ -4,6 +4,8 @@ write once run everywhere
## jvm空间加载运行 ## jvm空间加载运行
参考jvm规范https://docs.oracle.com/javase/specs/index.html
### 空间、运行时数据区 ### 空间、运行时数据区
- 线程共享 - 线程共享

1
kafka/kafka.md Normal file
View File

@ -0,0 +1 @@
启动:./kafka-server-start.sh ./../config/server.properties

36
vue/erp-web.md Normal file
View File

@ -0,0 +1,36 @@
目录查看
1. node_modules安装依赖打包
2. public图片文件index.html
3. src:
1. api:调用接口使用的js文件
2. assets:图片文件
3. componentsvue组件文件页面处理
4. configrequest.js请求配置token设置。
5. filtersindex.js时间格式化变量转换。
6. router
1. index.js,从接口获取路由配置之
2. index备份.js配置路由备份
3. permission.js权限校验是否有token遍历路由权限校验
4. router.config.js免密登录白名单
7. store:用户信息和权限处理
1. nodules/user.js
2. getters.js
3. index.js
8. styles样式处理
9. utils工具类
10. views
1. dashboard页面排版vue
2. forgetPassowrdfogetPassword.vue
3. login:login.vue
4. register:register.vue
5. webView:webView.vue
11. App.vue
12. main.js:websocket
13. registerServiceWorker.js:生产环境配置
14. .env不同环境变量配置
15. label.config.js
16. package.json包管理,启动打包
17. vue.config.js:
vue-cli-service serve

View File

@ -0,0 +1,19 @@
1. 制定合理的规范
2. 全局异常处理
3. 日志分类
4. 监控
5. 解耦
6. 经历IO必须校验
7. ~~重要接口,外部接口记录耗时和日志~~
8. Linux权限
9. 时序0 + 1 * 30 * 3 + 1
10. 幂等处理
11. 没有最好的方案,就用最有效的方案开始做(没有执行力的远见等于空想)。
12. 重要接口,外部接口记录耗时和日志
13. 大前端
14. 幂等≠并发
15. 逻辑略多:列出所有的情况,写清思路(业务文档,解决方案文档)。
16. 新增字段必须校验(老数据可能不符合规范)
17. 分治
18. ~~解决方案文档~~
19. 修改接口确保之前逻辑不变