- 浏览: 102520 次
- 性别:
- 来自: 深圳
最新评论
文章列表
osgi and equinox-阅读笔记
- 博客分类:
- OSGI
The system bundle is a special bundle that represents the OSGi framework itself, from within that framework. It has the following roles:
Exports packages from the JRE (excluding java.*), for example javax.swing, org.w3c.com etc.
Exports the OSGi framework packages such as org.osgi.framework.
S ...
eclipse_ini
- 博客分类:
- Eclipse Plugin
设置
http://wiki.eclipse.org/Eclipse.ini
Remote debug:
-vmargs
-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
http://hi.baidu.com/hivemind/blog/item/8a74a7b1008ca95f08230233.html
linux软件开发之GCC,GDB用法篇
http://wenku.baidu.com/view/775ab6f9aef8941ea76e0559.html
CDT集成工具链
http://www.drdobbs.com/cpp/extending-the-eclipse-cdt-managed-build/197002115?pgno=1
GDB常用命令
http://wenku.baidu.com/view/4577971959eef8c75fbfb31f.html?from=related&hasrec=1
http://www.cmlab.csie.ntu ...
资料汇总
- 博客分类:
- GEF+EMF+GMF
IBM doc 全:http://publib.boulder.ibm.com/infocenter/rsdhelp/v7r0m0/index.jsp?topic=/org.eclipse.gmf.doc/tutorials/diagram/connectionCreationAssistantTutorial.html
八进制 GMF http://www.cnblogs.com/bjzhanghao/category/48143.html
Eclipse GMF Tutorial中文例程 http://blog.csdn.net/mini_snow/article/detai ...
service bus
- 博客分类:
- Windows Azure
Create an AppFabric Service Bus
The following steps will guide you through the process of creating an AppFabric Service Bus on the AppFabric Labs.
Navigate to https://portal.appfabriclabs.com/ , and then sign in.
Select ‘AppFabric Services’ from the bottom left of the page.
Select ‘New Nam ...
note
- 博客分类:
- Windows Azure
http://jersey.java.net/nonav/documentation/latest/user-guide.html
http://www.vogella.de/articles/JAXB/article.html
http://www.vogella.de/articles/REST/article.html
http://msdn.microsoft.com/en-us/library/gg278338.aspx
http://blogs.msdn.com/b/windowsazure/archive/2011/05/18/using-the-service-bu ...
Daily task
- 博客分类:
- Daily task
1: http default setting
2: close auto build Preference->General->Workspace
3: Hi menu
intall hi-ide
1:download eclipse pde indigo 3.7
2:install RSE(remote terminal) + rse runtime + rse useraction
3:install cdt-master
4:PTP all
test -e gdbserv ...
Dynamic menu items in Eclipse
First you have to add the menu contribution to your plugin.xml. I wanted to add an extra menu item to the project explorer so I used"popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu?after=additions" as locationURI. Next you only have to specif ...
Java regex
- 博客分类:
- Java
(a(b)*) 匹配规则见下文红色描述
(a(b*)) 直接匹配bbb最长的
Capturing Text in a Group in a Regular Expression
我们的JAVA软件产品有时需要限制非法用户,只有购买了LICENSE的用户才能使用,因此,我们可以通过TrueLicense来实现。
首先要用KeyTool工具来生成私匙库:
keytool -genkey -alias privatekey -keystore privateKeys.store
然后把私匙库内的公匙导出到一个文件当中:
keytool -export -alias privatekey -file certfile.cer -keystore privateKeys.store
然后再把这个证书文件导入到公匙库:
key ...
•如何阅读部署图
阅读基本部署图
上图解释
BS客户端支持IE6亿傻姑娘和FF1.5以上版本,通过Http请求
CS客户端是Windows系统,需要按.net1.1, sw.exe 是客户端程序,通过WebService与服务器通信
服务器是IIS,.Net 1.1 各个组件 ...
•什么是构件
构件和构件的要素
•构件是系统中可替换的物理部分,它包装了实现而且遵从并提供一组接口的实现
•规格说明:对于构件,必须有一个它所提供服务的抽象描述。通俗地说,每个构件都必须提供特定的服务
•一个或多个实现:构件是一种物理概念,必须被一个或多个实现所支持,当然这些实现都必需符合规格说明
•受约束的构件标准:每一个构件,在实现时必须遵从某种构件标准
•封装方法:也就是构件遵从的封装标准
•部署方法:当件要运行时,首先要部署它
构件的类型
•实施构件:这类构件是构成一个可执行系统必要和充分的构件,例如动态链接库(dll)、可执行文件(exe),另外还包括如C ...
http://book.51cto.com/art/200810/93762.htm
协作图(Collaboration Diagram,也叫合作图)是一种交互图(interaction diagram),强调的是发送和接收消息的对象之间的组织结构。一个协作图显示了一系列的对象和在这些对象之间的联系以及对象间发送和接收的消息。对象通常是命名或匿名的类的实例,也可以代表其他事物的实例,例如协作、组件和节点。使用协作图来说明系统的动态情况。
协作图(Collaboration Diagram)显示某组对象如何为了由一个
State模式也叫状态模式,是由GoF提出的23种软件设计模式的一种。State模式允许通过改变对象的内部状态而改变对象的行为,这个对象表现得就好像修改了它的类一样。
本文介绍设计模式中的(State)模式的概念,用法,以及实际应用中怎么样使用State模式进行开发。
State模式的概念与应用场景
State模式是行为模式之一。当某个对象在它的状态发生改变时,它的行为也随着发生比较大的变化,这种情况可以考虑使用State模式来实现。为了帮助理解,我们举例来说明。一个画图程序,有一个控制面板,上面罗列了各种画图工具以及其它颜色选择,滴管等工具,当用户选择或改变了画图工具时,就可以使用各 ...