Windows开发-月排行
1、先下载 https://www.apachehaus.com/cgi-bin/download.plx 2、存到非中文无空格的目录 3、解压,并打开配置文件:Apache24\conf\httpd.conf 修改 Define SRVROOT " 本地安装ab的目录" 4、启动,进入bin目录 ...
分类:Windows开发 时间:2019-04-05 22:36:15 收藏:0 阅读:502
参考: "https://blog.csdn.net/hrex/article/details/6936201" ...
分类:Windows开发 时间:2019-04-13 23:20:55 收藏:0 阅读:366
不知从什么时候开始,本人台式机的Win10系统在安装字体的时候并不是安装到C:\Windows\Fonts目录中,而是安装到%USERPROFILE%\AppData\Local\Microsoft\Windows\Fonts目录中,但相同系统的笔记本却是正常安装到C:\Windows\Fonts目 ...
分类:Windows开发 时间:2019-04-17 22:03:12 收藏:0 阅读:555
1、运行爬虫scrapy crawl name,报错ScrpyModuleNotFoundError: No module named 'win32api' 2、解决方法: 在https://github.com/mhammond/pywin32/releases 找到合适的软件,进行下载安装。 3 ...
分类:Windows开发 时间:2019-04-20 13:23:37 收藏:0 阅读:476
取消pagefile.sys,取消虛擬內存
分类:Windows开发 时间:2019-04-26 16:02:58 收藏:0 阅读:704
博客参考:https://blog.csdn.net/shitanding/article/details/82562702 和 https://bitbucket.org/ompl/omplapp/src/tip/.appveyor.yml?fileviewer=file-view-default ...
分类:Windows开发 时间:2019-05-04 19:59:29 收藏:0 阅读:538
安装插件 File->Setting->Pluugins 搜索 Api Debugger 如何使用 安装完插件后,RESTART IDE,在编辑器右侧 即可找到最新安装的 Api Debugger 插件 看到这个界面之后就可以把抛弃 postman 啦,赶紧试一下吧 ...
分类:Windows开发 时间:2019-05-11 00:28:38 收藏:0 阅读:434
public static XmlDocument JsonToXml(OrderDetail orderDetail) { XmlDocument document = new XmlDocument(); StringBuilder sb = new StringBuilder(); using... ...
分类:Windows开发 时间:2019-06-05 15:17:24 收藏:0 阅读:292
首先 composer 安装 firebase/php-jwt github:https://github.com/firebase/php-jwt composer require firebase/php-jwt使用 当用户登录时,如果有 token 并且没有过期,则得到用户信息,如果 toke ...
分类:Windows开发 时间:2019-06-24 18:38:56 收藏:0 阅读:692
以下是GVLK密钥版本对照表,可配合KMS服务器进行使用。 Windows 系列GVLK密钥 Windows Server 2019 Windows Server 2016 Operating system editionKMS Client Setup Key Windows Server 201 ...
分类:Windows开发 时间:2019-06-26 20:42:37 收藏:0 阅读:426
AForge.NET 是用C#写的一个关于计算机视觉和人工智能领域的框架,它包括图像处理、神经网络、遗传算法和机器学习等。 要实现视频功能,需要使用AForge.Controls命名空间中的VideoSourcePlayer控件。这是一个WinForm控件,要在WPF程序中使用,我们需要做如下4步: ...
分类:Windows开发 时间:2019-06-30 14:56:41 收藏:0 阅读:348
private string ConvertJsonString(string str) { //格式化json字符串 JsonSerializer serializer = new JsonSerializer(); TextReader tr = new StringReader(str); J ...
分类:Windows开发 时间:2019-07-16 18:18:26 收藏:0 阅读:198
百度接口api:https://sp0.baidu.com/8aQDcjqpAAV3otqbppnN2DJv/api.php?query={date}&resource_id=6018 --date为查询的日期(如:2019-9) 接口返回的部分参数类: public class Calendar ...
分类:Windows开发 时间:2019-07-17 14:02:27 收藏:0 阅读:549
win 10如果安装系统时没有安装.net 3.5 那么在以后安装时就必须联网。 win10 .net framework 3.5 离线安装工具: 链接: https://pan.baidu.com/s/17wphM3CPOkjLPNIVc3vZGg 提取码: 58t8 原理如下: 1.下载win1 ...
分类:Windows开发 时间:2019-07-20 11:55:51 收藏:0 阅读:304
检查并维持设备端守护进程处于运行状态,应该是重启了atx守护进程:d.healthcheck() 1.隐式等待 import uiautomator2 as u2serialno = '7f3dec60'd = u2.connect_usb(serialno)d.implicitly_wait(3. ...
分类:Windows开发 时间:2019-07-31 22:13:56 收藏:0 阅读:1226
1.UI对象识别器Selector 用法d(text='Clock', className='android.widget.TextView') 支持以下参数,详细信息可参考UiSelector Java doc text, textContains, textMatches, textStarts ...
分类:Windows开发 时间:2019-08-01 21:36:38 收藏:0 阅读:703
引用:https://www.jianshu.com/p/445996126c75 vs启动项目可以生成wps实例 本地iis部署的站点却不行 原因是vs是管理员权限,而iis没有权限 解决方法 启动IIS,应用程序池-“选定的应用程序池”-高级设置-进程模型-标识:设置为管理员账号administ ...
分类:Windows开发 时间:2019-08-07 23:15:52 收藏:0 阅读:381
问题现象:新安装一台Server2008R2,然后加载vcenter安装包,进行安装的时候提示如下错误:解决方案:打开电脑“控制面板”-“程序”-“卸载程序”,找到如下C++201X的几个组件,只要不是2015的全部删除,如图:在网上下载一个C++2015的安装包,进行安装:安装完成后,重新运行vcenter的安装包,正常安装和使用:
分类:Windows开发 时间:2019-08-13 22:00:11 收藏:0 阅读:919
Docker Desktop for Windows 目前只支持专业版和企业版 Docker For Windows的下载地址:https://hub.docker.com/editions/community/docker-ce-desktop-windows 选择稳定版本下载即可,文件比较大80 ...
分类:Windows开发 时间:2019-08-26 12:57:19 收藏:0 阅读:416
1. 概述 1. 使用 git bash 在 windows 下创建软连接 1. 或者叫 快捷方式 2. 感谢 "Tony" 老师的帮助 1. "Tony 的技术笔记" 2. "Windows 使用 ln s 创建软链接" 2. 问题 1. 需求 1. 使用 git bash(MINGW64) 在 ...
分类:Windows开发 时间:2019-08-30 12:03:09 收藏:0 阅读:382
11201211221231244851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!