<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale= ...
分类:
移动开发 时间:
2021-05-24 06:22:55
阅读次数:
0
QDockWidget悬浮在主窗口上方,窗口最大化后,想到用resizeEvent函数后重新设置QDockWidget控件大小和位置, 发现数据是geometry()滞后的,不是当前的。 解决方法: 使用另外的方式触发 setWindowState(Qt::WindowMaximized) 例如重新 ...
分类:
其他好文 时间:
2021-05-24 05:51:20
阅读次数:
0
[System.Runtime.InteropServices.DllImport("user32.dll", CharSet =System.Runtime.InteropServices.CharSet.Auto, ExactSpelling =true)] public static exte ...
无线局域网数据包捕获与分析 实验目的 熟悉常见的无线测量工具的特点和用途、学习Windows 上的Wireshark数据包捕获和分析、学习Linux 上的Wireshark和 Kismet 数据包捕获和分析 实验步骤 本实验需要使用wireshark,安装步骤可以在网上找 打开过程 点击我连接的wl ...
分类:
其他好文 时间:
2021-05-24 03:54:49
阅读次数:
0
1.viewport视口 视口(viewport),是视图窗口的简称。 视口的大小就是HTML元素的实际大小。 但是,在移动端要想展示实际页面大小则必须进行视口的适配设置, 否则,移动端加载页面时,默认视口宽度980px或某个值(布局视口宽度),无法呈现实际大小。 说明: 在桌面显示器上CSS中的1 ...
分类:
Web程序 时间:
2021-05-24 01:46:39
阅读次数:
0
https://leetcode-cn.com/problems/find-minimum-time-to-finish-all-jobs/ 不会做,蹭个积分就走~ class Solution { /** * 最小的 工人最大用时 */ private int minId = Integer.MA ...
分类:
其他好文 时间:
2021-05-24 01:38:37
阅读次数:
0
http://tool.chinaz.com/dns/?type=1&host=www.githubs.cn&ip= 输入网站网址,找到ttl值最小的,复制ip 找到C:\Windows\System32\drivers\etc文件夹下的hosts文件用记事本打开,在最后输入 #github (ip ...
分类:
Web程序 时间:
2021-05-24 00:56:07
阅读次数:
0
地址: http://rxtx.qbang.org/wiki/index.php/Download Window下安装方法 解压 将图1中的dll和图2中的jar分别放到jre目录下的 即可 ...
分类:
其他好文 时间:
2021-05-24 00:45:23
阅读次数:
0
Y7000 window+Ubuntu环境配置总结 双系统装机与环境初始化配置 装机 WiFi+显卡+时间 Nvidia显卡问题 Google浏览器快捷键 搜狗输入法+报错+LOG OUT ...
分类:
系统相关 时间:
2021-05-24 00:14:25
阅读次数:
0
目录 1.vcenter 6.7安装要求;2.vcenter第一阶段安装失败,提示:"Unable to proceed with stage 2 of the deployment process. Click close to exit the installer.”3.无DNS下部署安装vce ...
分类:
其他好文 时间:
2021-05-23 22:59:26
阅读次数:
0