一点感悟
转载 2021-07-26 16:25:47
152阅读
快速搭建一个SpringMVC项目 配置文件版 【新建普通Maven项目+引入相关依赖+Web框架支持】 【导入SpringMVC的依赖】 【配置web.xml,注册DispatcherServlet】 <!--1. 注册DispatcherServlet--> <servlet> <servlet ...
转载 2021-08-16 17:04:00
72阅读
2评论
Here We Go(relians) Again Problem Description The Gorelians are a warlike race that travel the universe conquering new worlds as a form of recreation.
转载 2016-12-14 11:23:00
81阅读
2评论
Round and Round We GoTime Limit : 2000/1000ms (Java/Other) Memory Limit : 20000/10000K (Java/Other)Total Submission(s) : 1 Accepted Submission(s) : 1Problem DescriptionA cyclic number is an integer n digits in length which, when multiplied by any integer from 1 to n, yields a"cycle"of the
转载 2013-04-22 17:15:00
210阅读
2评论
That is a gentle saying.They just want to fire you.What if it happens to us,what we should do.Losin
原创 2022-08-03 10:35:31
122阅读
https://vjudge.net/problem/POJ-1047 题意: 给一个整数,它的长度为n,从1开始一直到n和该整数相乘,判断每次结果是否和原来的整数是循环的。 思路: 大整数的乘法。
转载 2017-04-02 17:28:00
71阅读
2评论
Docker and Go: why did we decide to write Docker in Go? | Hacker News https://news.ycombinator.com/item?id=6709517 rdtsc on Nov 11, 2013 [-] For me it
转载 2018-07-29 15:50:00
68阅读
2评论
这样的题对于一次AC来说,,我是多少不容易。#include#includeusing namespace std;//freopen("C://i.txt","r",stdin);#define N 1000int n;char a[N];N];int main(){ freo
原创 2023-07-27 18:38:13
60阅读
最短路,建图太麻烦,略过……#include #include #include const int INF=9999999; using namespace std; struct node{ int v,i; node(int a,int b){v=a,i=b;} bool operator a.v;} }; int n,m,map[500][500]; int done[500],d[500]; int dij(){ priority_queue q; memset(done,0,sizeof done); ...
转载 2014-03-24 09:29:00
52阅读
2评论
Soneone said " we are reading the first verse ofthe first chapter of a book , whose pages are infiniteI don't know who wrote these words ,
原创 2022-02-17 15:04:52
97阅读
处理完输入就是很简单的一题 但是输入好难 勉强找到一种能看懂的。。。 #include<iostream> #include<stdio.h> #include<string> #include<cstring> using namespace std; #define MAX 999999999
转载 2019-01-28 19:55:00
63阅读
2评论
Round and Round We Go Time Limit: 2000/1000 MS (Ja A cyclic n
原创 2023-05-15 00:26:40
83阅读
Soneone said " we are reading the first verse ofthe first chapter of a book , whose pages are infiniteI don't know who wrote these words , but I've always liked then as a reminder that the future can ...
原创 2021-07-13 14:27:37
229阅读
Here We Go(relians) Again Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 711    Accepted Submission(s): 347 Problem Description The Go
原创 2023-04-24 09:52:45
69阅读
wewe
原创 2010-08-27 21:04:04
542阅读
Here We Go(relians) AgainTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Sub
原创 2023-04-05 11:16:14
63阅读
题目大意:给定一个 N 位的整数 s,判断该数乘以 i (1 <= i <= N),是否还由该数各个位上的数
原创 2015-09-18 22:36:35
55阅读
做了这么多年的分布式存储, 那到底什么是分布式系统?是一致性hash么? 是3副本策略的? 是一致性协议, paxos, raft, 最终一致性,  是CAP 理论么?我认为分布式系统首先要了解系统的模型, 就像我们对比lsm tree 和 b+ tree 哪一个在磁盘上表现更优的时候, 我们就必须是基于某一个模型来进行比较, 比如DAM (Disk access model)模型,  DAM 模
原创 2021-03-04 23:46:02
176阅读
Here We Go(relians) AgainTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 898    Accepted Submission(s): 439Problem DescriptionTh
原创 2022-08-30 11:33:33
60阅读
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=2722
原创 2023-04-14 00:10:48
7阅读
  • 1
  • 2
  • 3
  • 4
  • 5