上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页
摘要: 目录 用途: 网站介绍 Httpbin访问方式 常用接口地址: 本地部署httpbin 在Windows系统中部署Httpbin服务 在Linux系统中部署Httpbin服务 官方网站:https://httpbin.org/或者:http://httpbin.org/开源地址:https://gi 阅读全文
posted @ 2023-06-16 10:29 奥兰王子 阅读(487) 评论(0) 推荐(1) 编辑
摘要: // 声明变量名为a的对象var a = {a:1,b:2,c:"wangwei"};// 将JSON对象转化为JSON字符,赋值给变量let strResult =JSON.stringify(a)// 查看变量strResult是什么类型typeof strResult // 'string' 阅读全文
posted @ 2023-06-14 18:38 奥兰王子 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 在使用pip进行软件包安装的时候出现问题: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.解决: mkdir -p ~ 阅读全文
posted @ 2023-06-13 14:49 奥兰王子 阅读(62) 评论(0) 推荐(0) 编辑
摘要: [ -d ~/aa ] || mkdir ~/aa [ -f ~/sample.txt ] && echo "Fiel exits" || touch ~/sample.txt 查看前一条命令的返回值 echo $? echo $? 查看命令执行成功与否的原理“进程生命周期” 当一个进程执行完毕时, 阅读全文
posted @ 2023-06-11 10:26 奥兰王子 阅读(685) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_52137388/article/details/123218806 阅读全文
posted @ 2023-06-10 07:35 奥兰王子 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://www.yuucn.com/a/1592417.html 阅读全文
posted @ 2023-06-09 17:28 奥兰王子 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1.打开centos的yum文件夹 cd /etc/yum.repos.d/ 2.安装wget yum -y install wget 3.用wget下载repo文件,选择下面其中一个即可 wget http://mirrors.aliyun.com/repo/Centos-7.repo wget 阅读全文
posted @ 2023-06-09 17:17 奥兰王子 阅读(628) 评论(0) 推荐(0) 编辑
摘要: man - 获得帮助 man ls # 许多Linux自带命令可以通过man查看使用帮助 ls --help # 有些程序可以通过-h, --help查看使用帮助 ls - 显示目录内容 ls # 显示目录内容 ls -l # 以列表显示形式显示目录内容,通常在~/.bashrc文件中增加一行:al 阅读全文
posted @ 2023-06-05 17:11 奥兰王子 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 技术站点Hacker News:非常棒的针对编程的链接聚合网站Programming reddit:同上MSDN:微软相关的官方技术集中地,主要是文档类infoq:企业级应用,关注软件开发领域OSChina:开源技术社区,开源方面做的不错哦cnblogs,51cto,csdn:常见的技术社区,各有专 阅读全文
posted @ 2023-05-21 07:04 奥兰王子 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 可提供Oracle VM VirtualBox 全系列版本下载服务: Oracle VM 3 Template for Oracle Sun Ray Software with Oracle Linux 5.3.0Oracle VM 3 Templates for Oracle Linux 5 1. 阅读全文
posted @ 2023-04-21 18:44 奥兰王子 阅读(249) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页