CSS代码:*{margin:0;padding:0;}#nav{background:#eee;width:600px;height:40px;margin:0 auto; /*居中*/}ul{list-style:none;}ul li{float:left;width:90px;line-he...
分类:
Web程序 时间:
2014-11-09 22:05:30
阅读次数:
193
public class Test { public static void main(String[] args) { String s = "ni\nhao\nma he yi\nyong"; String[] strs = s.split("\\n| "); ...
分类:
编程语言 时间:
2014-11-09 20:40:24
阅读次数:
153
Problem Description
CC always becomes very depressed at the end of this month, he has checked his credit card yesterday, without any surprise, there are only 99.9 yuan left. he is too distressed an...
分类:
其他好文 时间:
2014-11-09 16:42:48
阅读次数:
131
Multiple of 17
Time Limit:1000MS Memory Limit:0KB 64bit IO Format:%lld & %llu
Submit Status
Description
Download as PDF
Multiple of 17
Theorem: If you drop the last digit d of a...
分类:
其他好文 时间:
2014-11-09 15:21:36
阅读次数:
190
样式的优先级多重样式(Multiple Styles):如果外部样式、内部样式和内联样式同时应用于同一个元素,就是使多重样式的情况。一般情况下,优先级如下:(外部样式)External style sheet 测试!选择器的优先权对上图的解释如下:内联样式表...
分类:
Web程序 时间:
2014-11-09 15:16:55
阅读次数:
273
1. 访问机制 CSMA/CA: Carrier Sense Multiple Access with Collision Avoidance WiFi采用带冲突避免的载波监听多路访问机制来控制对传输媒介的访问 不同于以太网,WiFi没有明确的冲突碰撞检测机制 WiFi MAC层指定了如下规则来检测...
分类:
系统相关 时间:
2014-11-08 23:25:27
阅读次数:
1407
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1019解题思路:lcm(a,b)=a*b/gcd(a,b)反思:最开始提交的时候WA,以为是溢出了,于是改成了long long,还是WA,于是就不明白了,于是就去看了discuss,发现应该这样来写 l...
分类:
其他好文 时间:
2014-11-08 18:14:46
阅读次数:
187
Dinner
时间限制:100 ms | 内存限制:65535 KB
难度:1
描述Little A is one member of ACM team. He had just won the gold in World Final. To celebrate, he decided to invite all to have one meal. As bowl, ...
分类:
其他好文 时间:
2014-11-08 13:42:53
阅读次数:
201
2014年好久没有更新Blog了,工作调换了,很少用XAF,但还是很关注XAF的发展和学习,对中国的中小企业数据管理软件开发真的太实用了!!功能比较简单,但很实用,直接上图和代码!ListView處於ListViewAndDetailView編輯模式using System;using System...
分类:
其他好文 时间:
2014-11-08 11:58:39
阅读次数:
305
Andy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words that he knows is, well, not quite enough. Instead of thinking up all the wo...
分类:
其他好文 时间:
2014-11-08 07:06:02
阅读次数:
214