码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
poj 2031 Building a Space Station【最小生成树prime】【模板题】
Building a Space StationTime Limit:1000MSMemory Limit:30000KTotal Submissions:5699Accepted:2855DescriptionYou are a member of the space station engine...
分类:其他好文   时间:2015-08-11 12:08:02    阅读次数:120
使用css3设置隐藏文字为省略号
首先,实现这种效果需要css两个属性,分别是text-overflow和white-space. 1.text-overflow有两个值,clip:表示剪切文本;ellipsis:表示用省略号代替修改的文字. 2.white-space这里只说明两个常用的值,normal:表示自动换行;no...
分类:Web程序   时间:2015-08-11 12:02:29    阅读次数:137
Understand the Business Domain
?Understand the Business DomainMark RichardsEFFECTivE SoFTWARE ARCHiTECTS understand not only technology but also the business domain of a problem space. Without business domain knowl- edge, it is diff...
分类:其他好文   时间:2015-08-11 10:07:35    阅读次数:92
java.lang.OutOfMemoryError: Java heap space解决方法
//首先检查程序有没有限入死循环 这个问题主要还是由这个问题 java.lang.OutOfMemoryError: Java heap space 引起的。第一次出现这样的的问题以后,引发了其他的问题。在网上一查可能是JAVA的堆栈设置太小的原因。 跟据网上的答案大致有这两种解决方法: 1、设置环...
分类:编程语言   时间:2015-08-11 09:44:06    阅读次数:128
grep命令
grep:根据模式搜索文本,并显示出符合条件的文件。grep:-i:不区分大小写--color:匹配的部分高亮-v:反显-o:只显示匹配到的串本身正则表达式(regularexpression):元字符:.:表示任意单个字符[]:匹配指定范围内的任意字符[^]:匹配指定范围外的任意字符字符集合:[:space:]:空格..
分类:其他好文   时间:2015-08-11 01:34:22    阅读次数:107
LeetCode(26) Remove Duplicates from Sorted Array
题目Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for another array, you must do this in place with co...
分类:其他好文   时间:2015-08-10 22:17:25    阅读次数:128
LeetCode:Word Break(DP)
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e...
分类:其他好文   时间:2015-08-10 21:34:59    阅读次数:97
leetcode Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for another array, you must do this in place with cons...
分类:其他好文   时间:2015-08-10 20:07:49    阅读次数:141
LeetCode(24) Swap Nodes in Pairs
题目Given a linked list, swap every two adjacent nodes and return its head.For example, Given 1->2->3->4, you should return the list as 2->1->4->3.Your algorithm should use only constant space. You may...
分类:其他好文   时间:2015-08-10 20:06:13    阅读次数:117
POJ 2031 && ZOJ 1718--Building a Space Station【最小生成树 && kurskal && 水题】
Building a Space Station Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 5655   Accepted: 2848 Description You are a member of the space station engineerin...
分类:其他好文   时间:2015-08-10 18:06:15    阅读次数:100
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!