编程笔记
-
Apache CXF - Basic Authentication Example
Basic Authentication (BA) is a method for a HTTP client to provide a user name and password when making a request. There is no confidentiality protection for the transmitted credentials. therefore it…
-
Apache CXF - SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass application related information that is processed by SOAP nodes along the message flow. This example details how a …
-
4、在linux部署gitee
4、在linux部署gitee 一、准备gitee包 从git官方网站上下载最新版的安装包,安装即可。下载地址:https://git-scm.com/但这里我用yum来下载 # 通过yum安装,本方法最简单。但是无法控制安装的版本 yum -y install g…
-
Apache CXF - Logging SOAP Request Response Fault Messages Example
Since Apache CXF 3.1, the message logging code was moved into a separate module and gathered a number of new features. In this tutorial, we will demonstrate how to configure CXF to log the SOAP reque…
-
Spring WS - SOAP Tolerant Reader Example
The tolerant reader pattern was coined by Martin Fowler as a way to reduce the coupling between the consumer and provider of a web service. The pattern tries to minimize the impact on existing consum…
-
Spring WS - SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass application-related information that is processed by SOAP nodes along the message flow. The below example details h…
-
Spring WS - Mutual Authentication Example
Mutual authentication or two-way authentication refers to two parties authenticating each other at the same time. In other words, the client must prove its identity to the server, and the server must…
-
jmeter在linux上安装&jmeter在linux上远程执行&jmeter生成html/jtl报告&jmeter线程递增执行Stepping Thread Group&jmeter执行命令参数化
jmeter安装 前置条件 一般linux系统已有java,通过java -version查看对应的版本,如有成功返回结果则不需要重新安装java,如无则需安装配置java(过程网搜即可) jmeter安装 jmeter地址:http://archive.apache.org…
-
Linux系统内存不足新增数据磁盘 挂载数据
未安装宝塔之前,挂载硬盘数据盘磁盘1.df -lh 查看是否有挂载磁盘2.fdisk -l 如未挂载 查看挂载磁盘位置 如:/dev/vdb3.执行 fdisk /dev/vdb 对磁盘分区,需要依次输入 "n","p","1"(注意:这里一般是写1 看要分几…
-
Linux内核的Oops【转】
转自:https://www.cnblogs.com/wwang/archive/2010/11/14/1876735.html 什么是Oops?从语言学的角度说,Oops应该是一个拟声词。当出了点小事故,或者做了比较尴尬的事之后,你可以说"Oops",翻译成中国话就叫做“哎…