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