导读:目录.一、学习网站推荐.二、Pyhon.三、游戏.四、平时使用.五、前端.六、计算机工具.七、Java.八、.NET.九、Linux:.十、AIGC:.其他记录链接:.总结.一、学习网站推荐.书栈网.廖雪峰的官方网站.WSCschool.WSCschool2.微学苑.C语言中文网
目录
书栈网 | 廖雪峰的官方网站 | WSCschool | WSCschool2 |
---|---|---|---|
微学苑 | C语言中文网 | Php中文网 | 菜鸟教程 |
菜鸟技术教程导航 | 学习网站 | 腾讯云各种教程 | 青橙小店 |
蝴蝶编程 | IT屋 | 编程中国 |
Python最佳实践指南 | 官网python下载 | 刘江的博客教程 | 在线手册中心 |
---|---|---|---|
百度地图开发平台 | 语雀python教程 | X-admin后台模块 | pyecharts |
地图实例 |
pip 快速下载
pip install pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install pyqt5==5.10.1 -i https://pypi.douban.com/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/ 山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
//观看gitbook笔记
1. 进入笔记文档目录 2. 在此目录下打开cmd命令行窗口
3. 在命令行窗口中运行:python -m http.server 4. 打开浏览器输入网址:http:/localhost:8000
// 打包EXE文件
pyinstaller -F demo.py
Flask | Django | GUI | 1.Introduction to Tornado |
---|---|---|---|
1.豆约翰flask系列教程 | Django REST framework官网 | 菜鸟教程的Tkinter | 2.案例代码链接 |
2.flask中文教程 | hroot模板(gitee) | 微学苑的wxpython | Pygame案例 |
3.flask_W3cschool | Django中文网 | wxPython官网 | C语言中文网(pygame教程) |
4.flask_语雀 | 地图实例 | 参考博客 |
有用的 | 在线小游戏 | GUI | Unity |
---|---|---|---|
1.阿里巴巴矢量图标库 | 小霸王,其乐无穷 | 菜鸟教程的Tkinter | Unity中文官网 –Unity国外官网 |
2.ue4官方文档 | 在线DOS游戏 | 微学苑的wxpython | W3Cschool_unity |
3.Blender 2.93 Reference Manual | 在线炫酷贪吃蛇 | wxPython官网 | Unity3D初级案例-经典贪吃蛇一 |
4.flask_语雀 | 地图实例 | demo(炸弹人)– 阿发你好Unity | |
>>Cocos Creator | 1.胎教级入门教程! | 2.Cocos Creator 官方文档 | 3.Cocos Creator 官网 |
4.Typescript中文文档 | 5.KuoKuo CocosCreator | 6.Cocos Creator 3D 用户手册 | 7.cocos的美术材料 |
项目框架 | 微信 | 娱乐 |
pearadmin | 微信官方文档 | 1.火星个人导航 | |
vue-element-admin | 小程序开发指南 | 2.全网音乐免费下载 | |
SunnyUI | 微信公众平台 | 打字 |
npm config set prefix "D:\Nodejs\node_global"
npm config set cache "D:\Nodejs\node_cache"
npm list -g//查看所有包全局 npm root -g //查看路径
npm -v //查看npm的版本 npm version //查看所有模块的版本
npm search //包名 搜索包 npm update express//更新包
npm install // i 包名 安装包 npm remove // r 包名 删除包
npm install //包名 --save 安装包并添加到依赖中 *****
npm install //下载当前项目所依赖的包
npm install //包名 -g 全局安装包(全局安装的包一般都是一些工具)
前端总结
| | |
CS-Notes | 千古前端图文教程 | Visual Studio Code 快捷键 | ECharts |
Process On 画图 | bootstrap table系列-博客园 | jquery.API中文文档 | JSPang.com技术胖 |
js&&ts:
[我的js](https://blog.csdn.net/joyyi9/article/details/122495840)
[七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs)
[ts中文文档](https://www.tslang.cn/docs/handbook/typescript-in-5-minutes.html)
node.js:
[好的blog](https://blog.csdn.net/qq_50516738/article/details/122271320?)
[我的node.js](https://blog.csdn.net/joyyi9/article/details/125583996)
[中文教程](http://nodejs.cn/learn)
[layui开发文档](https://www.layuiweb.com/doc/index.htm)
- https://brucecai55520.gitee.io/bruceblog/notes/nodejs/node.html
- https://blog.csdn.net/m0_52316372/article/details/124759435?spm=1001.2014.3001.5502
- https://blog.csdn.net/DDDHL_/article/details/124390573
- https://github.com/auth0/express-jwt
- https://www.bilibili.com/video/BV1T7411g73H/?spm_id_from=333.788.recommend_more_video.5&vd_source=4a4ba6a9f77a47baa2fb5b4fbc472c15
Vue | | | |
vue官方文档 | 我的vue案例 | 带你快速上手Vue3 | vue3-learning | Vue3+TS 快速上手 |
20 个近期比较“火热”的Vue项目 | element-plus | Element | ||
React | ||||
— | — | — | — | — |
菜鸟教程 | 中文】英文文档 | w3cschool | React框架的学习 | 阮一峰 |
react-native | ||||
React组件库 | React Material UI | React Bootstrap | React Belle | React ToolBox |
React Grommet | Semantic UI | Ant-design | Fabric | React Suite |
Angular.js | ||||
— | — | — | — | — |
菜鸟教程 | 官方网站 — | 参考blog | RxJS | |
Electron &&Nw.js | ||||
— | — | — | — | — |
我的electron和nw.js | Electron官方文档 | Electron免费视频 | Electron 中文文档 | W3Cschool |
electron-egg | electronjs官网文档 | electron教程 | 技术胖$$$原代码 | |
Nw.js | ||||
Nw.js官网 | Nw.js官网中文网 | Nw.js官网翻译网 | ||
flutter | ||||
— | — | — | — | — |
flutter 推荐组件 | W3Cshool_dart | dart教程 | 理解flutter | Flutter博客链接 |
Flutter最漂亮的UI库和项目 | 简书认识 Flutter | Flutter中文网 | Flutter实战·第二版 | 真机调试运 |
flutter |
计算机工具 | | |
IDEA永久激活 | 获取激活码+永久补丁 | 1.DNS查询 | 2.CSDN的开源广场 |
Java | |
菜鸟教程Kotlin | W3Cschool_kotlin | Kotlin 入门教程 |
博主: | 博主推荐1 | 老张的哲学推荐2 | Core博主推荐3 | 农码索引 推荐4 |
---|
[c语言中文网](http://c.biancheng.net/csharp/)
[C# 基础](https://github.com/babbittry/Csharp-notes)
[C#容易忽略的小知识](https://www.pianshen.com/article/4128973990/)
xaml:
[Xamarin.Forms 应用程序](https://docs.microsoft.com/zh-cn/xamarin/xamarin-forms/app-fundamentals/)
[.NET MAUI Samples(GitHub)](https://github.com/dotnet/maui-samples)
[.NET MAUI](https://docs.microsoft.com/zh-cn/dotnet/maui/get-started/migrate)
[.NET Maui bilibili](https://www.bilibili.com/video/BV1eT4y1z7S9/?spm_id_from=pageDriver)
[jwt官方网站](https://jwt.io/)
[身份验证参考](https://blog.csdn.net/m0_47659279/article/details/120229717)
面试:
[总结1](https://blog.csdn.net/wf824284257/article/details/129980011)
[总结2](https://xiaoy.blog.csdn.net/article/details/122626334)
[MyBlog](https://blog.csdn.net/joyyi9/category_11710342.html)
[面试2](https://www.yuque.com/zhanglin-l1ak6/ll06t7/zo39n2)
[面试3](https://www.cnblogs.com/zhangmumu/p/11406751.html)
[面试1](https://www.cnblogs.com/haoyifei/p/5641115.html)
[面试4](https://www.cnblogs.com/fengyao/archive/2010/03/31/1700853.html)
[面试5](https://www.cnblogs.com/cansheng/p/16396991.html)
[面试6](https://www.cnblogs.com/liuxiaoji/p/16734466.html)
[面试7](https://www.cnblogs.com/cb521413/p/16115541.html)
[小说搜索 - LRY_API](https://easydoc.net/doc/45910076/WP3yrgI7/cGUZ6J2g)
[HttpClient-RestSharp](https://restsharp.dev/usage.html#authenticator)
[.net core中加载lua脚本](https://www.cnblogs.com/xbhp/articles/6372029.html)
[合成图片](https://www.cnblogs.com/fkcxy/archive/2023/03/31/17276755.html)
Avalonia :
[Avalonia Website](https://www.avaloniaui.net/)
[GithubAvalonia ](https://github.com/AvaloniaUI/Avalonia)
[csdnBlog](https://blog.csdn.net/jinyuttt/article/details/106324564)
[图形组件](https://github.com/oxyplot/oxyplot-avalonia)
[图形组件2](https://github.com/dotnet-ad/Microcharts)
[GUI1](https://github.com/Splitwirez/Mechanism-for-Avalonia)
[AvaloniaRibbon](https://github.com/amazerol/AvaloniaRibbon)
[AvaloniaRibbon2](https://github.com/Splitwirez/AvaloniaRibbon)
[浮动窗口](https://github.com/wieslawsoltes/Dock)
[样式资源使用](https://habr.com/en/post/471342/)
[项目1](https://github.com/wieslawsoltes/Core2D)
[Avalonia杂烩](https://github.com/AvaloniaCommunity/awesome-avalonia)
[官方组件案例](https://www.nequalsonelifestyle.com/2019/05/26/avalonia-controls-samples/)
[ReactiveUI](https://www.cnblogs.com/cansheng/p/16553740.html)
C#:[.NET API Catalog](https://apisof.net/catalog)
[C#设计模式](https://www.cnblogs.com/abcdwxc/archive/2007/10/30/942834.html)
[Dotnet项目集合](https://github.com/bianchenglequ/NetCodeTop)
[网站](https://www.cjavapy.com/75/)
[身份验证参考](https://blog.csdn.net/m0_47659279/article/details/120229717) | Unity:
[Unity](https://developer.unity.cn/connectApp/download)
[wpf1](https://www.yii666.com/blog/378337.html)
[wpf2](https://www.songshizhao.com/blog/blogPage/78.html)
[wpf3](https://blog.csdn.net/Xiaotouming0/article/details/127374970)
[Lua](https://blog.csdn.net/igg08/article/details/126606146)
[github杂烩](https://github.com/XINCGer/Unity3DTraining)
[onion/WPF2Unity](https://gitee.com/onionasayyo/wpf2-unity/tree/master/WPF2Unity)
资源:
[GameArt2D](https://www.gameart2d.com/free-fantasy-game-gui.html)
Blazor:
[ Blazor教程](https://learn.microsoft.com/zh-cn/training/paths/build-web-apps-with-blazor/)
[BootstrapBlazor](https://gitee.com/LongbowEnterprise/BootstrapBlazor)
[Official Website](https://learn.microsoft.com/zh-cn/aspnet/core/blazor)
[bilibili](https://www.bilibili.com/video/BV1bD4y1n7qj/?p=5&spm_id_from=pageDriver&vd_source=4a4ba6a9f77a47baa2fb5b4fbc472c15)
Linux: | | | | |
Tutorial: | Linux命令 | Linux就该这么学 | Linux系统大全 | 阿里云os镜像 | VMware16的安装 |
Kali: | Kali Tools | Kali Docs | Kali-Org | KaliForums | Website Firewall |
Chatexcel | | | | |
Chatjpt | 文心一言 | 通义千问 | AI工具箱 | Character | DeepAi |
//C++
VSCode配置C/C++环境:https://zhuanlan.zhihu.com/p/87864677
VS2022 + vcpkg 使用: https://zhuanlan.zhihu.com/p/615585442
//教程:
C++ 参考手册:https://zh.cppreference.com/(en)
微软 C++ 参考文档: https://learn.microsoft.com/zh-cn/cpp/cpp/?view=msvc-170 (en-us)
??:http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
海客网:https://haicoder.net/
菜鸟教程:https://www.runoob.com/cplusplus/cpp-tutorial.html
哆啦A梦:https://namic00.github.io/
在线编辑:https://cppinsights.io/
//Lua:
https://blog.csdn.net/yanwennian/article/details/103480938
https://blog.csdn.net/yanwennian/article/details/103480938
C++调用Lua: https://blog.csdn.net/qq_62594984/article/details/129161341
//Qt:
官方:https://doc.qt.io/qt-6/qtexamplesandtutorials.html
C语言中文网:http://c.biancheng.net/qt/
Qt快速入门:http://shouce.jb51.net/qt-beginning/3.html
书栈网:https://www.bookstack.cn/read/qt-study-road-2/ddf84b4ac149953f.md
博主:
[qt技术开发老杰](https://www.zhihu.com/people/80-70-85-66)、
[Bibili](https://www.bilibili.com/video/BV1km4y1k7CW/)
其他:
[Qt 使用vs2022开发](https://blog.csdn.net/MelyLenient/article/details/123907803)、
[VS+QT程序打包发布1](https://blog.csdn.net/weixin_45013621/article/details/123442111)、
[打包2](https://blog.csdn.net/qq_37059136/article/details/116355353)
Qt6.5编译MySQL驱动最简单方法:
https://www.cnblogs.com/isleeping/p/17287857.html
//长期不上班是一种什么状态?
https://www.zhihu.com/question/582170196/answer/2927717238
//网站:
在线生成ico图标 https://www.bitbug.net/
//Dotnet推荐
https://www.cnblogs.com/grissom007/p/6349750.html
https://blog.csdn.net/rocketZHM/article/details/45272703
https://github.com/HenJigg
https://github.com/YSGStudyHards/DotNetGuide
//多线程:
https://www.jb51.net/article/241505.htm
https://www.yuque.com/yipaoqingjiufu/ahqocw/nfpr94
https://www.jb51.net/article/250950.htm
//GDI:
验证码:https://blog.csdn.net/weixin_42291376/article/details/127854736
加水印:https://blog.csdn.net/zhudaokuan/article/details/111614812
https://blog.csdn.net/xyf13920745534/article/details/81159294
SimpleAdmin C# 后台:
https://gitee.com/zxzyjs/SimpleAdmin
Effective C# 改善C#程序的50种方法:
https://wizardforcel.gitbooks.io/effective-csharp/content/43.html
https://github.com/YSGStudyHards/DotNetGuide/issues/9
wpf:
教程:
http://www.vue5.com/wpf/TreeView_DataTemplate.html
模拟点击按钮:
btnTest.RaiseEvent(new RoutedEventArgs(Button.ClickEvent));
WPF 轻松监听属性值的改变 神奇类:DependencyPropertyDescriptor
https://www.jianshu.com/p/8726518afbe3 eto(https://github.com/picoe/Eto) 跨平台gui
https://github.com/FastEndpoints/FastEndpoints Minimal APIs & MVC
数据结构
https://www.cnblogs.com/jesse2013/p/CollectionsInCSharp.html
https://blog.csdn.net/lyh79925300/article/details/127384535
//Unity:
Unity教程:
https://learn.u3d.cn/free
https://blog.csdn.net/ncz9_/category_8405604.html
https://blog.csdn.net/ncz9_/category_10087587.html
https://blog.csdn.net/m0_37602827/article/details/128731256
https://blog.csdn.net/zhangay1998/article/details/122425837
https://github.com/chutianshu1981/AwesomeUnityTutorial
https://www.yuque.com/yzbyzz/technology/unity
https://zhuanlan.zhihu.com/p/591864923
https://gitee.com/happylee666/unity3-d_project/tree/airplane
https://www.zhihu.com/question/318297984
Unity插件开发:
https://www.cnblogs.com/yzx885059439/p/14497026.html
https://www.bilibili.com/video/BV1Sb4y1C7fu/?vd_source=4a4ba6a9f77a47baa2fb5b4fbc472c15
https://zhuanlan.zhihu.com/p/23632876
要它成为我的标签页!!!
上一篇:【解释器设计模式详解】C/Jav
下一篇:紫 distance