当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: jNode:一个java+少量汇编写就的稳定,易用的操作系统。
 

 

    摘要:方法一:#include<stdio.h>main(){ file *fp; int i=0; char *s="am i right?"; fp=fopen("c:\\text.txt","wr"); while(*s) { printf("%c",*s); fseek(fp,i++,seek_set);......
    摘要: preface this book introduces and explains the programming features of lotus notes and domino 6. because notes and domino make use of so many different technologies, several of which are the subj......


JNode - an opensource Java OS
jnode:一个java+少量汇编写就的稳定,易用的操作系统.经过与主要开发人员的邮件确认,在一个星期之内,jnode就会推出新版本,一个图形界面的纯java的操作系统.

【程序编程相关:批量增加用户

【推荐阅读:Java Unicode转义字符的小小研

【扩展信息:CMS中文编码问题分析及解决方案

两个月前我写过一篇文章«jnode:一个开源的java操作系统».今天在网上一查,原来半年前已经有一个老外写过同样题目的文章.在www.javalobby.org的论坛上,这篇文章引起了广泛的讨论.

http://www.javalobby.org/forums/thread.jspa?forumid=61&threadid=12426

网友的疑问包括:

技术特点?开发目标?

为什么不用linux?

等等...

一个疯狂的网友叫嚣:


...   下一页
 ·一个字符串倒序排列    »显示摘要«
    摘要:方法一:#include <stdio.h>char * fun(char *s) { int len=0,i; char temp; for(i=0;*(s+i)!=´\0´;i++) ; len=i; for(i=0;i<len/2;i++)/*折半呀*/ { temp=s[i]; s[i]=s[len-1-i]; s[len-1-i]=temp; ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE