Tips
yananay
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unix Tips
删除子目录里的文件 find ./ -name "*.log" | xargs rm 当按照字符串查找时,一定要用引号,如"*.log" 检查 b shell 语法是否正确 [root@linux ~]# sh [-nvx] scripts.sh 參數: n :不要執行 script,僅查詢語法的問題; v :再執行 sccript 前,先將 scripts 的...2007-10-18 10:23:14 · 114 阅读 · 0 评论 -
Java Tips
class loader Thread.currentThread().getContextClassLoader(); 它是指当前线程所处环境的classloader,一般主要用来让上面的classloader可以加载下面的东西. 例如如果使用 Properties 类从当前classpath里载入某个 .properties 文件,但是不清楚什么原因就是找不到那个文件(classpath ...2007-10-18 10:24:03 · 125 阅读 · 0 评论 -
css tips
id 和 class id 用 “.“ 来表示,例如 .bar {} class 用 “#”来表示,例如 #bar {} 布局需要注意的问题 float:none|left|right 取值: none: 默认值。对象不飘浮 left: 文本流向对象的右边 right: 文本流向对象的左边 它是怎样工作的,看个一行两列的例子 xhtml: xml 代码<div id="wr...原创 2007-10-18 10:25:59 · 177 阅读 · 0 评论 -
link tips
"http://trans.hiragana.jp/ruby/+日文网站地址" 可以在页面上标注假名。 例如“http://trans.hiragana.jp/ruby/http://dailynews.yahoo.co.jp/fc/science/alien_species/?1192688012” http://trans.hiragana.jp/ruby/ ...2007-10-18 15:08:48 · 154 阅读 · 0 评论
分享