自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (23)
  • 收藏
  • 关注

原创 dependencyManagement

dependencyManagement 中的 dependencies 元素只表明依赖项版本的优先选择,并不影响项目的依赖项;而 dependencies 元素则影响项目的依赖项。

2017-09-07 09:10:10 97

原创 面向对象设计的SOLID原则

S.O.L.I.D是面向对象设计和编程(OOD&OOP)中几个重要编码原则(Programming Priciple)的首字母缩写。 SRP The Single Responsibility Principle 单一责任原则 OCP The Open Closed Principle 开放封闭原则 LSP The Liskov Substitution Principle 里氏替换原则...

2017-08-31 06:26:26 81

原创 maven代理配置

maven 一直跑不起来,连不上中央仓库,需要用到代理 在本地配置了一个socks5代理,同时在全局setting.xml下面配置使用代理: my-proxy true socks5 127.0.0.1 7070 127.0.0.1 还是不行,最后在网上查...

2017-08-24 10:59:14 150

原创 nexus runas root

#!/bin/bash export RUN_AS_USER=root /app/nexus/nexus-2.14.4-03/bin/nexus start

2017-08-24 10:56:46 121

原创 MySQL修改root密码的4种方法(以windows为例)

方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost = password('123'); 方法2:用mysqladmin 格式:mysqladmin -u用...

2017-08-24 10:55:31 128

原创 ssh-免密码登录-2017-8-15

1. ssh-keygen -t rsa 2. scp -r /root/.ssh/id_rsa.pub myecs2-ip:/root/.ssh/authorized_keys 如果目标服务器上,已经存在了authorized_keys,那么就将id_rsa.pub中的内容追加到目标服务器的authorized_keys文件中 2.1 cat /root/.ssh/id_rsa.pub...

2017-08-24 10:54:03 82

原创 Linux下不重启永久修改hostname

Linux下不重启永久修改hostname 1、如果只是修改hostname可以通过如下命令 hostname newHostname 注意:这种修改方式只有当前有效,等服务器重启后hostname就会失效,回到原来的hostname。 2、如果需要永久修改hostname可通过如下命令 vi /etc/sysconfig/network 修改其中的HOSTNAME项,...

2017-08-24 10:52:29 192

UML 用例图(转)

(转自) http://www.alisdn.com/wordpress/?p=1161 前些时间参加了潘加宇老师的技术讲座,UML建模技术受益匪浅。我也把平时的一些积累和上次的收获总结在这篇文章中,主要讲解用例图相关的知识。 用例图是软件需求分析到最终实现的第一步,它描述用户如何使用系统及使用系统什么样的功能。用例图从业务角度上体现谁来使用系统、用户希望系统提供什么样的服务,以及用户需要为...

2010-04-13 15:16:32 87

软件工厂: 21世纪的软件生产线

软件工厂: 21世纪的软件生产线, 我的梦想!

2008-02-03 02:24:29 172

Word实用技巧

Word实用技巧

2013-08-31

测试工具参考

测试工具参考, 对于测试人员很有帮助,影响测试人员。

2013-08-31

RHEL5.4+RHCS集群配置

RHEL5.4+RHCS集群配置, pdf文档,对RHCS 有帮助。

2013-08-31

Nginx学习交流

Nginx学习交流, 网上下载。是一篇好东西,关于Engix的详细资料。

2013-08-31

Myeclipse 10 破解

Myeclipse 10 破解,我一直使用,直到 MyEclipse pro 2013均可以。

2013-08-29

jd-gui-0.3.3

jd-gui-0.3.3.windows,可以反编译java类。反编译出来的代码可读性强。

2013-08-29

cports-x64

cports-x64 可查看系统的端口使用情况,有源码,很好用!

2013-08-29

Delphi7应用编程150例

Delphi 应用编程150例,有示范意义!

2013-01-31

Delphi-常用技巧及经典教材

Delphi 常用技巧及经典教材,很有参考价值!

2013-01-31

Raize.Components.v6.1.1.Retail.Include.Serial

Serial: 160-988839 Raize Software is very pleased to announce the immediate availability of Raize Components 6.1.1. The primary focus of version 6.1.1 is support for Embarcadero RAD Studio XE3. Also included are enhancements and bug-fixes. Raize Components is a user interface design system for Delphi and C++Builder. At its center is a collection of more than 125 general-purpose native VCL controls. Built on a foundation of technology first created more than fifteen years ago, these high-quality components give developers unsurpassed power and flexibility without sacrificing ease-of-use. In addition to the core set of controls, Raize Components includes more than 100 component designers focused on simplifying user interface development. Now more than ever, developers use Raize Components to build sophisticated user interfaces in less time with less effort. The primary focus of Raize Components 6 is on the new VCL capabilities that have been added to Embarcadero RAD Studio XE2. Specifically, 64-bit VCL support and the really cool new VCL Styles support. Unlike other releases of RAD Studio which simply required recompiling the existing code base to provide a new set of DCUs and packages, there were a lot of low-level changes made to the VCL in XE2. For example, many controls migrated smoothly to 64-bit, but many others required low-level modifications. In addition, every control in Raize Components was affected by the new VCL Styles. Each control's display code needed to be significantly modified to fully support for VCL Styles when they are available. It has been a lot of work, but we are certain that you will find the end result really cool! There are other enhancements and fixes included in Raize Components 6, but 64-bit and VCL Styles support are the major new features. Raize Components 6 definitely leverages RAD Studio XE2, and to get the most out of RC6, you need XE2.

2013-01-31

亿美软通SDK4.3.0(DLL)版

亿美软通短信平台开发包,SDK4.3.0(Delphi版本),官方正式版本,内部技术人员提供给购买客户测试和开发用的。

2013-01-19

亿美软通SDK4.3.0(java版本)

亿美软通短信平台开发包,SDK4.3.0(java版本),官方正式版本,内部技术人员提供给购买客户测试和开发用的。

2013-01-19

老毛桃一键还原

最新下载的,对于经常装机的人很有用的。这是官方版本的。

2013-01-19

开源的PHP-OA系统

开源的OA系统,基于PHP技术,国外著名!

2013-01-16

U盘引导安装Linux系统图解

U盘引导安装Linux系统图解,比较详细。供大家参考。

2013-01-16

Delphi DES加密算法

标准Delphi的DES加密算法, 有示例可参考。

2010-08-21

xp下安装sata+AHCI驱动

Winxp下提升硬盘性能的sata ahci的驱动

2010-08-21

正则表达式测试工具[RegexTester.exe]

一个基于.Net的实用的正则表达工测试工具。

2010-08-21

WinRAR_3.93_SC-PRET

32 位 WinRAR_3.93_SC-PRET

2010-04-03

DELPHI StringGrid 扩展演示小程序

DELPHI StringGrid 扩展演示小程序

2010-04-03

Iocomps+4.02sp2+full+source

DELPHI 下最新的工控组件,最新版本。

2010-04-03

FlashUpload源码

转一个关于FlashUpload上传下载文件的源码。

2009-11-02

Oracle Database 10g培训课程+示例代码

一个完整的关于 oracle10G 全面介绍的 PPT, 以用相关代码。PPT全面(接近700页)

2009-11-02

空空如也

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

TA关注的人

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