Bad owner or permissions on ssh config/git命令.ssh文件权限错误

ssh Permissions are too open

Swift String Substring

Swift 中对 String 类型的 substring() 方法都被标记为不推荐(deprecated)了,那该如何实现 substring 的功能呢? 根据Xcode的提示可以使用slicing(切片)的方式来实现substring的功能: ...

关于ASCII、DBCS、Unicode、UCS-16、UTF-8和Encoding

每个程序员都应该知道的字符集发展简史

设计模式:观察者模式、订阅-发布模式、事件监听模式

Design Pattern: Observer Pattern

Swift: beginAnimations(_:context:) was deprecated in iOS 13.0: Use the block-based animation API instead

Swift / Objective-C block-based animation

Markdown 路径中有空格的链接(link)

Markdown 中加入超链接指向文件,但文件名中包含空格,怎么办?

hugo 主题本地没问题,github.io中不起作用

Failed to find a valid digest in the 'integrity' attribute for resource 'https://.....css' with computed SHA-256 integrity '.....'. The resource has been blocked.

能否在 C++ 的构造函数中使用 this 指针

构造函数没执行完,this不可以用?继承多态中父类能否用this指针触发多态调用?

如何删除本地 git 中未追踪的文件/文件夹

git clean/delete untracked files, folders