时光 - 正则时光 - 第68页
时光的头像 - 正则时光
徽章-资深玩家 - 正则时光徽章-签到达人 - 正则时光徽章-人气大使 - 正则时光9枚徽章超级管理员四川省成都市管理员超级版主
日拱一卒 功不唐捐
Linux文件搜索命令 - 正则时光

Linux文件搜索命令

常用搜索命令: find which whereis locate Linux通配符 跟windows一样的。* 多字符;? 单字符;[]集合中的某个字符。 find 在指定目录下查找文件 任何位于参数之前的字符串都将被视为要查找的...
使用Navicat连接虚拟机Linux 中mysql报 2003 – Can‘t connect to MySQL server on “ip“(10060 “Unknown error“) - 正则时光

使用Navicat连接虚拟机Linux 中mysql报 2003 – Can‘t connect to MySQL server on “ip“(10060 “Unknown error“)

安装环境VmwareLinux:Centos7MySQL:5.7.37 问题描述 在linux本地可以正常访问,远程不行 问题解决 使用如下命令查询3306端口是否打开。如果没有,可以使用我下面的方法。我这里是已经打开后才...
Message: stale element reference: element is not attached to the page document - 正则时光

Message: stale element reference: element is not attached to the page document

在进行邮件爬取的时候出现了一下错误 Message: stale element reference: element is not attached to the page document 原因是:所引用的元素已过时,不再依附于当前页面。通常情况下,这是因...
AttributeError: partially initialized module ‘jsonschema’ has no attribute ‘validata’ (most likely due to a circular import) - 正则时光

AttributeError: partially initialized module ‘jsonschema’ has no attribute ‘validata’ (most likely due to a circular import)

属性错误:部分初始化的模块“ jsonschema”没有属性“validata”(很可能是由于循环导入) 今天刚刚学习了jsonschema写法,就想着自己动手写一写,没想到就报这么个错。本来在调用validata方法...
网站添加MySSL安全认证 - 正则时光

网站添加MySSL安全认证

只需要这串把代码放到</body>的上面就可以了(建议给个类名不要让样式冲突了) 安全认证代码: <div style='width: 100px; height: 100px; position: fixed;right: 0; bottom: 0; z-in...
SoftCnKiller:流氓软件清理工具 - 正则时光

SoftCnKiller:流氓软件清理工具

SoftCnKiller是一款非常好用的清理流氓软件的工具,有时候我们遇到一些流氓软件,残留在电脑里很难彻底清除,这个软件可以帮助你彻底清理流氓软件,需要的可以来下载试试。 使用方法: 1.解压完...
Mysql数据库中数据的增、删、改、查、操作 - 正则时光

Mysql数据库中数据的增、删、改、查、操作【下篇】

基础操作 起别名 select 别名.字段1,别名.字段2,... from 表名 as 别名 select 字段1 as 别名1,字段2 as 别名2,... from 表名 例:select s.name,s.sex,s.age from students as s; 例:select nam...
Mysql复制表 - 正则时光

Mysql复制表

需求:现在有一张旧表tb2,要复制一张新表tb1。 当然我们可以使用:show create table 旧表; 查看旧表的创建语句,然后把语句copy一下,改个表名就可以了。同时我们也可以使用以下命令更方便的...

随便看看