码迷,mamicode.com
首页 >  
搜索关键字:common subsequence    ( 10147个结果
react-native-device-info集成遇到的坑
在集成react-native-device-info的时候遇到一个坑,找了好久才找不出来,这个组件按照步骤来iOS没啥问题,安卓就有问题了。 Error:Could not find common.jar (android.arch.core:common:1.0.0). Searched in ...
分类:其他好文   时间:2020-02-24 18:39:55    阅读次数:148
资源:Hadoop安装包下载路径
下载路径 Hadoop所有版本:http://archive.apache.org/dist/hadoop/common/ ...
分类:其他好文   时间:2020-02-24 16:55:48    阅读次数:51
关于find_element_by_xpath的理解
最近爬取一个报表的数据,里面有个INPUT元素,没有ID,NAME,CLASS是重复使用的。没有办法,只好学习by_xpath的详细用法; from selenium import webdriver from selenium.webdriver.common.keys import Keys # ...
分类:其他好文   时间:2020-02-24 15:14:05    阅读次数:58
python接口自动化测试框架
环境:python3 + unittest + requests Excel管理测试用例, HTMLTestRunner生成测试报告 测试完成后邮件发送测试报告 jsonpath方式做预期结果数据处理,后期多样化处理 后期扩展,CI持续集成 发送邮件效果: 整体结构: common模块 class ...
分类:编程语言   时间:2020-02-24 14:45:07    阅读次数:95
1007 Maximum Subsequence Sum (25point(s)) 需要二刷 *动态规划最大连续序列和,极其重要
基本思想关键点详见 “数据结构典型问题” #include<iostream> #include<stdlib.h> #include<stdio.h> #include<vector> #include<string> #include<math.h> #include<algorithm> #i ...
分类:其他好文   时间:2020-02-24 10:04:14    阅读次数:73
使用echarts绘制饼状图
前端代码: 1 <script src="${ctx}/static/plugin/echarts/echarts-v4.2.0/echarts.common.min.js"></script> 2 <div id="main" style="width: 600px;height:400px;"> ...
分类:其他好文   时间:2020-02-24 09:49:39    阅读次数:144
二分--判断子序列
题目:https://leetcode-cn.com/problems/is-subsequence/ 给定字符串 s 和 t ,判断 s 是否为 t 的子序列。 你可以认为 s 和 t 中仅包含英文小写字母。字符串 t 可能会很长(长度 ~= 500,000),而 s 是个短字符串(长度 <=10 ...
分类:其他好文   时间:2020-02-24 09:18:27    阅读次数:76
ubuntu安装docker
安装docker 基础软件安装 # 安装基本软件$ sudo apt-get update$ sudo apt-get install apt-transport-https ca-certificates curl git software-properties-common lrzsz -y 添 ...
分类:系统相关   时间:2020-02-23 14:54:52    阅读次数:82
SQL Server 触发器
什么是触发器 1.触发器是对表进行插入、更新、删除操作时自动执行的存储过程 2.触发器通常用于强制业务规则 3.触发器是一种高级约束,可以定义比check等约束更为复杂的约束 可执行复杂的sql语句(if/while/case) 可引用其它表中的列 4.触发器定义在特定的表上,与表相关 5.自动触发 ...
分类:数据库   时间:2020-02-23 14:31:34    阅读次数:108
不要在mutation回调函数之外,修改vuex仓库里属性的状态
[vuex] do not mutate vuex store state outside mutation handlers. import * as types from './mutation-types' import {playMode} from 'common/js/config' i ...
分类:其他好文   时间:2020-02-23 11:45:13    阅读次数:65
10147条   上一页 1 ... 77 78 79 80 81 ... 1015 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!