Design and implement a TwoSum class. It should support the following operations: add and find. add - Add the number to an internal data structure.find ...
分类:
其他好文 时间:
2020-03-04 09:16:12
阅读次数:
75
具体报错: AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCrede ...
分类:
其他好文 时间:
2020-03-03 12:45:06
阅读次数:
88
[TOC] "原文地址" Folding in comment 四、注释的折叠 This keyword set is new in UDL 2.1. It allows you to fold anything as long as your language supports comments. ...
分类:
其他好文 时间:
2020-03-02 21:00:10
阅读次数:
68
今天学习了一个控件:ListView package com.example.hp.listview.Activity; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android ...
分类:
移动开发 时间:
2020-03-02 01:13:22
阅读次数:
99
1官网下载mysql-5.7.29-linux-glibc2.12-x86_64.tar.gz2可以先检查系统中的Mysql或mariadb,如果存在将其卸载[root@bogon~]#rpm-qa|grepmysqlphp-mysql-5.4.16-46.1.el7_7.x86_64[root@bogon~]#rpm-qa|grepmariadbmariadb-libs-5.5.64-1.el7
分类:
数据库 时间:
2020-03-01 16:03:12
阅读次数:
75
环境:python3.7 浏览器:火狐 在python scripts文件夹下边放入相应版本的geckodriver(或手动把geckodriver加入环境变量) 本脚本只适用于可以提前把抢购商品加入购物车的场景(实质是一个定时清空购物车的脚本) 新加特性 增加了隐式等待和拖动滚动轴操作,实现了全自 ...
分类:
其他好文 时间:
2020-03-01 14:27:33
阅读次数:
929
一、安装Liferay插件 安装过程不在赘述,推荐两种安装方式: 通过Intellij插件市场安装 通过下载插件zip包安装 安装完成后,在项目板块中点鼠标右键,会出现Liferay菜单。 二、安装Liferay服务 1、右键单击项目,选择Liferay → InitBundle。 这一步会下载Li ...
分类:
其他好文 时间:
2020-02-29 18:49:41
阅读次数:
289
LTS全称Long Term Support,即长期支持版本。 在安装Docker前先确认Ubuntu系统是否已经安装过Docker,使用命令【docker --version】: 可以看到,我的系统还没有安装Docker,接下里就开始进行安装: 第一步:首先更新系统软件列表【sudo apt-ge ...
分类:
系统相关 时间:
2020-02-29 10:26:28
阅读次数:
110
参考文档:https://www.dell.com/support/article/zh-cn/sln292363/dell-poweredge-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8idrac%E5%BA%94%E7%94%A8%E8%BF%9C%E7%A8%8B ...
分类:
其他好文 时间:
2020-02-28 20:22:15
阅读次数:
68
docker安装后启动不起来: 查看日志 /var/log/message 其中有一行为: Your kernel does not support cgroup memory limit 原因是:由于内核不支持限制内存的设置 解决办法是:vim /etc/default/grub 修改为: 或者: ...
分类:
其他好文 时间:
2020-02-28 15:55:28
阅读次数:
70