时光 - 正则时光 - 第46页
时光的头像 - 正则时光
徽章-资深玩家 - 正则时光徽章-签到达人 - 正则时光徽章-人气大使 - 正则时光9枚徽章超级管理员四川省成都市管理员超级版主
日拱一卒 功不唐捐
免费SSL证书申请网址合集,赶快来白嫖! - 正则时光

免费SSL证书申请网址合集,赶快来白嫖!

给大家分享一些免费 SSL 证书申请网站,提供 Let’s Encrypt 或 TrustAsia CA 的免费 SSL 证书。 Freessl https://freessl.org 免费的 90 天证书 SSL,可自动续期。 SSLforfree https://www.ssl...
cookie,session与token的区别 - 正则时光

cookie,session与token的区别

Cookie简介 简介:工程师 针对 http协议是无连接、无状态特性,设计的一种技术。 可以在浏览器端存储用户的信息。 特性: cookie 用于存储 用户临时的不敏感信息。 cookie 位于浏览器(客户端)...
搭建网站时报错:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP - 正则时光

搭建网站时报错:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP

问题背景 今天在安装ecshop程序时,报错Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP 问题分析 翻译这个报错的意思如下:弃用...
QT绘图教程之一:使用 QPainter 进行绘图的基本组成部分和流程 - 正则时光

QT绘图教程之一:使用 QPainter 进行绘图的基本组成部分和流程

QPainter 绘图结构图 一、绘图设备 (Paint Device) QWidget(如窗口、控件) QPixmap(图像缓冲区) QPrinter(打印机) QImage(独立于硬件的图像) 其他继承自 QPaintDevice 的类 二、QPainte...
python异常 - 正则时光

python异常

一、异常处理的结构 try: # 可能引发异常的代码块 pass except SomeException as e: # 处理特定异常的代码块 pass except AnotherException as e: # 处理另一种特定异常的代码块 pass except: #...
什么是测试用例?测试用例编写规范 - 正则时光

什么是测试用例?测试用例编写规范

用例:用户使用的案例 测试用例:是为测试项目而设计的执行文档 用例的作用:1、防⽌漏测 2、衡量软件是否通过的标准 用例模版 用例规范 结果
WordPress添加说说/心情页面 - 正则时光

WordPress添加说说/心情页面

效果图 教程步骤 1.注册帖子类型 首先,我们需要使用 WordPress 的 register_post_type( ) 函数注册一个新的帖子类型,以方便日后编辑说说。将以下代码直接丢到主题的 functions.php ...
使用python操作mysql数据库 - 正则时光

使用python操作mysql数据库

在Python中操作MySQL数据库,可以使用mysql-connector-python库。以下是一个简单的教程,介绍如何在Python中使用mysql-connector-python进行数据库操作。另外也可以使用pymysql库,两个差别不大...

随便看看