码迷,mamicode.com
首页 >  
搜索关键字:windows bat 批处理 find findstr    ( 105538个结果
win10开机启动项管理
参考链接:https://zhidao.baidu.com/question/1050060872001279699.html Win10管理和优化开机启动项的方法。: 一、管理开机启动项 与Windows7以及之前的系统不同,在Windows8以及之后的Windows 8.1和Windows10系 ...
分类:Windows程序   时间:2021-04-14 11:42:07    阅读次数:0
Windows端口开启关闭
转至:https://www.cnblogs.com/shenyiyangle/p/10503754.html netstat-a #显示所有活动的TCP连接以及计算机监听的TCP和UDP端口。 netstat-e #显示以太网发送和接收的字节数、数据包数等。 netstat-n #以数字形式显示所 ...
分类:Windows程序   时间:2021-04-13 12:54:47    阅读次数:0
[Golang自学] Golang介绍
一、Golang开发环境搭建 1.下载安装jetbrain Goland IDE 下载地址:https://www.jetbrains.com/go/download/#section=windows 2.安装golang编译器 下载地址:https://golang.google.cn/doc/i ...
分类:其他好文   时间:2021-04-13 12:35:02    阅读次数:0
mybatis--04--map和模糊扩展查询
...
分类:其他好文   时间:2021-04-13 12:14:24    阅读次数:0
Leetcode** 162. Find Peak Element
Description: A peak element is an element that is strictly greater than its neighbors. Given an integer array nums, find a peak element, and return it ...
分类:其他好文   时间:2021-04-13 11:52:46    阅读次数:0
Windows上两个host文件的位置
参考资料: https://www.jianshu.com/p/279f432deb0e https://www.pconline.com.cn/win10/1113/11135714.html 这里涉及到两个host文件的位置,1. 真正的host文件 2. ssh登录时的known_hosts ...
分类:Windows程序   时间:2021-04-13 11:41:46    阅读次数:0
Python使用sql语句对mysql数据库多条件模糊查询
1 def find_worldByName(c_name,continent): 2 print(c_name) 3 print(continent) 4 sql = " SELECT * FROM world WHERE 1=1 " 5 if(c_name!=None): 6 sql=sql+" ...
分类:数据库   时间:2021-04-12 12:45:06    阅读次数:0
大众点评爬虫
import requests from lxml import etree import csv headers={ 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) ...
分类:其他好文   时间:2021-04-12 12:41:35    阅读次数:0
Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization
解决办法:先关闭 Hyper-V ,然后重新开启 Hyper-V 即可! 来自:https://zhuanlan.zhihu.com/p/51939654 ...
分类:移动开发   时间:2021-04-12 12:17:13    阅读次数:0
petastorm 0.9.8 : 导致OSError: Passed non-file path的其中一个原因及解决方案
GitHub - uber/petastorm https://github.com/uber/petastorm/ 版本: Windows 10 Python 3.7.0 petastorm 0.9.8 pyarrow 3.0.0 编写test.py from petastorm import m ...
分类:其他好文   时间:2021-04-12 12:12:33    阅读次数:0
105538条   上一页 1 ... 52 53 54 55 56 ... 10554 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!