<%-- Created by IntelliJ IDEA. User: Dell Date: 2021/3/27 Time: 19:51 To change this template use File | Settings | File Templates. --%> <%@ page cont ...
分类:
Web程序 时间:
2021-03-30 13:10:55
阅读次数:
0
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: KVM版本:5.9.1 QEMU版本:5.0.0 工具:Source Insight 3.5, Visio 文章同步在 ...
分类:
系统相关 时间:
2021-03-30 13:07:40
阅读次数:
0
HTML: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" conte ...
分类:
其他好文 时间:
2021-03-29 12:53:35
阅读次数:
0
mysql命令行报错: 如下: mysql> use mysqlERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql' 解决方法: 打开my.ini(linux下时my.cnf)文件,在[mysqld ...
分类:
数据库 时间:
2021-03-18 14:24:12
阅读次数:
0
异常断电关机等特殊情况所导致数据库损坏,出现数据库质疑的问题,使用如下办法进行解决: use master go sp_configure 'allow updates', 1 reconfigure with override go alter DATABASE 质疑数据库名 SET EMERGE ...
分类:
数据库 时间:
2021-03-18 14:08:32
阅读次数:
0
Markdown学习 标题 ###三级标题 字体 Hello,world! Hello,world! Hello,world! Hello,world! 引用 走向人生巅峰 分割线 图片  超链接 ...
分类:
其他好文 时间:
2021-03-17 14:59:46
阅读次数:
0
IDEA整合SSM框架学习 项目实践及遇到的问题 一、SSM框架整合,项目实践 1.1 依赖导入,pom.xml <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> ...
分类:
其他好文 时间:
2021-03-17 14:49:21
阅读次数:
0
<?php namespace app\common\controller;use app\common\controller\WechatAuth; class PortalBase extends Base{ protected function _initialize() { parent:: ...
分类:
微信 时间:
2021-03-17 14:39:03
阅读次数:
0
安装用composer 安装 EasyWeChat,这个就不说了! 安装后直接use使用; 以下代码是Fastadmin 框架里面写的 如果没用框架 就不用继承第5行 直接访问 test_send_template这个方法的地址即可实现授权微信登录然后发送模版消息(模版id等参数自行修改) 代码如下 ...
分类:
微信 时间:
2021-03-17 14:38:03
阅读次数:
0
df -T 只可以查看已经挂载的分区和文件系统类型。 Filesystem Type 1K-blocks Used Available Use% Mounted on/dev/sda1 ext4 20642428 3698868 15894984 19% /tmpfs tmpfs 32947160 ...
分类:
系统相关 时间:
2021-03-17 14:14:35
阅读次数:
0