<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[LoveEate的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/LoveEate</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; LoveEate]]></copyright><item><title><![CDATA[uipath 处理文本类文件]]></title><link>https://blog.csdn.net/LoveEate/article/details/158350571</link><guid>https://blog.csdn.net/LoveEate/article/details/158350571</guid><author>LoveEate</author><pubDate>Tue, 24 Feb 2026 15:33:19 +0800</pubDate><description><![CDATA[第二步是把读的文件重新用活动write text file写一份（这时候可以写成刚刚读取前的文件后缀如.xml）第一步是先备份一份为原文件然后用 read Text File的读取文件，这时候可以处理里面的读取出来的数据；前提是像后缀为.xml等的文件可以用text的读取没有异常。]]></description><category></category></item><item><title><![CDATA[vue3 el-switch表单联动校验]]></title><link>https://blog.csdn.net/LoveEate/article/details/152320549</link><guid>https://blog.csdn.net/LoveEate/article/details/152320549</guid><author>LoveEate</author><pubDate>Tue, 30 Sep 2025 14:26:58 +0800</pubDate><description><![CDATA[备注 在页面初始话的时候就会调用el-switch的change事件，所以定义了一个变量，当这个变量在初始化的时候不调change事件。]]></description><category></category></item><item><title><![CDATA[uniapp 运行/发版微信小程序]]></title><link>https://blog.csdn.net/LoveEate/article/details/152270809</link><guid>https://blog.csdn.net/LoveEate/article/details/152270809</guid><author>LoveEate</author><pubDate>Mon, 29 Sep 2025 15:37:33 +0800</pubDate><description><![CDATA[备注如果你的微信开发者工具之前登录过别的小程序，并且两个项目的appId不一致时，会导致获取openId有问题。如果HbuilderX没登录过，需先登录 ，并且要填写uni-app 的appId。在manifest.json这个文件中修改微信小程序的appId。选择微信开发者工具 就会自动打开微信开发者工具了。直接点击发下会直接打开微信开发者工具。前提1 你有这个小程序的权限。点击微信开发者工具点击上传。之后的按照提示走就ok了。]]></description><category></category></item><item><title><![CDATA[vue 在el-tabs动态添加添加table]]></title><link>https://blog.csdn.net/LoveEate/article/details/151992086</link><guid>https://blog.csdn.net/LoveEate/article/details/151992086</guid><author>LoveEate</author><pubDate>Tue, 23 Sep 2025 10:48:59 +0800</pubDate><description><![CDATA[el-table-column prop="oldFieldName" label="当前字段名" width="120" /><el-table-column label="新字段名" width="150"><el-table-column label="名称" width="120"><el-table-column label="描述" width="150"><el-table-column label="操作" width="150">placeholder="请输入新字段名"]]></description><category></category></item><item><title><![CDATA[VUE el-upload 在列表上面上传数据]]></title><link>https://blog.csdn.net/LoveEate/article/details/151991189</link><guid>https://blog.csdn.net/LoveEate/article/details/151991189</guid><author>LoveEate</author><pubDate>Tue, 23 Sep 2025 10:29:11 +0800</pubDate><description><![CDATA[el-table-column label="封面" align="center" prop="url" width="300">2.2 是在handleUploadUpdate 事件中通过ref去触发的。注意点，1 在on-change事件中，要求额外添加的参数，并且在on-change连接后台服务。2 图片在有蒙层的作用下要求自动触发上传，这里做了两个操作。2.1 是动态加了ref。背景是用了element-plus vue3。在列表上面上传数据，话不多说，直接上代码。]]></description><category></category></item><item><title><![CDATA[PowerDesigin16.5 连接 orcale]]></title><link>https://blog.csdn.net/LoveEate/article/details/122745822</link><guid>https://blog.csdn.net/LoveEate/article/details/122745822</guid><author>LoveEate</author><pubDate>Sun, 30 Jan 2022 10:04:21 +0800</pubDate><description><![CDATA[1,jdk为 32位的 配置好32位的java_home

2,jdk放好对应的位置

点击 Tools -&gt;选择General options -&gt;Category-&gt; jar:对应jar.exe所在的位置

java:对应java.exe所在的位置

javac:对应javac.exe所在的位置

javadoc:对应javadoc.exe所在的位置



3:配置连接oracle数据库

