Difficulty: Medium Related Topics: Array, Backtracking Link: https://leetcode.com/problems/word-search/ Description Given an m x n board and a word, f ...
分类:
其他好文 时间:
2020-12-10 11:30:28
阅读次数:
11
a:link 链接未被点击过的样式 a:visited 链接点击过后的样式 a:hover 链接鼠标经过时样式 a:active 链接点未松开时的样式 ...
分类:
Web程序 时间:
2020-12-09 12:21:04
阅读次数:
8
opengl 学习 之 13 lesson 简介 法向量纹理,让纹理显示的更逼真? link http://www.opengl-tutorial.org/uncategorized/2017/06/07/website-update/ http://www.opengl-tutorial.org/ ...
分类:
其他好文 时间:
2020-12-08 12:29:08
阅读次数:
6
Description: Given a singly linked list, determine if it is a palindrome. Link: https://leetcode.com/problems/palindrome-linked-list/ Examples: Exampl ...
分类:
其他好文 时间:
2020-12-05 11:02:42
阅读次数:
7
首发公众号:Dotnet9 作者:沙漠之尽头的狼 日期:202-11-27 一、本文开始之前 上传文件时,一般是提供一个上传按钮,点击上传,弹出文件(或者目录选择对话框),选择文件(或者目录)后,从对话框对象中取得文件路径后,再进行上传操作。 选择对话框代码如下: OpenFileDialog op ...
1.在Visual Studio Code创建一个后缀名为 .html 的文件并输入骨架标签 。 2.在Visual Studio Code创建一个后缀名为 .css的文件。 3.CSS样式代码输入完成后返回 .html的文件<head>标签里输入<link>标签,在<link>标签里的 href里 ...
分类:
Web程序 时间:
2020-12-03 11:44:03
阅读次数:
10
再向自定义注解添加元注解时,遇到一个错误 Annotations are not allowed here 排除写错和导入单元测试和Maven依赖的问题,百度一下并没有找到解决的办法,于是Google搜索一下,在SO上找到解决办法 意思就是说,在注解后面添加了“;”号导致的,一看自己的代码确实是这 ...
分类:
其他好文 时间:
2020-12-02 12:40:44
阅读次数:
5
Problem. 1 Junior - Thinking Desc. & Link. 注意到值域乘范围刚好能过。 然后就存两个桶即可。。。(数组开小飞了半天才调出来。。。) Problem. 2 Junior / Senior - Thinking Desc. & Link. 考虑一次反转后对整个序 ...
分类:
其他好文 时间:
2020-12-02 12:27:43
阅读次数:
4
大咖揭秘Java人都栽在了哪?点击免费领取《大厂面试清单》,攻克面试难关~>>> 非递归遍历实现思路: #include <stdlib.h> #include <stdio.h> #include <iostream> #include <string.h> typedef struct LINK ...
分类:
编程语言 时间:
2020-12-02 12:09:38
阅读次数:
8
Difficulty: Medium Related Topics: Depth-first Search, Breadth-first Search, Graph, Topological Sort Link: https://leetcode.com/problems/course-schedu ...
分类:
其他好文 时间:
2020-12-02 12:03:00
阅读次数:
4