<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[85号小摩托的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_45094136</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_45094136]]></copyright><item><title><![CDATA[亚信安全助手卸载方法]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/124033508</link><guid>https://blog.csdn.net/weixin_45094136/article/details/124033508</guid><author>weixin_45094136</author><pubDate>Fri, 08 Apr 2022 09:36:46 +0800</pubDate><description><![CDATA[在cmd中通过管理员方式进入，输入命令：taskkill /f /im UniAccessAgent*把亚信安全助手停掉，这时候再看右下角它的图标已经没有了，然后再把他的安装包删了就可以了

补：不用进到安全模式，咱也不知道安全模式是啥，安全模式下可能会失败，这是我看一个评论区有用这个模式进入失败的。
通过管理员身份进入，输入命令就行

...]]></description><category></category></item><item><title><![CDATA[中科创达软件测试校招面试题 一面（技术）+二面（hr）]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/123687543</link><guid>https://blog.csdn.net/weixin_45094136/article/details/123687543</guid><author>weixin_45094136</author><pubDate>Wed, 23 Mar 2022 16:18:50 +0800</pubDate><description><![CDATA[先笔试，后面试
笔试：
软件测试基础题
一面技术面：
1、自我介绍
2、大学都做过什么项目
3、100个键盘，其中有一个是坏的，按键不灵，除此之外没有任何外观上的区别。你有无限的资源，怎么找出来。提出一个较好的解决办法
4、测试人员需要具备什么特点
5、对加班的看法
6、有什么想问我的
二面hr面：
1、自我介绍
2、为什么选择测试而不是开发
3、在学校自学测试跟在公司做测试有什么不一样的（因为我自我介绍的时候说过自己之前在学校自学，目前在公司实习）
4、在测试过程中也没有遇到过让你感觉比较困难的事情
5、]]></description><category></category></item><item><title><![CDATA[appendToFile: Cannot create file/user/hadoop/text.txt. Name node is in safe mode.]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/115360378</link><guid>https://blog.csdn.net/weixin_45094136/article/details/115360378</guid><author>weixin_45094136</author><pubDate>Wed, 31 Mar 2021 20:44:30 +0800</pubDate><description><![CDATA[在终端中先进入hadoop中，然后输入命令bin/hadoop dfsadmin -safemode leave使其离开安全模式
运行过程如图：（中间错误过多，有选择的看）

]]></description><category></category></item><item><title><![CDATA[Hadoop无法访问9870问题]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/115349017</link><guid>https://blog.csdn.net/weixin_45094136/article/details/115349017</guid><author>weixin_45094136</author><pubDate>Wed, 31 Mar 2021 14:09:05 +0800</pubDate><description><![CDATA[先打开主文件夹，点击计算机，然后搜索配置文件：hdfs-site.xml
如图
打开配置文件，在里边添加代码，如下图（如果其他端口访问不了，把9870改成访问不了的端口号应该也行）
保存图片，然后打开浏览器，再次访问，就可以访问成功了，如图

...]]></description><category></category></item><item><title><![CDATA[设置pycharm背景图片]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/115089721</link><guid>https://blog.csdn.net/weixin_45094136/article/details/115089721</guid><author>weixin_45094136</author><pubDate>Mon, 22 Mar 2021 18:07:27 +0800</pubDate><description><![CDATA[打开pycharm,然后shift两次，输入set background或者按ctrl+shift+a,输入set background，在弹出的窗口即可设置。
我用的是2017.1版本，不知道其他适用不适用

]]></description><category></category></item><item><title><![CDATA[pip安装pandas库时出现Traceback (most recent call last):的问题]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/111601015</link><guid>https://blog.csdn.net/weixin_45094136/article/details/111601015</guid><author>weixin_45094136</author><pubDate>Wed, 23 Dec 2020 22:52:57 +0800</pubDate><description><![CDATA[今天用pip安装pandas库的时候,安装到一半的时候报了这样一个错误：Traceback (most recent call last)…
在网上搜了很多种方法，也都一个个试了，都没成功，最后让我找到了真正的问题所在（可能是）
解决方案如下：打开python 的安装路径，到python3.7\Lib\site-packages\pip路径下，打开
main.py文件，修改最后一行，
将原本的sys.exit(main()) 改为 sys.exit(main._main()) ,如下图
最后再次安装就安装成]]></description><category></category></item><item><title><![CDATA[关于python中遇到的ModuleNotFoundError: No module named ‘pip‘问题]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/111301763</link><guid>https://blog.csdn.net/weixin_45094136/article/details/111301763</guid><author>weixin_45094136</author><pubDate>Wed, 16 Dec 2020 20:07:52 +0800</pubDate><description><![CDATA[在cmd里运行如下命令
python -m ensurepip
python -m pip install --upgrade pip


当出现如下代码是就表示修复完成



]]></description><category></category></item><item><title><![CDATA[A S使用MediaPlayer播放音频时出现E/MediaPlayerNative: prepareAsync called in state 8, mPlayer(0xcaf......的解决方法]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/110244737</link><guid>https://blog.csdn.net/weixin_45094136/article/details/110244737</guid><author>weixin_45094136</author><pubDate>Fri, 27 Nov 2020 19:52:34 +0800</pubDate><description><![CDATA[Android Studio使用MediaPlayer播放音频时出现E/MediaPlayerNative: prepareAsync called in state 8, mPlayer(0xcaf…的解决方法
在点击事件中加入try…catch…方法
try {
            //在播放之前先判断playerMusic是否被占用，这样就不会报错了

            if (player != null) {
                player.stop();
        ]]></description><category></category></item><item><title><![CDATA[Android：开发一个自定义对话框，其界面中显示标题、提示内容、确定和取消按钮。当点击回退健时，用于提示用户是否退出应用]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/109682873</link><guid>https://blog.csdn.net/weixin_45094136/article/details/109682873</guid><author>weixin_45094136</author><pubDate>Fri, 13 Nov 2020 21:30:40 +0800</pubDate><description><![CDATA[activity_main.xml
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://]]></description><category></category></item><item><title><![CDATA[关于VS中打开.cs文件只有代码出来而不显示设计窗口的解决方法！]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/109129840</link><guid>https://blog.csdn.net/weixin_45094136/article/details/109129840</guid><author>weixin_45094136</author><pubDate>Sat, 17 Oct 2020 13:16:24 +0800</pubDate><description><![CDATA[关于VS中打开.cs文件只有代码出来而不显示设计窗口的解决方法！
大家用VS写代码的时候，可能会遇到这样一个问题：建立一个windows窗体应用，或打开以前写的代码，不小心把设计框给删了，怎么重新打开呢？
方法一：
点击左上角文件，打开项目，找到自己想要打开的项目，点击后缀为.sln的文件，点开就可以了。
方法二：
点击左上角文件，打开文件夹，找到自己项目所在文件夹，点击打开，打开后VS界面右边会有一个“解决方案资源管理器”（没有的话点击试图，在里面，点一下就会出来了），依旧是找到后缀为.sln的文件，点击]]></description><category></category></item><item><title><![CDATA[关于传智书城QQ邮箱激活问题]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/106744775</link><guid>https://blog.csdn.net/weixin_45094136/article/details/106744775</guid><author>weixin_45094136</author><pubDate>Sun, 14 Jun 2020 13:01:17 +0800</pubDate><description><![CDATA[一、无法激活是因为写的项目名称不一样，有的是bookstore，有的是itcaststore,根据你写的项目进行修改，我写的是itcaststore，所以代码里的就是这个。
二、在邮箱里点击激活，然而进不去书城，把locaststore改为127.0.0.1就可以激活成功进入书城了，如下图：
三、还有的激活不了，是因为标点符号的原因，把字符串里面的单引号去掉就行了。



...]]></description><category></category></item><item><title><![CDATA[关于MyEclipse2016的乱码问题]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/106743266</link><guid>https://blog.csdn.net/weixin_45094136/article/details/106743266</guid><author>weixin_45094136</author><pubDate>Sun, 14 Jun 2020 10:56:06 +0800</pubDate><description><![CDATA[这几天写Javaweb，碰到了一个乱码问题，代码里的中文是好的，但运行出来就是乱码，百度都是让改UTF-8，总之就是吧能改成UTF-8的全改成UTF-8，我也试了，然而都不对，后来在贴吧里找到了答案：

就是图片里的小眼睛，之前是打开的，把它关掉就好了

...]]></description><category></category></item><item><title><![CDATA[MyEclipse项目出现无法解析类型 javax.servlet.http.HttpServletRequest。从必需的 .class 文件间接引用了它]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/106726493</link><guid>https://blog.csdn.net/weixin_45094136/article/details/106726493</guid><author>weixin_45094136</author><pubDate>Sat, 13 Jun 2020 00:26:35 +0800</pubDate><description><![CDATA[我报错的原因是没有添加JavaEE库
步骤：右键选中项目—&gt;构建路径—&gt;添加库—&gt;然后如下（因为我用的是汉化版，所以步骤就用的中文，英文不知道咋拼）

点击下一步，然后选中自己需要的JAVAEE，因为我用的是JAVAEE7.0，已经添加过了，这里就没有了，然后点击完成，错误就消失了。



...]]></description><category></category></item><item><title><![CDATA[Myeclipse 项目中报“无法解析类型 java.io.ObjectInputStream，从必需的 .class 文件间接引用了它”解决办法]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/106717477</link><guid>https://blog.csdn.net/weixin_45094136/article/details/106717477</guid><author>weixin_45094136</author><pubDate>Fri, 12 Jun 2020 16:06:50 +0800</pubDate><description><![CDATA[由于之前的MyEclipse坏了，就下载了一个MyEclipse10，因为没用过，且跟其他版本不太一样，于是安装使用时各种报错，其中一个就是每个项目第一行，如package的p、&lt;%@的&lt;下边都有红波浪出现。
百度看了别人的解决方法，结果都不行，后来发现是JDK版本太高了，我用的jdk1.8版本，默认的jdk1.6,但我并不知道，我是后来自己改成1.8的，因为之前用的就是1.8版本的，改回1.6就好了
过程：
方法一：在项目右键构建路径–&gt; 配置构建路径 ，在库(L )列表中把“JRE 系]]></description><category></category></item><item><title><![CDATA[C#winform图书管理系统（课程设计）]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/106596675</link><guid>https://blog.csdn.net/weixin_45094136/article/details/106596675</guid><author>weixin_45094136</author><pubDate>Sun, 07 Jun 2020 01:36:33 +0800</pubDate><description><![CDATA[C#winform图书管理系统（课程设计）借书、还书、查询用户信息、查询图书信息、添加图书、删除图书、修改图书信息

]]></description><category></category></item><item><title><![CDATA[拓展实训：摇奖程序的设计与实现]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/105835210</link><guid>https://blog.csdn.net/weixin_45094136/article/details/105835210</guid><author>weixin_45094136</author><pubDate>Wed, 29 Apr 2020 11:32:35 +0800</pubDate><description><![CDATA[要求如下：

代码如下：
namespace _4._2._2
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void timer1_Tick(object sen...]]></description><category></category></item><item><title><![CDATA[关于ListBox控件的水平、垂直滚动条以及项的移入移出]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/105661982</link><guid>https://blog.csdn.net/weixin_45094136/article/details/105661982</guid><author>weixin_45094136</author><pubDate>Tue, 21 Apr 2020 17:04:12 +0800</pubDate><description><![CDATA[1、listBox滚动条：
选中listBox控件，在属性中找到MutiColumn,当其为False时则为垂直滚动条，为True时则无；当HorizontalScrollbar为True时为水平滚动条，为False时则无。
2、移出指定项：
listBox.Items.Remove(“所要移出的项”);
eg:
  private void button1_Click(object sender...]]></description><category></category></item><item><title><![CDATA[C#第四章实验 使用Windows窗体的节约用水问题]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/105424607</link><guid>https://blog.csdn.net/weixin_45094136/article/details/105424607</guid><author>weixin_45094136</author><pubDate>Fri, 10 Apr 2020 00:54:49 +0800</pubDate><description><![CDATA[编写Windows应用程序，界面根据需求进行设计:
为了鼓励居民节约用水，自来水公司采用按月用水量分段
计费的方法，居民应交水费y (元)与月用水量x (吨)之
间的函数关系如下:
y=f (x) =4x/3(x&lt;=15)
y=f (x) =2 5x-10.5(x&gt;15)
编程从键盘输入用水量x吨，根据给定公式计算水费y元。
步骤：
1.首先新建一个项目,
2.在新建项目界面找到窗体程...]]></description><category></category></item><item><title><![CDATA[C#第四章实验：编写Windows程序进行体型判断。]]></title><link>https://blog.csdn.net/weixin_45094136/article/details/105423257</link><guid>https://blog.csdn.net/weixin_45094136/article/details/105423257</guid><author>weixin_45094136</author><pubDate>Thu, 09 Apr 2020 23:36:59 +0800</pubDate><description><![CDATA[编写Windows程序进行体型判断。
按“体指数”对肥胖程度进行划分：
体指数BMI = 体重w / (身高) （w 单位为千克，h单位为米）
当BMI &lt; 18时，为偏瘦；
当BMI介于18和25之间时，为正常；
当BMI介于25和27之间时，为超重；
当BMI &gt;= 27时，为肥胖。
代码如下：
using System;
using System.Collections.Gene...]]></description><category></category></item></channel></rss>