自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (7)
  • 收藏
  • 关注

原创 MyBatis Generator Pluginの導入

1,Eclipse →ヘルプ→新規ソフトウェアのインストール...2,MyBatis Plugin UpdateサイトのURLを記入して、MyBatis Generatorをインストールしてください。http://mybatis.googlecode.com/svn/sub-projects/generator/tru

2015-09-28 08:40:17 1305

原创 Spring Boot实践应用开发(5)

百度云盘http://pan.baidu.com/s/1o6spOJSspring boot快速开发WEB系统,使用spring boot 1.2.3,spring framework4.1.6,themeleaf,mybatis,lombok,bootstrap,jquery,html5,css3等。

2015-09-27 21:49:12 2393 1

转载 WITH 子句

WITH 子句•使用WITH子句,可以避免在SELECT语句中重复书写相同的语句块•WITH子句将该子句中的语句块执行一次并存储到用户的临时表空间中•使用 WITH子句可以提高查询效率WITHdept_costs  AS (   SELECT d.department_name, SUM(e.salary) ASdept_total   FR

2015-09-06 20:58:56 1547

转载 什么时候创建索引

以下情况可以创建索引:•列中数据值分布范围很广•列中包含大量空值•列经常在WHERE子句或连接条件中出现•表经常被访问而且数据量很大,访问的数据大概占数据总量的2%到4%下列情况不要创建索引:•表很小•列不经常作为连接条件或出现在WHERE子句中•查询的数据大于2%到4%•表经常更新•加索引的列包含在表达式中

2015-09-06 16:11:58 3691

Introduction to Kubernetes

Overview --- Is your team beginning to use Kubernetes for container orchestration? Do you need guidelines on how to start transforming your organization with Kubernetes and cloud native patterns? Would you like to simplify software container orchestration and find a way to grow your use of Kubernetes without adding infrastructure complexity? Then this is the course for you! Outline --- Welcome & Introduction Container Orchestration Kubernetes Kubernetes Architecture – Overview Installing Kubernetes Setting Up a Single Node Kubernetes Cluster with Minikube Accessing Minikube Kubernetes Building Blocks Authentication, Authorization, Admission Control Services Deploying a Stand-Alone Application Kubernetes Volume Management Deploying a Multi-Tier Application ConfigMaps and Secrets Ingress Advanced Topics – Overview Kubernetes Community

2019-01-12

通过kubernetes安装redmine

此文介绍通过kubernetes安装redmine。 详细介绍请参考博客文章:https://mp.csdn.net/postedit/82082134 此文档为excel格式,保护操作步骤的大部分截图,方便学习。 主要包括以下内容: 从github取得redmine的yaml文件。 启动deployment和service。 查看service,deploy和pod的启动情况。 等等。

2018-08-26

kubernetes安装openldap还有phpldapadmin

此文介绍通过kubernetes安装openldap还有phpldapadmin。 博客文章请查看:https://blog.csdn.net/engchina/article/details/82079340 主要包括: 从github取得openldap的yaml文件。 启动deployment和service。 查看service,deploy和pod的启动情况。 使用浏览器访问phpldapadmin。 追加group和account。

2018-08-26

Oracle Virtualbox Host-Only网络的设置

此文介绍Oracle Virtualbox Host-Only网络的设置。 虚拟机里的操作系统是oracle linux 7。 创作的kubernetes虚拟机的配置之一。 关于kubernetes虚拟机下载,请参考。 https://blog.csdn.net/engchina/article/details/80087344

2018-08-26

Java Decomplier Support JDK1.8

Java Decomplier,Java 反編譯工具,支持JDK1.8

2017-03-31

spring boot 1.2.3,spring framework4.1.6,mybatis,lombok,oracle的一个sample

spring boot快速开发WEB系统,使用spring boot 1.2.3,spring framework4.1.6,mybatis,lombok,oracle的一个sample。

2015-05-09

ibatis source code(ibatis源代码)

ibatis源代码,根据需要,可以阅读和扩展。

2010-09-05

空空如也

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

TA关注的人

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