<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>BCM - Java语言</title>
    <link>https://bcmorning.com/forum.php?mod=forumdisplay&amp;fid=112</link>
    <description>Latest 20 threads of Java语言</description>
    <copyright>Copyright(C) BCM</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 03 Aug 2026 10:34:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bcmorning.com/static/image/common/logo_88_31.gif</url>
      <title>BCM</title>
      <link>https://bcmorning.com/</link>
    </image>
    <item>
      <title>UCenter在JAVA项目中实现的单点登录应用实例</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=143918</link>
      <description><![CDATA[Comsenz（康盛）的UCenter当前在国内的单点登录领域占据绝对份额，其完整的产品线令UCenter成为了账号集成方面事实上的标准。基于UCenter，可以将Comsenz旗下的Discuz!（社区论坛系统）、SupeSite（门户CMS系统）、X-Space（博客系统）从用户资源层面进行无缝整合，使得 ...]]></description>
      <category>Java语言</category>
      <author>admin</author>
      <pubDate>Thu, 19 May 2016 02:45:43 +0000</pubDate>
    </item>
    <item>
      <title>Android ExpandableList 可折叠列表视图例程</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=112676</link>
      <description><![CDATA[在Android开发的过程中，大家希望能实现可折叠列表视图，其实很简单，本例程就是讲解动态创建可折叠列表视图。由于本地系统是日文系统。Eclispse中写注释乱码。注释就用英文写的，只是个简单说明，我想大家能看懂。就是英文太乱了，别见怪啊。
首先 自己创建工程，默认 ...]]></description>
      <category>Java语言</category>
      <author>瀚文</author>
      <pubDate>Fri, 16 May 2014 08:14:29 +0000</pubDate>
    </item>
    <item>
      <title>微信公众帐号自定义菜单创建及事件响应开发教程</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=110043</link>
      <description><![CDATA[来源：柳峰的专栏

2013年8月5日，伴随着微信5.0 iPhone版的发布，公众平台也进行了重要的更新，主要包括：运营主体为组织，可选择成为服务号或者订阅号； 
服务号可以申请自定义菜单； 
使用QQ登录的公众号，可以升级为邮箱登录； 
使用邮箱登录的公众号，可以修改登录 ...]]></description>
      <category>Java语言</category>
      <author>MySense</author>
      <pubDate>Thu, 17 Apr 2014 20:39:53 +0000</pubDate>
    </item>
    <item>
      <title>14 Great Android apps that are also open source</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=78655</link>
      <description><![CDATA[]]></description>
      <category>Java语言</category>
      <author>demo</author>
      <pubDate>Fri, 28 Feb 2014 21:37:17 +0000</pubDate>
    </item>
    <item>
      <title>Android进阶-实现侧滑菜单框架</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=50645</link>
      <description><![CDATA[先来看下面的这张效果图：

上面这张效果图是百度影音的，现在在Android上很流行，最初是由facebook自己实现的，而后各大应用有跟风之势，那么这种侧滑效果是如何实现的呢？
网上现在这种侧滑菜单的例子很对，也有开源的框架sliderMenu，而且可以定义很多样式，但大部分 ...]]></description>
      <category>Java语言</category>
      <author>Test</author>
      <pubDate>Wed, 22 Jan 2014 23:51:35 +0000</pubDate>
    </item>
    <item>
      <title>android程序界面编程与视图（View）组件</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=50632</link>
      <description><![CDATA[android应用开发一个主要内容就是界面开发。随着移动设备的不断普及，android应用几乎无处不在，设计到各个领域。对于用户来说，除了看重一个应用的功能外，图形界面也是最关注的对象。如果一个应用没有提供友好的图形界面，那么将很难吸引最终的用户；相反，如果为应用 ...]]></description>
      <category>Java语言</category>
      <author>Test</author>
      <pubDate>Wed, 22 Jan 2014 23:39:37 +0000</pubDate>
    </item>
    <item>
      <title>在Android中捕获Application全局异常 阻止强制退出对话框</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=50406</link>
      <description><![CDATA[]]></description>
      <category>Java语言</category>
      <author>Test</author>
      <pubDate>Wed, 22 Jan 2014 19:03:18 +0000</pubDate>
    </item>
    <item>
      <title>Social Engineer Toolkit (SET)</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=13818</link>
      <description><![CDATA[]]></description>
      <category>Java语言</category>
      <author>Test</author>
      <pubDate>Tue, 03 Dec 2013 18:24:01 +0000</pubDate>
    </item>
    <item>
      <title>java解析xml方法：DOM解析、SAX解析、JDOM解析、DOM4J解析(转)</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=3523</link>
      <description><![CDATA[测试xml test.xml的格式如下：一：DOM解析二：SAX解析
三：JDOM解析]]></description>
      <category>Java语言</category>
      <author>demo</author>
      <pubDate>Wed, 05 Jun 2013 20:40:57 +0000</pubDate>
    </item>
    <item>
      <title>Post to Website using Jakarta Commons HTTP Client</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=3499</link>
      <description><![CDATA[This sample is from HotFolder project.]]></description>
      <category>Java语言</category>
      <author>demo</author>
      <pubDate>Fri, 17 May 2013 21:42:54 +0000</pubDate>
    </item>
    <item>
      <title>Java HotFolder component</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=3498</link>
      <description><![CDATA[The Java HotFolder component is capable to define certain actions on folders. When a new file is stored in the specific folder, the defined actions are executed.  The whole HotFolder configuration is stored in a single xml file and can be set-up as a ...]]></description>
      <category>Java语言</category>
      <author>demo</author>
      <pubDate>Fri, 17 May 2013 21:12:44 +0000</pubDate>
    </item>
    <item>
      <title>Creating HTTP and HTTPS connections in Java applications</title>
      <link>https://bcmorning.com/forum.php?mod=viewthread&amp;tid=2182</link>
      <description><![CDATA[Chapter 5: Using SSL in Java Clients[hr]Creating HTTP and HTTPS connections in Java applications
You can create HTTP connections in Java applications usingthe HTTP protocol handling code built in to the Java Developer’sKit, and HTTPS connections usi ...]]></description>
      <category>Java语言</category>
      <author>Test</author>
      <pubDate>Fri, 16 Mar 2012 22:26:40 +0000</pubDate>
    </item>
  </channel>
</rss>