本文涉及到的知识: Promise,all()的使用 js处理机制 reduce的用法 map的用法 同步异步 需求: 一个页面中需要用到多个字典数据。用于下拉选项,同时,需要将其保存为json格式。以便于key,value的相互转换。 data(){ return{ codeList:[] } } ...
分类:
Web程序 时间:
2020-05-28 19:43:18
阅读次数:
65
What is ulimit? It is a number of open file descriptors per process. They can all refer to the same file, or different files. It prevent single users ...
分类:
系统相关 时间:
2020-05-28 19:31:10
阅读次数:
83
php函数,preg_match,preg_match_all,preg_replace ...
分类:
Web程序 时间:
2020-05-28 16:29:05
阅读次数:
72
Exception in thread "main" java.lang.RuntimeException 当出现这个异常的时候,这是因为你的RN项目在第一次初始化的时候需要加载一些东西,而那个东西下的很慢容易出现这样的错误。 解决办法: 1:去它提示的网址下载,不过很难打开 2:想办法访问外网 ...
分类:
编程语言 时间:
2020-05-28 16:07:33
阅读次数:
80
郑楚杭 201821121009 计算1811 1. 选择哪一个问题 选题为哲学家就餐问题 2. 给出伪代码 算法思想: philosopher代表一个哲学家的活动,将其创建为五个不同的线程代表五位不同的哲学家。每位哲学家先思考(伪代码中的think) ,当某位哲学家饥饿的时候(伪代码中的hungr ...
分类:
系统相关 时间:
2020-05-28 14:56:58
阅读次数:
79
mysql写法 insert into TS_TDGPXX (ID,XZQH_DM) values('fhunjikolp','123'), ('fhunjikolp','123') oracle写法 insert all into TS_TDGPXX (ID,XZQH_DM) values ('d ...
分类:
数据库 时间:
2020-05-28 10:28:04
阅读次数:
89
{ 编译.so 的android api >= 打包apk的api } { /* * Copyright (C) 2017 The Android Open Source Project * All rights reserved. * * Redistribution and use in sou ...
分类:
移动开发 时间:
2020-05-28 09:16:08
阅读次数:
168
昨日内容回顾 数据的编辑和删除 # 查询所有数据 res = models.User.objects.filter() res = models.User.objects.all() # 编辑数据 """ 1.首先得获取用户想要编辑的数据主键值 url?edit_id=1 url/1/ 2.后端查询 ...
分类:
其他好文 时间:
2020-05-27 20:31:49
阅读次数:
54
package LeetCode_377 /** * 377. Combination Sum IV * https://leetcode.com/problems/combination-sum-iv/description/ * * Given an integer array with all ...
分类:
其他好文 时间:
2020-05-27 18:53:27
阅读次数:
60
C:\Users\Desktop\homeWork\Django_stu_man>python manage.py migrate Operations to perform: Apply all migrations: admin, app01, auth, contenttypes, sessi ...
分类:
移动开发 时间:
2020-05-27 18:45:16
阅读次数:
86