码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
1657. Determine if Two Strings Are Close
Two strings are considered close if you can attain one from the other using the following operations: Operation 1: Swap any two existing characters. F ...
分类:其他好文   时间:2021-01-25 11:07:52    阅读次数:0
分数化小数
输入正整数a,b,c,输出a/b的小数形式,精确到小数点后c位。a,b<=10^6,c<=100/输入包含多组数据,结束标记为a=b=c=0 样例输入: 1 6 4 0 0 0 样例输出: case 1 : 0.1667 这道题要注意scanf中和printf中的%*lf这类*的区别,在scanf中 ...
分类:其他好文   时间:2021-01-25 11:05:43    阅读次数:0
RedisHealthIndicator : Health check failed Spring boot 启动报错,但不影响正常使用
错误日志 2021-01-22 17:54:51.568 [,] INFO [main] o.s.b.c.e.t.TomcatEmbeddedServletContainer-201 : Tomcat started on port(s): 8503 (http) 2021-01-22 17:54: ...
分类:编程语言   时间:2021-01-25 10:51:55    阅读次数:0
女儿说要看烟花,但是政府规定不能放,程序员爸爸默默的拿起了键盘,程序员就是要为所欲为!
一不给政府填麻烦、二给自己省银子,三给女儿带来了开心、激动,一举三得,何乐而不为! 效果图: 完整代码(代码里面有详细注释就不另作说明了): <!DOCTYPE html> <html> <head lang="en"> <meta charset="GBK"> <title></title> <s ...
分类:其他好文   时间:2021-01-25 10:45:36    阅读次数:0
实际开发中String转换为json串作为入参发生"JSON parse error:Cannot deserialize value of type Date......not a valid解决
实际开发中,String拼接成json串作为入参请求接口,发生以下错误 { "timestamp": "2018-11-09 14:55:49", "status": 400, "error": "Bad Request", "message": "JSON parse error: Cannot ...
分类:Web程序   时间:2021-01-22 12:29:29    阅读次数:0
Qt QChart 中 QValueAxis 和 QCategoryAxis 区别
QValueAxis Detailed Description The QValueAxis class is used for manipulating chart’s axis.ValueAxis can be setup to show axis line with tick marks, g ...
分类:其他好文   时间:2021-01-22 12:23:53    阅读次数:0
CF11C How Many Squares?
【题目链接】 题意分析 这道题感觉应做的话可以 但是巧法锻炼思维 首先 我们枚举正方形的左上角坐标 然后依次扫描四条边的长度 注意这里扫描有两种方式 平行于边以及平行于对角线 判断四条边的长度是否相等 这是第一个指标 然后 我们还需要判断这是否是一个独立的正方形 这里 我们可以使用搜索判断联通的1的 ...
分类:其他好文   时间:2021-01-22 12:02:13    阅读次数:0
POJ3278 Catch That Cow
题目链接:https://vjudge.net/problem/POJ-3278 Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediatel ...
分类:其他好文   时间:2021-01-19 12:20:23    阅读次数:0
CF 1465D Grime Zoo
https://codeforces.ml/contest/1465/problem/D 参考:https://www.cnblogs.com/JDFZ-ZZ/p/14171488.html & https://blog.csdn.net/weixin_43918473/article/detail ...
分类:其他好文   时间:2021-01-19 12:01:51    阅读次数:0
Hanover Square 追忆似水年华
Hanover Square 追忆似水年华 Can it really be sixty-two years ago that I first saw you?我们初次相遇,难道真的是六十二年前吗? It is truly a lifetime, I know. But as I gaze into ...
分类:其他好文   时间:2021-01-19 12:01:22    阅读次数:0
23056条   上一页 1 ... 22 23 24 25 26 ... 2306 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!