<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重工电子论坛 - Android</title>
    <link>http://cqutlab.cn/forum-67-1.html</link>
    <description>Latest 20 threads of Android</description>
    <copyright>Copyright(C) 重工电子论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 14 May 2026 01:05:44 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://cqutlab.cn/static/image/common/logo_88_31.gif</url>
      <title>重工电子论坛</title>
      <link>http://cqutlab.cn/</link>
    </image>
    <item>
      <title>apicloud 相关</title>
      <link>http://cqutlab.cn/thread-4176-1-1.html</link>
      <description><![CDATA[真机同步调试
https://www.apicloud.com/blogDetails/78

扫码二维码
https://docs.apicloud.com/Client-API/Func-Ext/FNScanner
https://community.apicloud.com/bbs/thread-135385-1-1.html

$api(类似jquery)
https://docs.apicloud.com/Front-end-Framework ...]]></description>
      <category>Android</category>
      <author>李维强-15级</author>
      <pubDate>Tue, 31 Mar 2020 03:22:38 +0000</pubDate>
    </item>
    <item>
      <title>Android 应用层</title>
      <link>http://cqutlab.cn/thread-315-1-1.html</link>
      <description><![CDATA[一、Activity的生命周期

①Activity正在被创建。
Activity创建的时候，调用代码完成界面布局；
@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
}
②Activity正在重新启动
@Override
protected vo ...]]></description>
      <category>Android</category>
      <author>谭见文-15电气</author>
      <pubDate>Fri, 22 Dec 2017 07:14:16 +0000</pubDate>
    </item>
    <item>
      <title>Android 应用层</title>
      <link>http://cqutlab.cn/thread-314-1-1.html</link>
      <description><![CDATA[一、Activity的生命周期（请看下一个帖子）]]></description>
      <category>Android</category>
      <author>谭见文-15电气</author>
      <pubDate>Fri, 22 Dec 2017 07:09:46 +0000</pubDate>
    </item>
    <item>
      <title>JAVA（未完）</title>
      <link>http://cqutlab.cn/thread-289-1-1.html</link>
      <description><![CDATA[一、类与对象

面向对象程序设计就是使用对象进行程序设计（挺无聊的一句话）
构造方法：
     类名（）{


     }
     类名（参数）{
             语句组；
     }
例：


输出：]]></description>
      <category>Android</category>
      <author>谭见文-15电气</author>
      <pubDate>Sun, 15 Oct 2017 10:48:54 +0000</pubDate>
    </item>
    <item>
      <title>JAVA 基础篇_数组</title>
      <link>http://cqutlab.cn/thread-288-1-1.html</link>
      <description><![CDATA[一、for-each循环（不常用）格式：
        for（数据类型 u：数组名）{
                语句组；
        }
例：


输出：


二、可变长参数
格式：
        数据类型  方法名（类型名...  参数名）
例：


输出：]]></description>
      <category>Android</category>
      <author>谭见文-15电气</author>
      <pubDate>Sun, 15 Oct 2017 07:39:42 +0000</pubDate>
    </item>
    <item>
      <title>JAVA 基础篇_方法</title>
      <link>http://cqutlab.cn/thread-287-1-1.html</link>
      <description><![CDATA[一、方法
语法：
修饰符  返回值类型  方法名（参数列表）{
       方法体；
}
修饰符常用  public , static 等
返回值类型 void , int , double 等
例：


输出：


二、重载方法
创建一个方法名相同但是参数不同的方法，为重载方法
情况：
  参数类型 ...]]></description>
      <category>Android</category>
      <author>谭见文-15电气</author>
      <pubDate>Sun, 15 Oct 2017 01:29:45 +0000</pubDate>
    </item>
    <item>
      <title>JAVA 基础篇2</title>
      <link>http://cqutlab.cn/thread-286-1-1.html</link>
      <description><![CDATA[一、格式化输出
标识符              输出
 %b                 布尔值
 %c                  字符
 %d             十进制整数
 %f                  浮点数
 %e            标准科学计数法
 %s                  字符串
例：
%5c        输出字符，宽度为5， ...]]></description>
      <category>Android</category>
      <author>谭见文-15电气</author>
      <pubDate>Sat, 14 Oct 2017 12:55:04 +0000</pubDate>
    </item>
    <item>
      <title>JAVA 基础篇1</title>
      <link>http://cqutlab.cn/thread-285-1-1.html</link>
      <description><![CDATA[一、简单应用程序


二、基础语法
1.标识符命名规则
（1）由字母、数字、下划线和美元符号构成
（2）字母、下划线和美元符号开头，不以数字开头
（3）不能为保留字（double，int等）
（4）不能为（在java中有固定含义）
（5）任意长度
（6）区分大小写
2、定 ...]]></description>
      <category>Android</category>
      <author>谭见文-15电气</author>
      <pubDate>Sat, 14 Oct 2017 02:32:58 +0000</pubDate>
    </item>
  </channel>
</rss>