2020年12月19日

树莓派使用清华源

摘要: https://mirrors.tuna.tsinghua.edu.cn/help/raspbian/ 阅读全文

posted @ 2020-12-19 15:36 【张帅】 阅读(219) 评论(0) 推荐(0)

2020年12月15日

frp内网穿透远程桌面

摘要: step1: 下载windows版和linux版 https://github.com/fatedier/frp/releases step2: 启动server: ./frps -c ./frps.ini step3: 启动client(使用windows cmd):frpc.exe -c frp 阅读全文

posted @ 2020-12-15 16:54 【张帅】 阅读(110) 评论(0) 推荐(0)

2020年11月17日

golang配置镜像代理

摘要: $ go env -w GO111MODULE=on $ go env -w GOPROXY=https://goproxy.cn,direct 原文:https://goproxy.cn/ 阅读全文

posted @ 2020-11-17 16:42 【张帅】 阅读(329) 评论(0) 推荐(0)

2020年11月14日

aliyun hk服务器对比

摘要: 可用区B: 可用区C: 可用区D: 阅读全文

posted @ 2020-11-14 20:41 【张帅】 阅读(127) 评论(0) 推荐(0)

2020年11月9日

docker配置aliyun镜像加速器

摘要: 登录: https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 阅读全文

posted @ 2020-11-09 21:34 【张帅】 阅读(93) 评论(0) 推荐(0)

ubutun安装docker

摘要: # step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common # step 2: 安装GPG证 阅读全文

posted @ 2020-11-09 21:27 【张帅】 阅读(82) 评论(0) 推荐(0)

2020年7月1日

npm设置淘宝镜像源

摘要: npm config set registry https://registry.npm.taobao.org 阅读全文

posted @ 2020-07-01 12:21 【张帅】 阅读(193) 评论(0) 推荐(0)

2017年8月17日

maven更换阿里云源

摘要: create a file named "settings.xml" under the folder "~/.m2/" with the following: <?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.a 阅读全文

posted @ 2017-08-17 09:50 【张帅】 阅读(235) 评论(0) 推荐(0)

2017年4月27日

Install docker in aliyun CentOS ecs

摘要: yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo yum makecache fast yum -y install d 阅读全文

posted @ 2017-04-27 09:59 【张帅】 阅读(185) 评论(0) 推荐(0)

2013年4月18日

C#中由于服务器时间设置问题造成网站在本机可以运行但是在服务器不可以运行

摘要: 服务器时间设置格式:2013-4-1 本机时间格式 2013-04-01将数据库查询出来的时间放到datatable中,由于没有设置列的类型,当做字符串排序,2013-5-2会排到2013-5-18日后面,从面引发异常解决方法:给datatable的列添加类型为datatime, 阅读全文

posted @ 2013-04-18 15:16 【张帅】 阅读(127) 评论(0) 推荐(0)

导航