码迷,mamicode.com
首页 >  
搜索关键字:windows to go    ( 84751个结果
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
【点这里查看新资源】Go
@# ???请>>点>>此>>访>>问>>你懂的 #include <iostream>#include "boost/function.hpp" bool some_func(int i,double d) { return i>d;} int main() { boost::function<b ...
分类:其他好文   时间:2021-06-05 17:47:38    阅读次数:0
windows form 登录
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System. ...
分类:Windows程序   时间:2021-06-05 17:42:00    阅读次数:0
Ubuntu16.04上安装MySQL(详细过程)
Ubuntu16.04上安装MySQL(详细过程)Runningluffy 2019-08-09 20:04:29 45035 收藏 149分类专栏: 技术小白GO 文章标签: Ubuntu16 Mysql安装版权一、安装MySQL1、使用以下命令即可进行mysql安装,注意安装前先更新一下软件源以 ...
分类:数据库   时间:2021-06-04 19:37:15    阅读次数:0
idea配置连接oracle数据库 内外网分离,内网的机器使用IDEA的Databse需要下载驱动包,无法连接解决方案
1.打开idea2.点击右边侧边栏DataBase,点击加号,进行添加Data Soure 如果找不到,可以试试从导航栏找 View-Tool Windows-DataBase3.配置连接及测试下载jar包 点击右上角的加号箭头,点击第一个,可以查看自己下载的路径 测试成功之后才能进行连接 最近单位 ...
分类:数据库   时间:2021-06-04 19:17:46    阅读次数:0
win10需要新应用打开此calculator的解决方法
win10运行calc打开计算器提示 需要新应用打开此calculator的解决方法 1、先将所有程序关闭,以管理员身份运行 Windows PowerShell;2、在Windows PowerShell框中键入下面命令:Get-AppXPackage -AllUsers | Foreach {A ...
分类:Windows程序   时间:2021-06-04 19:02:29    阅读次数:0
Windows “在此系统上禁止运行脚本”解决办法
Windows “在此系统上禁止运行脚本”解决办法 set-executionpolicy remotesigned ...
分类:Windows程序   时间:2021-06-04 18:50:15    阅读次数:0
文件文本的操作
import os with open('a.txt','wb') as fp; file = open('a.txt','w',encoding = 'utf-8') # w是覆盖并且重新写入 file.write('Python') # 文件的杜西呃怎么打印出来是个中文字符 # print(fi ...
分类:其他好文   时间:2021-06-04 18:48:35    阅读次数:0
返回上一页 vue
1.返回上一页 this.$router.go(-1) 2.返回上一页的指定页面 this.$router.push({ path: '/dashboard' }) ...
分类:其他好文   时间:2021-06-04 18:46:52    阅读次数:0
windows dos命令查看端口占用情况,以及根据pid杀进程
一、查看端口占用情况: netstat -ano|findstr "9901" 9901是要查询的端口号 查询结果如图: 最后一行是进程的pid。 二、杀进程 taskkill /f /pid 612 612是要杀的进程pid /f表示强制执行 如果要根据进程的pid查看进程的详细信息: Ctrl+ ...
分类:Windows程序   时间:2021-06-04 18:42:58    阅读次数:0
84751条   上一页 1 ... 18 19 20 21 22 ... 8476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!