Skip to content

Commit cf82d19

Browse files
committed
update
1 parent ab54d73 commit cf82d19

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

C与C++学习之路.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
* C POSIX library: <https://en.wikipedia.org/wiki/C_POSIX_library>
125125
* POSIX.1-2017: <http://pubs.opengroup.org/onlinepubs/9699919799>
126126

127+
* Linux 常用 C 函数参考手册: <https://getiot.tech/manual/linux-c-functions/>
128+
127129
* GCC, the GNU Compiler Collection: <https://gcc.gnu.org/>
128130
* The LLVM Compiler Infrastructure: <http://llvm.org/>
129131
* clang: a C language family frontend for LLVM: <http://clang.llvm.org/>
@@ -229,12 +231,14 @@ C/C++由于历史原因,编译,构建难度相对于目前主流的其他语
229231

230232
* GTK+: <http://www.gtk.org/>
231233
* GTK文档: <https://docs.gtk.org/>
234+
* GTK 4 Tutorial for beginners: <https://toshiocp.github.io/Gtk4-tutorial/>
232235
* 在gtk+程序中显示中文说明: <http://blog.chinaunix.net/uid-222028-id-2658485.html>
233236
* 使用 GLib 工具集管理 C 数据帖子发表于: <http://forum.ubuntu.org.cn/viewtopic.php?p=2614850>
234-
* 基于X的GNOME、GTK、GDK、XLib、GLib等之间的关系: <http://socol.iteye.com/blog/579718>
235237

236238
* GNOME 开发者中心: <https://developer.gnome.org/>
237239
* ~~GNOME Older guides and API references: <https://developer-old.gnome.org/>~~
240+
* Project Ridley: <https://wiki.gnome.org/Attic/ProjectRidley>
241+
* libgnome and libgnomeui Must Die! <https://wiki.gnome.org/Attic/LibgnomeMustDie>
238242

239243
* Vala: <https://gitlab.gnome.org/GNOME/vala>
240244
* Anjuta(不推荐): <https://gitlab.gnome.org/Archive/anjuta>

Golang学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Golang学习之路
22

33
* Go: <https://go.dev/>
4+
* Go Documentation: <https://go.dev/doc/>
45
* Go (programming language): <https://en.wikipedia.org/wiki/Go_%28programming_language%29>
56
* Go语言圣经(中文版): <https://github.com/openownworld/gopl-zh>
67
* Go 学习笔记: <https://github.com/qyuhen/book>

PHP学习之路.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# PHP学习之路
22

33
* PHP: <https://www.php.net/>
4+
* PHP Manual: <https://www.php.net/manual/en/>
5+
* ~~PHP 5 Manual: <https://php-legacy-docs.zend.com/manual/php5/en/index>~~
46

57
* Apache HTTP Server: <https://httpd.apache.org/>
68

TCL与TK学习之路.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* tclsqueak: <https://github.com/xdobry/tclsqueak>
55
* CrowTDE: <https://sourceforge.net/projects/crowtde/>
66
* MyTcl: <http://mytcl.tcltk.co.kr/doku.php>
7-
* ACTIVETCL: <https://www.activestate.com/activetcl>
7+
8+
* ACTIVETCL: <https://www.activestate.com/products/tcl/>
9+
* Getting started with ActiveTc: <https://docs.activestate.com/activetcl/8.6/start/>
810

911
* Tcler's Wiki: <http://wiki.tcl-lang.org/>

大数据学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Hadoop
22

33
* <http://hadoop.apache.org/>
4+
* Apache Hadoop API REFERENCE: <https://hadoop.apache.org/docs/current/api/index.html>
45
* Hadoop: Setting up a Single Node Cluster: <https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html>
56
* Hadoop Cluster Setup: <http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ClusterSetup.html>
67
* HDFS Users Guide: <http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html>

0 commit comments

Comments
 (0)