一、学习网站推荐
二、Pyhon
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
三、游戏
四、平时使用
五、前端
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 全局安装包(全局安装的包一般都是一些工具)
前端总结
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
六、计算机工具
七、Java
八、.NET
[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:
十、AIGC:
其他记录链接:
//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
总结
要它成为我的标签页!!!