I am using ubuntu . You may wonder why I write this document in English . When I install the ubuntu , it have no choice to let me select the components I want to install , it just install the basic software package . Yes , ubuntu is easy to install but no flexible . After I installed it , I found it is hard to install the Chinese input method and activate it , and I use ADSL to access the interne...
by lawrencekang - Linux文档专区 - 2008-05-10 13:09:17 阅读(621) 回复(0)
大神们,请问ubuntu phone 会像android一样公开源代码吗,到现在我找了好长时间都没看到哪里能下载到啊。 玩android好长时间了,都有点腻了,想换个东西玩,哪位大神能给个明示啊,有的话可否给个链接。
建议大家现检查自己的系统里是不是已经有了codeblocks的包,具体方法sudo apt-get install codeblock加上TAB键两下,如果你的系统已经有了codeblocks的相关版本下面就会一一列出来。然后yes就好了。安装源要选好。如果您的机器没有相关源就按下面的方法做吧,下面是转的。 具体安装步骤如下: 1、安装必要组件 代码: sudo apt-get install gdb 2、更新源 代码: gksudo gedit /etc/apt/sources.list 添加(以feisty为例): 代码...
SQL> select * from tbl_test1; COL1 COL2 ———- ———- 2 2 SQL> select * from tbl_test; COL1 COL2 ———- ———- 1 2 2 2 2 SQL> rollback; Rollback complete. SQL> select * from tbl_test1; COL1 COL2 ———- ———- 2 3 2 2 2 SQL> select * from tbl_test; COL1 COL2 ———- ———- 1 2 2 2 2 SQL> delete from tbl_Te...
DECLARE CURSOR TCURSOR IS SELECT Itemcode FROM Item; TYPE TRS IS REF CURSOR RETURN TCURSOR%ROWTYPE; RS TRS; BEGIN EXECUTE IMMEDIATE 'SELECT Itemcode FROM Item' INTO RS; END; 请问这段语句为什么会出错?
$ cat /tmp/f1 line1 line2 line3 line4 line5 $ cat /tmp/f2 line2 line4 $ cat comp #!/bin/ksh cat /tmp/f1 | while read f1_line do grep -i "${f1_line}" /tmp/f2 if [ $? -eq 1 ] ; then echo $f1_line fi done 用运行./comp 来比较两个文件, f1 和f2, 找出在f1中没有出现在f2的行. 预期的结果是显示 line1 line3 line5 不知脚本comp有什么问题, 结果显示出f1中的所有行?
请教: 我有一个string command, 要用他来识别一些自己写的命令,例如: cin >;>; command; while(1) { if (command.compare("help") ==0) { cout << "help message" << endl; command=""; } if(command.compare("quit") ==0) { exit(0); } //这里有一个问题,要是我要比较的string是两个单词怎么办呢? if(command.compare("print state") == 0) { printState(); command = ""; } }//end while 谢谢个位...
原文地址:http://www.zzt123.com/html/2012/0731/1343722346.html 一、安装code::Blocks 1、下载code::blocks: 下载地址:http://www.codeblocks.org/downloads/26 解压后里面是一堆.deb文件。 2、设置更新源: 在终端输入 : sudo gedit /etc/apt/sources.list 将下面的两行加入到sources.list文件中: deb http://apt.wxwidgets.org/ hardy-wx main deb-src http://apt.wxwidgets.org/ hardy-wx main 其中的“hardy”...
单位上网有限制,不能去下载网站,急需一个文件比较器,以前用过 Beyond compare , 挺好用,谁有的话麻烦发一个给我,谢谢 。 Mail : [email]hogan.wang@gmail.com[/email]
单位上网有限制,不能去下载网站,急需一个文件比较器,以前用过 Beyond compare , 挺好用,谁有的话麻烦发一个给我,谢谢 。 Mail : [email]hogan.wang@gmail.com[/email]