Skip to content

Commit

Permalink
docs: link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Oct 21, 2024
1 parent 00cdf57 commit 711bc04
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ https://arena3-chapter0-fundamentals.streamlit.app/
https://waytoagi.feishu.cn/
https://copy-suppression.streamlit.app/
https://datawhaler.feishu.cn/
https://ryluo.oss-cn-chengdu.aliyuncs.com/
https://ryluo.oss-cn-chengdu.aliyuncs.com/
https://blog.csdn.net/
https://archive.org/
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@

但是还有要注意的点是,最贵的,最专业的不一定是最好的,有时候可能简单的入门一点的书会更适合你呢

非常不错的电子书网站

[Z-Library](https://zh.singlelogin.re/)
非常不错的电子书网站 Z-Library
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Deepin 的本土化做的很不错,支持一些国内常用的软件。

![](https://cdn.xyxsw.site/uos-4.png)

顺便说下我至今没找到 UOS 的源码,只看到[一篇干巴巴的新闻](https://www.zgswcn.com/article/202212/202212211344581036.html)声称“开源了开源了真的在开源了”。也就欺负 Linux Foundation 不打跨国官司。本来不想挂人的,但是[如果 UOS 用户就这素质](https://bbs.chinauos.com/post/7543)我真忍不了:
顺便说下我至今没找到 UOS 的源码,只看到一篇干巴巴的新闻(当前链接已失效)声称“开源了开源了真的在开源了”。也就欺负 Linux Foundation 不打跨国官司。本来不想挂人的,但是[如果 UOS 用户就这素质](https://bbs.chinauos.com/post/7543)我真忍不了:

![troll](https://cdn.xyxsw.site/uos-troll.png)

Expand Down
2 changes: 1 addition & 1 deletion 2023旧版内容/4.人工智能/ch02/ch2.2/ch2.2.5/ESMM.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def ESSM(dnn_feature_columns, task_type='binary', task_names=['ctr', 'ctcvr'],

测试数据集:

adult:[https://archive.ics.uci.edu/ml/datasets/census+income](https://archive.ics.uci.edu/dataset/20/census+income)
adult:census+income

将里面两个特征转为label,完成两个任务的预测:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

Web 的最早的起源可以追溯到上世纪九十年代[1]。那时候的网络规模比较小,而且网速也很慢。当时的 web 是以**文本**为中心的,网站就是文本文档,最多加一点样式,而不是今天我们看到的动态网页。就像下图展示的一样。

![Tim Berners-Lee 的初版 WorldWideWeb 浏览器,1993(http://info.cern.ch/NextBrowser1.html)](https://cdn.xyxsw.site/www-browser.png)
![Tim Berners-Lee 的初版 WorldWideWeb 浏览器,1993](https://cdn.xyxsw.site/www-browser.png)

<http://info.cern.ch/NextBrowser1.html>

在这样的情况下面,使用**HTML** (Hyper Text Markup Language, 超文本标记语言) 这种文本标记语言作为网页的主体就是很自然的行为。而为了给网页加上样式,又引出了 CSS (Cascading Style Sheets, 层叠样式表) 这种样式描述,告诉浏览器这个文档应该怎么渲染出来。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

Web 的最早的起源可以追溯到上世纪九十年代[1]。那时候的网络规模比较小,而且网速也很慢。当时的 web 是以**文本**为中心的,网站就是文本文档,最多加一点样式,而不是今天我们看到的动态网页。就像下图展示的一样。

![Tim Berners-Lee 的初版 WorldWideWeb 浏览器,1993(http://info.cern.ch/NextBrowser1.html)](https://cdn.xyxsw.site/www-browser.png)
![Tim Berners-Lee 的初版 WorldWideWeb 浏览器,1993](https://cdn.xyxsw.site/www-browser.png)

<http://info.cern.ch/NextBrowser1.html>

在这样的情况下面,使用**HTML** (Hyper Text Markup Language, 超文本标记语言) 这种文本标记语言作为网页的主体就是很自然的行为。而为了给网页加上样式,又引出了 CSS (Cascading Style Sheets, 层叠样式表) 这种样式描述,告诉浏览器这个文档应该怎么渲染出来。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
::: info
本文按照 Mozilla 贡献者基于 CC-BY-SA 2.5 协议发布的以下文章改编:

- <https://developer.mozilla.org/zh-CN/docs/Learn/JS/First_steps/What_is_JavaScript>
- <https://developer.mozilla.org/zh-CN/docs/Web/JS/Guide/Grammar_and_types>
- <https://developer.mozilla.org/zh-CN/docs/Web/JS/Reference/Global_Objects/Number>
- <https://developer.mozilla.org/zh-CN/docs/Learn/JS/First_steps/Arrays>
- <https://developer.mozilla.org/zh-CN/docs/Learn/JavaScript/First_steps/What_is_JavaScript>
- <https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Grammar_and_types>
- <https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Number>
- <https://developer.mozilla.org/zh-CN/docs/Learn/JavaScript/First_steps/Arrays>
- <https://developer.mozilla.org/zh-CN/docs/Learn/JavaScript/Objects/Basics>
:::

Expand Down

0 comments on commit 711bc04

Please sign in to comment.