码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
ssh访问github
1、从拷贝路径\\x.xx.xx.166\jeff\tools\Git-2.21.0-64-bit.exe拷贝git并安装 2、拷贝路径\\x.xx.xx.166\jeff\tools\id_rsa.pub到本地路径:C:\Users\xxxxx\.ssh下 3、鼠标右键,单击 Git Bash H ...
分类:其他好文   时间:2020-03-03 11:07:35    阅读次数:71
conda中安装pytorch是总是超时,通过换源解决
1、在C:\Users\“用户名”\AppData\Roaming中创建文件夹pip 2、在pip文件夹中创建文件pip.ini 3、在pip.ini中输入以下内容,将源换为清华源 [global]timeout = 60000index-url = https://pypi.tuna.tsingh ...
分类:其他好文   时间:2020-03-03 10:32:00    阅读次数:292
第十六天
time模块 import time 1.获取时间戳 time.time() 1970.1.1 00.00.00 到现在经过的秒数 2.获取格式化的时间对象 9个字段组成 time.gmtime() GMT 格林尼治时间 time.struct_time(tm_year=2020, tm_mon=3 ...
分类:其他好文   时间:2020-03-03 09:18:59    阅读次数:75
Hyperledger Fabric(二)运行测试网络(test-network)
测试网络用于测试本地Fabric环境是否正常,过程如下: ① cd fabric-samples/test-network #进入test-network目录下,关键脚本network.sh包含了启动网络,创建通道,销毁网络等功能,./network.sh -h可查看详细信息 ② ./network ...
分类:Web程序   时间:2020-03-03 01:17:31    阅读次数:331
python 中pip配置清华源
python 中pip配置清华源 命令: pip install https://codeload.github.com/sshwsfc/xadmin/zip/django2 anaconda配置镜像 Mac and Linux conda config --add channels https:/ ...
分类:编程语言   时间:2020-03-03 00:34:49    阅读次数:110
mac下安装jmeter
双击解压 命令行进入/Users/yanguobin/apache-jmeter-5.1.1/bin目录下,输入sh jmeter即可启动 也可以 配置环境变量 vim ~/.bash_profile 内容输入举例: export JMETER_HOME=/Users/yanguobin/apach ...
分类:系统相关   时间:2020-03-02 14:40:10    阅读次数:63
git上刚下载的项目就显示有改动
gitee下载的项目,点击“Add to Index”后就会整个项目显示*号 解决方法:删除“C:\Users\{username}\.git.config”文件,重新配置 git config --global user.name 'Jhone'git config --global user.e ...
分类:其他好文   时间:2020-03-02 13:06:05    阅读次数:104
AngularDart初探
安装pub global activate angular_cli安装完成后需要把pub-cache/bin添加到环境变量中:【windows】添加 C:\Users\Administrator\AppData\Roaming\Pub\Cache\bin 到Path中使用使用ngdart help查... ...
分类:其他好文   时间:2020-03-02 10:57:11    阅读次数:70
python读取文件指定行内容
python读取文件指定行内容 import linecache text=linecache.getline(r'C:\Users\Administrator\Desktop\SourceCodeofMongoRedis\chapter_5\generate_string.py',10) 第十行内 ...
分类:编程语言   时间:2020-03-02 01:14:46    阅读次数:98
doc
import re,os from win32com import client as wc path_old=u'C:\\Users\\user\\Desktop\\3.1\\test\\新建文件夹\\601补.doc' path_new=u'C:\\Users\\user\Desktop\\3. ...
分类:其他好文   时间:2020-03-01 19:46:44    阅读次数:68
8928条   上一页 1 ... 74 75 76 77 78 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!