注意：1 驱动jar要放在powerDesigin下

     2 要配置驱动ho...]]></description><category></category></item><item><title><![CDATA[Ant Design React Upload 上传视频时，onChange只调一次]]></title><link>https://blog.csdn.net/LoveEate/article/details/118391367</link><guid>https://blog.csdn.net/LoveEate/article/details/118391367</guid><author>LoveEate</author><pubDate>Thu, 01 Jul 2021 17:23:21 +0800</pubDate><description><![CDATA[问题：在上传视频时，出现进度条一直是在上传中的，在前端打console时发现，Upload组件的onChange事件一直是 uploading状态，但是后端返回200，已经上传成功了

 解决办法：在onChange 方法中，当上传状态是uploading时，重新塞下值

   写成


this.setState({fileList: [... info.fileList]});

而不是


this.setState({fileList3: info.fileList});
...]]></description><category></category></item><item><title><![CDATA[list＜String＞ 和 String[] 的相互转换]]></title><link>https://blog.csdn.net/LoveEate/article/details/113683675</link><guid>https://blog.csdn.net/LoveEate/article/details/113683675</guid><author>LoveEate</author><pubDate>Fri, 05 Feb 2021 11:00:13 +0800</pubDate><description><![CDATA[String [] 转换成List&lt;String&gt;

List&lt;String&gt; list = Arrays.asList(new String []{"1","2"});

List&lt;String&gt;转换成 String[]

String [] strs=list.toArray(new String[list.size()]);
]]></description><category></category></item><item><title><![CDATA[idea 搭建 gateWay(二)]]></title><link>https://blog.csdn.net/LoveEate/article/details/113375299</link><guid>https://blog.csdn.net/LoveEate/article/details/113375299</guid><author>LoveEate</author><pubDate>Thu, 04 Feb 2021 11:12:54 +0800</pubDate><description><![CDATA[接着上章，这次我们整合下gateWay









点击 next --------&gt;finish



pom.xml


]]></description><category></category></item><item><title><![CDATA[使用Fastjson解析List对象时出现$ref: “$.list[0]“的解决方法]]></title><link>https://blog.csdn.net/LoveEate/article/details/113599326</link><guid>https://blog.csdn.net/LoveEate/article/details/113599326</guid><author>LoveEate</author><pubDate>Wed, 03 Feb 2021 13:22:53 +0800</pubDate><description><![CDATA[解决办法：


String text=JSON.toJSONString(newList,SerializerFeature.DisableCircularReferenceDetect);
List&lt;T&gt; rankModelList=JSON.parseArray(text,T.class);




]]></description><category></category></item><item><title><![CDATA[idea 搭建 eureka （一）]]></title><link>https://blog.csdn.net/LoveEate/article/details/113364940</link><guid>https://blog.csdn.net/LoveEate/article/details/113364940</guid><author>LoveEate</author><pubDate>Fri, 29 Jan 2021 11:13:15 +0800</pubDate><description><![CDATA[1,项目结构



2,开始构建









点击next -----------&gt;点击 finish 至此主工程搭建成功

3，搭建 eureka

项目右键











点击next -----------&gt;点击 finish



pom.xml



application.xml



启动项目





4,搭建eureker-client-a







点击next -----------&gt;点击 finish

pom.xml



applica...]]></description><category></category></item><item><title><![CDATA[Multipartfile 上传文件使用 transferTo 抛  java.io.FileNotFoundException C:\Users\admin\AppData\Local\Temp]]></title><link>https://blog.csdn.net/LoveEate/article/details/108579494</link><guid>https://blog.csdn.net/LoveEate/article/details/108579494</guid><author>LoveEate</author><pubDate>Mon, 14 Sep 2020 15:09:58 +0800</pubDate><description><![CDATA[今天上传文件时遇到一个坑， 上传文件时报错了，这个上传文件的我之前项目用的时候是没问题的，直接copy过来就报错了，最后在https://blog.csdn.net/luhongzheng/article/details/104744913?utm_medium=distribute.pc_relevant.none-task-blog-OPENSEARCH-3.channel_param&amp;depth_1-utm_source=distribute.pc_relevant.none-task...]]></description><category></category></item><item><title><![CDATA[MySql not in 优化]]></title><link>https://blog.csdn.net/LoveEate/article/details/108003593</link><guid>https://blog.csdn.net/LoveEate/article/details/108003593</guid><author>LoveEate</author><pubDate>Fri, 14 Aug 2020 14:32:13 +0800</pubDate><description><![CDATA[表 A 表 B

Select a.*From A a Where a.bid not in （Select b.id From B b）

优化之后

Select a.idFrom A a Left Join B b on b.id=a.bid

