XOR

C++ 中的 String 类

C++ 标准库提供了 string 类类型,支持上述所有的操作,另外还增加了其他更多的功能。我们将学习 C++ 标准库中的这个类,现在让我们先来看看下面这个实例: 现在您可能还无法透彻地理解这个实例,因为到目前为止我们还没有讨论类和对象。所以现在您可以只是粗略地看下这个实例,等理解了面向对象的概念之 ......
String

电脑缩放异常、显示亮度无法调整的处理办法

本文介绍Windows电脑**系统更新**或**重装系统**后,出现屏幕亮度**最高且无法调整**、电脑**字体变小**等问题的解决方法。 最近更新了**Windows 10 20H2**版本,更新完毕打开电脑后发现,电脑中各类**字体变小**了,仿佛就是从一个普通的笔记本电脑变成了大屏幕电脑。 先 ......
亮度 办法 电脑

Personal Information Exchange (PKCS #12)

The Personal Information Exchange format (PFX, also called PKCS #12) supports secure storage of certificates, private keys, and all certificates in a ......
Information Personal Exchange PKCS 12

http server , docker hub

https://hub.docker.com/_/httpd/ 1.Create a Dockerfile in your project FROM httpd:2.4 COPY ./public-html/ /usr/local/apache2/htdocs/ 2. 在同级目录创建文件夹 publ ......
docker server http hub

docker ps 过滤和格式化

https://docs.docker.com/engine/reference/commandline/ps/ Formatting The formatting option (--format) pretty-prints container output using a Go templat ......
格式 docker ps

weblogic access log

https://docs.oracle.com/cd/E40518_01/server.761/es_admin/src/tadm_logging_access_log.html 内容举例: 129.184.13.19 - - [06/Jan/2017:18:24:14 +0330] "POST / ......
weblogic access log

class getMethod Reflection

调用 ff() 要用 Method method = A.class.getMethod("ff", new Class<?>[]{}); 或者 Method method = A.class.getMethod("ff", null); 不能用 Method method = A.class.ge ......
Reflection getMethod class

HTTP Basic Authentication>> 401>> Using the browser’s native login prompt

https://docs.oracle.com/cd/E27515_01/common/tutorials/authn_http_basic.html http://blog.stevensanderson.com/2008/08/25/using-the-browsers-native-login ......
gt Authentication browser native prompt

乐观锁和悲观锁

http://docs.oracle.com/javaee/6/tutorial/doc/gkjiu.html https://en.wikipedia.org/wiki/Lock_(computer_science) ......

禁止jsp自动创建session

JSP 最佳实践 https://docs.oracle.com/cd/A97688_16/generic.903/bp/j2ee.htm jsp自动创建session 是getSession(true) 没有session则自动生成 禁止jsp自动创建session 通过 <%@page sess ......
session jsp

®参考文档: JavaScript reference (like:Statements Block ...)

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference A block statement (or compound statement in other languages) is used to group zero o ......
JavaScript Statements reference 文档 Block

还贷款的两种方式

本金:Capital is a large sum of money which you use to start a business, or which you invest in order to make more money. 利息:Interestis extra money that ......
方式

struts.xml action 默认方法和指定方法

https://struts.apache.org/docs/action-configuration.html#ActionConfiguration-ActionMethods The default entry method to the handler class is defined by ......
方法 struts action xml

log4j 1.x

https://logging.apache.org/log4j/1.2/manual.html 1. log4j.dtd 在哪里? log4j.jar 包中 org.apache.log4j.xml 下 <?xml version="1.0" encoding="UTF-8" ?> <!-- Li ......
log4j log4 log 4j

PatternLayout %d %c %M %L %p %X{context} ...

https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html Conversion CharacterEffect c Used to output the category of the loggi ......
PatternLayout context

TortoiseSVN ignore 和 global-ignores

右键菜单 - TortoiseSVN - Properties - Edit 可以查看全部的属性,进行编辑 Help 可以查看帮助文档 关于svn:ignore 和svn:global-ignores Ignoring Ignoring Files And Directories No Paths ......

<%= ...%> 区别 <% ... %>

http://docs.oracle.com/javaee/5/tutorial/doc/bnajq.html https://zh.wikipedia.org/wiki/JSP Table 6-1 Standard Syntax Versus XML Syntax Syntax Elements ......
lt gt

开源组织

Mozilla https://developer.mozilla.org/zh-CN/ https://developer.mozilla.org/en/ Apache Spring ......

Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

https://tools.ietf.org/html/rfc7231 Table of Contents 1. Introduction ....................................................6 1.1. Conformance and Error ......

post 和 get

POST Example A simple form using the default application/x-www-form-urlencoded content type: POST / HTTP/1.1 Host: foo.com Content-Type: application/x ......
post get

简单小例子 (是否可见)(tab切换)

<html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <scrip ......
例子 tab

Running Additional Programs at Boot Time (开机启动)

https://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-boot-init-shutdown-run-boot.html The /etc/rc.d/rc.local script is executed by the init  ......
Additional Programs Running Boot Time

Linux 环境变量

/etc/profile vi 编辑追加行 export $JAVA_HOME=/usr/local/jdk1.7 保存退出 source /etc/profile 使其立即生效 ......
变量 环境 Linux

nginx 工作过程| 如何启动

http://nginx.org/en/docs/beginners_guide.html 配置文件改变之后,不起作用 reload 之后: 如果配置文件正确,则会开启新的worker ,并通知旧的结束手头的工作。(头:你们干完手里的就撤,不要接新活儿) 如果配置文件不正确,则忽略,继续指导旧的工作 ......
过程 nginx

如何执行request的

http://nginx.org/en/docs/http/request_processing.html 按照优先级由上至下 1)匹配监听的端口 server { listen 80; ... } server { listen 8080; ... } 2)匹配 request header (H ......
request

XAdES-L 是什么东西 (附 xmldsig.xsd & XAdES.xsd)

首先订正,没有XAdES-L ,只有 XAdES-X-L https://en.wikipedia.org/wiki/XAdES XAdES (also named XAdES-BES for "Basic Electronic Signature"), basic form just satisf ......
XAdES xsd XAdES-L xmldsig 东西

防止手机浏览点击输入框自动放大

1、设置meta属性 <meta content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" name="viewport"> content属性值 : ......
手机

C++容器3

访问元素,返回的都是元素的引用,可以直接修改 at是有异常处理的下标访问 添加元素 返回的是void空,insert第一个参数是迭代器类型,也就是begin()返回的类型 删除元素,注意返回值是什么 特殊的Foward 调整容器大小 获取迭代器 迭代器 管理容量的成员函数 string 容器适配器 ......
容器

java.security.InvalidKeyException

This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc). 情形: Utimaco\SafeGuard CryptoServer\Software\JCE\sample 运行 ......
InvalidKeyException security java

Windows 设置开机自动执行

shell:startup 会出现一个文件夹 C:\Users\wl\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 将想要自动运行的快捷方式复制进去即可。 ......
Windows