码迷,mamicode.com
首页 >  
搜索关键字:vm tools    ( 15075个结果
mvn打包依赖以及dll文件
debug时: 在vm中配置:-Djna.library.path=E:/develops/test/log/src/main/resources/win32-x86-64 打包使用maven-assembly-plugin插件 使用直接mvn clean package即可 注意:需要将dll文件 ...
分类:其他好文   时间:2021-06-09 10:30:17    阅读次数:0
Tidb 主机系统参数优化shell
#!/bin/bash#echo "vm.swappiness = 0">> /etc/sysctl.confswapoff -a && swapon -asysctl -psystemctl stop firewalld.servicesystemctl disable firewalld.ser ...
分类:数据库   时间:2021-06-08 23:43:55    阅读次数:0
centos7 清理缓存(buff/cache)
背景:服务器运行过程中发现内存不够用,缓存的又太多 现象: 解决办法: 1、同步数据到磁盘 [root@localhost ~]# sync 2、根据需求清除对应缓存 [root@localhost ~]# echo 3 > /proc/sys/vm/drop_caches 参数说明: 0 //默认 ...
分类:系统相关   时间:2021-06-07 20:40:37    阅读次数:0
How to Use cURL HTTP/2 on macOS
cURL is one of most powerful tools for testing HTTP traffic. We typically use cURL to interact with HTTP APIs or test websites. Although cURL supports ...
分类:Web程序   时间:2021-06-07 20:18:30    阅读次数:0
Login Vagrant VM using Xshell
Connect Vagrant VM by using Xshell 1. View your vagrant ssh-config type this commend to view your vagrant ssh-config: vagrant ssh-config you will get ...
分类:系统相关   时间:2021-06-05 17:39:35    阅读次数:0
Linux(ubuntu 20)下将Skia编译为Webassembly(Wasm)
第一步 安装依赖以及源码下载: emsdk: git clone https://github.com/emscripten-core/emsdk.git depot_tools: git clone 'https://chromium.googlesource.com/chromium/tools ...
分类:Web程序   时间:2021-06-04 19:19:02    阅读次数:0
Unicode编码转换, MD5加密,URL16进制加密解密
一、站长网址:http://www.msxindl.com/ 1.Unicode与中文互转 16进制Unicode编码转换、还原 :http://www.msxindl.com/tools/unicode16.asp 2.MD5加密 MD5在线加密 MD5校验 : http://www.msxind ...
分类:Web程序   时间:2021-06-04 19:16:00    阅读次数:0
2.xshell和xftp使用
一.连接xshell 1.找到IP 在vm中启动虚拟机并打开终端 输入 ifconfig -a ip: 192.168.150.128 二.Xshell连接 1.新键会话 根据对应输入 打开相应会话 设置登陆账号 设置登陆密码 出现#既连接成功 三.xftp文件传输 在Xshell的菜单栏点击如下图 ...
分类:系统相关   时间:2021-06-03 17:50:10    阅读次数:0
使用vmware 进行Ubuntu18.04启动黑屏 以及 屏幕无法自适应 16:9
这种情况大多是进去装VM自带的 open-vm-tools-desktop 导致的 使用专门的工具 sudo apt-get install open-vm-tools-desktop ...
分类:系统相关   时间:2021-06-02 20:22:18    阅读次数:0
从服务器上拷贝代码到虚拟机上编译不过
去掉application/tools/tcon_bin_generator/panel_bootbin_gen.c文件中 #if (__GNUC__ >= 4) && (__GNUC_MINOR__>= 6) // safe gcc version#else #error "GCC version ...
分类:其他好文   时间:2021-06-02 18:23:28    阅读次数:0
15075条   上一页 1 2 3 4 5 6 ... 1508 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!