工作区:代码编辑部分 暂存区:git add 本地仓库 git commit git 配置 git config --global user.name "" git config --global user.email "" git config --global --list ctril +l清屏 ...
分类:
其他好文 时间:
2021-03-26 15:12:55
阅读次数:
0
Given a non-negative integer, you could swap two digits at most once to get the maximum valued number. Return the maximum valued number you could get. ...
分类:
其他好文 时间:
2021-03-18 14:32:17
阅读次数:
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
App Service overview Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your ...
分类:
移动开发 时间:
2021-03-17 15:03:35
阅读次数:
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