F. New Year Snowflake F. New Year Snowflake As Gerald ..., in other words, on a New Year Eve Constantine prepared an unusual present for the Beautiful ...
分类:
其他好文 时间:
2016-08-04 13:08:34
阅读次数:
138
之前有写过一篇使用eclipse生成java可执行jar包,但是最近的一次使用中无论如何都不成功,当双击执行打成的jar时,弹出如下错误:could not find the main class:mailTest.SendMailTest1.Program wil exit针对这一问题,我首先想到在上一次编写java聊天小程序打包时的问题,也是这个错误,当时网上说需要更改eclipse中该项目的...
分类:
编程语言 时间:
2016-06-15 11:01:30
阅读次数:
274
原文: Single Div Drawings with CSS 译文: 基于单个 div 的 CSS 画图 译者: 前端外刊评论 译注:通读本文,强烈地感受到了技术与艺术的结合。赞作者的这句话:Restricting your available options forces you to re- ...
分类:
Web程序 时间:
2016-03-28 15:32:22
阅读次数:
270
刚在调试android程序报 导致直接崩了 Consumer closed input channel or an error occurred. events=0x9 .MainActivity (server)' ~ Channel is unrecoverably broken and wil
分类:
其他好文 时间:
2016-03-10 14:11:55
阅读次数:
170
原文: Single Div Drawings with CSS 译文: 基于单个 div 的 CSS 画图 译者: 前端外刊评论 译注:通读本文,强烈地感受到了技术与艺术的结合。赞作者的这句话:Restricting your available options forces you to re-
分类:
Web程序 时间:
2016-02-01 18:21:43
阅读次数:
188
A field annotated with @Id (org.springframework.data.annotation.Id) will be mapped to the '_id' field.A field without an annotation but named 'id' wil
分类:
数据库 时间:
2016-01-28 09:28:29
阅读次数:
255
这次题目挺有意思的,可惜D题差几分钟没交对。E题的博弈还是很基础的SG函数,让我复习了下博弈。A - Uncowed Forces基本的输入输出,一个公式输出来即可,但是要注意的是,写之前先化简变成全为整数的情况。#include #include using namespace std;int m...
分类:
其他好文 时间:
2015-12-09 11:35:01
阅读次数:
217
题目链接:http://codeforces.com/problemset/problem/604/A题意:求cf比赛每次能够增加的排名,运算规则会告诉你题目分类:数学题目分析:用题目给的公式直接进行运算就好代码:#includeusing namespace std;int a[15]={0,50...
分类:
其他好文 时间:
2015-12-03 23:11:34
阅读次数:
200
水A - Uncowed Forces#include using namespace std;typedef long long ll;const int N = 1e5 + 5;const int INF = 0x3f3f3f3f;int main(void) { int s[5] = {50,...
分类:
其他好文 时间:
2015-12-02 18:25:59
阅读次数:
227
简洁、安全是Swift设计背后的基本思想。 更少的输入:不需要分号,?表示Optional,括号要求也少了,数组和字典的初始化,switch没有break 借鉴了不少函数式编程的思想 var和let分别表示变量和常亮 set、get、wil...
分类:
编程语言 时间:
2015-11-06 18:07:22
阅读次数:
212