Windows开发-周排行
C# 访问https请求被中止: 未能创建 SSL/TLS 安全通道(Could not create SSL/TLS secure channel)一般GetResponse可以直接访问https,如果不行添加回调:ServicePointManager.ServerCertificateVali...
分类:Windows开发 时间:2015-05-14 18:03:05 收藏:0 阅读:9001
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using System.Web;namespace WebAPICl...
分类:Windows开发 时间:2015-10-14 21:21:52 收藏:0 阅读:432
主要代码如下 运行界面 ...
分类:Windows开发 时间:2016-04-15 16:44:24 收藏:0 阅读:1621
Windows 无法验证此设备所需的驱动程序的数字签名。某软件或硬件最近有所更改,可能安装了签名错误或损毁的文件,或者安装的文件可能是来路不明的恶意软件。(代码52) 最近换了新主板,升级了Windows10 RS2(14955) 好消息是,Windows 10现在像苹果一样,能支持CoreAudi ...
分类:Windows开发 时间:2016-12-05 07:50:19 收藏:0 阅读:11628
C#通过NPOI逐行读取excel数据 ,内容很好可以直接使用,内容所有权属于:http://www.xinduofen.cn/
分类:Windows开发 时间:2017-07-22 14:49:06 收藏:0 阅读:1368
1、单个条件 2、多个条件合并查询 ...
分类:Windows开发 时间:2017-11-01 11:33:23 收藏:0 阅读:1349
一、下载RocketMQ首先,我们去下载RocketMQ,RocketMQ 是一个开源的东西,可以去github上面下载,地址是:https://github.com/alibaba/RocketMQ/releases 进去之后,我们会看到很多版本,目前最新的是v3.2.6,也是阿里天池大数据中间件 ...
分类:Windows开发 时间:2017-12-26 13:21:37 收藏:0 阅读:3738
[邮件发送错误] : Sending the email to the following server failed : smtp.qiye.163.com:25, {}org.apache.commons.mail.EmailException: Sending the email to the ...
分类:Windows开发 时间:2018-01-05 14:27:00 收藏:0 阅读:6444
最近用CefSharp做了一个chrome核心的浏览器。 在win 7、win 10系统上都正常运行,但是在win 8系统上报错了。 win 8系统:System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到 ...
分类:Windows开发 时间:2018-05-27 21:30:11 收藏:0 阅读:3074
1.首先(NPOI官网下载dll) 添加引用:NPOI.dll,NPOI.OOXML.dll,NPOI.OpenXml4Net.dll,NPOI.OpenXmlFormats.dll 2.代码——CSVHelper ...
分类:Windows开发 时间:2018-07-24 14:47:36 收藏:0 阅读:3943
Centos7.5 执行ansible命令报错 问题: [root@m01 ~] ansible servers a "hostname" i ./hosts u root 172.16.1.7 | UNREACHABLE! = { "changed": false, "msg": "Failed ...
分类:Windows开发 时间:2019-02-26 22:17:06 收藏:0 阅读:2442
/// <summary> /// 灰度图像 HObject -> Bitmap /// </summary> public static Bitmap HObject2Bitmap(HObject ho) { try { HTuple type, width, height, pointer; / ...
分类:Windows开发 时间:2019-04-23 14:18:38 收藏:0 阅读:2120
欢迎关注个人微信公众号: 小哈学Java , 文末 分享阿里 P8 高级架构师吐血总结的 《Java 核心知识整理&面试.pdf》资源链接 !! 个人网站: "https://www.exception.site/essay/elasticsearch sync index read only al ...
分类:Windows开发 时间:2019-06-02 10:08:23 收藏:0 阅读:1151
原文链接:https://blog.csdn.net/qq_33033367/article/details/82820983 在windows应用商店安装ubuntu系统,报错WslRegisterDistribution failed with error: 0x8007019e 1.报错: 2 ...
分类:Windows开发 时间:2019-10-27 21:26:23 收藏:0 阅读:1388
一、代码 二、页面 三、请求 ...
分类:Windows开发 时间:2019-11-01 09:34:06 收藏:0 阅读:388
一、windows下使用git拉取github上的项目 1、创建仓库 2、打开git bash 3、使用ssh-keygen命令生成自己的公钥和私钥 首先输入ssh-keygen,这里会提示你输入私钥保存的位置,直接回车使用默认位置即可, 后面会两次提示输入密码 直接回车 这里标红的两个文件 id_ ...
分类:Windows开发 时间:2020-01-04 23:12:28 收藏:0 阅读:4866
问题:在虚拟机详情下面显示 主ip地址:网络信息不可用 解决办法: 先root用户[root@dfhf~]#cd ..[root@dfhf/]#cd /etc/sysconfig/network-scripts进入network-sctipts然后ls会有个ifcfg-ens33的文件vi这个ifc ...
分类:Windows开发 时间:2020-01-09 21:13:16 收藏:0 阅读:1816
在anaconda promp输入命令: conda install pytorch-cpu -c pytorch conda install torchvision -c pytorch ...
分类:Windows开发 时间:2020-02-08 21:31:06 收藏:0 阅读:690
1、Open Registry Editor (Win+R followed by regedit)2、Go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer3、Create a new 32-bit D ...
分类:Windows开发 时间:2020-02-10 17:01:44 收藏:0 阅读:1764
@ApiImplicitParam(name = "id",value = "用户id",required = true,dataType = "int",paramType = "body") dataType="int" 代表请求参数类型为int类型,当然也可以是Map、User、String等 ...
分类:Windows开发 时间:2020-02-19 22:30:21 收藏:0 阅读:1148
1456784851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!