易截截图软件、单文件、免安装、纯绿色、仅160KB

在Linux上的IDE 开发环境 列表


Integrated Development Environments / RAD tools / GUI-builders on Linux:
General/Editors:
Amy (HTML, C, C++, Java, SQL, LaTeX, Makefiles and many more languages)
blIDE (incomplete; no downloads as of yet)
IBM's Eclipse (an extensible IDE kit; Java, C/C++, plus other languages via plug-ins that are becoming increasingly available, such as Perl via the EPIC plug-in)
Code Crusader (supports just about everything) with the Code Medic debugger
Glimmer
InfoDock
SGI's Jessie (doesn't seem to exist any more)
Emediat Solutions's RadBuilder
RHIDE
CYGNUS's Source Navigator with the Insight debugger
SciTE
Titano
WideStudio
wxStudio
Ada:
GNAT Programming System (GPS)
TIA (for GNAT Ada 95)
BASIC:
TrueBASIC (Linux version to be released soon)
C/C++:
Amy
Anjuta
ICS's BX Pro (for Motif/C++)
Code Forge's C-Forge
Code Blue
Metrowerks's Code Warrior
Bloodshed Software's Dev-C++ (for C/C++)
DiaSCE
IBM's Eclipse (an extensible IDE kit; Java, C/C++ in late beta, other plug-ins pending)
gIDE
Glade
GNAT Programming System (GPS)
CYGNUS's GNUPro
FLTK & Fluid (for C++)
IDEntify
KDbg
KDevelop
KDE Studio
Suite 3220 Software's Moonshine and Moonshine Professional
OpenAmulet
RHIDE
QtEZ (for C++ w/Qt)
Scintilla (for GTK+/C++)
Wind River Systems / TakeFive Software's SNiFF+ and SNiFF Penguin
CYGNUS's Source Navigator
with the Insight debugger
TogetherSoft's Together
VisKProg
MicroEdge's Visual SlickEdit
Q Software Solutions's Wedit
VDKBuilder
VIDE (for C++ and Java)
WideStudio
wxBuilder
wxDesigner
wxStudio (for C++ and Python)
Xwpe-alpha
Objective-C:
GNUStep's ProjectCenter
ECMAScript (formerly "Javascript"):
TrollTech AS's Qt Scripter (for the Qt Script extension of ECMAScript)
Nombas, Inc.'s ScriptEase (for ECMAScript)
Eiffel:
Interactive Software Engineering's EiffelBench
HTML:
Java:
Amy
AnyJ (for Java)
VioSoft Arriba
BlueJ
Chicory
Omnicore Softwar


相关文档:

svn linux 客户端使用

svn log test.php #显示这个文件的所有修改记录,及其版本号的变化
1、将文件checkout到本地目录
svn checkout path(path是服务器上的目录)
例如:
svn checkout svn://192.168.1.1/pro/

2、往版本库中添加新的文件
add file add add *.php #添加当前目录下所有的php文件

3、将改动的文件提交到版本库
"Log ......

linux修改ssh端口和禁止root远程登陆设置

linux修改ssh端口22
vi /etc/ssh/ssh_config
vi /etc/ssh/sshd_config
然后修改为port 8888
以root身份service sshd restart (redhat as3)
使用putty,端口8888
Linux下SSH默认的端口是22,为了安全考虑,现修改SSH的端口为1433,修改方法如下 :
/usr/sbin/sshd -p 1433
为增强安全
先增加一个普通权限的用户: ......

Linux下启动oracle10g的em和isqlplus

Linux下启动oracle10g的em和isqlplus的方法:
注:$ORACLE_HOME为oracle的安装路径
1,使用EM(enterprise managment)
1.1启动EM
$ORACLE_HOME/bin/emctl start dbconsole
如果出现下面相关信息,说明服务启动
Z set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0
Copyright (c) 1996, 200 ......

在windows平台上搭建linux C 开发环境

注:请允许我转载您的佳作
在windows上开发能够在linux上编译的C代码,我查了查有2个软件可以实现,一个是Cygwin,一个是mingw。其中cygwin是一个windows上linux环境的模拟工具,他提供了很多linux工具的windows实现版本,例如vi,emacs等等,当然也包括GCC。使用mingw的好处就是编译过的程序直接就可以跑了,而cygwin则需 ......

Linux下如何备份和恢复分区表

备份MBR分区
   0. 备份硬盘的分区信息:
     #fdisk /dev/sda -l > /tem/sda.txt
 
  1.使用fdisk -l 确定MBR位置
 
  2.备份MBR
 
  dd if=/dev/sda1 of=/root/mbr bs=512 count=1
 
  3.恢复MBR
 
  dd if=/root/mbr of=/dev/sda1 bs=512 count=1
 
  ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号