<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>前线开发者Kevin</title>
  
  
  <link href="/atom.xml" rel="self"/>
  
  <link href="https://student9128.github.io/"/>
  <updated>2019-01-28T07:37:22.994Z</updated>
  <id>https://student9128.github.io/</id>
  
  <author>
    <name>Kevin</name>
    
  </author>
  
  <generator uri="http://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Glide的  java.lang.RuntimeException: Expected instanceof GlideModule, but found:X.GlideModule@2e4554f</title>
    <link href="https://student9128.github.io/Glide%E7%9A%84-java-lang-RuntimeException-Expected-instanceof-GlideModule-but-found-X-GlideModule-2e4554f.html"/>
    <id>https://student9128.github.io/Glide的-java-lang-RuntimeException-Expected-instanceof-GlideModule-but-found-X-GlideModule-2e4554f.html</id>
    <published>2019-01-28T07:35:23.000Z</published>
    <updated>2019-01-28T07:37:22.994Z</updated>
    
    <summary type="html">
    
      
      
        &lt;h3 id=&quot;问题一&quot;&gt;&lt;a href=&quot;#问题一&quot; class=&quot;headerlink&quot; title=&quot;问题一&quot;&gt;&lt;/a&gt;问题一&lt;/h3&gt;&lt;p&gt;在添加过混淆规则后，App打包的时候，发现报错了&lt;br&gt;&lt;figure class=&quot;highlight java&quot;&gt;&lt;table&gt;
      
    
    </summary>
    
      <category term="Kotlin" scheme="https://student9128.github.io/categories/Kotlin/"/>
    
    
      <category term="Android" scheme="https://student9128.github.io/tags/Android/"/>
    
      <category term="Kotlin" scheme="https://student9128.github.io/tags/Kotlin/"/>
    
  </entry>
  
  <entry>
    <title>Kotlin Notes</title>
    <link href="https://student9128.github.io/Kotlin-Notes.html"/>
    <id>https://student9128.github.io/Kotlin-Notes.html</id>
    <published>2018-11-13T09:03:51.000Z</published>
    <updated>2018-11-13T09:06:09.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;Kotlin中!!表示当前对象不为空时候调用，?表示对象是否可以为空&lt;/p&gt;

      
    
    </summary>
    
    
      <category term="Kotlin" scheme="https://student9128.github.io/tags/Kotlin/"/>
    
  </entry>
  
  <entry>
    <title>Fragment交互及动画</title>
    <link href="https://student9128.github.io/Fragment%E4%BA%A4%E4%BA%92%E5%8F%8A%E5%8A%A8%E7%94%BB.html"/>
    <id>https://student9128.github.io/Fragment交互及动画.html</id>
    <published>2018-08-30T12:13:42.000Z</published>
    <updated>2018-08-30T12:15:02.000Z</updated>
    
    <summary type="html">
    
    </summary>
    
      <category term="Android" scheme="https://student9128.github.io/categories/Android/"/>
    
    
      <category term="Android" scheme="https://student9128.github.io/tags/Android/"/>
    
      <category term="Fragment" scheme="https://student9128.github.io/tags/Fragment/"/>
    
  </entry>
  
  <entry>
    <title>Java重学习笔记3rd</title>
    <link href="https://student9128.github.io/Java%E9%87%8D%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B03rd.html"/>
    <id>https://student9128.github.io/Java重学习笔记3rd.html</id>
    <published>2018-07-27T05:48:43.000Z</published>
    <updated>2018-07-27T06:45:23.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;Java数据类型：基本数据类型和引用数据类型&lt;/p&gt;
&lt;h3 id=&quot;基本数据类型&quot;&gt;&lt;a href=&quot;#基本数据类型&quot; class=&quot;headerlink&quot; title=&quot;基本数据类型&quot;&gt;&lt;/a&gt;基本数据类型&lt;/h3&gt;&lt;p&gt;Java语言有8大基本数据类型，包含6中数字类型
      
    
    </summary>
    
      <category term="Java" scheme="https://student9128.github.io/categories/Java/"/>
    
    
      <category term="Java" scheme="https://student9128.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>Java重学习笔记2nd</title>
    <link href="https://student9128.github.io/Java%E9%87%8D%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B02nd.html"/>
    <id>https://student9128.github.io/Java重学习笔记2nd.html</id>
    <published>2018-07-26T07:58:23.000Z</published>
    <updated>2018-07-27T02:24:50.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;Java作为一种面向对象的语言，支持一下概念：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;多态&lt;/li&gt;
