基础IT技术学习资料300篇,欢迎一键收藏

这是一个针对技术初学者的基础IT技术资源库,涵盖信息编码、IP/组网、程序逻辑和Web基础四大模块,总计300篇文章。内容包括进制转换、数据编码、JavaScript、算法、HTML、CSS、DOM与BOM等,旨在帮助学习者掌握一线大厂所需的底层逻辑技术。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

谢天谢地你来了,我们已经准备好了基础IT技术文章300篇大合集,欢迎一键收藏,并与我们分享你的学习心得。

基础IT技术内容适合技术初学者,可以详细了解基础软件开发工程师所具备“信息/编码”、“IP/组网”、“程序逻辑”和“Web基础”这四项基础能力。

具体收录明细如下:

    【信息/编码】进制转换25篇、数据编码25篇;
    【IP/组网】网关与网段25篇、IP协议26篇、主机与DNS 23篇、访问控制37篇;
    【程序逻辑】JavaScript 29篇、常用算法37篇;
    【Web基础】HTML 31篇、CSS 32篇、DOM与BOM 23篇

欢迎一键收藏,并与我们分享你的学习心得,希望我们一同进步。

这些基本技能都是目前一线大厂开发工作中会高频接触和使用的“底层逻辑”(其中程序逻辑使用 JavaScript 作为编程语言)

就软件技术而言,熟练地进行不同进制间的计算和转换,理解ASCII、UTF-8等字符编码原理,掌握TCP/IP子网划分、路由重组等计算机网络技术,学会常用HTML标签、CSS样式表和基础JavaScript语法,对于后续更高级知识的学习大有裨益。

C1见习能力,含信息/编码、IP/组网、程序逻辑、Web基础4大模块,以下知识点为计算机科学技术中的应用软件开发方面的基础能力。
C101 信息/编码 C102 IP/组网 C103 程序逻辑 C104 Web基础
01 进制转化 01 网关与网段 01 JavaScript 01 HTML
02 数据编码 02 IP协议 02 常用算法 02 CSS
03 主机与DNS 03 DOM与BOM
04 访问控制

第一部分:C101【信息/编码】共计50篇,涉及2个知识点,分别是01进制转换(25篇)和02数据编码(25篇)

01

进制转换

(25篇)

1 https://blog.csdn.net/strom2418/article/details/79221996 我们为什么要学习进制
2 https://blog.csdn.net/mez_Blog/article/details/91354750 进制之间的转换(二进制、八进制、十进制、十六进制)
3 https://blog.csdn.net/yuanxiang01/article/details/82503568 计算机基础进制转换(二进制、八进制、十进制、十六进制)
4 https://blog.csdn.net/liubing8609/article/details/82695059 进制转换:二进制、八进制、十六进制、十进制之间的转换
5 https://blog.csdn.net/qq_41785863/article/details/84101711 各种进制转换(二,八,十,十六进制间转换)详解附代码
6 https://blog.csdn.net/weixin_41676881/article/details/80745177 C语言算法之将十进制数转换成二进制数
7 https://blog.csdn.net/m0_37961948/article/details/80438113 JAVA 进制转换的几个方法
8 https://blog.csdn.net/vir_lee/article/details/80645066 C++中的各种进制转换函数汇总
9 https://blog.csdn.net/qq_36454961/article/details/79174645 C语言实现任意进制数之间的转换
10 https://blog.csdn.net/lady_killer9/article/details/87904318 c/c++进制转换方法汇总(含全部代码)
11 https://blog.csdn.net/diyu122222/article/details/80692904 2进制 , 8进制 , 10进制 , 16进制 , 介绍 及 相互转换 及 快速转换的方法
12 https://blog.csdn.net/ruidianbaihuo/article/details/87797979 二进制、八进制、十进制、十六进制关系及转换
13 https://blog.csdn.net/weixin_43353539/article/details/89444838 Python进制转换详细介绍
14 https://blog.csdn.net/qq_42820622/article/details/82024324 C语言实现进制转换
15 https://blog.csdn.net/baidu_41774120/article/details/85140853 进制转换C语言实现(十进制转换为任意进制)
16 https://blog.csdn.net/qq_41877184/article/details/88753144 C语言实现进制转换(详)
17 https://blog.csdn.net/zhangjianjun521/article/details/79081435 c语言中16进制转换为十进制
18 https://blog.csdn.net/zl1zl2zl3/article/details/83615431 Java:十六进制转换成十进制
19 https://blog.csdn.net/u013349653/article/details/51367453 小数的进制转换方法
20 https://blog.csdn.net/final__static/article/details/89405945 进制转换方法总结
21 https://blog.csdn.net/weixin_41676881/article/details/80745177 C语言算法之将十进制数转换成二进制数
22 https://blog.csdn.net/diyu122222/article/details/80692904 2进制 , 8进制 , 10进制 , 16进制 , 介绍 及 相互转换 及 快速转换的方法
23 https://blog.csdn.net/baidu_41774120/article/details/85140853 进制转换C语言实现(十进制转换为任意进制)
24 https://blog.csdn.net/qq_41420747/article/details/81809063 数据结构练习——栈(进制转换)
25 https://blog.csdn.net/liuzich/article/details/96602088 十进制转换成八进制(C++)

