1. cursor:auto; 默认 2. cursor:crosshair; 加号 3. cursor:text; 文本竖标 4. cursor:wait; 等待 5. cursor:help; 帮助 6. cursor:progress; 过程 7. cursor:inherit; 继承 8. ...
分类:
其他好文 时间:
2020-04-16 00:34:57
阅读次数:
153
glance image-create --name "wj_js_company_img" --file a0e1c7fa-d6d3-410f-9bb5-e699e342db91 --disk-format qcow2 --container-format bare --progress --vi ...
分类:
数据库 时间:
2020-04-15 13:35:42
阅读次数:
82
这几天一直做优化的事情,对于资源这一块优化,资源异步加载作为首选,因2018之后版本中弃用了WWW请求,所以今天我们以UnityWebRequest请求方式介绍,基本上是一个整理。usingSystem.Collections;usingSystem.Collections.Generic;usingUnityEngine;usingUnityEngine.Networking;publiccla
分类:
编程语言 时间:
2020-04-11 09:48:43
阅读次数:
87
组件:第一个参数传入出发方法的名字,第二个参数传入需要传入的参数 this.triggerEvent('timeUpdate',{ currentTime }) 页面:bind:xxx, xxx为传入的方法 也可以直接bindxxx <l-progress-bar bindtimeUpdate="t ...
分类:
微信 时间:
2020-04-10 11:54:49
阅读次数:
129
protected override async void OnClick(){ using (var progress = new ProgressDialog("Showing Progress", "Canceled", 100, false)) { var status = new Canc ...
分类:
其他好文 时间:
2020-04-04 00:03:48
阅读次数:
114
Ajax上传文件(原生JS篇) <div class='progress'> <div class="step"></div> </div> <form action=""> <input type="text" name='name' placeholder="请输入姓名"> <input typ ...
分类:
Web程序 时间:
2020-04-02 22:27:41
阅读次数:
101
ipmi配置错误-20200328[root@localhost home]# ipmitool lan set 1 ipsrc staticCould not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such f ...
分类:
其他好文 时间:
2020-03-28 22:00:34
阅读次数:
273
本文适合新手快速上手webpack4,只讲应用,也比较浅。 开启 webpack 之旅 一、简易配置 1、初始化项目 npm init //packge.json 文件中 "scripts": { "build": "webpack --profile --progress --colors --d ...
分类:
Web程序 时间:
2020-03-17 08:05:44
阅读次数:
74
前言 今天由于网速很慢,在git pull更新时我观看了git pull的日志,让我联想到和我现在从事的游戏开发中的热更热有一定的相似性,把思绪记录下来。 ? git pull 日志 使用tortoisegit更新本地仓库时打印的日志如下: ? git pull 日志分析 这段一行一行的从字面上解释 ...
分类:
其他好文 时间:
2020-03-16 21:43:15
阅读次数:
75
centos7环境通过rpm包安装mysql8.0.19mysql的rpm包下载地址:http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-8.0/ # 下载mysql8.0.19版本mysql-community-client-8.0.19-1. ...
分类:
数据库 时间:
2020-03-14 01:03:32
阅读次数:
279