&lt;li&gt;继承&lt;/li&gt;
&lt;li&gt;封装&lt;/li&gt;
&lt;li&gt;抽象&lt;/li&gt;
&lt;li&gt;类&lt;/li&gt;
&lt;li&gt;对象&lt;/li&gt;
&lt;li&gt;实例&lt;/li&gt;
&lt;li&gt;方法&lt;/li&gt;
&lt;li&gt;重载&lt;/l
      
    
    </summary>
    
      <category term="Java" scheme="https://student9128.github.io/categories/Java/"/>
    
    
      <category term="Java" scheme="https://student9128.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>Java重学习笔记1st</title>
    <link href="https://student9128.github.io/Java%E9%87%8D%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B01st.html"/>
    <id>https://student9128.github.io/Java重学习笔记1st.html</id>
    <published>2018-07-26T06:34:30.000Z</published>
    <updated>2018-07-26T07:55:09.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;blockquote&gt;
&lt;p&gt;一个Java程序可以认为是一系列对象的集合，而这些对象通过调用彼此的方法来协同工作。&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;对象：对象是类的一个实例，有状态和行为。例如，一条狗是一个对象，它的状态有：颜色、名字、品种；行为有：摇尾巴
      
    
    </summary>
    
      <category term="Java" scheme="https://student9128.github.io/categories/Java/"/>
    
    
      <category term="Java" scheme="https://student9128.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>JAVA标识符命名规则</title>
    <link href="https://student9128.github.io/JAVA%E6%A0%87%E8%AF%86%E7%AC%A6%E5%91%BD%E5%90%8D%E8%A7%84%E5%88%99.html"/>
    <id>https://student9128.github.io/JAVA标识符命名规则.html</id>
    <published>2018-07-09T08:07:48.000Z</published>
    <updated>2018-07-26T02:49:59.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;Java语言中，对各种变量、方法和类等要素命名时使用的字符序列称为标识符。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Java 标识符有如下命名规则： &lt;ul&gt;
&lt;li&gt;由26个英文字母大小写，数字：0-9 符号：_ $ 组成&lt;/li&gt;
&lt;li&gt;标识符应以字母、_ 、$开头。&lt;/li&gt;
&lt;
      
    
    </summary>
    
      <category term="Java" scheme="https://student9128.github.io/categories/Java/"/>
    
    
      <category term="Java" scheme="https://student9128.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>FontAwesome 在Android中的使用</title>
    <link href="https://student9128.github.io/FontAwesome%E5%9C%A8Android%E4%B8%AD%E7%9A%84%E4%BD%BF%E7%94%A8.html"/>
    <id>https://student9128.github.io/FontAwesome在Android中的使用.html</id>
    <published>2018-07-09T06:24:07.000Z</published>
    <updated>2018-07-24T06:35:29.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;本篇文章来记录下FontAweSome 在Android开发中的使用&lt;/p&gt;
