码迷,mamicode.com
首页 >  
搜索关键字:windows dos ipconfig net at    ( 204985个结果
readline库的简单使用
摘自:https://blog.csdn.net/xuancbm/article/details/81436681 readline库的简单使用这周要实现一个简单的 shell, 平时使用bash, zsh这些shell的时候, 如果文件名或命令太长,又或者要频繁执行几条命令的话,最常用的应该就是t ...
分类:其他好文   时间:2021-05-25 17:44:29    阅读次数:0
关于.net Framework向.net core的移植
.net Framwork移植到.net core 步骤: (1)打开.net Framwork工程,卸载相关联的项目 (2)对于窗体和类库项目,只需将 .csproj 替换为下面的内容 1 <Project Sdk="Microsoft.NET.Sdk"> 2 <PropertyGroup> 3 ...
分类:Web程序   时间:2021-05-25 17:37:12    阅读次数:0
【Python函数与模块学习记录4】虚拟环境
1、虚拟环境-virtualenv 第一步:安装虚拟环境:pip instal virtualenv 第二步:新建一个目录来保存虚拟环境,相当于虚拟了三台电脑 cd / 进入根目录, mkdir envs 创建新目录,cd envs进入,显示:C:\envs> #这样就进入了虚拟环境的根目录。 现在 ...
分类:编程语言   时间:2021-05-24 17:22:54    阅读次数:0
【问答23】Linux移植:如何制作rootfs?
粉丝问题 如何制作rootfs? 安排! 想直奔主题的,直接跳到第四章。 一、分析 1. 文件系统简介 理论上说一个嵌入式设备如果内核能够运行起来,且不需要运行用户进程的话,是不需要文件系统的,文件系统简单的说就是一种目录结构,由于 linux操作系统的设备在系统中是以文件的形式存在,将这些文件进行 ...
分类:Web程序   时间:2021-05-24 17:19:16    阅读次数:0
zabbix_api 接口调用
import requests from requests import request import json from collections import OrderedDict url = 'https://zabbix-xn.test.bestpay.net/api_jsonrpc.php ...
分类:Windows程序   时间:2021-05-24 17:05:19    阅读次数:0
Windows家庭版打开或关闭Hyper-V
打开hyper-v 创建open_hyper-v.bat文件 pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.tx ...
分类:Windows程序   时间:2021-05-24 17:03:45    阅读次数:0
qt UDPServer端
增加模块QT += network // 初始化属性 ui->inport->setText("8888"); ui->outport->setText("9999"); ui->localip->setText("127.0.0.1"); // 创建套接字 udp = new QUdpSocket ...
分类:其他好文   时间:2021-05-24 17:03:08    阅读次数:0
input模糊搜索选择
https://blog.csdn.net/weixin_44882864/article/details/102958973 https://blog.csdn.net/weixin_43078114/article/details/103511970 ...
分类:其他好文   时间:2021-05-24 16:51:49    阅读次数:0
更换到Windows专业版后的软件下载
浏览器:Firfox、Edge(自带) 搜狗输入法 文件夹AMD AMD驱动往里扔 文件夹App Android: Gradle、 Android Studio Bandzip CSGO B5、perfectworld DD(钉钉) dzclient(魔兽对战平台) JAVA IDEA、JDK Ma ...
分类:Windows程序   时间:2021-05-24 16:47:39    阅读次数:0
.Net 5 调用 HttpContext.SignInAsync 报错 Microsoft.AspNetCore.Authentication.AuthenticationService.ChallengeAsync(HttpContext context, string scheme, AuthenticationProperties properties) 解决
An unhandled exception occurred while processing the request. InvalidOperationException: No authenticationScheme was specified, and there was no Defau ...
分类:Web程序   时间:2021-05-24 16:10:46    阅读次数:0
204985条   上一页 1 ... 52 53 54 55 56 ... 20499 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!