Sportica   Sportica

04 2012 档案

摘要:<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><script type="text/javascript" src="./js/jquery-1.2.2.pack.js" ></script><style>.sidebtn { background: url(./img/list.gif) no-repeat top left; height: 16px; margin: 0 阅读全文
posted @ 2012-04-26 15:37 qingjoin 阅读(1598) 评论(0) 推荐(0) 编辑
摘要:telnet 192.168.1.123 无敌连接设备。在ubuntu中。。可以shift+Ctrl+t 在同一终端打开一个新的窗口 阅读全文
posted @ 2012-04-24 16:13 qingjoin 阅读(289) 评论(0) 推荐(0) 编辑
摘要:sed -n '10,1p' set.js //查看set.js 文件中的第10行sed -n '30,80p' set.js //查看set.js文件中的第10-50行 阅读全文
posted @ 2012-04-11 16:44 qingjoin 阅读(7554) 评论(0) 推荐(1) 编辑
摘要:#include <stdio.h>#define MAX_NUMBER(a,b) ((a)>(b)) ? (a):(b) //返回较大的一个数。#define MAX(a,b) ((a)/(b)) ? (a):(b) //返回最大的一个数。不用if,等语句int main(){ printf("%d\n",MAX_NUMBER(10,5)); printf("%d\n",MAX(5,6));} 阅读全文
posted @ 2012-04-06 10:51 qingjoin 阅读(150) 评论(0) 推荐(0) 编辑

  Sportica
点击右上角即可分享
微信分享提示