1、查看Mac系统中的Git版本,默认系统已安装Git: git --version 2、查看是否已创建过SSH KEY: cd ~/.ssh/ ls -al 3、如果没有创建过SSH KEY,通过以下命令创建: ssh-keygen -t rsa 4、查看生成的公钥: cat ~/.ssh/id_ ...
分类:
系统相关 时间:
2021-04-27 14:40:48
阅读次数:
0
Sublime Text 和 Visual Studio Code(后续简称 VS Code)作为当下最热门的 2 款代码编辑器,该如何使用 VS Code 运行 C 和 C++ 程序呢? 值得一提的是,和 Sublime Text 一样,VS Code 也支持跨平台,包括 Windows、Mac ...
分类:
编程语言 时间:
2021-04-27 14:39:51
阅读次数:
0
MySQL spring.datasource.url=jdbc:mysql://localhost:3306/twitter_test?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8spring. ...
分类:
移动开发 时间:
2021-04-27 14:38:30
阅读次数:
0
桌面有些许乱,想快速隐藏桌面图标?Desktop Curtain for mac安排起来!Desktop Curtain mac版是Macos上一款桌面图标隐藏工具,如果您经常截图和屏幕录像,那么桌面的文件就会很多,运行Desktop Curtain mac版后,可以帮助用户快速隐藏桌子上杂乱的各种 ...
分类:
系统相关 时间:
2021-04-27 14:36:22
阅读次数:
0
linux上安装Docker,并解决速度太慢 使用国内阿里云镜像加速安装 1.卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-la ...
分类:
其他好文 时间:
2021-04-27 14:25:42
阅读次数:
0
mysql由5.0升级至8.0 1:jar包的变换 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.1</version> </dependency> 2 ...
分类:
数据库 时间:
2021-04-27 14:19:35
阅读次数:
0
ASP.NET Core 应用程序部署 ASP.NET Core 应用程序部署 在Windows OS部署 使用IIS 发布部署 应用程序发布说明 IIS配置说明 应用托管模型 进程内托管模型 进程外托管模型 使用Kestrel 使用HTTP.sys 使用Docker 在Windows OS部署 使 ...
分类:
Web程序 时间:
2021-04-27 14:14:24
阅读次数:
0
create-react-app构建TypeScript项目 create-react-app my-app --template typescript 然后进入项目并启动 cd my-app/ npm run start 项目启动成功,浏览器默认打开http://localhost:3000/ 持 ...
分类:
其他好文 时间:
2021-04-27 14:13:35
阅读次数:
0
1,下载nginx 2,解压后打开conf/nginx.conf 修改配置 server { listen 8841;#监听端口 server_name localhost;#代理服务地址 location / { #默认访问 root html; index index.html index.ph ...
分类:
其他好文 时间:
2021-04-26 13:57:20
阅读次数:
0
1、下载文件:instant-client 下载地址:https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html 2、创建tnsnames.ora文件 在此目录中/Users/x ...
分类:
数据库 时间:
2021-04-26 13:51:40
阅读次数:
0