码迷,mamicode.com
首页 >  
搜索关键字:format failed    ( 20573个结果
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:Web程序   时间:2021-06-08 23:20:59    阅读次数:0
Python little knowledge
str.format() 作用:替换str中的替代变量。 “I am {}”.format("NIcklas") https://blog.csdn.net/jpch89/article/details/84099277 ...
分类:编程语言   时间:2021-06-07 20:58:05    阅读次数:0
ORA-12012
2021-06-06T23:44:38.735686-04:00Errors in file /u01/oracle/app/diag/rdbms/slnngk/slnngk1/trace/slnngk1_j000_972.trc:ORA-12012: error on auto execute o ...
分类:其他好文   时间:2021-06-07 20:53:48    阅读次数:0
python解压zip文件
@staticmethoddef unzip_file(failed_file): zip_file = zipfile.ZipFile(failed_file) print(zip_file) if os.path.isdir(failed_file[0:-20]): pass else: os. ...
分类:编程语言   时间:2021-06-07 20:42:48    阅读次数:0
vscode use cl.exe build C/C++
.vscode/tasks.json { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "t ...
分类:编程语言   时间:2021-06-07 20:25:28    阅读次数:0
Oracle 的 sql*plus 记录
set pages 50000 set lines 800 col grp format a5 ...
分类:数据库   时间:2021-06-07 20:22:56    阅读次数:0
Node.js之Path模块中的常用方法
1、参考文档:https://nodejs.org/dist/latest-v14.x/docs/api/path.html 2、path.basename:获取一个路径中的文件名(默认包含扩展名) path.basename('/foo/bar/baz/asdf/quux.html'); // R ...
分类:Web程序   时间:2021-06-06 19:35:28    阅读次数:0
Android中获取开发版和发布版SHA1值,及Invalid keystore format错误
一、获取开发版(调试版)SHA1值 1、使用windows键+R键 打开系统运行工具 2、输入cmd ,然后点击确定,打开命令行工具 3、输入 cd .android 定位到 .android 文件夹 4、继续在控制台输入命令。 调试版本使用 debug.keystore,命令为:keytool - ...
分类:移动开发   时间:2021-06-06 19:19:15    阅读次数:0
SpringBoot文档综述
Spring Boot 文档 1.关于文档 Spring Boot 参考指南可以通过以下方式获得: Multi-page HTML Single page HTML PDF 最新的版本可以在docs.spring.io/spring-boot/docs/current/reference/找到。 2 ...
分类:编程语言   时间:2021-06-06 18:52:05    阅读次数:0
04设置SSH免密登录
SSH无密登录配置 1)配置ssh (1)基本语法 ssh另一台电脑的ip地址 (2)ssh连接时出现Host key verification failed的解决方法 ssh hadoop103 出现: The authenticity of host 'hadoop103 (192.168.18 ...
分类:其他好文   时间:2021-06-05 18:38:40    阅读次数:0
20573条   上一页 1 ... 3 4 5 6 7 ... 2058 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!