where b.id is null


]]></description><category></category></item><item><title><![CDATA[前端  华为OBS 上传图片和查看图片]]></title><link>https://blog.csdn.net/LoveEate/article/details/107976322</link><guid>https://blog.csdn.net/LoveEate/article/details/107976322</guid><author>LoveEate</author><pubDate>Thu, 13 Aug 2020 11:50:54 +0800</pubDate><description><![CDATA[前提是OBS 使用的是SDKBrowserJS

下载SDKBrowserJS 

1 前提npmconfigsetregistry https://registry.npmjs.org

2 esdk-obs-browserjs 3.20.7

上传图片两种方式

1 普通的上传


// 创建ObsClient实例
var obsClient = new ObsClient({
    access_key_id: '*** Provide your Access Key ...]]></description><category></category></item><item><title><![CDATA[Ant  Design  Drawer  Modal (抽屉中套了一层弹出框)]]></title><link>https://blog.csdn.net/LoveEate/article/details/107387958</link><guid>https://blog.csdn.net/LoveEate/article/details/107387958</guid><author>LoveEate</author><pubDate>Mon, 20 Jul 2020 09:41:17 +0800</pubDate><description><![CDATA[描述：

 最近用Ant Design 的Drawer 和Modal 出现一个问题， 在Drawer 含有Modal ，Drawer 显示数据 ，Modal新增和编辑数据，

然后打开Modal 的时候就发现使用组件就会直接报错



element.nodeName.toLowerCase is not a function



解决办法：

 


const example = props =&gt; {



const columnsVideo=[
  {
  ...]]></description><category></category></item><item><title><![CDATA[Ant Design useState 重新渲染值 无效果]]></title><link>https://blog.csdn.net/LoveEate/article/details/107387587</link><guid>https://blog.csdn.net/LoveEate/article/details/107387587</guid><author>LoveEate</author><pubDate>Thu, 16 Jul 2020 17:21:03 +0800</pubDate><description><![CDATA[描述：

 用Ant Deisgn Table组件修改行值时，使用useState 数据没渲染出来



解决办法：


import React, {useState} from 'react';


const TableListExample = props =&gt; {
  const [tableList, setTableList] = useState([]);

const onSortChange=(e,record)=&gt;{
 if(!e.target.value){
...]]></description><category></category></item><item><title><![CDATA[C#发送post Get 请求]]></title><link>https://blog.csdn.net/LoveEate/article/details/107062057</link><guid>https://blog.csdn.net/LoveEate/article/details/107062057</guid><author>LoveEate</author><pubDate>Wed, 01 Jul 2020 13:27:21 +0800</pubDate><description><![CDATA[// application/json



public string SendPost(string url, string dtStr)
    {
      HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
      byte[] requestBytes = System.Text.Encoding.UTF8.GetBytes(dtStr);
      req.Meth...]]></description><category></category></item><item><title><![CDATA[C# 获取post 里面的数据]]></title><link>https://blog.csdn.net/LoveEate/article/details/107062042</link><guid>https://blog.csdn.net/LoveEate/article/details/107062042</guid><author>LoveEate</author><pubDate>Wed, 01 Jul 2020 13:24:07 +0800</pubDate><description><![CDATA[public String GetDate()
    {
      Stream s = System.Web.HttpContext.Current.Request.InputStream;
      byte[] b = new byte[s.Length];
      s.Read(b, 0, (int)s.Length);
      return Encoding.UTF8.GetString(b);
    }
...]]></description><category></category></item><item><title><![CDATA[git 查看用户名/邮箱/密码和修改用户名/邮箱/密码]]></title><link>https://blog.csdn.net/LoveEate/article/details/105492723</link><guid>https://blog.csdn.net/LoveEate/article/details/105492723</guid><author>LoveEate</author><pubDate>Mon, 13 Apr 2020 17:06:11 +0800</pubDate><description><![CDATA[查看

用户名： $ git config user.name

邮箱：$ git config user.email

密码：$ git config user.password

修改

用户名：$ git config --global --replace-all user.name "要修改的用户名"

邮箱：$ git config --global --replace-all ...]]></description><category></category></item><item><title><![CDATA[java GroupBy 多个属性   根据多个属性去重]]></title><link>https://blog.csdn.net/LoveEate/article/details/105218253</link><guid>https://blog.csdn.net/LoveEate/article/details/105218253</guid><author>LoveEate</author><pubDate>Tue, 31 Mar 2020 11:18:58 +0800</pubDate><description><![CDATA[sourceList-&gt;数据源

Map&lt;String, List&lt;T&gt;&gt; prodMap = sourceList.stream().

                           collect(Collectors.groupingBy(item -&gt; item.get分组的属性+ "_"...]]></description><category></category></item></channel></rss>