import QtQuick 2.9 // 导入模块 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 // 导入的模块 Window { visible: true width: 640 height: 480 title: qsTr("H ...
分类:
其他好文 时间:
2021-05-24 10:03:58
阅读次数:
0
Vue页面template <template> <div> <canvas style="width: 80%!important;height: auto!important;" id="canvas"></canvas> <br/>{{charId}} </div> </template> V ...
分类:
Web程序 时间:
2021-05-24 09:24:28
阅读次数:
0
//仓库地址 https://www.npmjs.com/ //查看当前镜像 npm get registry //切换镜像 npm config set registry http://registry.npm.taobao.org //初始化一个项目 npm init npm init -y / ...
分类:
Web程序 时间:
2021-05-24 08:58:07
阅读次数:
0
在官网下载二进制包:这里直接使用wget wget https://cdn.zabbix.com/zabbix/binaries/stable/4.0/4.0.30/zabbix_agent-4.0.30-linux-3.0-amd64-static.tar.gz 之后进行解压 [root@zabb ...
分类:
其他好文 时间:
2021-05-24 08:48:26
阅读次数:
0
<html> <embed height="200" type="application/x-shockwave-flash" width="200" src="http://www.blogclock.cn/swf/S1000746cf11489-9.swf" wmode="transparent ...
分类:
其他好文 时间:
2021-05-24 08:27:38
阅读次数:
0
1.查看sqlser内存分配,及对应库的分配情况,根据需求设置对应内存大 二:在应用管理器中查看内存占用大小,如果占用过大的话,清除不必要的内存 ...
分类:
数据库 时间:
2021-05-24 08:19:16
阅读次数:
0
//php查询数据 static public function selfs($id){ return self::where('id',$id)->first();}//内置验证 $this->validate(request(),[ 'username'=>'required', 'pwd'=> ...
分类:
微信 时间:
2021-05-24 08:18:55
阅读次数:
0
如图效果,两边是四个直角三角形定位拼接出来的 html: <div class="award"> <div class="triangle"> <span class="triangle1"></span> <span class="triangle2"></span> </div> <span c ...
分类:
Web程序 时间:
2021-05-24 08:09:51
阅读次数:
0
<div class="map3d-clear" title="清除全部点" onclick="celarPoint()"></div> .map3d-clear { border-radius: 5px; height: 32px; width: 32px; position: absolute; ...
分类:
其他好文 时间:
2021-05-24 07:24:11
阅读次数:
0