自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

编程小战

用代码改变人生

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

原创 docker安装php-fpm,并与集成到nginx中

运行php-fpm容器:docker run -d \--name php-fpm \--restart=always \-p 59000:9000 \-v /home/docker/nginx/html:/var/www/html \php:7.3.5-fpm-alpine3.9 \php-fpm/home/docker/nginx/html是宿主机映射到nginx卷对应...

2019-05-28 11:22:56 2812

原创 在Windows下使用Tortoise Git时,提示认证失败的解决办法

在使用Tortoise Git时,推送代码提示认证失败,因为修改了密码,但是在Tortoise Git的设置里面没有找到改密码的地方,原来Tortoise Git使用Windows的凭据保存用户名密码,进入控制面板,找到Windows凭据管理:找到对应的凭据,展开后,可以修改密码,或者直接删除,下次进行Git操作时,会再次提示输入用户名密码。...

2019-05-27 14:22:28 2119 1

原创 vscode显示中文乱码的解决方法

进入设备面板,找到“files.autoGuessEncoding”设置:将“Auto Guess Encoding”选项框构选。

2019-05-26 22:39:46 3544 1

原创 Redis Desktop Manager-更新至2019.4

redis desktop manager windows是一款能够跨平台使用的开源性redis可视化工具。redis desktop manager主要针对redis开发设计,拥有直观强大的可视化界面,具有完善全面的数据操作功能,可以针对目标key执行rename,delete,addrow,reload value操作,支持通过SSH Tunnel连接,用户可以通过它对Redis进行操作管...

2019-05-22 17:26:48 1843

原创 Servlet 3.1 api中@WebListener实现servlet监听

在Servlet 3.1中,使用@WebListener注解来标识一个Servlet监听器,相关的监听接口有:ServletContextListenerpackage javax.servlet;import java.util.EventListener;public interface ServletContextListener extends EventListene...

2019-05-15 22:37:52 599

原创 Minio与Spring Boot集成

Minio 是一个基于Apache License v2.0开源协议的对象存储服务。它兼容亚马逊S3云存储服务接口,非常适合于存储大容量非结构化的数据,例如图片、视频、日志文件、备份数据和容器/虚拟机镜像等,而一个对象文件可以是任意大小,从几kb到最大5T不等。Github:https://github.com/aboullaite/minio-starter...

2019-05-10 19:05:13 3289

原创 Oracle数据库官方Docker镜像

到docker hub,登录后搜索oracle:进入Oracle Database Enterprise Edition页面后进行订阅:填入个人信息,同意协议,即可查看内容:在docker 命令行login后才能拉取镜像:docker pull store/oracle/database-enterprise:12.2.0.1-slim运行容器:docker...

2019-05-09 17:28:39 8356

原创 构建oracle数据库docker镜像

github地址:https://github.com/oracle/docker-images克隆:git clone https://github.com/oracle/docker-images进入对应版本的目录以12.2.0.1为例:cd docker-images/OracleDatabase/SingleInstance/dockerfiles/12.2.0.1...

2019-05-09 16:02:10 989

原创 Windows中通过命令行设置Oracle数据库环境变量

以管理员身份在命令行中运行下面命令:setx /M NLS_LANG "SIMPLIFIED CHINESE_CHINA.UTF8"setx /M NLS_DATE_LANGUAGE "SIMPLIFIED CHINESE"setx /M NLS_DATE "YYYY-MM-DD HH24:MI:SS.FF6"setx /M NLS_TIMESTAMP_FORMAT "YYYY-M...

2019-05-08 17:25:53 1212

原创 几个java工具包

Guavahttps://github.com/google/guavaApache Commonshttp://commons.apache.org/Apache POIhttp://poi.apache.org/hutoolhttps://www.hutool.cn/

2019-05-06 11:16:13 443

原创 几个持续集成工具

jenkinshttps://jenkins.io/dronehttps://drone.io/flow.cihttps://flow.ci/circlecihttps://circleci.com/fastlanehttps://fastlane.tools/bamboohttps://www.atlassian.com/...

2019-05-05 21:37:49 1111

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关注的人

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