Web设计开发资源索引
声明
此文为博主用于收藏Web设计与开发的网页、工具、资源的索引页。我会不断更新与调整,欢迎您收藏及分享,有任何意见请留言提出!
如果您有其他更好的资源站,也请留言与我交流~
文档工具
可离线使用的文档工具软件 | URL | 说明 |
---|---|---|
Zeal | https://zealdocs.org/ | 支持Win和Linux平台 |
Dash | https://kapeli.com/dash | Mac平台 |
Web开发离线文档合集 | https://www.lanzoux.com/i3igt2d | CHM文件,我自己打包的 |
前端
网站 | URL | 说明 |
---|---|---|
Mozilla | https://developer.mozilla.org/zh-CN/docs/Web | 火狐官方社区,权威、资料全 |
菜鸟教程 | https://www.runoob.com/ | 资料全 |
Devdocs | https://devdocs.io/ | 综合文档,全英文,可离线 |
W3school CN | http://www.w3school.com.cn/ | 国内山寨版的,资料全但不精 |
W3schools | https://www.w3schools.com/ | 英文 |
廖雪峰的JS教程 | https://www.liaoxuefeng.com/wiki/1022910821149312 | |
joyqi的JS教程 | https://segmentfault.com/a/1190000016337325 |
JQuery
网站 | URL | 说明 |
---|---|---|
jQuery 官方文档 | https://api.jquery.com/ | 英文 |
jQuery CHM 离线文档(1.11.3) | https://pan.baidu.com/s/1kUA8LLl | 离线版本仅到1.11.3 |
https://www.w3cways.com/jqapi-1.9/
https://hemin.cn/jq/
http://jquery.asprain.cn/
https://www.w3cschool.cn/jquery/dict
https://www.shouce.ren/api/view/a/12780
https://documentation.help/jQuery-API-3.2.1-zh/html5.html
Tailwind CSS
Tailwind 是一种新型的网页布局模式,与传统 HTML+CSS 相比,Tailwind 只使用 Class 类名来对网页元素进行风格化,不需要自己再手动编写CSS代码。不过与之相对的,一个 Tailwind 风格的网页元素,可能会面临 Class 名非常长的问题。Tailwind 中文文档
https://www.tailwindcss.cn/docs/installation
在线测试
https://play.tailwindcss.com/
第三方免费版UI库
https://www.hyperui.dev/
官方付费版UI库
https://tailwindui.com/
将 Tailwind 转化为 CSS
https://tailwind-to-css.vercel.app/
将 CSS 转化为 Tailwind
https://tailwind-converter.netlify.app/
Tailwind CSS 新手上路:概念、安裝與工具推薦
前端工具
CSS 配色、颜色选择器
- htmlcolorcodes
- Mozilla ColorPicker Tool
- 中国传统颜色配色
- Color Hex
- colourcode
- 色見本と配色サイト - color-sample.com
- NIPPON COLORS - 日本の伝統色
- 配色网-致力色彩搭配方案的交流与学习
- Color Scheme Designer 3_高级在线配色器_配色网
- 豆豆猫的窝 > 配色手册 > 关于颜色
- 147 Colors | CSS Color Names
- shouce
- Color Safe
- Colours
CSS 效果工具
后端
PHP
网站 | URL | 说明 |
---|---|---|
PHP 官方文档 | https://www.php.net/manual/zh/ | 页面设计得太丑 |
PHP 官方文档离线版 | https://www.php.net/download-docs.php | |
runoob | https://www.runoob.com/php/php-tutorial.html | |
PHP之道 | https://laravel-china.github.io/php-the-right-way/ | |
php完全自学手册 | http://www.php.cn/course/25.html | |
w3school | http://www.w3school.com.cn/php/index.asp |
ASP.NET
网站 | URL | 说明 |
---|---|---|
ASP.NET 官方文档 | https://docs.microsoft.com/zh-cn/aspnet/overview | 官方机翻,你值得拥有! |
runoob | https://www.runoob.com/aspnet/aspnet-tutorial.html | |
w3school | http://www.w3school.com.cn/d.asp |
SQL数据库
网站 | URL | 说明 |
---|---|---|
runoob SQL教程 | https://www.runoob.com/sql/sql-tutorial.html | 通用SQL |
w3school SQL | http://www.w3school.com.cn/sql/index.asp | 通用SQL |
runoob MySQL | https://www.runoob.com/mysql/mysql-tutorial.html | MySQL |
廖雪峰的SQL教程 | https://www.liaoxuefeng.com/wiki/1177760294764384 | MySQL |
MS SQL Server | https://docs.microsoft.com/zh-cn/sql/t-sql/language-reference | MSSQL |
w3cschool MSSQL | https://www.w3cschool.cn/sqlserver/ | MSSQL |
runoob SQLite | https://www.runoob.com/sqlite/sqlite-tutorial.html | SQLite |
w3cschool SQLite | https://www.w3cschool.cn/sqlite/ | SQLite |
.htacess
.htacess是Apache服务器中的目录权限配置文件,可以实现很多“神奇”的效果,是PHP程序猿的必备技能之一!- https://httpd.apache.org/docs/2.4/howto/htaccess.html
- https://www.docs4dev.com/docs/zh/apache/2.4/reference/howto-htaccess.html
- https://lesca.me/archives/htaccess-basic.html
HTTP
学Web怎能不学点HTTP协议姿势?!- https://developer.mozilla.org/zh-CN/docs/Web/HTTP
- https://www.runoob.com/http/http-tutorial.html
- https://www.ruanyifeng.com/blog/2016/08/http.html
- https://segmentfault.com/a/1190000006191160
Python
官方文档现已支持简体中文。其他
正则表达式
正则是一个易用难读的文本处理语言,虽然它看起来十分复杂,但其实并不难学,与它所能带来的好处相比,学习它的时间成本简直可以忽略不计!- https://deerchao.net/tutorials/regex/regex.htm
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions
- https://www.runoob.com/regexp/regexp-syntax.html
- https://juejin.im/post/5965943ff265da6c30653879
XPath
XPath是另一种选择XML元素的方法,亦可应用到HTML之中,具体用法可以查看我的 这篇文章。- https://www.runoob.com/xpath/xpath-tutorial.html
- http://zvon.org/xxl/XPathTutorial/General_chi/examples.html
- http://www.w3school.com.cn/xpath/index.asp
问答网站
网站 | URL | 说明 |
---|---|---|
stackoverflow | https://stackoverflow.com/ | 全球最大的程序员问答网站 |
segmentfault | https://segmentfault.com/questions | |
cnblogs | https://q.cnblogs.com/ | |
oschina | https://www.oschina.net/question | |
CSDN? | 不推荐! | GTMDCSDN! |