Windows开发-月排行
首先,我们进入“此电脑”,依次打开“C:\Windows\System32\WindowsPowerShell\v1.0”,找到“powershell.exe”,右键“以管理员身份运行” 复制输入以下命令代码,并回车运行。 Get-AppXPackage -AllUsers | Foreach {A ...
把项目发布到了服务器中,服务器用的是阿里云的(Windows sql server2012),项目是用Spring Boot+Mybatis,tomcat没用spring boot自带的,最后是打成war包发不上去的。一开始项目运行没事,但是运行几天之后tomcat就会自动关闭。查看日志文件没有发任 ...
V2rayN 软件如果安装了杀毒软件(比如360等),就会 “Could not load template file no server data or one of its included components.” 错误,我很想找到原因,但一直没成功。 期间发现 介绍 Clash 软件,下载用 ...
简介 我们常常因为自己用的是Mac端,大部分自己熟悉的window的软件exe不能运行使用,下面就教大家如何在Mac平台上运行exe程序 Wine (“Wine Is Not an Emulator” 的递归缩写)是一个能够在多种 POSIX-compliant 操作系统(诸如 Linux,Mac ...
1 1.绝对路径: 2 this.pictureBox.Image=Image.FromFile("C:\\test.jpg"); 3 4 2.相对路径: 5 Application.StartupPath; 6 可以得到程序根目录 7 this.pictureBox.Image=Image.Fro ...
原文:C# 获取Url 请求方式 域名 端口 路径 Example there's an given url: http://localhost:4800/account/login 获取整个url地址: 在页面(cstml)中 Microsoft.AspNetCore.Http.Extension... ...
public class DecimalConverter:IValueConverter { public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInf ...
如题,2020-03-26日自测可用。 C:\Windows\system32>slmgr -ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D C:\Windows\system32>slmgr -skms kms.03k.org C:\Windows\system32>slmgr ...
服务方法 1 [AllowAnonymousAttribute] 2 [HttpPost] 3 public string PostWebName(dynamic login) 4 { 5 Dictionary<string, string> dict = new Dictionary<string ...
将 #include <QMainWindow> 改为 #include <QtWidgets> 并且在.pro文件中加上 1 QT += core gui 2 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets ...
超简单~加个函数转换下就OK了~ UTF8Decode() 我的用法是Memo1.text:=UTF8Decode(idhttp1.get('')); 转自: http://hack518.blog.sohu.com/99364146.html https://www.iteye.com/blog/ ...
Windows Terminal配置连接虚拟机SSH Microsoft terminal 设置打开即连接ssh 一、安装Windows Terminal Microsoft Store中搜索Windows Terminal,安装下面的软件 二、配置Windows Terminal 2.1 打开Wi ...
从uvicorn main源码里找的启动方式。稍微修改下。 if __name__ == '__main__': from pathlib import Path import sys filename = Path(__file__).stem sys.argv = [__file__, f'{f ...
?Widows更新 Windows更新可以修复系统安全漏洞以及进行相应功能完善 然而Windows更新后有可能出现某些问题 并且常常在需要使用PC的情况下提示重启完成更新,在许多时候影响正常使用 下面介绍两种方法禁止Windows自动更新: 第一种方法通过 禁用 Windows Update 服务 ...
Winform 动态添加RadioButton、CheckBox 且任意分组...
一、下载所需的安装文件 ???? 1、redmine3.0.0 http://www.redmine.org/releases/redmine-3.0.0.zip? ???? 2、ruby 2.1??? http://www.ruby-lang.org/ ???? 3、devkit https://github.com/onecl...
This resolved the issue for me. Your code becomes:public Excel.Application excelApp = new Excel.Application();public Excel.Workbooks workbooks;public ...
在myeclipse里编写demo程序后运行,打开jconsole发现在本地进程列表发现只有jconsole本身,没有期望中的myeclipse进程和demo进程。 搜索“jconsole本地连接失败”大多数给出的答案都是: 在Run configurati...
之前用的win7,安装虚机没遇到这问题,换了win8.1后,再安装虚机,就会出现下面的错误。没办法,还是记录一下吧。Error:This product may not be installed on a comuputer that has Microsoft HyperV installed在w...
一直使用虚拟机来使用web+hostonly方式;
今天为了测试一个php平台的window系统兼容性,
在官方下载了window-nginx 1.9.1版本;
解压到目录,
运行nginx.exe
访问127.0.0.1正常;
于是修改nginx.conf把里面的server{}全部删除替换成include ./vhost/*.conf;
在conf目录下建立vhost目录同时从c...