自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

编程小战

用代码改变人生

  • 博客(8)
  • 资源 (27)
  • 收藏
  • 关注

原创 Docker容器的--restart参数

--restart参数有3个可选值 :no,on-failure,always1.no为默认值,表示容器退出时,docker不自动重启容器2.on-failure表示,若容器的退出状态非0,则docker自动重启容器,还可以指定重启次数,若超过指定次数未能启动容器则放弃:docker update --restart=on-failure:3 [容器名]3.always表示,...

2019-02-28 11:08:26 8305

原创 在Docker中使用Alpine

启动一个Alpine最新版的容器:docker run -d -it --name alpine alpine /bin/sh以交互模式进入该容器:docker attach alpine或docker exec -it alpine /bin/sh查看版本信息:cat /ect/issue或uname -a ...

2019-02-25 11:43:21 3632

原创 VirtualBox中安装alpine linux(五)安装telnet客户端

安装指令:apk add busybox-extras从alpine 3.8开始,telnet客户端在busybox-extras中,能过以上指令开安装。

2019-02-25 09:51:31 1254

原创 VirtualBox中安装alpine linux(四)修改系统时区

执行下面命令下载时区数据:apk add -u tzdata执行下面命将时区设为上海:cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime执行下面命将时区设为UTC:cp /usr/share/zoneinfo/UTC /etc/localtime执行下面命令删除下载的时区数据:apk del tzdata查...

2019-02-22 09:32:58 640

原创 oracle关于时间及时区的问题

查看数据库与会话时区:select dbtimezone,sessiontimezone from dual;查看系统时间与会话时间:select CURRENT_DATE,sysdate,CURRENT_TIMESTAMP,SYSTIMESTAMP from dual;查看会话的时间戳格式:SELECT VALUE FROM NLS_SESSION_PARAMETERS...

2019-02-21 17:15:02 2009

原创 VirtualBox中安装alpine linux(三)安装Portainer

简介:Portainer是Docker的图形化管理工具,提供状态显示面板、应用模板快速部署、容器镜像和网络数据卷的基本操作、事件日志显示、容器控制台操作、Swarm集群和服务等集中管理和操作、登录用户管理和控制等功能。拉取镜像:docker pull portainer/portainer运行容器:docker run --name portainer -d \--res...

2019-02-21 12:53:38 985

原创 VirtualBox中安装alpine linux(二)安装docker

先保证/etc/apk/repositories中包含下面的源:https://mirrors.aliyun.com/alpine/latest-stable/community/https://mirrors.aliyun.com/alpine/latest-stable/mainhttp://dl-cdn.alpinelinux.org/alpine/latest-stable/ma...

2019-02-15 14:53:35 617

原创 VirtualBox中安装alpine linux(一)从光盘镜像安装

下载Alpine Linux镜像:https://maxwoods.ctfile.com/u/758954/32595332这里使用的3.8版,运行VirtualBox,新建虚拟机:将光盘镜像加载:网络则设为桥接模式:启动虚拟机后,以root用户登录:根据提示,使用下面命令进行安装:setup-alpine提示键盘布局,默认none...

2019-02-15 10:14:18 1781 3

TCP&UDP测试工具.rar

用于TCP,UDP发包的调试工具,支持客户端及服务端模式,支持自动重发,字符及十六进制格式,及文件发送

2020-01-12

Delphi 下深入Windows 核心编程

Delphi 下深入Windows 核心编程, PDF

2012-03-19

Delphi模式编程

Delphi模式编程,刘艺,PDF中文版

2012-03-19

Delphi Win32核心API参考

Delphi Win32核心API参考,PDF中文版

2012-03-19

Pro Android Apps Performance Optimization

Pro Android Apps Performance Optimization

2012-03-12

Pro OpenGL ES for Android

Pro OpenGL ES for Android, PDF

2012-03-12

Game Engine Architecture

Game Engine Architecture, PDF

2012-03-12

Essential Windows Phone 7.5

Essential Windows Phone 7.5, PDF

2012-03-12

Pro Android 4

Apress Pro Android 4, PDF

2012-03-09

Beginning Android 4

Beginning Android 4, PDF

2012-03-08

Pro jQuery

Apress.Pro.jQuery.Feb.2012.rar

2012-03-03

Delphi IDE Theme Editor 支持XE2

Delphi IDE Theme Editor 支持XE2

2012-03-03

Apress iOS 5 Recipes

Apress.iOS.5.Recipes.Feb.2012

2012-03-02

Microsoft.Silverlight.5.Building.Rich.Enterprise.Dashboards

Microsoft.Silverlight.5.Building.Rich.Enterprise.Dashboards

2012-03-02

iPhone and iPad Apps for Absolute Beginners iOS 5 Edition

iPhone and iPad Apps for Absolute Beginners iOS 5 Edition

2012-03-01

Pro Silverlight 5 in C# 4th

Pro Silverlight 5 in C# 4th

2012-03-01

Pro ASP.NET MVC 3 Framework 3rd Edition

Pro ASP.NET MVC 3 Framework 3rd Edition, pdf

2012-02-27

Wrox.Professional.CSharp.4.and.NET.4.Mar.2010

Wrox.Professional.CSharp.4.and.NET.4.Mar.2010

2012-02-25

C# Database Basics

C# Database Basics, PDF

2012-02-25

Professional NoSQL

Professional NoSQL, PDF

2012-02-23

ASP.NET 4.0 in Practice

ASP.NET 4.0 in Practice,PDF

2012-02-23

Sams Teach Yourself TCPIP in 24 Hours 5th

Sams Teach Yourself TCPIP in 24 Hours 5th

2012-02-22

编辑长求字符串相似度Delphi源代码

编辑长求字符串相似度Delphi源代码 编辑长求字符串相似度Delphi源代码

2012-02-04

VMware ESX Server: Advanced Technical Design Guide

600 pages Publisher: The Brian Madden Company (September 1, 2005) Language: English ISBN-10: 0971151067 ISBN-13: 978-0971151062 Detailing the design and deployment of a VMware ESX Server environment, and written from the practical experience of proven VMware engineers, this book provides IT architects with the insight needed to tackle tough design issues such as ESX Server security, network and SAN design, host hardware selection, guest selection and configuration, management tool selection, ESX performance optimizations, and automated installs and provisioning. A linear progression is provided, starting at the basic architecture of ESX server and then moving on to server configurations, design alternatives for hardware, SAN configuration and management tools, the creation of guest operating systems, and strategy development for implementing this technology into a specific environment. Advanced topics such as unattended installs, integration with network management software, configuration options for high availability, and disaster recovery scenarios are also addressed.

2012-02-04

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

2012-02-02

Embarcadero Delphi XE2 破解

Embarcadero Delphi XE2 破解

2012-02-02

Professional Windows Phone 7 Application Development

PROFESSIONAL Windows® Phone 7 Application Development BUILDING APPLICATIONS AND GAMES USING VISUAL STUDIO, SILVERLIGHT® , AND XNA®

2011-12-13

空空如也

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

TA关注的人

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