02

数据编码

(25篇)

1 https://blog.csdn.net/qq_34902437/article/details/89515451 三种常用的数字数据编码方式
2 https://blog.csdn.net/wo541075754/article/details/81734770 一篇文章彻底弄懂Base64编码原理
3 https://blog.csdn.net/qq_34902437/article/details/88545465 3种常见的数字数据编码方式
4 https://blog.csdn.net/snakorse/article/details/78154402 Redis数据编码方式详解
5 https://blog.csdn.net/5iasp/article/details/10933077 关于http接口开发中json格式数据编码问题处理
6 https://blog.csdn.net/csdnwws/article/details/51954825 关于python中pymysql数据编码问题
7 https://blog.csdn.net/jy692405180/article/details/73272066 [Python模块学习]使用base64模块进行二进制数据编码
8 https://blog.csdn.net/weixin_42078760/article/details/103791936 栅格数据的编码方法
9 https://blog.csdn.net/qq_28602957/article/details/71036402 【数据结构】哈夫曼树及哈夫曼编码
10 https://blog.csdn.net/u010234516/article/details/52853214 UTF-8与GBK互转,为什么会乱码?
11 https://blog.csdn.net/luguanyou/article/details/80599666 处理分类数据 非数值型编码
12 https://blog.csdn.net/u013002364/article/details/53179132 图像数据base64编码
13 https://blog.csdn.net/huoxingdeshidai6/article/details/90299854 数据预处理:非数值型特征如何进行编码
14 https://blog.csdn.net/DCFANS/article/details/90199487 如何查看网页的编码格式
15 https://blog.csdn.net/maikelsong/article/details/81098456 几种常见的编码格式
16 https://blog.csdn.net/selous/article/details/72457476 python数据处理:对类别Category进行编码(转化为数值)
17 https://blog.csdn.net/qq_44932672/article/details/105779742 编码基础知识
18 https://blog.csdn.net/sunhuaqiang1/article/details/51647382 网站开发进阶(三十六)String.getBytes()方法中的中文编码问题
19 https://blog.csdn.net/weixin_42420703/article/details/81384901  js实现基于Base64的编码及解码
20 https://blog.csdn.net/guoguo1980/article/details/2070701 两种转换mysql数据编码的方法-latin1转utf8
21 https://blog.csdn.net/xiaoyink/article/details/80850448  python中的编码方式
22 https://blog.csdn.net/yiyelanxin/article/details/82895131  js 中编码和解码的三种方法
23 https://blog.csdn.net/lili13897741554/article/details/82053351 计算机中编码方式---ASCII,ISO-8859-1以及UTF-8和UTF-16编码
24 https://blog.csdn.net/nameofcsdn/article/details/80630828 数字信号的编码方式
25 https://blog.csdn.net/ypp91zr/article/details/89216979 MYSQL设置数据库编码

第二部分:C102【IP/组网】共计111篇,涉及4个知识点,分别是网关与网段(25篇)、IP协议(26篇)、主机与DNS(23篇)、访问控制(37篇);

01

网关与网段

(25篇)

1 https://blog.csdn.net/bilter/article/details/6999511 IP地址,子网掩码、默认网关,DNS服务器是什么意思?
2
评论 17
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值