这次我开始进入了J2me的开发,当然还是入门级的。 首先说说开发工具:在安装了J2SDK后开始安装Netbeans IDE4.1。之后安装Mobility Pack4.1,这是Netbeans IDE的一个软件包。工具安装好后,来开发我的第一个程序。 首先点击“文件”新建一个项目。然后类别选“移动”,项目选“Moblie Application” 点击下一步,如下图 填写好保存的路径和项目的位置,点击下一步, 按图选择好配置和简表,点击“完成”。 ...
by prolibertine - Java文档中心 - 2006-05-06 15:52:12 阅读(801) 回复(0)
读到这里的时候,做出来不对了。 按照 寂寞烈火 的方法: [quote]跟双引号没系 find -path "/path/dir" -prune -o -print 和: find -path /path/dir -prune -o -print 是一样的效果 find \( -path "/path/dir1" -o -path "/path/dir2" \) -prune -o -print 和: find \( -path "/path/dir1" -o -path "/path/dir2" \) -prune -o -print 是一样的,错误处在红字部分,即\(和\),他们两边要有空格 [/quote] 我的是这样的: -bash-3.00$...
shell基础1:文件安全与权限 http://bbs.chinaunix.net/forum/viewtopic.php?t=434579&highlight=wingger 附:Linux的用户和用户组管理 http://bbs.chinaunix.net/forum/viewtopic.php?t=438660&highlight=wingger shell基础二:查找技巧,find及xargs的使用 http://bbs.chinaunix.net/forum/viewtopic.php?t=441883&highlight=wingger shell基础三和四:后台(crontab,at,&,nohup)及(*,?,[]等) http://bbs.chinaunix.net/for...
这个是帮同学写的一个十分十分简单的一个例子,因为我手头没有 移动设备,而且那个时候还不会用什么模拟器。所以就在本级调试成功就没有管了。数据库是用的SQL Anywhere,感觉这个还不错。因为以前也没有研究过,所以就觉得这东西方便。在下就不买瓜再次把SQL Anywhere怎么用详细讲了,我也是下了它的中文文档来研究的。 /* * 如果部署到WindowsCE设备上把jul9.dll和jul9_zh.jar自己拷贝过去 * 设备应该安装Djeode ...
5月18日,Sun微系统公司近日发布了支持下一代手机Java Platform Micro Edtion(Java me)新标准的工具包和平台产品。 基于新的移动服务架构—Java标准要求(Specification Request-JSR)248和JSR209(高级图形用户界面)标准,这些工具的设计功能是实现Java手机的高级图形程序。 Sun公司指出,新标准能使开发商创造新一代手机,其功能包括丰富多媒体应用、3D图形、定位服务、手机支付服务,并支持蓝牙和界面改进。 S...
[code] 1.$ find . -name \* -type f -print | xargs grep "hostnames" 2.$find /etc -name '*srm*' 3.$ find logs -type f -mtime +5 -exec rm {} \; [/code] [code] 1.1中“\*”也可写为"*",'*' 2.2中“*srm*”可换为\*srm\*,'*srm*' 3.3中“\;”是为了转义“;” [/code] [code] 我的问题是: 1.3中“\;”可换成';'或";"吗?(试了一下,可以!但不能完全肯定) 2.find中的通配符与shell中的完全相同吗? 3.find中\, ' , " 三者转...
# make setup check ./compile auto-gid.c auto-gid.c: In function `main': auto-gid.c:22: warning: return type of 'main' is not `int' ./load auto-gid substdio.a error.a str.a fs.a ( ./auto-uid auto_uida `head -1 conf-users` &&./auto-uid auto_uidd `head -2 conf-users | tail -1` &&./auto-uid auto_uidl `head -3 conf-users | tail -1` &&./auto-uid auto_uido `head -4 conf-users | tail -1` &&./auto-ui...