<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - Java</title>
    <link>https://domain.verysource.com/forum-39-1.html</link>
    <description>Latest 20 threads of Java</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 19:06:13 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://domain.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://domain.verysource.com/</link>
    </image>
    <item>
      <title>以SPRINGBOOT为平台，全兼容WEB应用和传统应用的一体化信息系统框架的优势</title>
      <link>https://domain.verysource.com/thread-3982-1-1.html</link>
      <description><![CDATA[1. WEB应用对简单逻辑的界面开发有最高的效率；
2. 传统软件很好地适应复杂逻辑的界面的开发，可以使用海量的组件、DLL和工具；
3.WEB通过定制的JS插件和后台通讯，将WEB和后台之间的通讯全规范到大家耳熟能详的函数、参数、返回值的模式；
4.传统软件通过定制的JAR包和 ...]]></description>
      <category>Java</category>
      <author>laogou99801</author>
      <pubDate>Thu, 22 Aug 2024 03:46:15 +0000</pubDate>
    </item>
    <item>
      <title>以SPRINGBOOT为平台，以SQL为基础的TEXT数据持久性框架的优势</title>
      <link>https://domain.verysource.com/thread-3981-1-1.html</link>
      <description><![CDATA[1. WEB应用之所以能在绝大多数领域取代传统应用，在于其界面、逻辑、数据的分离；
2.但WEB应用通过”数据“的”名称“来将界面、逻辑、数据联系起来，使Mybatis、Hibernate等数据持久性框架必须以CLASS类来作为中间数据；
3.以CLASS类作为中间数据的各部分耦合性比较大 ...]]></description>
      <category>Java</category>
      <author>laogou99801</author>
      <pubDate>Thu, 22 Aug 2024 03:45:08 +0000</pubDate>
    </item>
    <item>
      <title>AI图片生成新王Flux：搅动市场的潜力新星</title>
      <link>https://domain.verysource.com/thread-3979-1-1.html</link>
      <description><![CDATA[引言AI图片生成领域竞争激烈，新兴的Flux模型迅速崛起，引发了广泛关注。本文将深入探讨Flux的独特优势、面临的挑战以及对整个AI艺术市场的潜在影响。Flux：AI绘画的新标杆Flux模型在AI绘画领域展现出了强大的生成能力，其优势主要体现在以下几个方面：
[*]细节刻画精湛 ...]]></description>
      <category>Java</category>
      <author>maksudamim012</author>
      <pubDate>Mon, 19 Aug 2024 08:42:31 +0000</pubDate>
    </item>
    <item>
      <title>java未知</title>
      <link>https://domain.verysource.com/thread-3969-1-1.html</link>
      <description><![CDATA[这是什么情况]]></description>
      <category>Java</category>
      <author>cjc168</author>
      <pubDate>Fri, 18 Aug 2023 12:57:16 +0000</pubDate>
    </item>
    <item>
      <title>java开贴</title>
      <link>https://domain.verysource.com/thread-3933-1-1.html</link>
      <description><![CDATA[大家聊聊 JAVA]]></description>
      <category>Java</category>
      <author>q6115759</author>
      <pubDate>Wed, 12 Apr 2023 05:07:10 +0000</pubDate>
    </item>
    <item>
      <title>嘻嘻</title>
      <link>https://domain.verysource.com/thread-3926-1-1.html</link>
      <description><![CDATA[第一次用 请多多指教]]></description>
      <category>Java</category>
      <author>8382125</author>
      <pubDate>Wed, 18 Jan 2023 15:22:28 +0000</pubDate>
    </item>
    <item>
      <title>jeepay计全三方java支付系统前后端完整源码支持分账模式和高并发</title>
      <link>https://domain.verysource.com/thread-3925-1-1.html</link>
      <description><![CDATA[java语言开发的三方支付系统，内带activemq消息中间件，支持高并发订单回调。此系统拓展性极高，里面已经自带微信,支付宝云闪付等各种三方支付本地插件，你也可以自己添加，简单好用。并且支持服务商和商户分账模式，难得好用的支付系统。
因为是java的程序，所以特意做 ...]]></description>
      <category>Java</category>
      <author>白明月</author>
      <pubDate>Tue, 10 Jan 2023 14:21:12 +0000</pubDate>
    </item>
    <item>
      <title>C#标准化SQL链接模板</title>
      <link>https://domain.verysource.com/thread-3896-1-1.html</link>
      <description><![CDATA[using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Configuration;
using System.Data.SqlClient;
using System.Data;

namespace SQLDB
{
    public class SqlHelp
    {]]></description>
      <category>Java</category>
      <author>cbm</author>
      <pubDate>Sat, 16 Jul 2022 07:14:05 +0000</pubDate>
    </item>
    <item>
      <title>第一个java程序</title>
      <link>https://domain.verysource.com/thread-3887-1-1.html</link>
      <description><![CDATA[下载好JDK，配置好环境变量

1. 新建Hello.java
编写代码：public class Hello{
          public static void main(String[] args){
                     System.out.println(\&quot;Hello World!\&quot;);
          }
}
2.javac命令 编译

会生成Hello.class文件

3.java命令 运 ...]]></description>
      <category>Java</category>
      <author>veryS1971719180</author>
      <pubDate>Sat, 11 Jun 2022 09:51:10 +0000</pubDate>
    </item>
    <item>
      <title>Java基本数据类型之间的相互转换详解</title>
      <link>https://domain.verysource.com/thread-3877-1-1.html</link>
      <description><![CDATA[Java基本数据类型之间的转换以及String类型与基本数据类型之间的转换一.自动类型转换
1.定义Java程序在进行赋值或运算时，自动将精度小的转换成精度大的。
2.数据类型按精度大小排序char —&gt; int —&gt; long —&gt; float —&gt; doublebyte —&gt; short —&gt; int —&gt; long —&gt; flo ...]]></description>
      <category>Java</category>
      <author>xpcsoft</author>
      <pubDate>Wed, 11 May 2022 01:21:07 +0000</pubDate>
    </item>
    <item>
      <title>Python 函数进阶-高阶函数</title>
      <link>https://domain.verysource.com/thread-3872-1-1.html</link>
      <description><![CDATA[什么是高阶函数
高阶函数就是能够把函数当成参数传递的函数就是高阶函数，换句话说如果一个函数的参数是函数，那么这个函数就是一个高阶函数。

高阶函数可以是你使用def关键字自定义的函数，也有Python系统自带的内置高阶函数。

自定义一个高阶函数
我们下面的例子中 ...]]></description>
      <category>Java</category>
      <author>xpcsoft</author>
      <pubDate>Mon, 25 Apr 2022 02:53:35 +0000</pubDate>
    </item>
    <item>
      <title>慢查询优化1-6</title>
      <link>https://domain.verysource.com/thread-3860-1-1.html</link>
      <description><![CDATA[目录
慢查询优化
1.查询语句的注意事项
2.应尽量避免在 where 子句中对字段进行 null 值判断，否则将导致引擎放弃使用索引而进行全表扫描
3.创建索引注意事项
4.使用聚集索引和非聚集索引
5.常见慢查询优化方案
6.你们是怎么做sql优化的？
慢查询优化
1.查询语句的注意 ...]]></description>
      <category>Java</category>
      <author>jennylou</author>
      <pubDate>Sun, 06 Mar 2022 12:49:20 +0000</pubDate>
    </item>
    <item>
      <title>大家一起学java</title>
      <link>https://domain.verysource.com/thread-3839-1-1.html</link>
      <description><![CDATA[大家一起学java]]></description>
      <category>Java</category>
      <author>songziyu2</author>
      <pubDate>Sat, 18 Dec 2021 05:32:01 +0000</pubDate>
    </item>
    <item>
      <title>idea 破解2</title>
      <link>https://domain.verysource.com/thread-3834-1-1.html</link>
      <description><![CDATA[7.1 第一个激活码A82DEE284F-eyJsaWNlbnNlSWQiOiJBODJERUUyODRGIiwibGljZW5zZWVOYW1lIjoiaHR0cHM6Ly96aGlsZS5pbyIsImFzc2lnbmVlTmFtZSI6IiIsImFzc2lnbmVlRW1haWwiOiIiLCJsaWNlbnNlUmVzdHJpY3Rpb24iOiJVbmxpbWl0ZWQgbGljZW5zZSB0aWxsIGVuZCBvZiB0aGUgY2VudHVyeS4iLCJjaGV ...]]></description>
      <category>Java</category>
      <author>hewenfu</author>
      <pubDate>Sun, 12 Dec 2021 05:57:21 +0000</pubDate>
    </item>
    <item>
      <title>IntelliJ IDEA 2019.3激活破解的详细方法</title>
      <link>https://domain.verysource.com/thread-3833-1-1.html</link>
      <description><![CDATA[[*]本教程适用于 IntelliJ IDEA 所有版本，请放心食用~
[*]本教程适用于 JetBrains 全系列产品，包括 Pycharm、IDEA、WebStorm、Phpstorm、Datagrip、RubyMine、CLion、AppCode 等。
[*]本教程无需修改 hosts 文件。
一、前言本文记录下个人 IntelliJ IDEA 2019.3激活 ...]]></description>
      <category>Java</category>
      <author>hewenfu</author>
      <pubDate>Sun, 12 Dec 2021 05:53:57 +0000</pubDate>
    </item>
    <item>
      <title>关于java 解析visio</title>
      <link>https://domain.verysource.com/thread-3819-1-1.html</link>
      <description><![CDATA[在使用JAVA读取VISIO时需先做好事前准备：

1、准备COM4J包，这个在百度搜索就能搜索到，文件太大了16M没法上传

2、将VISIO转换成JAVA库

2.1 解压缩com4j包，把args4j-2.0.1.jar，tlbimp.jar，com4j.jar放入JDK的bin目录下。

2.2 CMD进入JDK的bin目录，执行：java -j ...]]></description>
      <category>Java</category>
      <author>jianguo</author>
      <pubDate>Tue, 16 Nov 2021 13:22:48 +0000</pubDate>
    </item>
    <item>
      <title>volatile关键字</title>
      <link>https://domain.verysource.com/thread-3814-1-1.html</link>
      <description><![CDATA[​ 
前言昨天跟小万探讨了一下可见性到底是什么问题导致的，自己的理解还是有问题，吓得我赶紧回去复习了一下。
volatile作用1、保证线程间的可见性；
2、防止指令重排序。
可见性在OS中如何实现要从操作系统底层理解volatile的可见性如何实现，需要复习一下计算机组成 ...]]></description>
      <category>Java</category>
      <author>aplayers</author>
      <pubDate>Fri, 05 Nov 2021 03:39:17 +0000</pubDate>
    </item>
    <item>
      <title>How could I increase my coin</title>
      <link>https://domain.verysource.com/thread-3775-1-1.html</link>
      <description><![CDATA[Hi. could any one tell me how to increase my coin? I need to download some file now?]]></description>
      <category>Java</category>
      <author>juneshen</author>
      <pubDate>Sat, 14 Aug 2021 14:00:45 +0000</pubDate>
    </item>
    <item>
      <title>请问如何显示图片，并在上面画线？</title>
      <link>https://domain.verysource.com/thread-3708-1-1.html</link>
      <description><![CDATA[我想在窗体上显示一幅图片，在显示图片的同时能够播放一小段声音文件（格式为.wav）. 然后能够在该图片上画一条线，画线的时候设置一下线宽和线的颜色。谢谢]]></description>
      <category>Java</category>
      <author>cinepa0915</author>
      <pubDate>Sun, 25 Apr 2021 08:30:01 +0000</pubDate>
    </item>
    <item>
      <title>JTextField显示问题</title>
      <link>https://domain.verysource.com/thread-3702-1-1.html</link>
      <description><![CDATA[请帮我看看下面代码 当初次运行时text中的数可变 而点确定后text中的数却不变
不会是作用域的问题吧? 如果是那应怎样改才能在点确定后text 中的数也是变化的呢?  谢谢!
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Text extends J ...]]></description>
      <category>Java</category>
      <author>joanoa</author>
      <pubDate>Thu, 22 Apr 2021 09:00:01 +0000</pubDate>
    </item>
  </channel>
</rss>