码迷,mamicode.com
首页 >  
搜索关键字:rational software architect    ( 7577个结果
Zend Studio 10 汉化——在线语言包安装步骤
第一步:启动Zend Studio,点击主窗口菜单 Help--> Install New Software... 菜单项,进入插件安装界面……第二步:在Work with后的文本框中输入http://download.eclipse.org/technology/babel/update-site...
分类:其他好文   时间:2014-06-18 23:20:10    阅读次数:232
myeclipse安装svn插件的多种方式
方法一:在线安装1.打开HELP->MyEclipse ConfigurationCenter。切换到SoftWare标签页。 2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris.org/update_1.6.x3.在...
分类:系统相关   时间:2014-06-18 19:39:32    阅读次数:329
python2.7中可以使用到的一些模块地址
1、reportlab:由很多部分组成且允许用户使用多种方法创建输出,地址:下载ReportLabhttps://pypi.python.org/simple/reportlab/http://www.reportlab.com/software/opensource/rl-toolkit/down...
分类:编程语言   时间:2014-06-18 14:22:27    阅读次数:313
开放封闭原则(Open Closed Principle)
开放封闭原则(Open Closed Principle)表述为 "软件实体(类、模块、函数等)应对扩展开放,但对修改封闭。(Software entities (classes, modules, functions, etc.) should be open for extension, but...
分类:其他好文   时间:2014-06-17 21:14:56    阅读次数:268
Penetration test
Contents1 History2 Standards and certification3 Tools3.1 Specialized OS distributions3.2 Software frameworks4 Automated testing tools5 See also6 Notes...
分类:Web程序   时间:2014-06-16 23:36:11    阅读次数:286
PatentTips - DMA address translation between peer-to-peer IO devices
BACKGROUNDAs processing resources have increased, demands to run multiple software programs and operating systems on a single microprocessor have also...
分类:其他好文   时间:2014-06-16 23:25:53    阅读次数:345
UML是文档化的语言
??  The UML Is a Language for Documenting     A healthy software organization produces all sorts of artifacts in addition to raw executable code. These artifacts include (but are not limited to)...
分类:其他好文   时间:2014-06-16 20:40:42    阅读次数:164
OPENSTACK在RHEL7安装;admin创建虚拟机模板供demo使用
首先RHEL7安装,导入镜像,选择第一个安装7.0,接着出现下面的界面 选择英文 时间选择上海,software selection选择Server UI(加上图形化界面),设置installation destination最后点击begin installation  重新配置分区...
分类:其他好文   时间:2014-06-16 20:03:47    阅读次数:388
Effective C++:条款21:必须返回对象时别妄想返回其reference
(一) 一定要避免传递一些references去指向其实并不存在的对象。 看下面这个类: class Rational { public: Rational(int numerator = 0, int denominator = 1); private: int n, d; friend const Rational operator*(const Rat...
分类:编程语言   时间:2014-06-16 19:09:14    阅读次数:269
Eclipse的properties插件
分享一个不错的编写properties文件的Eclipse插件(plugin),有了它咱们在修改一些简体中文、繁体中文等Unicode文本时,就不用再运用native2ascii编码了。您能够经过Eclipse中的软件晋级(SoftwareUpdate)装置此插件,过程如下:1、打开Eclipse的Help菜单,将鼠标移到Software..
分类:系统相关   时间:2014-06-16 17:10:01    阅读次数:357
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!