本文是转载的,原文网址:http://www.cnblogs.com/zhaozhan/archive/2010/01/17/1650242.html 字符串函数主要用来处理字符串。字符串函数主要包括以下:concat(),contains(),normalize-space(),substing( ...
分类:
其他好文 时间:
2016-07-20 19:18:17
阅读次数:
186
IBM Minus One Problem Description You may have heard of the book '2001 - A Space Odyssey' by Arthur C. Clarke, or the film of the same name by Stanley ...
分类:
其他好文 时间:
2016-07-20 14:58:23
阅读次数:
158
问题描述 在云服务器 ECS Linux 系统内创建文件时,出现类似如下空间不足提示: No space left on device … 问题原因 导致该问题的可能原因包括: 磁盘分区空间使用率达到百分之百。 磁盘分区 inode 使用率达到百分之百。 僵尸文件:已删除文件因句柄被占用未释放导致相 ...
分类:
系统相关 时间:
2016-07-20 01:17:41
阅读次数:
1876
一般的文字截断(适用于内联与块): Example Source Code[www.mb5u.com] .text-overflow {display:block;/*内联对象需加*/width:31em;word-break:keep-all;/* 不换行 */white-space:nowrap ...
分类:
其他好文 时间:
2016-07-19 22:00:08
阅读次数:
115
1、显示/boot/grub/grub.conf中以至少一个空白字符开头的行;[root@localhost~]#grep‘^[[:space:]]\+‘/boot/grub/grub.conf
root(hd0,0)
kernel/vmlinuz-2.6.18-128.el5roroot=LABEL=/rhgbquiet
initrd/initrd-2.6.18-128.el5.img2、显示/etc/rc.d/rc.sysinit文件中以#开头,后..
分类:
系统相关 时间:
2016-07-19 11:24:45
阅读次数:
406
实例 实例 规定段落中的文本不进行换行: nowrap:文本不会换行,文本会在在同一行上继续,直到遇到 <br> 标签为止。 ...
分类:
Web程序 时间:
2016-07-18 18:16:22
阅读次数:
492
转自:http://hi.csdn.net/space-62502-do-thread-id-4019.html 觉得总结的不错,也收藏学习下。 ActionForm的应用 (1) 、创建一个form类必须继承四个夫类中的一个。比如继承ActionForm。 (2) 、一个form类中的每一个属性都 ...
分类:
其他好文 时间:
2016-07-18 17:36:54
阅读次数:
246
原因:content Assist 的快捷键,这个的意思是内容协助,也就是我们习惯的提示功能,默认的快捷键是Ctrl+space这和我们在windows下换输入法的快捷键冲突了。1.选择MyEclipse6.5菜单栏中的Window->preferences;2.选择General->keys;3. ...
分类:
系统相关 时间:
2016-07-17 10:31:45
阅读次数:
244
题目链接: http://poj.org/problem?id=2031 题意:现给定一些细胞的坐标以及它们的半径,求它们彼此联通的最短路径是多少。实则是最小生成树。 ////特别心塞,G++提交就错,C++提交就A,害我找错好半天。。。 #include<stdio.h> #include<str ...
分类:
其他好文 时间:
2016-07-16 22:00:14
阅读次数:
199
/**
* 字符串工具类,提供一些字符串相关的便捷方法
*/
public class StringUtil { private StringUtil() {
throw new AssertionError();
} /**
* is null or its length is 0 or it is made by space
* <p/...
分类:
移动开发 时间:
2016-07-15 21:22:10
阅读次数:
217