码迷,mamicode.com
首页 >  
搜索关键字:easy    ( 5384个结果
codeforces-1335-E Three Blocks Palindrome
codeforces-1335-E Three Blocks Palindrome 传送门: easy:https://codeforces.com/contest/1335/problem/E1 hard:https://codeforces.com/contest/1335/problem/E2 ...
分类:其他好文   时间:2020-04-14 22:44:12    阅读次数:74
pip更新,解决Cannot open ...\venv\Scripts\pip-script.py
在命令行下输入: python -m ensurepip 然后再输入: easy_install pip ...
分类:其他好文   时间:2020-04-14 15:16:15    阅读次数:777
Codeforces 1335E1 - Three Blocks Palindrome (easy version)
题面 题意 给定一个长度为 n 的数列 定义要求的回文子数列满足下图条件 其中 x 与 y 可以为 0 即这个回文子数列可以是 数字完全相同 的一个子数列 也可以是 只包含两种数字 ,且其中一种 平均分布 在另一种数字的两侧 求出最长的回文子数列长度 解题思路 在输入时往vector里记录下每个数字 ...
分类:其他好文   时间:2020-04-14 09:15:49    阅读次数:62
Codeforces 1335E2 - Three Blocks Palindrome (hard version)
题面 题意/解题思路 直接延用 Easy 版本的想法即可 详解见上一篇博客 "Codeforces 1335E1 Three Blocks Palindrome (easy version)" 完整程序 (93ms/2000ms) c++ include using namespace std; i ...
分类:其他好文   时间:2020-04-14 09:13:15    阅读次数:59
微信小程序开发总结(附源代码)
最近公司项目不是很忙,有时间研究研究微信小程序。参考了目前市场上各类答题类的app、小程序等等,做了一款自己的微信答题小程序,包括前端和后端,后端是用node做的。现在已经上线了,名字叫【你问我猜猜猜】,大家感兴趣的话可以去试玩一下。 会vue、react, 微信小程序,so easy 如果之前用过 ...
分类:微信   时间:2020-04-13 21:09:18    阅读次数:78
easy-rules yaml 组合模式rule 配置
easy-rules 支持组合模式,但是一般我们看到的都是基于代码的,以下是一个基于yaml配置的组合模式rule 的试用 项目结构 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:其他好文   时间:2020-04-13 00:23:19    阅读次数:395
LeetCode | 1408. String Matching in an Array数组中的字符串匹配【Python】
LeetCode 1408. String Matching in an Array数组中的字符串匹配【Easy】【Python】【字符串】 Problem "LeetCode" Given an array of string . Return all strings in which is su ...
分类:编程语言   时间:2020-04-12 22:29:46    阅读次数:94
本地搭建easy-mock(nvm+node 8.x+redis+mongodb)
1.easy-mock代码库;命令:git clone git@github.com:easy-mock/easy-mock.git; 2.nvm+redis+MongoDB的安装 2-1)nvm安装和使用:https://www.cnblogs.com/dengjerry/p/12686812.h ...
分类:数据库   时间:2020-04-12 20:09:31    阅读次数:71
[护网杯 2018]easy_tornado
[护网杯 2018]easy_tornado 打开之后看到几个文件夹分别提示 /flag.txt flag in /fllllllllllllag /welcome.txt render /hints.txt md5(cookie_secret+md5(filename)) 尝试对file传参跳到 ...
分类:其他好文   时间:2020-04-12 16:30:07    阅读次数:108
每周前端开源推荐第四期
每周前端开源推荐第四期 mozilla / togetherjs A service for your website that makes it surprisingly easy to collaborate in real-time. https://togetherjs.com 上一期介绍了 ...
分类:其他好文   时间:2020-04-12 14:09:06    阅读次数:63
5384条   上一页 1 ... 21 22 23 24 25 ... 539 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!