<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[qq_45576612的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/qq_45576612</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; qq_45576612]]></copyright><item><title><![CDATA[设置sercureCRT查找快捷键]]></title><link>https://blog.csdn.net/qq_45576612/article/details/120128747</link><guid>https://blog.csdn.net/qq_45576612/article/details/120128747</guid><author>qq_45576612</author><pubDate>Mon, 06 Sep 2021 10:37:45 +0800</pubDate><description><![CDATA[点击2之后 按下你想要设置的快捷键 如：crtl+f



点击保存，弹出一个文件保存窗口，关闭它，再次点击保存。






]]></description><category></category></item><item><title><![CDATA[程序员推荐看的书本（算法）]]></title><link>https://blog.csdn.net/qq_45576612/article/details/119872957</link><guid>https://blog.csdn.net/qq_45576612/article/details/119872957</guid><author>qq_45576612</author><pubDate>Mon, 23 Aug 2021 16:51:20 +0800</pubDate><description><![CDATA[记录以下，我觉得有些还不错，但是公司看不了
https://blog.csdn.net/liuxinghao/article/details/117727787

]]></description><category></category></item><item><title><![CDATA[基于VS C++贪吃蛇游戏（附源码，VS编译就能运行）]]></title><link>https://blog.csdn.net/qq_45576612/article/details/119301609</link><guid>https://blog.csdn.net/qq_45576612/article/details/119301609</guid><author>qq_45576612</author><pubDate>Sun, 01 Aug 2021 18:37:42 +0800</pubDate><description><![CDATA[入职一个月了，也就是大学毕业一个月了。在公司学了不少东西，大学是做嵌入式的，转了C++，刚开始接触EasyX，于是就花周末自己写了一个贪吃蛇，花了我12个小时左右。第一次写这个，应该有很多的问题，各位不要嫌弃。后面我可能会在这个工程上继续加其他的游戏，做一个游戏盒子。可惜只能周末写。

1、安装EasyX

EasyX官网：https://easyx.cn/

EasyX学习文档：https://docs.easyx.cn/zh-cn/intro

安装很简单，下载安装，会直接显示对应的VS版本，进行安装就]]></description><category></category></item><item><title><![CDATA[VS编译提示找不到“ucrtd.lib“的解决办法（绝对有效）]]></title><link>https://blog.csdn.net/qq_45576612/article/details/119272783</link><guid>https://blog.csdn.net/qq_45576612/article/details/119272783</guid><author>qq_45576612</author><pubDate>Sat, 31 Jul 2021 11:56:59 +0800</pubDate><description><![CDATA[LINK : fatal error LNK1104: 无法打开文件“ucrt.lib”

VS编译自己新建的项目报以下错误：

严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK1104 无法打开文件“ucrtd.lib” GreedySnake E:\study file\GreedySnake\GreedySnake\GreedySnake\LINK 1 



出现这种错误的原因是：找不到系统库中的ucrtd.lib...]]></description><category></category></item><item><title><![CDATA[linux C/C++获取文件编码格式+输出目标编码格式文档]]></title><link>https://blog.csdn.net/qq_45576612/article/details/119214555</link><guid>https://blog.csdn.net/qq_45576612/article/details/119214555</guid><author>qq_45576612</author><pubDate>Thu, 29 Jul 2021 19:02:52 +0800</pubDate><description><![CDATA[出入社会，首先接触的一个任务就是，获取.csv文件内容，将其解析出来。其中的附加项就是获取文件的编码格式进行判断。而我，理解错意思了，理解成了要获取编码格式并将其修改。不过，我完成了。现在分享一下。



1、首先，获取.csv文件的编码。

获取文件编码，需要使用到一个第三方库。网上很多资料说判断编码格式都不全面，不能完整的获取编码格式。我找到了一个能够获取完整编码格式的库。附上链接：https://github.com/lml123-1/uchardet

