<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[qq_57064821的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/qq_57064821</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; qq_57064821]]></copyright><item><title><![CDATA[原生html和js实现联级查询（第一个选了才出现第二个的选项）]]></title><link>https://blog.csdn.net/qq_57064821/article/details/140874945</link><guid>https://blog.csdn.net/qq_57064821/article/details/140874945</guid><author>qq_57064821</author><pubDate>Fri, 02 Aug 2024 17:07:00 +0800</pubDate><description><![CDATA[bootstrap主要用于样式设置，显得更好看一点，不用也没事，搜一搜js的获取dom节点的方法，还有js的事件绑定，那个addEventListener，一样的哈。这里是使用ajax请求去后端获取的数据，把company作为参数传到了后端，根据后端的返回结果，将返回的结果处理一下以后，绑定到了第二个下拉框的html中，最后使用select2插件初始化是为了使下拉框具有模糊搜索功能。也就是，在第一个下拉框选中的内容发生改变时，重新设置第二个下拉框使用的变量的值。2、为第一个下拉框绑定change事件。]]></description><category></category></item><item><title><![CDATA[php Yii2项目页面刷新导致表单重复提交的问题解决]]></title><link>https://blog.csdn.net/qq_57064821/article/details/140873306</link><guid>https://blog.csdn.net/qq_57064821/article/details/140873306</guid><author>qq_57064821</author><pubDate>Fri, 02 Aug 2024 16:45:35 +0800</pubDate><description><![CDATA[在使用Yii框架创建的项目中，有一个弹窗，弹窗中有一个表单，表单的内容需要提交给后端的php controller文件做数据处理，进而对数据库进行一定的操作，但是操作执行完成以后，浏览器显示的内容没有改变，如果刷新页面，页面显示内容改变但是表单的内容会重复提交给controller程序进行重复处理。现在$transfer里边放的就是表单的数据，再对表单的数据进行处理就好了。像这样，上边是定义的字段名，下边一个规则，最下边是字段对应的标签名，也就是到时候前端让用户填数据的时候，用户看到的那个提示标签的名字。]]></description><category></category></item><item><title><![CDATA[html和原生js实现年月或者日期选择并设置默认值]]></title><link>https://blog.csdn.net/qq_57064821/article/details/136958516</link><guid>https://blog.csdn.net/qq_57064821/article/details/136958516</guid><author>qq_57064821</author><pubDate>Sat, 23 Mar 2024 09:28:53 +0800</pubDate><description><![CDATA[最近实习做了一个考勤系统的页面，要和php的后端相结合，要求使用原生的html和js，不使用项目管理的方式编写，但是统计界面需要实现一个用户选择年月，根据用户的选择来展示这个月的考勤数据的功能。从上边设置默认值的js代码中可以看出，赋值使用的是.val()函数，最开始我使用的是innerText， 是不生效的，毕竟input不是div，所以innerText是不生效的。接下来上代码：（我这里是在html中使用了vue文件引入，所以有一些vue的写法）2、month：可以选取年月两级。]]></description><category></category></item><item><title><![CDATA[jQuery is not defined问题解决]]></title><link>https://blog.csdn.net/qq_57064821/article/details/136895289</link><guid>https://blog.csdn.net/qq_57064821/article/details/136895289</guid><author>qq_57064821</author><pubDate>Thu, 21 Mar 2024 10:09:12 +0800</pubDate><description><![CDATA[jquery is not defined其实就是jquery的版本问题，重新下载jquery版本再重新引用，就可以解决。]]></description><category></category></item><item><title><![CDATA[计算机学生就业指南（自己感悟）]]></title><link>https://blog.csdn.net/qq_57064821/article/details/136499355</link><guid>https://blog.csdn.net/qq_57064821/article/details/136499355</guid><author>qq_57064821</author><pubDate>Wed, 06 Mar 2024 13:41:33 +0800</pubDate><description><![CDATA[大学学习规划，就业规划，就业路线，求职计划]]></description><category></category></item><item><title><![CDATA[idea建立springboot项目运行后浏览器访问不了]]></title><link>https://blog.csdn.net/qq_57064821/article/details/136393553</link><guid>https://blog.csdn.net/qq_57064821/article/details/136393553</guid><author>qq_57064821</author><pubDate>Fri, 01 Mar 2024 13:47:39 +0800</pubDate><description><![CDATA[springboot项目运行成功，浏览器打不开的解决方法大全，六个解决方法，依赖错误，浏览器报500错误，浏览器报404错误]]></description><category></category></item><item><title><![CDATA[jeecg-boot前端获取当前登录的用户]]></title><link>https://blog.csdn.net/qq_57064821/article/details/136368720</link><guid>https://blog.csdn.net/qq_57064821/article/details/136368720</guid><author>qq_57064821</author><pubDate>Thu, 29 Feb 2024 13:40:56 +0800</pubDate><description><![CDATA[jeecgboot前端获取当前登录用户的信息]]></description><category></category></item><item><title><![CDATA[ant design vue表格中的某一列根据数值显示不同的内容]]></title><link>https://blog.csdn.net/qq_57064821/article/details/136043941</link><guid>https://blog.csdn.net/qq_57064821/article/details/136043941</guid><author>qq_57064821</author><pubDate>Mon, 05 Feb 2024 16:47:14 +0800</pubDate><description><![CDATA[今天使用ant design vue进行开发时，使用a-table标签做一个表格，表格的数据是通过后端接口进行获取的，但是发现一个渲染上的问题我做的表格样式如下，在接受这一栏，我接受的数据是0或者1，但是我要渲染成成功或者失败，，研究了好久怎么做。下面说一下解决的方法。]]></description><category></category></item><item><title><![CDATA[css阴影]]></title><link>https://blog.csdn.net/qq_57064821/article/details/128750580</link><guid>https://blog.csdn.net/qq_57064821/article/details/128750580</guid><author>qq_57064821</author><pubDate>Sun, 22 Jan 2023 21:54:04 +0800</pubDate><description><![CDATA[css阴影，文本阴影，盒子阴影]]></description><category></category></item><item><title><![CDATA[css新增样式]]></title><link>https://blog.csdn.net/qq_57064821/article/details/128750484</link><guid>https://blog.csdn.net/qq_57064821/article/details/128750484</guid><author>qq_57064821</author><pubDate>Sun, 22 Jan 2023 21:32:44 +0800</pubDate><description><![CDATA[css新增样式，各类选择器，渐进增强，优雅降级。]]></description><category></category></item><item><title><![CDATA[html表单和常用属性]]></title><link>https://blog.csdn.net/qq_57064821/article/details/128732429</link><guid>https://blog.csdn.net/qq_57064821/article/details/128732429</guid><author>qq_57064821</author><pubDate>Thu, 19 Jan 2023 09:21:07 +0800</pubDate><description><![CDATA[html5中新增的表单属性及应用，input输入框得类型，html日期、音视频、图片、邮箱、网址输入，html输入内容验证]]></description><category></category></item><item><title><![CDATA[javascript中的变量类型转换html]]></title><link>https://blog.csdn.net/qq_57064821/article/details/127880959</link><guid>https://blog.csdn.net/qq_57064821/article/details/127880959</guid><author>qq_57064821</author><pubDate>Wed, 16 Nov 2022 11:40:28 +0800</pubDate><description><![CDATA[有三个函数：Number（）,parseInt()，parseFloat()，Number函数可以用来转化任意类型的，后边两个智能用来转化字符串，而且字符串转化为Int是只有字符串中的值全是数字时才能够进行的。有两个函数，tostring（），和string（a）.tostring()函数中括号中没有值，string（）函数中括号内需要有变量值。string函数可以适用于所有的类型，将null类型的转换为字符串“null”，将undefined转换为字符串“undefined”。]]></description><category></category></item><item><title><![CDATA[css选择器权重]]></title><link>https://blog.csdn.net/qq_57064821/article/details/127083362</link><guid>https://blog.csdn.net/qq_57064821/article/details/127083362</guid><author>qq_57064821</author><pubDate>Wed, 28 Sep 2022 19:35:21 +0800</pubDate><description><![CDATA[css选择器的权重分许]]></description><category></category></item><item><title><![CDATA[6-1 二分查找 (20 分)]]></title><link>https://blog.csdn.net/qq_57064821/article/details/121228913</link><guid>https://blog.csdn.net/qq_57064821/article/details/121228913</guid><author>qq_57064821</author><pubDate>Tue, 09 Nov 2021 15:23:44 +0800</pubDate><description><![CDATA[本题要求实现二分查找算法。

