摘要:
用Html5/Canvas绘制安布雷拉伞公司方形胸标。 阅读全文
posted @ 2013-09-03 22:50
逆火狂飙
阅读(167)
评论(0)
推荐(0)
摘要:
当x>0时,求(x^2+3x+6)/(x+1)的最小值。使用基本不等式、判别式和Canvas图像法分别探索。 阅读全文
posted @ 2013-09-03 17:16
逆火狂飙
阅读(259)
评论(0)
推荐(0)
摘要:
# 列出所有包括a@b.c内容的xml文件 find / -type f -name "*.xml" | xargs grep "a@b.c" # 列出/opt/apache-tomcat-6.0.32下包括a@b.c的文件find /opt/apache-tomcat-6.0.32 -type f 阅读全文
posted @ 2013-09-03 11:36
逆火狂飙
阅读(160)
评论(0)
推荐(0)