自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

borter的博客

程序员的生活!

  • 博客(22)
  • 资源 (1)
  • 收藏
  • 关注

转载 记录在eclipse用maven整合springboot+mybatis

1.开发环境Eclipse版本:Oxygen.2 Release (4.7.2)maven版本:3.5.0jdk版本:1.8mysql版本:mysql-5.5.58-winx642.过程2.1 创建maven项目输入Group Id 和Artifact Id,点击finish就可以创建maven项目了。(因为我已经创建了,所以会提示BOOT项目已存在)2.2pom.x...

2019-10-05 23:19:20 384

转载 e572. Getting the Child Components of a Container

This example retrieves all of a container's children in an array: // Get children Component[] components = container.getComponents(); for (int i=0; i<components.length; i++) {...

2018-09-02 22:10:26 171

转载 e573. Determining When a Component Is Added or Removed from a Container

A container fires a container event whenever a component is added or removed. // Create a listen for container events ContainerListener listener = new ContainerAdapter() { public v...

2018-09-02 22:09:52 202

转载 e571. Creating a Container

A container holds one or more child components. A container has a layout that determines how the child components are arranged within the container. This example creates a frame with a text area in th...

2018-09-02 22:09:23 144

转载 e570. Determining When a Component Has Been Made Visible, Moved, or Resized

A component fires a component event after it is made visible, hidden, moved, or resized. // Create a listener for component events ComponentListener listener = new ComponentAdapter() { ...

2018-09-02 22:08:45 136

转载 e576. Drawing with Alpha

// See e575 The Quintessential Drawing Program public void paint(Graphics g) { Graphics2D g2d = (Graphics2D)g; // Draw background... // Set alpha. 0.0f is 1...

2018-09-02 22:08:16 156

转载 e584. Retrieving a Predefined Color by Name

The Color class contains a number of predefined colors such as red and green. This example demonstrates how to retrieve one of these predefined colors using a string. For example, the predefined color...

2018-09-02 22:07:49 192

转载 e583. Drawing with a Gradient Color