&lt;h3 id=&quot;效果&quot;&gt;&lt;a href=&quot;#效果&quot; class=&quot;headerlink&quot; title=&quot;效果&quot;&gt;&lt;/a&gt;效果&lt;/h3&gt;&lt;p&gt;&lt;img src=&quot;/../images/2018070
      
    
    </summary>
    
      <category term="Android" scheme="https://student9128.github.io/categories/Android/"/>
    
    
      <category term="Android" scheme="https://student9128.github.io/tags/Android/"/>
    
      <category term="FontAweSome" scheme="https://student9128.github.io/tags/FontAweSome/"/>
    
  </entry>
  
  <entry>
    <title>Android Studio 3.1.2添加Module的问题</title>
    <link href="https://student9128.github.io/Android-Studio-3-1-2%E6%B7%BB%E5%8A%A0Module%E7%9A%84%E9%97%AE%E9%A2%98.html"/>
    <id>https://student9128.github.io/Android-Studio-3-1-2添加Module的问题.html</id>
    <published>2018-07-07T07:05:54.000Z</published>
    <updated>2018-07-24T06:23:32.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;&amp;emsp;&amp;emsp;Android 开发过程中，需要用到第三方，尽管添加依赖已经很普遍，但有的时候还是要添加module。&lt;br&gt;&amp;emsp;&amp;emsp;AndroidStudio 3.1.2在import module的过程中发生了一个问题，就是finish后没有反应
      
    
    </summary>
    
      <category term="Android" scheme="https://student9128.github.io/categories/Android/"/>
    
    
      <category term="AndroidStudio" scheme="https://student9128.github.io/tags/AndroidStudio/"/>
    
      <category term="issue" scheme="https://student9128.github.io/tags/issue/"/>
    
  </entry>
  
  <entry>
    <title>写在前面的话</title>
    <link href="https://student9128.github.io/%E5%86%99%E5%9C%A8%E5%89%8D%E9%9D%A2%E7%9A%84%E8%AF%9D.html"/>
    <id>https://student9128.github.io/写在前面的话.html</id>
    <published>2018-06-26T07:50:57.000Z</published>
    <updated>2018-07-06T14:00:41.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;2016年第一次搭建Hexo博客，当时为了学习而搭建，之后发现需要维护的时候，切换了不同设备就比较麻烦，所以没有进行下去。现在决定重新回来，欢迎关注指导。&lt;br&gt;Hello,i am back!&lt;/p&gt;

      
    
    </summary>
    
    
      <category term="Test" scheme="https://student9128.github.io/tags/Test/"/>
    
  </entry>
  
  <entry>
    <title>react-navigation的使用</title>
    <link href="https://student9128.github.io/react-navigation%E7%9A%84%E4%BD%BF%E7%94%A8.html"/>
    <id>https://student9128.github.io/react-navigation的使用.html</id>
    <published>2018-05-21T06:41:07.000Z</published>
    <updated>2018-07-24T06:23:15.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;react-navigation的是react native中的一个导航库，可以方便实现移动开发中的导航效果。&lt;br&gt;网上很多关于react-navigation的使用文章。这里我只记录我自己使用过的。方便以后使用。&lt;br&gt;因为这样的文章太多太多，各种讲解完全没必要，而且写
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
  <entry>
    <title>react-native-vector-icons的使用</title>
    <link href="https://student9128.github.io/react-native-vector-icons%E7%9A%84%E4%BD%BF%E7%94%A8.html"/>
    <id>https://student9128.github.io/react-native-vector-icons的使用.html</id>
    <published>2018-05-21T06:07:51.000Z</published>
    <updated>2018-07-27T05:08:41.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;react-native-vector-icons是react native中一个第三方图标库。&lt;br&gt;使用起来非常方便。&lt;br&gt;这里只说Andronid。该库有添加字体的使用，这里只记录我自己用到的。方便以后使用。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;通过如下命令行添
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
  <entry>
    <title>ReactNative打包后运行闪退</title>
    <link href="https://student9128.github.io/ReactNative%E6%89%93%E5%8C%85%E5%90%8E%E8%BF%90%E8%A1%8C%E9%97%AA%E9%80%80.html"/>
    <id>https://student9128.github.io/ReactNative打包后运行闪退.html</id>
    <published>2018-05-19T06:10:06.000Z</published>
    <updated>2018-07-24T06:36:58.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;Android原生项目集成了React Native后，打包成release运行起来后会出现闪退情况。&lt;br&gt;原因：没有将React Native文件打包进去。&lt;br&gt;解决方案：需要添加bundle文件&lt;br&gt;在Android工程里的assets文件夹下生成bundle文件
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
  <entry>
    <title>Mac设置Office的语言问题</title>
    <link href="https://student9128.github.io/Mac%E8%AE%BE%E7%BD%AEOffice%E7%9A%84%E8%AF%AD%E8%A8%80%E9%97%AE%E9%A2%98.html"/>
    <id>https://student9128.github.io/Mac设置Office的语言问题.html</id>
    <published>2018-04-21T01:59:45.000Z</published>
    <updated>2018-07-24T06:36:38.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;最近使用office时候发现了一个问题，由于电脑设置默认语言为英文。office也会自动切换为英文语言。想单独改office为中文版。找了一圈没找到方法，搜索了半天，发现很多人无法解决，要么就是修改电脑默认语言，还好最后在office官网找到了一个答案&lt;br&gt;&lt;a href
      
    
    </summary>
    
    
      <category term="issue" scheme="https://student9128.github.io/tags/issue/"/>
    
  </entry>
  
  <entry>
    <title>VSCode常用插件</title>
    <link href="https://student9128.github.io/VSCode%E5%B8%B8%E7%94%A8%E6%8F%92%E4%BB%B6.html"/>
    <id>https://student9128.github.io/VSCode常用插件.html</id>
    <published>2018-04-15T14:30:23.000Z</published>
    <updated>2018-07-24T06:38:29.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;记录一些VSCode插件：&lt;/p&gt;
