第一步:启动Zend Studio,点击主窗口菜单 Help--> Install New Software... 菜单项,进入插件安装界面……第二步:在Work with后的文本框中输入http://download.eclipse.org/technology/babel/update-site...
分类:
其他好文 时间:
2014-06-18 23:20:10
阅读次数:
232
方法一:在线安装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
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)表述为 "软件实体(类、模块、函数等)应对扩展开放,但对修改封闭。(Software entities (classes, modules, functions, etc.) should be open for extension, but...
分类:
其他好文 时间:
2014-06-17 21:14:56
阅读次数:
268
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
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
??
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
首先RHEL7安装,导入镜像,选择第一个安装7.0,接着出现下面的界面
选择英文
时间选择上海,software selection选择Server UI(加上图形化界面),设置installation destination最后点击begin installation
重新配置分区...
分类:
其他好文 时间:
2014-06-16 20:03:47
阅读次数:
388
(一)
一定要避免传递一些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
分享一个不错的编写properties文件的Eclipse插件(plugin),有了它咱们在修改一些简体中文、繁体中文等Unicode文本时,就不用再运用native2ascii编码了。您能够经过Eclipse中的软件晋级(SoftwareUpdate)装置此插件,过程如下:1、打开Eclipse的Help菜单,将鼠标移到Software..
分类:
系统相关 时间:
2014-06-16 17:10:01
阅读次数:
357