Jump Game II (H) 题目 Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array r ...
分类:
其他好文 时间:
2020-06-30 09:14:16
阅读次数:
59
Learn Webpack theory learn from https://github.com/dykily/simple_webpack and YouTube Build your own bundler and from tomotoes's blog What is a bundler ...
分类:
Web程序 时间:
2020-06-30 00:57:23
阅读次数:
100
只需要调用WM_CTLCOLORLISTBOX和WM_CTLCOLOREDIT来分别处理编辑框和下拉列表。 Combox的创建: int xpos = 100; // Horizontal position of the window. int ypos = 100; // Vertical pos ...
1. 认识Linux系统目录结构 /bin 可执行文件所在目录 /media 挂载设备媒体,u盘,光驱等 /mnt 该目录主要是为了让用户挂在别的文件系统(挂在自己的u盘) /usr unix system resources,庞大和复杂的目录,很多应用会安装到此目录(/usr/local-用户自己 ...
分类:
系统相关 时间:
2020-06-29 00:30:39
阅读次数:
74
这题好水,就是简单的模拟+字符串。 \(\sf Translation\) 给定一个 $01$ 串,如果 $0$ 出现的次数和 $1$ 出现的次数的最小值是奇数,输出 DA ,否则输出 NET 多测。 \(\sf Solution\) 法一 简单模拟+字符串,如果你是刚刚学字符串的萌新,推荐先看看 ...
分类:
其他好文 时间:
2020-06-28 22:51:24
阅读次数:
117
pip install mysql-connector -i http://pypi.douban.com/simple --trusted-host pypi.douban.com mysql-connector是 MySQL 官方提供的驱动器。 import mysql.connector pi ...
分类:
数据库 时间:
2020-06-28 22:48:35
阅读次数:
82
难度命中算法制excel表格 package com.miracle9.game.algorithm; import com.miracle9.game.algorithm.FishServerSuanfa.FISH_TYPE; import java.util.Objects; import ja ...
分类:
编程语言 时间:
2020-06-28 22:07:51
阅读次数:
80
requests接口测试-requests的安装 安装常见问题 提示连接不上,443问题 一般是因为浏览器设置了代理,关闭代理。 网络加载慢,设置国内镜像地址 1.pip安装 2.pycharm安装 国内镜像源 清华:https://pypi.tuna.tsinghua.edu.cn/simple ...
分类:
其他好文 时间:
2020-06-28 20:42:46
阅读次数:
59
原文链接:https://studygolang.com/articles/27476?fr=sidebar golang-set-A simple set type for the Go language. Also used by Docker, 1Password, Ethereum.在git ...
分类:
其他好文 时间:
2020-06-28 15:35:32
阅读次数:
84
Three General Guidelines of Recycling Recycle all bottles, cans, and paper Keep items relatively clean Don’t mix plastic bags in with the rest of your ...
分类:
其他好文 时间:
2020-06-28 09:41:50
阅读次数:
60