logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

leetcode 1689. Partitioning Into Minimum Number Of Deci-Binary Numbers(python)

描述A decimal number is called deci-binary if each of its digits is either 0 or 1 without any leading zeros. For example, 101 and 1100 are deci-binary, while 112 and 3001 are not.Given a string n that r

#leetcode#python#算法
leetcode 1417. Reformat The String(python)

描述Given alphanumeric string s. (Alphanumeric string is a string consisting of lowercase English letters and digits).You have to find a permutation of the string where no letter is followed by another

#python#leetcode#算法
leetcode 1323. Maximum 69 Number(python)

描述Given a positive integer num consisting only of digits 6 and 9.Return the maximum number you can get by changing at most one digit (6 becomes 9, and 9 becomes 6).Example 1:Input: num = 9669Output: 9

#python#算法#leetcode
植物大战僵尸 修改存档和金钱

前提:win 系统安装植物大战僵尸,这里有一个百度云网盘是从网上找的,我用了,应该没有毒 https://pan.baidu.com/s/1uygTSdQk48EHItCyHms7Ow安装 HexEditor ,免费版 https://www.hhdsoftware.com/free-hex-editor修改存档1.游戏先创建一个名字,然后试玩一下,去 C:\ProgramData\PopCap

Elasticsearch 7.10 之 RequestOptions

RestHighLevelClient 中的所有 API 都接受一个 RequestOptions ,您可以使用它们以不会改变 Elasticsearch 执行请求的方式自定义请求。 例如,在这里您可以指定 NodeSelector 来控制哪个节点接收请求。有关自定义选项的更多示例,请参见 low level client documentation 。详情见官网:https://www.elas

#elasticsearch
到底了