[TOC] 1. 问题描述 (LeetCode 739. 每日温度)[https://leetcode cn.com/problems/daily temperatures/] 2. 问题分类 栈(单调栈) 3. 问题解析 Reference: https://leetcode cn.com/pro ...
分类:
其他好文 时间:
2020-04-14 23:07:14
阅读次数:
129
/** * Notes:导入excel文件 * User: hly * Date: 2020/4/14 17:56 */ function importXlsx() { //引入phpexcel require getcwd() . '/PHPExcel.php'; $file_name = 'te ...
分类:
Web程序 时间:
2020-04-14 18:24:04
阅读次数:
218
ACID,指数据库事务正确执行的四个基本要素的缩写。包含:原子性(Atomicity)、一致性(Consistency)、隔离性(Isolation)、持久性(Durability)。一个支持事务(Transaction)的数据库,必需要具有这四种特性,否则在事务过程(Transaction pro ...
分类:
数据库 时间:
2020-04-14 11:02:21
阅读次数:
86
1. 安装vmware workstation pro 15 略 2. 安装macOS 10.15 Catalina 这个网上很多教程, 我这里不细讲, 主要步骤: 下载vmware unlocker, 以管理员模式执行里面的win-install.cmd, 下载地址: https://github ...
项目结构 project/ // 根目录 ├─ images/ // 图片/小图标 ├─ pages/ // pages目录 ├─ utils/ // 工具,包文件目录 ├─ app.js // 入口文件 ├─ app.wxss // 公共设置 ├─ app.json // 公共样式表 └─ pro ...
分类:
微信 时间:
2020-04-13 16:41:25
阅读次数:
80
截至2017年,用于Jaguar和Land Rover的V159 JLR Mangoose SDD Pro支持PWM CAN KL线路协议。此处收集了eobdtool.co.uk工程师的一些客户问题和解答。希望对您有帮助!问:V159 JLR Mangoose可以向Jaguar XF(2012)添加 ...
分类:
其他好文 时间:
2020-04-13 12:34:19
阅读次数:
95
题目描述: 自己的提交: class Solution: def entityParser(self, text: str) -> str: text = text.replace(""","\"") text = text.replace("'","\'") text = te ...
分类:
Web程序 时间:
2020-04-12 20:30:37
阅读次数:
64
eg:使用代码 //reducers/todos.js export default function todos(state = [], action) { switch (action.type) { case 'ADD_TODO': return state.concat([action.te ...
分类:
其他好文 时间:
2020-04-12 20:22:25
阅读次数:
75
``` #include #include #include #include #include #include using namespace std; #define ll long long const int N=1e5+5; const int M=1e5+5; const int IN... ...
分类:
其他好文 时间:
2020-04-12 18:33:54
阅读次数:
59
学了这么久还有好多问题搞不定也是蛮丢人得。作者的初衷估计也就是娱乐一下,有很多地方还不是很完善(主要是API和项目),我估计是让大家采购Pro版本。 不多说废话来,把未搞定的大坑分享给各位同仁,如果各位同仁有搞定的私信张某人,张某人不胜感激。 快手第一大坑,滑块验证码。这个问题不解决没法挂机啊,反正 ...
分类:
Web程序 时间:
2020-04-11 11:30:03
阅读次数:
206