<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[ms_____的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/ms_____</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; ms_____]]></copyright><item><title><![CDATA[力扣day07]]></title><link>https://blog.csdn.net/ms_____/article/details/148128549</link><guid>https://blog.csdn.net/ms_____/article/details/148128549</guid><author>ms_____</author><pubDate>Thu, 22 May 2025 08:31:52 +0800</pubDate><description><![CDATA[基本查询]]></description><category></category></item><item><title><![CDATA[力扣刷题(day06)]]></title><link>https://blog.csdn.net/ms_____/article/details/148062058</link><guid>https://blog.csdn.net/ms_____/article/details/148062058</guid><author>ms_____</author><pubDate>Mon, 19 May 2025 14:03:04 +0800</pubDate><description><![CDATA[数据库基本查询]]></description><category></category></item><item><title><![CDATA[力扣(数据库&&哈希表)例题(day05)]]></title><link>https://blog.csdn.net/ms_____/article/details/148040739</link><guid>https://blog.csdn.net/ms_____/article/details/148040739</guid><author>ms_____</author><pubDate>Sun, 18 May 2025 12:00:08 +0800</pubDate><description><![CDATA[数据库的基本查询例题和哈希表的例题]]></description><category></category></item><item><title><![CDATA[力扣(数据库&&哈希表)例题(day04)]]></title><link>https://blog.csdn.net/ms_____/article/details/148027656</link><guid>https://blog.csdn.net/ms_____/article/details/148027656</guid><author>ms_____</author><pubDate>Sat, 17 May 2025 14:10:00 +0800</pubDate><description><![CDATA[数据库，哈希表的基础例题]]></description><category></category></item><item><title><![CDATA[力扣数据库(day03)]]></title><link>https://blog.csdn.net/ms_____/article/details/147991032</link><guid>https://blog.csdn.net/ms_____/article/details/147991032</guid><author>ms_____</author><pubDate>Thu, 15 May 2025 20:46:11 +0800</pubDate><description><![CDATA[数据库基本查询例题]]></description><category></category></item><item><title><![CDATA[力扣数据库(day02)]]></title><link>https://blog.csdn.net/ms_____/article/details/147953855</link><guid>https://blog.csdn.net/ms_____/article/details/147953855</guid><author>ms_____</author><pubDate>Wed, 14 May 2025 15:05:46 +0800</pubDate><description><![CDATA[数据库的基本查询练习]]></description><category></category></item><item><title><![CDATA[力扣数据库(每日一题day01)]]></title><link>https://blog.csdn.net/ms_____/article/details/147933475</link><guid>https://blog.csdn.net/ms_____/article/details/147933475</guid><author>ms_____</author><pubDate>Tue, 13 May 2025 21:13:51 +0800</pubDate><description><![CDATA[数据库基本查询的例题]]></description><category></category></item><item><title><![CDATA[力扣哈希表]]></title><link>https://blog.csdn.net/ms_____/article/details/147903989</link><guid>https://blog.csdn.net/ms_____/article/details/147903989</guid><author>ms_____</author><pubDate>Mon, 12 May 2025 21:04:00 +0800</pubDate><description><![CDATA[罗马数字是通过添加从最高到最低的小数位值的转换而形成的。将小数位值转换为罗马数字有以下规则：如果该值不是以 4 或 9 开头，请选择可以从输入中减去的最大值的符号，将该符号附加到结果，减去其值，然后将其余部分转换为罗马数字。思路，先根据题意传入两个参数一个数组，一个目标值，在这里用hashmap键值对存储来进行遍历查询，1.创建hashmap对象，2.for循环来遍历整个初始数组，在里面定义一个a来表示另一个目标数的另一个和数，在map里面查询有a就返还当前的下标i，以及a的下标。只有 10 的次方（]]></description><category></category></item><item><title><![CDATA[ Springboot3+vue3来实现分页查询]]></title><link>https://blog.csdn.net/ms_____/article/details/147536881</link><guid>https://blog.csdn.net/ms_____/article/details/147536881</guid><author>ms_____</author><pubDate>Sat, 26 Apr 2025 14:49:21 +0800</pubDate><description><![CDATA[RequestParam将数据json化， Admin admin接受admin类里面的属性 ， adminService在前面创建了private AdminService adminservice的对象，调用里面的selectPage方法。首先写controller层来接收前端的参数，传给service来使用方法和调用sql的接口方法，到mapper层 创建方法接口和mapper.xml来执行sql大概就是这个流程；首先一些基本的查询框，表结构，分页器，绑定的数据都在这里面，来显示在前端。]]></description><category></category></item><item><title><![CDATA[Springboot框架的搭建]]></title><link>https://blog.csdn.net/ms_____/article/details/147508269</link><guid>https://blog.csdn.net/ms_____/article/details/147508269</guid><author>ms_____</author><pubDate>Fri, 25 Apr 2025 14:20:16 +0800</pubDate><description><![CDATA[springboot搭建
]]></description><category></category></item><item><title><![CDATA[Vue3集成Element-Plus创建系统]]></title><link>https://blog.csdn.net/ms_____/article/details/147465495</link><guid>https://blog.csdn.net/ms_____/article/details/147465495</guid><author>ms_____</author><pubDate>Wed, 23 Apr 2025 23:08:10 +0800</pubDate><description><![CDATA[用element-plus组件来美化页面更方便]]></description><category></category></item><item><title><![CDATA[快速创建vue工程]]></title><link>https://blog.csdn.net/ms_____/article/details/147459151</link><guid>https://blog.csdn.net/ms_____/article/details/147459151</guid><author>ms_____</author><pubDate>Wed, 23 Apr 2025 17:23:57 +0800</pubDate><description><![CDATA[{path: '/:pathMatch(.*)', redirect:'/notFound'},拦截/：的所有路径调转到404页面。HomeView.vue修改成Home.vue。在cmd里面连续两次CTRL+关掉vue。通过交互式指令来创建vue3工程。全局css global.css。在idea里面点击按钮启动。在main.js里面加引用。router.js精简。]]></description><category></category></item><item><title><![CDATA[IDEA自动配置本地Maven，解放双手每次配置]]></title><link>https://blog.csdn.net/ms_____/article/details/147253736</link><guid>https://blog.csdn.net/ms_____/article/details/147253736</guid><author>ms_____</author><pubDate>Tue, 15 Apr 2025 17:28:20 +0800</pubDate><description><![CDATA[在系统环境变量里面设置变量名和地址 M2_HOME 和本地Maven的路经 在path 里面添加%M2_HOME%\bin;找到Customize里面的All setting选项。本地的安装包里面的conf包里面的setting文件。修改为本地的仓库，可以积累项目依赖快速加载。修改成阿里云镜像，在下载依赖的过程中速度快。部署本地安装的路径，这样就设为默认值了。这样以后都不用再改了，算是一个小技巧吧。每次都需要改本地的路径太过麻烦。]]></description><category></category></item><item><title><![CDATA[支付宝沙箱支付Demo]]></title><link>https://blog.csdn.net/ms_____/article/details/146913362</link><guid>https://blog.csdn.net/ms_____/article/details/146913362</guid><author>ms_____</author><pubDate>Tue, 01 Apr 2025 15:52:18 +0800</pubDate><description><![CDATA[http://z8w6jq.natappfree.cc/alipay/notify 支付宝异步回调接口，每次点开的。在natapp的start.bat里面配置好自己的authtoken保存后退出，双击start.bat如下及成果。使用 http://evnryt.natappfree.cc访问后端。application.yml里面添加阿里支付的配置。前端里面点击绑定事件，调用后端接口，来进行支付。是不一样的要在配置文件里面把下红线的替换掉。实名后购买免费隧道，在里面配置后端端口号。]]></description><category></category></item></channel></rss>