最新 最热

husky——The '.husky/pre-commit' hook was ignored because it's not set as executable

腾讯云开发者社区是腾讯云官方开发者社区,致力于打造开发者的技术分享型社区。提供专栏,问答,沙龙等产品和服务,汇聚海量精品云计算使用和开发经验,致力于帮助开发者快速成长与发展,营造开放的云计算技术生态圈。...

2024-08-15
0

通过getter获取setter函数

放在:https://gitee.com/dromara/stream-query

2023-06-23
0

修复 GitLab 的 CI Runner 提示找不到 pwsh 执行文件

本文告诉大家如何修复使用 GitLab 的 Runner 做 CI 时提示 “pwsh”: executable file not found in %PATH% 错误

2023-04-07
0

Clion下使用EasyX图形库

easyx官方目前只支持vc++和visual studio,不过有人对easyx进行了封装,使其适配mingw。

2023-02-27
1

NTP 升级1

注意:make install 可能会覆盖一些文件,所以这一步要非常小心,默认会生成在 /usr/local/bin 中

2022-04-25
0

[Go] go run 时 os.Getwd 和 os.Executable 获取程序根路径

os.Getwd返回的是当前路径 os.Executable返回的是临时文件的绝对路径package toolsimport ( "log" "os" "testing")func TestOs(t *testing.T) { log.Println(os.Getwd())......

2021-09-29
0