自信乐曲

文章
4
资源
0
加入时间
3年0月9天

函数和标签的使用

实例1:@echo off echo the name of the bat file is %0echo the first vars of the bat file is %1call:function1call:function2call:function2call:function3call:function4 robingoto LabelEnde

SSL证书的生成方法

在Linux下,我们进行下面的操作前都须确认已安装OpenSSL软件包。1.创建根证书密钥文件root.key:[root@mrlapulga:/etc/pki/CA/private]#openssl genrsa -des3 -out root.key 1024Generating RSA private key, 1024 bit long ...

MySQL存储数据乱码的问题解析

mysql的字符集设置有多个层级,在mysql中存储中文,如果不能正确设置字符集,很容易出现数据乱码。今天就有一个