函数接口定义：


Position BinarySearch( List L, ElementType X );

其中List结构定义如下：


typedef int Position;
typedef struct LNode *List;
struct LNode {
    ElementType Data[MAXSIZE];
    Position Last; /* 保存线性表中最后一个元素的位置 */
};

L是用户传入的一个线性表，其中ElementTyp]]></description><category></category></item><item><title><![CDATA[7-1 根据后序和中序遍历输出先序遍历 (25 分)]]></title><link>https://blog.csdn.net/qq_57064821/article/details/120932834</link><guid>https://blog.csdn.net/qq_57064821/article/details/120932834</guid><author>qq_57064821</author><pubDate>Sun, 24 Oct 2021 14:01:46 +0800</pubDate><description><![CDATA[本题要求根据给定的一棵二叉树的后序遍历和中序遍历结果，输出该树的先序遍历结果。

输入格式:

第一行给出正整数N(≤30)，是树中结点的个数。随后两行，每行给出N个整数，分别对应后序遍历和中序遍历结果，数字间以空格分隔。题目保证输入正确对应一棵二叉树。

输出格式:

在一行中输出Preorder:以及该树的先序遍历结果。数字间有1个空格，行末不得有多余空格。

输入样例:


7
2 3 1 5 7 6 4
1 2 3 4 5 6 7

