xcx
文章 标签 分类
xcx
取消
文章标签分类

gitattributes介绍

作者 发布于 2023-05-26 包括在 git
https://blog.csdn.net/qq_35425070/article/details/106883833 # Set default behavior to automatically normalize line endings. * text=auto # Set default behavior for command prompt diff. # # This is need for earlier builds of msysgit that does not have it on by # default for csharp files. # Note: This is only used by command line # *.cs diff=csharp # Set the merge driver for project and solution files # # Merging from the command
  • git

KMP

作者 发布于 2023-05-26 包括在 algorithms
字符串匹配 KMP 算法 现在有两个字符串: str1 = “abcdabbc” str2 = “cda” 现在请你设计一个 C 语言程序,判断第一个字符串中是否包含了第二个字符串,比如上面的例子中,很明显
  • algorithms

PyCharm开启或关闭科学模式

作者 发布于 2023-05-26 包括在 chaos
PyCharm 开启或关闭科学模式 (11 条消息) PyCharm 开启或关闭科学模式_yleavesw 的博客-CSDN 博客_pycharm 科学模式
  • chaos

readme

作者 发布于 2023-05-26 包括在 web
参考 mdn web docs
  • web

uri和url区别

作者 发布于 2023-05-26 包括在 chaos
HTTP 协议中 URI 和 URL 有什么区别? URI 在于 I(Identifier)是统一资源标示符,可以唯一标识一个资源。URL 在于 Locater,一般来说(URL
  • chaos

vscode 远程开发

作者 发布于 2023-05-26 包括在 tools
https://www.cnblogs.com/NanoDragon/p/12899430.html
  • vscode

浮点数计算精度问题

作者 发布于 2023-05-26 包括在 chaos
int n; sqrt(n+1e-6); 1e-6 表示 1 乘以 10 的负 6 次方。 1e-6(也就是 0.000001)叫做 epslon,用来抵消浮点运算中因为误差造成的相等无法判断的情况。它通
  • piece

鸟哥linux

作者 发布于 2023-05-26 包括在 OS
第六章 linux 文件与目录管理 1 PATH echo $PATH 1.1 查看文件内容 cat 由第一行开始显示文件内容 tac 从最后一行开始显示,可以看出 tac 是 cat 的倒着写! nl 显示的时候,顺道输出行
  • OS

输入法rime

作者 发布于 2023-05-26 包括在 tools
建议配合图文进行操作: https://www.mintimate.cn/2023/03/18/rimeQuickInit oh-my-rime 配置(Mintimate 的配置): https://github.com/Mintimate/oh-my-rime Rime/小狼毫/鼠须管是强大的开源输入法。它支持: 自定义词库,离开网络也不用
  • piece

interfaces

作者 发布于 2023-05-25 包括在 Go
interfaces Go 中的接口是一种用于表示其他类型的行为的数据类型。 接口类似于对象应满足的蓝图或协定。 在你使用接口时,你的基本代码将变得更加灵活、适应性更强
  • Go
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 26
由 Hugo 强力驱动 | 主题 - FeelIt
2023