上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: # 准备 yum update yum install epel-release yum install gcc gcc-c++ glibc-devel make ncurses-devel openssl-devel autoconf java-1.8.0-openjdk-devel git wg 阅读全文
posted @ 2020-05-21 16:10 IWing 阅读(198) 评论(0) 推荐(0) 编辑
摘要: dotnet publish -c Release -r linux-x64 --self-contained true 阅读全文
posted @ 2020-05-21 09:39 IWing 阅读(792) 评论(0) 推荐(0) 编辑
摘要: npm安装node-sass各种失败,试试这样 1.安装cnpm(https://npm.taobao.org/) npm install -g cnpm --registry=https://registry.npm.taobao.org 2.在项目文件夹下安装node-sass cnpm ins 阅读全文
posted @ 2020-05-18 21:40 IWing 阅读(516) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Security. 阅读全文
posted @ 2020-05-15 09:53 IWing 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 文章来自:https://www.cnblogs.com/axzxs2001/p/10070562.html 关于https双向认证的知识可先行google,这时矸接代码。 为了双向认证,我们首先得准备两个crt证书,一个是client.crt,一个是server.crt,有时为了验证是否同一个根证 阅读全文
posted @ 2020-05-02 19:58 IWing 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: 假设数组 arr = [ 12,15,17,19,20,23,25,28,30,33,34,35,36,37 ] 一共14个元素 Q1所在的位置=(n +1)/4 , n表示元素个数,所以 Q1所在的位置=(14+1)/4=3.75,舍掉小数,索引值就是3 所以,我们要去第三、第四个元素作为参数,计 阅读全文
posted @ 2020-04-21 17:43 IWing 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: css: pointer-events:none; 阅读全文
posted @ 2020-04-15 11:21 IWing 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 打开根目录build.gradle buildscript { repositories { // 添加阿里云 maven 地址 maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } maven { url 'htt 阅读全文
posted @ 2020-04-12 18:23 IWing 阅读(1584) 评论(0) 推荐(0) 编辑
摘要: 首先,跳板机设置隧道 目标机器,选择刚才的隧道作为代理 阅读全文
posted @ 2020-04-08 14:53 IWing 阅读(830) 评论(2) 推荐(0) 编辑
摘要: python.exe-找不到序数:无法定位序数242与动态链接库libiomp5md.dll上。或无法定位程序输入点 mkl_dft_create_descriptor_md于动态链接库 Anconda3\Library\bin\Mkl_intel_thread.dll上。是我今天在win1064位 阅读全文
posted @ 2020-03-22 19:17 IWing 阅读(2528) 评论(0) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页