码迷,mamicode.com
首页 >  
搜索关键字:virtual box    ( 13777个结果
QDrag
Header: #include <QDrag>qmake: QT += gui Public Functions QDrag(QObject *dragSource)virtual ~QDrag()Qt::DropAction defaultAction() constQPixmap dragCu ...
分类:其他好文   时间:2021-06-07 20:00:17    阅读次数:0
svg更改颜色等样式
.cls-1 { fill: #cccccc; } .cls-1:hover { fill: orange !important; } <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.7 11.15"> <defs> </defs> < ...
分类:其他好文   时间:2021-06-06 18:55:04    阅读次数:0
RabbitMQ系列之——初识
一、 消息队列概述 消息队列是指利用高效可靠的消息传递机制进行与平台无关的数据交流,并基于数据通信来进行分布式系统的集成。 通过提供消息传递和消息排队模型,它可以在分布式环境下提供应用解耦、弹性伸缩、冗余存储、流量削峰、异步通信、数据同步 等等功能,其作为 分布式系统架构 中的一个重要组件,有着举足 ...
分类:其他好文   时间:2021-06-06 18:50:48    阅读次数:0
C# WinForm TextBox 只能输入数字【正则替换】
private void txtMaxCount_TextChanged(object sender, EventArgs e) { //替换非数字 this.txtMaxCount.Text = Regex.Replace(this.txtMaxCount.Text, @"[^\d]*", "") ...
分类:Windows程序   时间:2021-06-05 18:15:46    阅读次数:0
4 - Configure Internal network connectivity for Virtual machine
Prerequisites: CentOS7 virtual machine on Hyper-V Now we have a working CentOS7 virtual machine on Hyper-V. Let's configure the Internal network for i ...
分类:Web程序   时间:2021-06-05 18:04:36    阅读次数:0
2 - Provision Virtual machine with Hyper-V
Prerequisites: Windows 10 Hyper-V Virtual machine parameters: Memory 2GB Hard Drive 20GB Provisioning: Launch Hyper-V, click on new > Virtual Machine ...
分类:系统相关   时间:2021-06-05 17:49:23    阅读次数:0
【阿菜用工具】Slither:Solidity静态分析框架
工具简介 Slither 是一个 python3 开发,用于检测智能合约(solidity)漏洞的静态分析框架。 Slither 的 Github 地址:https://github.com/crytic/slither 工具安装 它有三种安装方式(pip, git, docker),我们为了方便, ...
分类:其他好文   时间:2021-06-03 18:13:08    阅读次数:0
2021.6.1.20:41
静态定位 <style> .parent{ width: 300px; height: 300px; background-color: aqua; } .child{ width: 100px; height: 100px; background-color: pink; /* 静态定位 posi ...
分类:其他好文   时间:2021-06-02 20:33:41    阅读次数:0
Python3.9中弹窗提示代码实现,使用tkinter中的messagebox实现
from tkinter import messagebox messagebox.showinfo("提示", "我是一个提示框") ...
分类:编程语言   时间:2021-06-02 19:46:59    阅读次数:0
迅为i.MX6ULL开发板移植Gdb+Gdbserver调试
因为有很多小伙伴是从单片机转过来的,用惯了单片机使用JLINk来调试程序,换到Linux非常不习惯。确实是如此,如果能在Linux上能设置断点,单步调试,查看变量,那就再好不过了。那么接下来将教大家怎么在arm板上调试应用代码的方法。?首先,了解下基本的思路:采用这种方式进行远程调试,目标系统必须包 ...
分类:数据库   时间:2021-06-02 18:45:49    阅读次数:0
13777条   上一页 1 ... 3 4 5 6 7 ... 1378 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!