结尾无空行

输出样例:


Preorder: 4 1 3 2.]]></description><category></category></item><item><title><![CDATA[6-2 后序输出第i个结点 (6 分)]]></title><link>https://blog.csdn.net/qq_57064821/article/details/120879100</link><guid>https://blog.csdn.net/qq_57064821/article/details/120879100</guid><author>qq_57064821</author><pubDate>Thu, 21 Oct 2021 08:52:46 +0800</pubDate><description><![CDATA[本题要求实现对于给定的二叉树，打印后序序列中指定序号的结点。

函数接口定义：



void PrintNode(BiTree T);

T是二叉树树根指针，PrintNode函数输出给定二叉树的后序序列中第n个结点，n为结点在后序序列中的序号，从1开始编号。

其中BinTree结构定义如下：


typedef char ElemType;
typedef struct BiTNode
{
   ElemType data;
   struct BiTNode *lchild, *rchild;
}B]]></description><category></category></item><item><title><![CDATA[顺序栈复习]]></title><link>https://blog.csdn.net/qq_57064821/article/details/120798305</link><guid>https://blog.csdn.net/qq_57064821/article/details/120798305</guid><author>qq_57064821</author><pubDate>Sat, 16 Oct 2021 14:50:24 +0800</pubDate><description><![CDATA[栈是特殊的线性表，表尾称为栈顶，表头称为栈底，遵循后进先出的规则。

顺序栈的定义


typedef int SElemType;
typedef struct{
SElemType *base;
SElemType *top;
int size;
}SqStack;

顺序栈的初始化


typedef int Status;
Status InitStack(SqStack &amp;S){
S.base = (SElemType*)malloc(STACK_INIT_SIZE*sizeof(SEle]]></description><category></category></item><item><title><![CDATA[6-3 删除单链表中最后一个与给定值相等的结点 (10 分)]]></title><link>https://blog.csdn.net/qq_57064821/article/details/120797114</link><guid>https://blog.csdn.net/qq_57064821/article/details/120797114</guid><author>qq_57064821</author><pubDate>Sat, 16 Oct 2021 13:17:32 +0800</pubDate><description><![CDATA[本题要求在链表中删除最后一个数据域取值为x的节点。L是一个带头结点的单链表，函数ListLocateAndDel_L(LinkList L, ElemType x)要求在链表中查找最后一个数据域取值为x的节点并将其删除。例如，原单链表各个节点的数据域依次为1 3 1 4 3 5，则ListLocateAndDel_L(L,3)执行后，链表中剩余各个节点的数据域取值依次为1 3 1 4 5。

函数接口定义：


void ListLocateAndDel_L(LinkList L, ElemType x)；]]></description><category></category></item><item><title><![CDATA[6-2 单链表元素定位 (12 分)]]></title><link>https://blog.csdn.net/qq_57064821/article/details/120796339</link><guid>https://blog.csdn.net/qq_57064821/article/details/120796339</guid><author>qq_57064821</author><pubDate>Sat, 16 Oct 2021 11:42:34 +0800</pubDate><description><![CDATA[本题要求在链表中查找第一个数据域取值为x的节点，返回节点的位序。L是一个带头结点的单链表，函数ListLocate_L(LinkList L, ElemType x)要求在链表中查找第一个数据域取值为x的节点，返回其位序（从1开始），查找不到则返回0。例如，原单链表各个元素节点的元素依次为1,2,3,4，则ListLocate_L(L, 1)返回1，ListLocate_L(L, 3)返回3，而ListLocate_L(L, 100)返回0。

函数接口定义：


int ListLocate_L(Link]]></description><category></category></item><item><title><![CDATA[7-24 求链式线性表的倒数第K项 (20 分)]]></title><link>https://blog.csdn.net/qq_57064821/article/details/120442877</link><guid>https://blog.csdn.net/qq_57064821/article/details/120442877</guid><author>qq_57064821</author><pubDate>Thu, 23 Sep 2021 20:39:31 +0800</pubDate><description><![CDATA[给定一系列正整数，请设计一个尽可能高效的算法，查找倒数第K个位置上的数字。

输入格式:

输入首先给出一个正整数K，随后是若干非负整数，最后以一个负整数表示结尾（该负数不算在序列内，不要处理）。

输出格式:

输出倒数第K个位置上的数据。如果这个位置不存在，输出错误信息NULL。

输入样例:


4 1 2 3 4 5 6 7 8 9 0 -1

结尾无空行

输出样例:


7

这题我只能给出一个没有全对的答案了，因为我不会改了，太难了，大致错误是创建列表时没有判断是否大于零。


//库函数头.]]></description><category></category></item></channel></rss>