用户操作
[留言]  [发消息]  [加为好友] 
订阅我的博客
XML聚合    FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
NeptuneX的公告
<!-- <SCRIPT language=JavaScript> function Year_Month() { var now = new Date(); var yy = now.getYear(); var mm = now.getMonth()+1; var cl = '<font color="#0000df">'; if (now.getDay() == 0) cl = '<font color="#c00000">'; if (now.getDay() == 6) cl = '<font color="#00c000">'; return(cl + yy + '年' + mm + '月</font>'); } function Date_of_Today() { var now = new Date(); var cl = '<font color="#ff0000">'; if (now.getDay() == 0) cl = '<font color="#c00000">'; if (now.getDay() == 6) cl = '<font color="#00c000">'; return(cl + now.getDate() + '</font>'); } function Day_of_Today() { var day = new Array(); day[0] = "星期日"; day[1] = "星期一"; day[2] = "星期二"; day[3] = "星期三"; day[4] = "星期四"; day[5] = "星期五"; day[6] = "星期六"; var now = new Date(); var cl = '<font color="#0000df">'; if (now.getDay() == 0) cl = '<font color="#c00000">'; if (now.getDay() == 6) cl = '<font color="#00c000">'; return(cl + day[now.getDay()] + '</font>'); } function CurentTime() { var now = new Date(); var hh = now.getHours(); var mm = now.getMinutes(); var ss = now.getTime() % 60000; ss = (ss - (ss % 1000)) / 1000; var clock = hh+':'; if (mm < 10) clock += '0'; clock += mm+':'; if (ss < 10) clock += '0'; clock += ss; return(clock); } function refreshCalendarClock() { document.all.calendarClock1.innerHTML = Year_Month(); document.all.calendarClock2.innerHTML = Date_of_Today(); document.all.calendarClock3.innerHTML = Day_of_Today(); document.all.calendarClock4.innerHTML = CurentTime(); } var webUrl = webUrl; document.write('<table border="0" cellpadding="0" cellspacing="0"><tr><td>'); document.write('<table id="CalendarClockFreeCode" border="0" cellpadding="0" cellspacing="0" width="120" height="100" '); document.write('style="position:absolute;visibility:hidden" bgcolor="#eeeeee">'); document.write('<tr><td align="center"><font '); document.write('style="cursor:hand;color:#ff0000;font-family:宋体;font-size:18pt;line-height:120%" '); if (webUrl != 'netflower'){ document.write('</td></tr><tr><td align="center"><font '); document.write('style="cursor:hand;color:#2000ff;font-family:宋体;font-size:14pt;line-height:110%" '); } document.write('</td></tr></table>'); document.write('<table border="0" cellpadding="0" cellspacing="0" width="150" bgcolor="#C0C0C0" height="70">'); document.write('<tr><td valign="top" width="100%" height="100%">'); document.write('<table border="1" cellpadding="0" cellspacing="0" width="150" bgcolor="#FEFEEF" height="100">'); document.write('<tr><td align="center" width="100%" height="100%" >'); document.write('<font id="calendarClock1" style="font-family:宋体;font-size:10pt;line-height:120%"> </font><br>'); document.write('<font id="calendarClock2" style="color:#ff0000;font-family:Arial;font-size:16pt;line-height:120%"> </font><br>'); document.write('<font id="calendarClock3" style="font-family:宋体;font-size:11pt;line-height:120%"> </font><br>'); document.write('<font id="calendarClock4" style="color:#100080;font-family:宋体;font-size:10pt;line-height:120%"><b> </b></font>'); document.write('</td></tr></table>'); document.write('</td></tr></table>'); document.write('</td></tr></table>'); setInterval('refreshCalendarClock()',1000); </SCRIPT> <script src="http://www.NewZGC.com/others/counter/counter.asp?username=NeptuneX&style=11"> </script> -->
文章分类
存档
2008年06月24日

原创 支持插入删除操作的bitset

选择一个支持插入删除操作的位图结构阅读全文>

发表于 @ 2008年06月24日 10:26:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年06月04日

原创 做一个健康的IT人 -- 如何应对电脑辐射

一个IT人的健康注意事项阅读全文>

发表于 @ 2007年06月04日 20:38:00 | 评论( loading... ) | 编辑| 举报| 收藏

原创 浅谈主内存数据库

刚来实验室的时候我看过一些主内存数据库的资料,觉得那是十几年之前的研究内容,而现在硬盘速度和调度算法都还不错,大型关系数据库系统的速度也不差,因此就以为主内存数据库没啥发展前途了。阅读全文>

发表于 @ 2007年06月04日 20:37:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年12月26日

原创 如何理解一个函数?

分析源码时如何理解一个函数,几点建议阅读全文>

发表于 @ 2006年12月26日 09:09:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年11月15日

原创  模拟笔记本电脑爆炸

模拟笔记本爆炸阅读全文>

发表于 @ 2006年11月15日 08:26:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年10月29日

原创 gmail的一个小bug

呵呵,发现了gmail的一个小bug。阅读全文>

发表于 @ 2006年10月29日 09:46:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年08月29日

原创 中国IT三大忽悠

忽悠之三,智慧星杀毒软件阅读全文>

发表于 @ 2006年08月29日 20:39:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年07月03日

原创 一个奇怪的问题

自己看吧,Linux下路径的一个奇怪的问题阅读全文>

发表于 @ 2006年07月03日 16:21:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年06月10日

原创 选择适合你的Linux发行版

回答11个问题,选择最适合你的Linux发行版阅读全文>

发表于 @ 2006年06月10日 19:56:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年06月07日

原创 debian安装过程

安装debian桌面环境,英文界面,可以显示和输入中文。阅读全文>

发表于 @ 2006年06月07日 10:26:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年05月22日

原创 基本搞定emacs的缩进

又一次体会到emacs的强大,还有详细的manual,绝对是学习emacs最好的教材!有空就去读读。阅读全文>

发表于 @ 2006年05月22日 19:05:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年05月12日

原创 上海交大证实“汉芯”造假

上海交大证实“汉芯”造假阅读全文>

发表于 @ 2006年05月12日 20:43:00 | 评论( loading... ) | 编辑| 举报| 收藏

原创 程序员的字体

程序员应该挑一个合适的字体,减轻眼睛疲劳阅读全文>

发表于 @ 2006年05月12日 17:37:00 | 评论( loading... ) | 编辑| 举报| 收藏

2006年04月29日

原创 感受emacs-snapshot!

感受emacs-snapshot,自动支持中文,gdb-many-windows模式......阅读全文>

发表于 @ 2006年04月29日 22:38:00 | 评论( loading... ) | 编辑| 举报| 收藏

原创 DBMS应该提供的基本服务

介绍一下DBMS应该提供的基本服务阅读全文>

发表于 @ 2006年04月29日 13:31:00 | 评论( loading... ) | 编辑| 举报| 收藏

Copyright © NeptuneX
Powered by CSDN Blog