码迷,mamicode.com
首页 >  
搜索关键字:marked    ( 522个结果
求所有不重复路径, Unique Paths, LeetCode题解(四)
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:其他好文   时间:2020-06-29 20:01:24    阅读次数:82
vuex2中使用mapGetters/mapActions报错解决方法
在尝鲜vuex2时,发现vuex2增加了 mapGetters 和 mapActions 的方法,借助stage2的 Object Rest Operator 特性,可以写出下面代码: methods: { marked, ...mapActions([ 'getArticles' ])} 但是在借 ...
分类:其他好文   时间:2020-06-29 15:40:33    阅读次数:77
Not registered via @EnableConfigurationProperties or marked as Spring component
一、问题来源 学习Spring Boot 时,利用@ConfigurationProperties(prefix = "")来绑定属性时报错 二、报错信息 Not registered via @EnableConfigurationProperties or marked as Spring co ...
分类:编程语言   时间:2020-06-25 21:51:24    阅读次数:93
js的输出
使用 window.alert() 写入警告框 使用 document.write() 写入 HTML 输出 使用 innerHTML 写入 HTML 元素 使用 console.log() 写入浏览器控制台 innerHTML要配合 document.getElementById(id) 方法使用 ...
分类:Web程序   时间:2020-06-25 09:51:59    阅读次数:84
CF741D Arpa's letter-marked tree and Mehrdad's Dokhtar-kosh paths
题目传送门 分析: 一个路径的字符串能够重排序构成回文串当且仅当其中最多有一种字符数量为奇数 22种字符,按该种字符个数是否为奇数构成长度为22的二进制数 其中就只有23种情况符合要求 两条路径合并只需要按位异或了 对于每个点$x$,建立一个以从它开始向下延伸的路径的值作为下标的桶, 一个一个儿子地 ...
分类:其他好文   时间:2020-06-06 15:35:29    阅读次数:68
mysql 错误:Table is marked as crashed and should be repaired 解决办法
遇到这个问题几个敲命令轻松搞定 1、首先进入mysql命令台: mysql -u root -p 回车 输入密码 2、查询所有的库 mysql> show databases; 3、进入数据库“XXXX”,是库名 mysql> use 数据库名称; 4、check table xxxxxx(xxxx ...
分类:数据库   时间:2020-06-05 10:25:56    阅读次数:103
【POJ3133】Manhattan Wiring (插头dp)
Manhattan Wiring 题意: There is a rectangular area containing n × m cells. Two cells are marked with “2”, and another two with “3”. Some cells are occup ...
分类:其他好文   时间:2020-05-31 16:26:04    阅读次数:66
Internet History, Technology, and Security 第 3 周
The Web Makes it Easy to Use 万维网的诞生:利用CERN这个拥有世界上最先进的高能物理设施的核子研究中心作为实验基础,以解决“只有知道数据具体存储 位置才能访问、调取数据”这一问题为目的,将顶部浏览器和底层数据库分割,实现了利用链接从一个站点跳到另一个站点,彻底 摆脱了以 ...
分类:Web程序   时间:2020-05-31 01:04:11    阅读次数:114
Oracle 表锁处理总结
select sess.sid, sess.serial#, lo.oracle_username, lo.os_user_name, ao.object_name, lo.locked_mode from v$locked_object lo, dba_objects ao, v$session ...
分类:数据库   时间:2020-05-25 19:01:44    阅读次数:68
MacOS Docker 安装
使用 Homebrew 安装 macOS 我们可以使用 Homebrew 来安装 Docker。 Homebrew 的 Cask 已经支持 Docker for Mac,因此可以很方便的使用 Homebrew Cask 来进行安装: 在载入 Docker app 后,点击 Next,可能会询问你的 ...
分类:系统相关   时间:2020-05-21 16:09:13    阅读次数:74
522条   上一页 1 2 3 4 5 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!