https://github.com/justjavac/free-programming-books-zh_CN
免费的IT技术书籍
最新发布 页面 57 Toggle Comment Threads | 键盘快捷键
-
Sharing
-
Sharing
https://www.hongkiat.com/blog/free-form-builders/
10+ Free Online HTML Form Builders,在线表单提交、收集、整理网站。 -
Sharing
-
Sharing
https://monitor.firefox.com/
FireFox推出的,邮箱是否在被脱裤名单中,目前可以查询have i been pwned的数据。 -
Sharing
MySQL Select查询语句字段为空或不为空的写法
字段不为空的SQL语句
Select * From table_name Where id <> ”
Select * From table_name Where id != ”
字段为空的SQL语句
Select * From table_name Where id=”
Select * From table_name Where ISNULL(id)
-
Sharing
https://www.jsdelivr.com/
Open Source CDN,有备案,在国内速度不错。 -
Sharing
https://github.com/serhii-londar/open-source-mac-os-apps
List of awesome open source applications for macOS. -
Sharing
https://github.com/iina/iina
IINA is the modern video player for macOS. -
Sharing
https://github.com/herrbischoff/awesome-macos-command-line
Mac上好用、常见的命令行。 -
Sharing
https://github.com/jaywcjlove/awesome-mac/blob/master/README-zh.md
收集的,好用的Mac软件、工具等。
回复