&lt;h5 id=&quot;1-Auto-Close-Tag&quot;&gt;&lt;a href=&quot;#1-Auto-Close-Tag&quot; class=&quot;headerlink&quot; title=&quot;1.Auto Close Tag&quot;&gt;&lt;/a&gt;1.Auto Close Tag&lt;
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
      <category term="VSCode" scheme="https://student9128.github.io/tags/VSCode/"/>
    
  </entry>
  
  <entry>
    <title>React Native环境搭建</title>
    <link href="https://student9128.github.io/ReactNative%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.html"/>
    <id>https://student9128.github.io/ReactNative环境搭建.html</id>
    <published>2018-04-15T14:05:39.000Z</published>
    <updated>2018-07-24T06:37:03.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;React Native环境搭建的文章网上一大堆，完全没有必要写这篇文章。这里只是简单记录下自己的可行性操作，方便自己查看，不用再去搜别人的了。&lt;/p&gt;
&lt;h3 id=&quot;1-安装Node-js&quot;&gt;&lt;a href=&quot;#1-安装Node-js&quot; class=&quot;headerlin
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
  <entry>
    <title>ReactNative遇到的问(四)</title>
    <link href="https://student9128.github.io/ReactNative%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98(%E5%9B%9B).html"/>
    <id>https://student9128.github.io/ReactNative遇到的问题(四).html</id>
    <published>2018-03-31T15:09:11.000Z</published>
    <updated>2018-07-24T06:37:24.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;Hint: This error often happens when you’re running the packager (local dev server) from a wrong folder. For example you have multiple app
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
  <entry>
    <title>ReactNative遇到的问(三)</title>
    <link href="https://student9128.github.io/ReactNative%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98(%E4%B8%89).html"/>
    <id>https://student9128.github.io/ReactNative遇到的问题(三).html</id>
    <published>2018-03-31T15:07:07.000Z</published>
    <updated>2018-07-24T06:37:16.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;&lt;img src=&quot;/../images/20180331/图6.png&quot;&gt;&lt;br&gt;解决方案：&lt;br&gt;修改gradle版本号&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;声明：文章是从CSDN迁过来的.CSDN博客请点击&lt;a href=&quot;https://blog.csdn.ne
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
  <entry>
    <title>ReactNative遇到的问(二)</title>
    <link href="https://student9128.github.io/ReactNative%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98(%E4%BA%8C).html"/>
    <id>https://student9128.github.io/ReactNative遇到的问题(二).html</id>
    <published>2018-03-31T14:52:13.000Z</published>
    <updated>2018-07-24T06:37:20.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;React Native安装失败的问题&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Execution failed for task ‘:app:installDebug’.&lt;br&gt;com.android.builder.testing.api.DeviceException
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
  <entry>
    <title>ReactNative遇到的问题(一)</title>
    <link href="https://student9128.github.io/ReactNative%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98(%E4%B8%80).html"/>
    <id>https://student9128.github.io/ReactNative遇到的问题(一).html</id>
    <published>2018-03-31T07:25:27.000Z</published>
    <updated>2018-07-24T06:37:12.000Z</updated>
    
    <summary type="html">
    
      
      
        &lt;p&gt;在我们创建React Native项目的时候发现gradle 版本相对比较低的，而且很多情况下直接编译会报错。而网上的很多解决方案就是gradle version改为1.2.3,于是，我有一个疑问，现在的gradle verion都已经3.0.1了，为什么还不升级呢？&lt;/p
      
    
    </summary>
    
      <category term="ReactNative" scheme="https://student9128.github.io/categories/ReactNative/"/>
    
    
      <category term="移动开发" scheme="https://student9128.github.io/tags/%E7%A7%BB%E5%8A%A8%E5%BC%80%E5%8F%91/"/>
    
      <category term="ReactNative" scheme="https://student9128.github.io/tags/ReactNative/"/>
    
  </entry>
  
</feed>
