码迷,mamicode.com
首页 >  
搜索关键字:rational software architect    ( 7577个结果
配置openerp的开发环境
给Eclipse安装PyDev插件启用Eclipse————如果前面的步骤都正确无误的话,那么Eclipse就该能够正常启动了。第一次启动会让你选择一个工作空间,按缺省设置,勾选一下不再提醒,就可以了。在Help菜单中,选择Install New Software···,选择Add按钮,Name:P...
分类:其他好文   时间:2014-05-10 08:42:11    阅读次数:450
利用PHPExcel转Excel柱形图
这在附另一个转柱形图的效果及代码. 原PHP报表效果: 转成Excel后的效果: 附上代码: <?php /** * PHPExcel * * Copyright (C) 2006 - 2014 PHPExcel * * This library is free software; you can redistribute it and/or * modify ...
分类:Web程序   时间:2014-05-10 02:19:56    阅读次数:553
MathML + MathJax在网页中插入公式
http://www.mathjax.org/download/http://www.w3.org/Math/Software/mathml_software_cat_editors.html
分类:Web程序   时间:2014-05-09 17:09:13    阅读次数:323
STL 之 stack 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_stack.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its do...
分类:其他好文   时间:2014-05-07 07:40:07    阅读次数:322
AssertionError、Error和Throwable
AssertionError继承Error,提供了多个构造方法,代码如下: /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this w...
分类:其他好文   时间:2014-05-07 03:20:22    阅读次数:579
STL 之 queue、priority_queue 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_queue.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its document...
分类:其他好文   时间:2014-05-06 22:22:55    阅读次数:402
ubuntu 下安装nodejs以及pm2
ubuntu12.04服务器可以使用apt-get方式安装NodeJS,但是,安装完后的版本为v0.6.12的版本,如果我们想要使用新一点的版本需要做如下配置:apt-getinstallpython-software-properties apt-add-repositoryppa:chris-lea/node.js apt-getupdate apt-getinstallnodejs安装完成后可以..
分类:Web程序   时间:2014-05-06 16:45:52    阅读次数:378
Apatana汉化
非常简便的方法汉化Apatana,以前在某个前端那看来的。点击 “Help” > “Install New Software”;在弹出的“install”窗口中的“Work With”的输入框中填入下面的网址:http://archive.eclipse.org/technology/babel/u...
分类:其他好文   时间:2014-05-05 09:50:58    阅读次数:471
Android Software
播放器:MX Player词典:Merriam-Webster(m-w.com):相对来说安卓上最好的免费的英英词典,界面友好,不过有点广告且解释不好懂。 海词:无广告,有丰富的离线库,在考研版有“词汇速记”,词根拆分的挺准。文件管理:Totalcmd(够简单,但也可很复杂)阅读器:静读天下PR.....
分类:移动开发   时间:2014-05-04 12:38:20    阅读次数:632
《Compilers Principles,Techniques,&Tools》Chapter 1---->Introduction
入门 编程语言是一些符号,用来为人和机器描述计算或者计算指令,我们所熟悉的计算机世界,他完全依赖于编程语言,因为所有的运行在计算机中的软件都是由某些编程语言开发的,但是,一个程序可以运行之前,它必须要翻译成某种形式,使得计算机能够执行它。 The software systems that do this translated are called compilers(由称作编译器的软件系统来...
分类:其他好文   时间:2014-05-04 08:52:08    阅读次数:380
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!