1、拉取下来后放到任意有权限的目录。如下图..]]></description><category></category></item><item><title><![CDATA[linux下域名解析搜索顺序测试（hosts和dns）]]></title><link>https://blog.csdn.net/qq_45576612/article/details/110237003</link><guid>https://blog.csdn.net/qq_45576612/article/details/110237003</guid><author>qq_45576612</author><pubDate>Fri, 27 Nov 2020 16:56:05 +0800</pubDate><description><![CDATA[我们把DNS服务器地址注释掉：
sudo vi /etc/resolv.conf
然后重启网络：
xjtu129@xjtu129-desktop:/etc$ sudo /etc/init.d/networking restart
现在我们访问www.xjtu.edu.cn网站，down掉了
我们在添加本地解析：
sudo vi /etc/hosts
添加：
127.0.0.1 localhost
127.0.1.1 xjtu129-desktop
202.117.1.13 www.xjtu.edu.cn  ]]></description><category></category></item><item><title><![CDATA[golang包下载地址]]></title><link>https://blog.csdn.net/qq_45576612/article/details/109661348</link><guid>https://blog.csdn.net/qq_45576612/article/details/109661348</guid><author>qq_45576612</author><pubDate>Thu, 12 Nov 2020 22:42:37 +0800</pubDate><description><![CDATA[https://studygolang.com/dl#stable

]]></description><category></category></item><item><title><![CDATA[目前流行数据库及学习链接]]></title><link>https://blog.csdn.net/qq_45576612/article/details/109516621</link><guid>https://blog.csdn.net/qq_45576612/article/details/109516621</guid><author>qq_45576612</author><pubDate>Thu, 05 Nov 2020 17:38:41 +0800</pubDate><description><![CDATA[计划中的数据库SQLMysqlPostgreSQLSQLiteMongoDBRedisMemcached
首先进入链接 学习地址.
已知的数据库种类有很多，如：
SQL、Mysql、Postgre SQL、SQLite、MongoDB、Redis、Memcached
SQL
SQL 是用于访问和处理数据库的标准的计算机语言。链接: 学习地址.
Mysql
MySQL 是最流行的关系型数据库管理系统，在 WEB 应用方面 MySQL 是最好的 RDBMS(Relational Database Managem]]></description><category></category></item><item><title><![CDATA[git linux 基本使用]]></title><link>https://blog.csdn.net/qq_45576612/article/details/109313915</link><guid>https://blog.csdn.net/qq_45576612/article/details/109313915</guid><author>qq_45576612</author><pubDate>Tue, 27 Oct 2020 16:28:01 +0800</pubDate><description><![CDATA[1、添加文件
首先，我们先添加远程仓库
git remote add lml http://bitbucket.dsp.tw/scm/~limingliang/lml.git      //这里的仓库名（lml）和地址不要写我的
接下来开始添加：
git add 文件名
git commit -m “add -all”
git push -u lml master  //master分支，后面有讲
我们可以看到成功了，再去远程仓库看，也成功了
2、删除文件
添加成功了，肯定要可以删除啊，废话不多说，直接开始]]></description><category></category></item><item><title><![CDATA[回升服务器 cJSON （Linux）]]></title><link>https://blog.csdn.net/qq_45576612/article/details/109291209</link><guid>https://blog.csdn.net/qq_45576612/article/details/109291209</guid><author>qq_45576612</author><pubDate>Mon, 26 Oct 2020 15:43:00 +0800</pubDate><description><![CDATA[回升服务器 cJSON （Linux）
服务端需要下载cJSON包，其中需要头文件和.c文件
下面是client的
#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;string.h&gt;
#include &lt;unistd.h&gt;
#include &lt;sys/socket.h&gt;
#include &lt;netinet/in.h&gt;
#include &lt;arpa/inet.h&gt;

#defi]]></description><category></category></item><item><title><![CDATA[你可能不信！C双向链表还能这么写]]></title><link>https://blog.csdn.net/qq_45576612/article/details/108937387</link><guid>https://blog.csdn.net/qq_45576612/article/details/108937387</guid><author>qq_45576612</author><pubDate>Wed, 07 Oct 2020 16:00:10 +0800</pubDate><description><![CDATA[双向链表
本文主要介绍链表的创建，由于本人学习时间不长，所以可能写的不好，请指正。

]]></description><category></category></item><item><title><![CDATA[C/C++用代码实现输入密码显示 ‘*‘ 的方法]]></title><link>https://blog.csdn.net/qq_45576612/article/details/108826181</link><guid>https://blog.csdn.net/qq_45576612/article/details/108826181</guid><author>qq_45576612</author><pubDate>Sun, 27 Sep 2020 13:39:17 +0800</pubDate><description><![CDATA[这是一篇关于C语言输入密码显示 ’ * ’ 的文章。
我主要是借鉴了各位大佬的资料进行了学习，总结了一些知识点。下面由我分享给大家。
这张截图转载于 https://blog.csdn.net/wintershii/article/details/80034040

其中 isprint() 函数实在 《ctype.h》 头文件中的，下面一张图片有介绍
转载于 https://www.runoob.com/cprogramming/c-function-isprint.html

在这里想说一句，这代码已经]]></description><category></category></item><item><title><![CDATA[Python 学习Anaconda 安装以及第三方库的安装办法]]></title><link>https://blog.csdn.net/qq_45576612/article/details/108370371</link><guid>https://blog.csdn.net/qq_45576612/article/details/108370371</guid><author>qq_45576612</author><pubDate>Wed, 02 Sep 2020 21:03:51 +0800</pubDate><description><![CDATA[Python 学习安装1



第一次发表，其实早就想在这上面发表了，我在这上面学到很多知识，现在我也想分享一下我的想法，以及记录自己的学习，供自己复习
（本文纯属个人意见，不喜勿喷）
安装
分享一下库的安装吧：
python学习主要学习的就是库

对于库的安装，先下载Anaconda，下载链接的话去官网吧
单纯下载Anaconda并没有什么作用1，其中有很多库在win中并不能使用，需要进入base环境中才能实现：
在cmd中输入 &gt;activate
这样你就能使用你安装的库了
至于还想要安装其...]]></description><category></category></item></channel></rss>