码迷,mamicode.com
首页 >  
搜索关键字:summer    ( 561个结果
python 文件交互 操作
python2数据类型是有int和long区别的 type(2**32) int type(2**64) longpython3里面是没有long的概念的,长整型 大概理解 小数就是浮点数科学计数法也是浮点数 E代表秘52.3E4 52.3 x 10**4 布尔值真和假1和10 数据运算and or ...
分类:编程语言   时间:2017-12-02 17:35:50    阅读次数:155
POJ 3352 Road Construction
Road Construction Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 12646 Accepted: 6384 Description It's almost summer time, and that means ...
分类:其他好文   时间:2017-11-25 15:21:29    阅读次数:204
php设置时区和strtotime转化为时间戳函数
date_default_timezone_set('PRC');//设置中华人民共和国标准时间 strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳 格式:int strtotime ( string $time [, int $now ] ) 本函数预期接受一个包含美国英 ...
分类:Web程序   时间:2017-11-23 11:03:14    阅读次数:1374
Java 序列化与反序列化
参考资料: 1、http://blog.csdn.net/u012554102/article/details/51902697 2、《深入分析Java Web技术内幕》许令波 著 3、http://blog.csdn.net/summer_sy/article/details/70255421 一 ...
分类:编程语言   时间:2017-11-08 20:10:55    阅读次数:417
POJ3352-Road Construction(边连通分量)
It's almost summer time, and that means that it's almost summer construction time! This year, the good people who are in charge of the roads on the tr ...
分类:其他好文   时间:2017-10-28 19:49:56    阅读次数:224
Eclipse 枚举类报错
当你写一个枚举类时,如果没有在枚举类的第一行写有哪些枚举值,那么就会出现编译报错:Syntax error on token "String", strictfp expected 比如: public enum Season2 implements TimeInfo { private final ...
分类:系统相关   时间:2017-10-16 09:39:18    阅读次数:168
「LYOI2016 Summer」Graph 题解
此文为博主原创题解,转载时请通知博主,并把原文链接放在正文醒目位置。 题目链接:https://ly.men.ci/problem/44 题目描述 小 Y 又开始了一段旅途。 这次,他要经过一个图,从 1 号点到达 n 号点,每个点设有休息站。图中没有重边和自环 小 Y 计划用最多 k 天走完全程, ...
分类:其他好文   时间:2017-10-13 22:30:48    阅读次数:449
「LYOI2016 Summer」Equation 题解
此文为博主原创题解,转载时请通知博主,并把原文链接放在正文醒目位置。 题目链接:https://ly.men.ci/problem/43 题目描述 求方程 a1*x1?a2*x2+a3*x3?a4*x4+a5*x5?a6*x6=0的解的个数,x∈(0,k],k<=6001()()??x?1???a? ...
分类:其他好文   时间:2017-10-13 20:15:32    阅读次数:168
「LYOI2016 Summer」Digits 题解
此文为博主原创题解,转载时请通知博主,并把原文链接放在正文醒目位置。 题目链接:https://ly.men.ci/problem/42 题目描述 给一个关于 x 的多项式,并给定一个 x,求该多项式在带入该 x 时的值最后 k 位数字。 题目描述 给一个关于 x 的多项式,并给定一个 x,求该多项 ...
分类:其他好文   时间:2017-10-13 20:09:24    阅读次数:208
New Concept English there (8)
31w/m 56% The Great St Bernard Pass connects Switzerland to Italy. At 247o metres, it is the highest mountain pass in Europe. The famous monastery of ...
分类:其他好文   时间:2017-10-09 10:01:41    阅读次数:183
561条   上一页 1 ... 16 17 18 19 20 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!