1.vue优点?答:轻量级框架:只关注视图层,是一个构建数据的视图集合, 20kB运行大小,超快虚拟 DOM 简单易学:国人开发,中文文档,不存在语言障碍 ,易于理解和学习;双向数据绑定:保留了angular的特点,在数据操作方面更为简单;组件化:保留了react的优点,实现了html的封装和重用, ...
分类:
其他好文 时间:
2020-05-27 20:05:26
阅读次数:
87
Freenom offers a free domain name service for casual users.The Freenom domain name is free for one year and can be renewed manually before expiration. ...
分类:
其他好文 时间:
2020-05-27 15:19:51
阅读次数:
1404
UNDO What Is Undo? Oracle Database creates and manages information that is used to roll back, or undo, changes to the database. Such information consi ...
分类:
其他好文 时间:
2020-05-26 01:06:47
阅读次数:
100
p1-p10的内容 1: 多线程,进程,多任务 2:创建线程的三种方式 2.1:继承Thread类 1 package Thread; 2 3 /** 4 * author liulei 5 * data 5.23 6 * since 1.8 7 * version 1.0 8 * Descript ...
分类:
编程语言 时间:
2020-05-24 00:45:09
阅读次数:
59
项目中,通过mybatis对数据库进行insert插入数据库时,一般成功插入后返回int类型的插入数据条数(一般为1),但是有时候需要这新增数据的主键,以便后续其他数据需要使用,若是再重新查数据库,效率变低了 可以使用selectKey,mybatis可以将insert的数据的主键返回,直接拿到新增 ...
分类:
其他好文 时间:
2020-05-23 18:13:50
阅读次数:
62
博客转自:http://www.lighthouse3d.com/tutorials/glut-tutorial/rendering-to-multiple-subwindows/ Before we start lets recall our callback definitions, as de ...
分类:
其他好文 时间:
2020-05-23 18:12:39
阅读次数:
38
合并分支或者git pull命令的时候遇到: Updating 7c9e086..936acacerror: The following untracked working tree files would be overwritten by merge:Common/HFHttpRequest/H ...
分类:
其他好文 时间:
2020-05-23 14:55:03
阅读次数:
150
2019年5月24日 开始对于react的学习 http://huziketang.mangojuice.top/books/react/lesson46 开始提要:reactjs是不依赖nodejs的,但是webpack是依赖的,所以我们react开发也要安装node环境!安装node的教程我要另 ...
分类:
其他好文 时间:
2020-05-23 13:22:12
阅读次数:
41
题目链接:http://class.51nod.com/Challenge/Problem.html#problemId=1163 一、题目描述 有N个任务,每个任务有一个最晚结束时间以及一个对应的奖励。 在结束时间之前完成该任务,就可以获得对应的奖励。完成每一个任务所需的时间都是1个单位时间。 有 ...
分类:
其他好文 时间:
2020-05-23 09:20:17
阅读次数:
41
<el-upload action="#" ref="upload" list-type="picture-card" //照片墙的样式 :on-change="handleChange" :http-request="httpRequest" :before-upload="beforeAvata ...
分类:
Web程序 时间:
2020-05-22 17:30:39
阅读次数:
452