首页
学习
活动
专区
工具
TVP
发布

一个会写诗的程序员的博客

专栏作者
1222
文章
2282734
阅读量
95
订阅数
FauxPilot :可本地运行的开源 GitHub Copilot (Copilot Plugin)
GitHub Copilot 是 GitHub 去年 6 月推出的人工智能模型,这是一个利用机器学习技术为开发者提供代码建议和代码补全的工具,能够帮助开发者更快完成编程任务。但由于 GitHub Copilot 训练使用的数据集,以及该工具如今成为了一款向开发者收费的商业性产品,GitHub Copilot 也引发了一些争议。
一个会写诗的程序员
2022-09-28
3.8K0
refusing to merge unrelated histories的解决方案(git 本地/远程仓库合并)
如果 git merge 合并的时候出现 refusing to merge unrelated histories 的错误,原因是两个仓库不同而导致的,需要在后面加上--allow-unrelated-histories进行允许合并,即可解决问题
一个会写诗的程序员
2022-06-27
2.1K0
git add . 和 git add * 区别
git add . 会把本地所有untrack的文件都加入暂存区,并且会根据.gitignore做过滤;
一个会写诗的程序员
2022-06-27
1.1K0
Master Plan for becoming a Software Architect : Roadmap of a Software Architect
软件架构师在软件开发团队中扮演着高级的角色,这一角色需要时间和经验的积累,需要跨职能的技能和知识。除了技术方面的挑战,还要求架构师具备良好的社交能力。在开始考虑成为软件架构师的计划之前,我们先来看看典型的软件架构师类型:
一个会写诗的程序员
2022-06-02
6890
"expected pseudo-register; found R13 / R14" error
I just run a go project with goland and got error as blow:
一个会写诗的程序员
2022-06-02
2.5K1
gomock mockgen : unknown embedded interface
https://github.com/golang/mock/issues/178
一个会写诗的程序员
2022-06-02
1.2K0
git 如何删除已经 add 的文件 (如何撤销已放入缓存区文件的修改)
修改或新增的文件通过 git add --all命令全部加入缓存区(index区)之后,使用 git status 查看状态
一个会写诗的程序员
2021-07-13
10.6K1
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disab...
https://github.com/rzwitserloot/lombok/issues/2592#
一个会写诗的程序员
2021-06-02
3.6K0
Go Quick Start 极简教程
IDE :使用 GoLand is a cross-platform IDE built specially for Go developers。 https://www.jetbrains.com/go/
一个会写诗的程序员
2021-05-06
6970
Redis之父Antirez谈副业与主业
Redis 之父 Salvatore Sanfilippo,一名意大利程序员,大家更习惯称呼他 Antirez。
一个会写诗的程序员
2021-03-23
8510
11 Essential Skills to become Software Developer in 2020
In this article, I’ll share 11 skills, which I believe, every programmer should know or learn in 2020.
一个会写诗的程序员
2020-05-27
4950
一款非常好用的开源画图软件 geditor (可以自己 DIY 定制开发)
A Graph Editor implementing by Spring Boot, Kotlin, Java, based on jgraphx.
一个会写诗的程序员
2019-11-21
1.1K1
WebDriver 的协议标准 W3C
https://github.com/Jason-Chen-2017/go-selenium
一个会写诗的程序员
2018-12-14
2.3K0
Jest + Selenium WebDriverJest + Selenium WebDriver
https://medium.com/@mathieux51/jest-selenium-webdriver-e25604969c6
一个会写诗的程序员
2018-12-14
1.4K0
一篇文章读懂 React and redux 前端开发 -DvaJS, a lightweight and elm-style framework.快速上手Dva 概念 #例子和脚手架Dva 图解K
DvaJS: React and redux based, lightweight and elm-style framework.
一个会写诗的程序员
2018-12-12
1.3K0
JavaScript test framework : Mocha
Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on GitHub.
一个会写诗的程序员
2018-10-09
4120
《一切皆是映射》哈希算法 (Hash)
「The Algorithm Design Manual」一书中提到,雅虎的 Chief Scientist ,Udi Manber 曾说过:
一个会写诗的程序员
2018-09-12
1.2K0
没有更多了
社区活动
Python精品学习库
代码在线跑,知识轻松学
【玩转EdgeOne】征文进行中
限时免费体验,发文即有奖~
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·干货材料·成员作品·最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档