public void paint(Graphics g) { Graphics2D g2d = (Graphics2D)g; Color startColor = Color.red; Color endColor = Color.blue; // A non-cyclic gradient ...

2018-09-02 22:07:23 96

转载 e582. Drawing with Color

public void paint(Graphics g) { Graphics2D g2d = (Graphics2D)g; // Use a predefined color g2d.setColor(Color.red); // Draw shapes...; see e586 Drawing Simple ...

2018-09-02 22:06:49 149

转载 已备份数据库的磁盘结构版本为611,服务器支持版本为539,无法还原或升级数据库

大家都知道高级版本的数据库文件无法还原或者附加到低版本,因为高版本和低版本文件格式会有不同。如果尝试将低版本的数据库附加或者还原到低版本的数据库会看到类似下面的错误: 已备份数据库的磁盘结构版本为611,服务器支持版本为539,无法还原或升级数据库。RESTORE FILELIST 操作异常结束。(MicrosoftSQL Server,错误:3169) 可以看到这里有两个版本号,...

2018-08-03 16:10:35 7468

转载 MICROSOFT 软件许可条款

MICROSOFT 软件许可条款MICROSOFT SQL SERVER 2005 STANDARD 和 ENTERPRISE EDITION本许可条款是 Microsoft Corporation(或您所在地的 Microsoft Corporation 附属公司)与您之间达成的协议。请阅读本条款的内容。本条款适用于上面提到的软件,包括您用来接收该软件的媒体(若有)。本条款也适用于 MI...

2018-08-03 15:16:52 1794

转载 C++程序设计之四书五经

C++是一门广泛用于工业软件研发的大型语言。它自身的复杂性和解决现实问题的能力,使其极具学术研究价值和工业价值。和C语言一样,C++已经在许多重要的领域大获成功。 然而,一个不可否认的现实是,在低阶程序设计领域,C++挤压着C同时也在承受着C的强烈反弹,而在高阶程序设计领域,Java和C#正在不断蚕食着C++的地盘。也许C++与C合为一体永远都是一个梦想,也许Java和C#的狂潮终将迫使C...

2018-08-03 10:49:52 482

转载 学了C/C++,我能做什么?

如今学习编程的同学越来越多,也有很多人想转行去学习这个,但是大多数人学习这个都是看到工资高,自己喜不喜欢,学了能做什么都不知道,今天就给大家分享一下,学了C/C++,你们能往哪些方向发展,希望能对你们以后的发展方向有帮助。对这方面感兴趣或者想学习C/C++,在学习C/C++可以加群:623357784C++应用领域1.游戏C++的效率是一个很重要的原因。对这方面感兴趣或...

2018-08-03 10:46:40 10542

转载 mdf数据库文件怎么打开?

方法/步骤1、找到要打开的数据库文件,如图2、如图所示,该数据库文件后缀名为.mdf,是SQL Server数据库的数据文件,这里将用SQL Server数据库对该文件进行打开。启动SQL Server数据库,如图3、图为启动SQL Server Management Studio时的界面,登录后可以管理数据库数据。开启之后的界面如图4、提示用户输入用户名和登录密码,输...

2018-08-01 22:43:29 104192 8

转载 配置SQL Server的身份验证方式

下面的文章来源于网络,讲的是怎样配置SQL Server 2005登陆验证方式,但是内容同样适用于SQL Server 2008.配置SQL Server的身份验证方式在默认情况下,SQL Server 2005 Express是采用集成的Windows安全验证且禁用了sa登录名。为了工作组环境下不使用不方便的Windows集成安全验证,我们要启用SQL Server 2005 Expre...

2018-08-01 19:14:57 2302

转载 下载 SQL Server Management Studio (SSMS)

SSMS 是一种集成环境,用于管理从 SQL Server 到 SQL 数据库的任何 SQL 基础结构。 SSMS 提供用于配置、监视和管理 SQL 实例的工具。 使用 SSMS 部署、监视和升级应用程序使用的数据层组件,以及生成查询和脚本。使用 SQL Server Management Studio (SSMS) 在本地计算机或云端查询、设计和管理数据库和数据仓库,无论它们位于何处。S...

2018-08-01 18:28:22 9819

翻译 public interface AudioClip

public interface AudioClipThe AudioClip interface is a simple abstraction for playing a sound clip. Multiple AudioClip items can be playing at the same time, and the resulting sound is mixed together...

2018-08-01 17:54:45 251

翻译 public interface AppletStub

public interface AppletStubWhen an applet is first created, an applet stub is attached to it using the applet's setStub method. This stub serves as the interface between the applet and the browser en...

2018-08-01 17:53:55 198

翻译 public interface AppletContext

public interface AppletContextThis interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.The methods in this interface can b...

2018-08-01 17:52:06 205

翻译 public interface ActiveEvent

public interface ActiveEventAn interface for events that know how to dispatch themselves. By implementing this interface an event can be placed upon the event queue and its dispatch() method will be ...

2018-08-01 17:49:06 278

翻译 Package java.applet Description

Package java.applet DescriptionProvides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.The applet framework involves two entities: th...

2018-08-01 17:45:39 127

转载 iText是著名的开放源码的站点sourceforge一个项目

iText是著名的开放源码的站点sourceforge一个项目,是用于生成PDF文档的一个java类库。通过iText不仅可以生成PDF或rtf的文档,而且可以将XML、Html文件转化为PDF文件。 iText的安装非常方便,下载iText.jar文件后,只需要在系统的CLASSPATH中加入iText.jar的路径,在程序中就可以使用iText类库了。...

2018-07-29 23:19:54 426

iText-rups2.1.7.jar

iText是著名的开放源码的站点sourceforge一个项目,是用于生成PDF文档的一个java类库。通过iText不仅可以生成PDF或rtf的文档,而且可以将XML、Html文件转化为PDF文件。 iText的安装非常方便,下载iText.jar文件后,只需要在系统的CLASSPATH中加入iText.jar的路径,在程序中就可以使用iText类库了。

2018-08-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除