1、首先进入mysql命令台: mysql -u root -p 回车 输入密码 2、查询所有的库 mysql> show databases; 3、进入数据库“orcl”是库名 mysql> use orcl; 4、check table ta_history(ta_history--出现错误的表 ...
分类:
数据库 时间:
2020-04-29 10:34:31
阅读次数:
75
Hello, this blog will show you how to use the tool we build. "项目链接" 1. establish new project First, you should establish a new project. Note the proje ...
分类:
其他好文 时间:
2020-04-29 00:58:13
阅读次数:
110
Given the map of a city, with all the ambulance dispatch centers (救护车派遣中心) and all the pick-up spots marked. You are supposed to write a program to pr ...
分类:
其他好文 时间:
2020-04-28 13:22:15
阅读次数:
61
自动简历 项目介绍 一个可以自动播放书写过程简历,主要运用原生JS和CSS3的知识点。 用到的库: prism marked 相关链接 预览点我 源码点我 设计过程 基本思想—动起来 想办法让文字逐个出现在页面中 setTimeout(()=>{ document.body.innerHTML='1 ...
分类:
其他好文 时间:
2020-04-23 12:15:31
阅读次数:
63
题目描述 Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: “The ...
分类:
其他好文 时间:
2020-04-23 00:51:39
阅读次数:
73
地址:https://www.baidu.com/link?url=fJ5P3mDdJxPJPBMMaMXI6rddzPrI892EBzpxZQlF6sTvD1CnfcXu-4xpjLYvfolK&wd=&eqid=87db10e900010a0b000000045e9da0fc 题目描述 On B ...
分类:
其他好文 时间:
2020-04-20 23:21:38
阅读次数:
103
引入文件很小https://github.com/chjj/marked当我发现php的版本不支持复选框的时候,找到了js版本,这个版本兼容复选框下载以后只需要那个marked.min.js即可<!doctypehtml><html><head><metacharset="utf-8"/><title>Markedin
分类:
Web程序 时间:
2020-04-18 22:56:10
阅读次数:
142
引入文件很小https://github.com/chjj/marked 当我发现php的版本不支持复选框的时候,找到了js版本,这个版本兼容复选框 下载以后只需要那个marked.min.js 即可 <!doctype html> <html> <head> <meta charset="utf- ...
分类:
Web程序 时间:
2020-04-18 20:09:10
阅读次数:
131
Linux系统是一种典型的多用户系统,不同的用户处于不同的地位,拥有不同的权限。为了保护系统的安全性,Linux系统对不同的用户访问同一文件(包括目录文件)的权限做了不同的规定。 在Linux中我们可以使用ll或者ls –l命令来显示一个文件的属性以及文件所属的用户和组,如: [root@www / ...
分类:
系统相关 时间:
2020-04-18 09:58:47
阅读次数:
74
传送门:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/ 给定一个二叉树, 找到该树中两个指定节点的最近公共祖先。 百度百科中最近公共祖先的定义为:“对于有根树 T 的两个结点 p、q,最近公共祖先表示 ...
分类:
其他好文 时间:
2020-04-15 18:10:47
阅读次数:
71