<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[weixin_51060975的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_51060975</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_51060975]]></copyright><item><title><![CDATA[conda install软链接报错]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/139966757</link><guid>https://blog.csdn.net/weixin_51060975/article/details/139966757</guid><author>weixin_51060975</author><pubDate>Tue, 25 Jun 2024 18:46:23 +0800</pubDate><description><![CDATA[WSL Ubuntu系统miniconda使用conda install安装软链接报错解决方法。卸载重装miniconda到默认路径  home/用户名/  下。]]></description><category></category></item><item><title><![CDATA[WSL Ubuntu系统更换镜像源命令]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/139635307</link><guid>https://blog.csdn.net/weixin_51060975/article/details/139635307</guid><author>weixin_51060975</author><pubDate>Wed, 12 Jun 2024 19:52:22 +0800</pubDate><description><![CDATA[【代码】WSL更换镜像源命令。]]></description><category></category></item><item><title><![CDATA[TCP/IP连接断开阶段笔记]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/139581388</link><guid>https://blog.csdn.net/weixin_51060975/article/details/139581388</guid><author>weixin_51060975</author><pubDate>Mon, 10 Jun 2024 20:04:52 +0800</pubDate><description><![CDATA[服务端（Server）：passive close被动关闭。客户端（Client）：active close主动关闭。服务端（Server）：listen accept。全双工：两方都发送FIN包并确认，所以是4次。客户端（Client）：connect。]]></description><category></category></item><item><title><![CDATA[Git的使用]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/133503987</link><guid>https://blog.csdn.net/weixin_51060975/article/details/133503987</guid><author>weixin_51060975</author><pubDate>Tue, 03 Oct 2023 01:21:50 +0800</pubDate><description><![CDATA[用记事本打开id_rsa.pub文件，并且复制全部内容到github的设置里面的SSHKeys。GIT生成密钥公钥（密钥更重要），一个账户一个私钥，输入下面的命令一路enter就行。除了官网也可以用包管理器choclatey下载git。ssh-add开启密钥权限并添加密钥（url）git config 配置用户名和密码。，获得github权限并登录。]]></description><category></category></item><item><title><![CDATA[Unity Shader学习（一）]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/127369809</link><guid>https://blog.csdn.net/weixin_51060975/article/details/127369809</guid><author>weixin_51060975</author><pubDate>Mon, 17 Oct 2022 17:24:30 +0800</pubDate><description><![CDATA[shader]]></description><category></category></item><item><title><![CDATA[U盘对于目标文件系统，文件过大提示解决方法-转换Fat32为Ntfs系统]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/126456876</link><guid>https://blog.csdn.net/weixin_51060975/article/details/126456876</guid><author>weixin_51060975</author><pubDate>Sun, 21 Aug 2022 22:54:21 +0800</pubDate><description><![CDATA[FAT是文件分配表(File Allocation table)的缩写 [5]  ，FAT32指的是文件分配表是采用32位二进制数记录管理的磁盘文件管理方式，因FAT类文件系统的核心是文件分配表，命名由此得来。NTFS（New Technology File System）是Windows NT内核的系列操作系统支持的、一个特别为网络和磁盘配额、文件加密等管理安全特性设计的磁盘格式，提供长文件名、数据保护和恢复，能通过目录和文件许可实现安全性，并支持跨越分区。]]></description><category></category></item><item><title><![CDATA[U3D控制物体移动旋转代码逻辑]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/125827318</link><guid>https://blog.csdn.net/weixin_51060975/article/details/125827318</guid><author>weixin_51060975</author><pubDate>Sun, 17 Jul 2022 00:46:13 +0800</pubDate><description><![CDATA[Unity移动旋转3D物体实现]]></description><category></category></item><item><title><![CDATA[GitHub使用方法（放弃）]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/125191704</link><guid>https://blog.csdn.net/weixin_51060975/article/details/125191704</guid><author>weixin_51060975</author><pubDate>Wed, 08 Jun 2022 20:29:01 +0800</pubDate><description><![CDATA[先去仓库：git remote add origin 仓库链接添加文件	git add ./git add xxxfilename提交更改  git commit -m “备注…”推送到远端服务器（要挂梯子，默认浏览器挂就行）输入用户名和使用access token登录github（不是密码，栽在这里好多次）参考：如何获取access token...]]></description><category></category></item><item><title><![CDATA[Java实现ATM机]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/120915434</link><guid>https://blog.csdn.net/weixin_51060975/article/details/120915434</guid><author>weixin_51060975</author><pubDate>Sat, 23 Oct 2021 00:07:18 +0800</pubDate><description><![CDATA[Java作业ATM机，使用单例模式，实现存取款，查询余额
import javax.swing.JOptionPane;
public class Main {
	public static mian(String[]args){
		ATM.getInstance(10);//初始化包含十个账户的ATM
		userName=JOptionPane.showInputDialog("用户名");//ÀûÓÃ¶Ô»°¿òÊäÈëÓÃ»§Ãû
		passWord=JOptionPane.showInputD]]></description><category></category></item><item><title><![CDATA[union类知识点]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/120594699</link><guid>https://blog.csdn.net/weixin_51060975/article/details/120594699</guid><author>weixin_51060975</author><pubDate>Sun, 03 Oct 2021 14:59:12 +0800</pubDate><description><![CDATA[C++中的union（联合）类

参考资料：C++primer第5版P749，CprimerPlus第6版P405



成员访问权限默认为public，可以自行指定private，protected（但是union类不能出现在继承体系中）


可以声明多个成员，但只能存放一个成员在内存中，一次只存储一个值


不能包含引用类型成员


union被分配的内存最大值是其包含成员的内存最大值


赋值后清除原来的数据，一次只存储一个值
含有类类型的union
因为union为每个数据成员都生成默认的函数，遇到]]></description><category></category></item><item><title><![CDATA[浮点数一些知识点]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/118273972</link><guid>https://blog.csdn.net/weixin_51060975/article/details/118273972</guid><author>weixin_51060975</author><pubDate>Sun, 27 Jun 2021 14:23:37 +0800</pubDate><description><![CDATA[浮点数一些知识点


浮点数的表示形式
2.75 3.16E7 7.00 2e-8
e计数法E大写小写都可以，E7相当于*10的7次方


浮点数在计算机中的构成
计算机存储浮点数时把其分为1位符号部分，尾数部分和指数部分，如下图[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-utDRlS9c-1624774811330)(C:\Users\satan\AppData\Roaming\Typora\typora-user-images\image-202106271405076]]></description><category></category></item><item><title><![CDATA[我的第一篇博客]]></title><link>https://blog.csdn.net/weixin_51060975/article/details/115451842</link><guid>https://blog.csdn.net/weixin_51060975/article/details/115451842</guid><author>weixin_51060975</author><pubDate>Tue, 06 Apr 2021 01:34:46 +0800</pubDate><description><![CDATA[mardown 语法的学习
一级标题
六级标题hello world
字体
hello world  **
hello world  *
hello world  ***
hello world  ~~
hello world
引用

引用效果，来自他人  &gt;

分割线 --or**


图片 
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-fQ5YtCSK-1617644020370)(C:\Users\satan\Pictures\171015778.jpg.gif]]></description><category></category></item></channel></rss>