码迷,mamicode.com
首页 >  
搜索关键字:common substrings    ( 9647个结果
ubuntu安装nfs
1、 sudo apt-get install nfs-kernel-server # 安装 NFS服务器端 sudo apt-get install nfs-common # 安装 NFS客户端 2、添加NFS目录 sudo vim /etc/exports 若需要把 “/nfsroot” 目录设 ...
分类:系统相关   时间:2020-12-25 12:51:18    阅读次数:0
【电商5】header shopcar
####盒子随内容变大 ###html <div class="shopcar iconfont icon-gouwuche icon-zhankai1"> 我的购物车 <i class="count">8000000</i> </div> ###common.css .shopcar { posi ...
分类:其他好文   时间:2020-12-25 12:31:12    阅读次数:0
TP商城添加购物车自动化测试
from selenium import webdriver # 成功导入第三方包 import time from selenium.webdriver.common.action_chains import ActionChains db = webdriver.Chrome() # 选择浏览器 ...
分类:其他好文   时间:2020-12-23 12:33:54    阅读次数:0
Ubuntu 彻底卸载 MySQL 数据库
Ubuntu 18.04 彻底卸载MySQL 5.7.31 1. 查看MySQL的依赖项 dpkg --list|grep mysql 2. 卸载 mysql-common sudo apt remove mysql-common 3. 卸载 mysql-server sudo apt autore ...
分类:数据库   时间:2020-12-22 13:13:25    阅读次数:0
Java之Google Guava使用举例
package tools.guava; import com.google.common.base.Joiner; import com.google.common.base.Splitter; import com.google.common.collect.ArrayListMultimap; ...
分类:编程语言   时间:2020-12-19 12:06:13    阅读次数:2
mysql从5.6升级到5.7后出现 Expression #1 of ORDER BY clause is not in SELECT list,this is incompatible with DISTINCT
【问题】mysql从5.6升级到5.7后出现:插入数据和修改数据时出错Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred while applying a parameter map. ...
分类:数据库   时间:2020-12-18 12:26:29    阅读次数:2
译文丨10种常见的软件架构模式
本文译自https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013?gi=f8addb915af7,作者VijiniMallawaarachchi,Sep4,2017译者:evandeng2009(blog.csdn.net/evandeng2009/)为了更
分类:其他好文   时间:2020-12-18 12:15:51    阅读次数:2
0865. Smallest Subtree with all the Deepest Nodes (M)
Smallest Subtree with all the Deepest Nodes (M) 题目 Given the root of a binary tree, the depth of each node is the shortest distance to the root. Retur ...
分类:其他好文   时间:2020-12-17 12:55:47    阅读次数:3
HttpInvoker再接再厉
悟净真是勤奋好学,才用两天时间就手写了一个JsonBuilder出来,经过测试完全OK,而且具有开源精神,把它放到了Github上了(https://github.com/endofprogram/eop-common)。唐僧边走边想着,移动互联网大潮下,网民巨多,无时无刻都在网上。应用都进行了分层拆分,分布式部署,它们之间大都是以http为基础的接口调用。应该打造一个通用的工具来进行接口调用,或
分类:Web程序   时间:2020-12-16 12:18:29    阅读次数:4
记Spring boot 项目中集成hbase 报错
org.apache.hadoop.hbase.DoNotRetryIOException: java.lang.IllegalAccessError: tried to access method com.google.common.base.Stopwatch.<init>()V from cl ...
分类:编程语言   时间:2020-12-15 12:35:48    阅读次数:4
9647条   上一页 1 ... 13 14 15 16 17 ... 965 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!