May Day,五月天,一个非常励志非常值得崇拜的乐队。2013年4月5日的晚上我首都体育馆看了我人生中第一场演唱会。  人的一生会有无数次的第一次,但是如果是免费的呢,对于天朝人民来说真的是可欲而不可求的,大家一定会问,怎么得的呀?其实就是抢票,0元抢票让我认识了大麦网,抢票那天晚上,大麦网的客服电话我打了2分钟才打通,按1转接人工服务,抱歉暂时无人响应,按1继续为您转接
原创 2013-05-21 16:44:09
452阅读
题目链接:http://icpc.moe/onlinejudge/showProblem.do?problemId=5524不
原创 2022-08-30 10:46:40
74阅读
思路:水题...#include #include #include #include #include #include #include #include #includ
原创 2023-06-09 18:28:14
38阅读
May Day HolidayTime Limit: 2 Seconds Memory Limit: 65536 KBAs a university advocating self-learning and work-rest balan
原创 2022-10-18 16:16:49
25阅读
题目传送门 1 /* 2 水题:已知1928年1月1日是星期日,若是闰年加1,总天数对7取余判断就好了; 3 */ 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #i...
转载 2015-04-26 15:43:00
41阅读
H - May Day Holiday As a university advocating self-learning and work-rest balance, Marjar University has so many days of rest, including holidays and weekends. Each weekend, which consists of Saturda
原创 2021-08-31 11:30:18
58阅读
ZOJ - 3876May Day HolidayTime Limit:                                                       
原创 2016-05-01 15:59:52
30阅读
H - May Day Holiday As a university advocating self-learning and work-rest balance, Marjar University has so many days of rest, including holidays and weekends. Each weekend, which consists of Saturd
原创 2021-08-30 17:02:06
69阅读
The Server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE刚配置好一个SyteLine数据库,由于有其他服务还在应用,不想重启服务,导致在设置SyteLine Set Object Metadata Server时出现下面错误信息警示:查看数据库属性,得到相关显示:解决方法,只要更改此属性为true即可。Code highlighting produced by Actipro CodeHighligh
转载 2010-10-22 13:16:00
249阅读
2评论
【题目链接】click here~~【题目大意】求一个年份的五月一号可以连续放几天假【解题思路】类似与求某年某月某日是星期几的问题,有好多解法,在这里笔者用了基姆拉尔森计算公式解法如下:基姆拉尔森计算公式week=(data+ 2*month + 3*(month+1)/5+year+year/4 -year/100 + year/400) % 7;在公式中data表示日期
原创 2022-07-29 13:56:23
67阅读
# Python Entropy May Not Enough ## Introduction Entropy is a measure of randomness or disorder within a system. In the context of data and information theory, entropy is often used to quantify the u
原创 2024-04-04 03:25:29
23阅读
### 如何解决 "yarn resource may be insufficient" 的问题 作为一名经验丰富的开发者,你需要帮助一位刚入行的小白解决 "yarn resource may be insufficient" 的问题。在这篇文章中,我将为你解释整个过程,并提供每个步骤所需的代码和注释。让我们开始吧! #### 流程图 首先,让我们通过流程图来梳理整个解决问题的过程。 ``
原创 2024-01-14 08:39:39
34阅读
# 解决"Hive SerDe may be incompatible"问题的流程 ## 1. 确认数据格式 首先需要确认数据的格式,以及使用的SerDe类型,例如默认的SerDe是org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe。 ## 2. 创建外部表 使用Hive创建外部表,指定数据格式和SerDe。 ```markdown ```s
原创 2024-07-05 06:17:26
256阅读
This is my weekly report for internship.In last week,what I mainly did is making a better layout for reports. The project is a JAVA project. And use Jasper Report to dynamically formulating reports. For the past report, it only has data, no highlights no pie chars. I try to make a standard report fo
转载 2013-06-04 06:45:00
63阅读
2评论
# 解决MySQL数据库损坏问题的步骤 ## 介绍 MySQL是一种常用的关系型数据库管理系统,但有时会遇到数据库损坏的情况。本文将指导你如何应对可能的数据库损坏问题,并提供相应的代码示例。 ## 整体流程 下面是解决MySQL数据库损坏问题的整体流程,我们将逐步进行说明。 | 步骤 | 描述 | | --- | --- | | 步骤1 | 确认数据库损坏的原因 | | 步骤2 | 恢复备份
原创 2023-12-31 04:04:01
1657阅读
Eclipse warning: XXXXXXXXXXX.jar will not be exported or published. Runtime ClassNotFoundExceptions may result如果你的项目是一个web项目(Java EE)    需要把jar包放入 WEB-INF/lib 文件夹下即可。
原创 2016-10-19 11:02:54
4046阅读
0 错误1 解决方法1,下载Hex Editor Neo;2,修改文件C:\ Program Files(x86)\ Parallels \ Parallels Tools \ Plugins \ De
原创 2022-05-26 12:20:13
3946阅读
处理本地 IDEA 开发工具端口占用的问题,通用的处理的办法就是先关掉当前打开的IDEA 开发工具,然后再打开【任务管
解决方案1在所有头文件前写上#pragma warning(disable:4996),确切的说是在#include <iostream>之前方案2  在头文件前加#define _CRT_SECURE_NO_WARNINGS
原创 2021-08-18 11:52:36
202阅读
今天在编译一个Rust开源项目时报了下面的错误: Compiling base_proc_macro v0.1.0 (/data/code/rust/tensorbase/crates/base/proc_macro)error[E0554]: `#![feature]` may not be used on the stable release channel  --> crates/ba
原创 2021-02-13 14:17:02
3656阅读
  • 1
  • 2
  • 3
  • 4
  • 5