Skip to content

Commit

Permalink
chore:9月25日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Sep 25, 2024
1 parent bdef878 commit e294994
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/daily/2024-09.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# 9月25日
- git bash下设置全局环境变量
```
// 打开git bash客户端
// 先查看当前环境变量的配置,比如 $http_proxy
echo $http_proxy
// 如果为空
nano ~/.bash_profile
// 文件末尾直接添加
export https_proxy=http://127.0.0.1:7897 http_proxy=http://127.0.0.1:7897 all_proxy=socks5://127.0.0.1:7897
// 保存退出后,使立即生效
source ~/.bash_profile
// 然后再次查看环境变量
echo $http_proxy
```

- cmd下设置全局环境变量
```
我的=> 计算机=>
```

# 9月24日
- 基础系统
- sass 版本
- 简易版一户一码
- 一户一码 问卷星
- 一户一码 数据采集+ 流程 + 数据上报 + 审核
- 数据查询、数据统计
- 台账导入功能导出
- 一码多用
- 红白喜事+散装油的硬需求
- pc + 小程序
## 9月18日
- cmd下
- 查看环境变量 echo %http_proxy%
Expand Down

0 comments on commit e294994

Please sign in to comment.