- 浏览: 143863 次
- 性别:
- 来自: ZhuHai
最新评论
-
ahack:
http://maven.springframework.or ...
下载最新的 Spring -
muzibaishui2006:
用的挺方便的,十分感谢!
SWT组件Table 的排序 -
shinmeei:
我也遇到這問題.
參考這網頁, 解決了.
http://sta ...
SVN: RA layer request failed -
makemyownlife:
您好 ,和您讨论一个问题 ,在spring 和jms结合里 我 ...
Spring JMS CLIENT_ACKNOWLEDGE -
caiw0418:
试试看。谢谢
Unable to load default SVN client
文章列表
1) Create a New Project Layout
cd/d C:\tmp\restful
mvn archetype:create -DgroupId=my.example.com -DartifactId=SimpleRESTApp -DarchetypeArtifactId=maven-archetype-webappIt will create the following subtree:
SimpleRESTApp
|-src
|---main
|-----resources
|-----webapp
|-------WEB-INF
...
- 2009-05-30 09:53
- 浏览 1949
- 评论(0)
To show a custom area for toolbar.
public void postWindowOpen() {
//...
}
//Add to postWindowOpen()
final IWorkbenchWindow window = getWindowConfigurer().getWindow();
Listener listener = new Listener() {
private Shell toolbar;
public void handleEvent(Event event) {
Cont ...
- 2009-05-11 16:10
- 浏览 809
- 评论(0)
Fully Qualified Domain Names (Create an alias for localhost)
1) Go to C:\WINDOWS\system32\drivers\etc and open the hosts file in a text editor.
2) Inside the hosts file it contains this line
127.0.0.1 localhost
create another alias for localhost that looks like a fully qualified domain name ...
- 2009-04-20 14:44
- 浏览 856
- 评论(0)
SSO 是一个非常大的主题,我对这个主题有着深深的感受,自从广州 UserGroup 的论坛成立以来,无数网友都在尝试使用开源的 CAS , Kerberos 也提供另外一种方式的 SSO ,即基于 Windows 域的 SSO ,还有就是从 2005 年开始一直兴旺不衰的 SAML 。
如果将这些免费的 SSO 解决方案与商业的 Tivoli 或 Siteminder 或 RSA Secure SSO 产品做对比,差距是存在的。毕竟,商业产品的安全性和用户体验都是无与伦比的,我们现在提到的 SSO ,仅仅是 Web SSO ,即 Web-SSO 是体现在客户端;另外一种 SS ...
- 2009-04-18 01:30
- 浏览 1109
- 评论(0)
SSO(Single Sign on)-单点登录
目前的企业应用环境中,往往有很多的应用系统,如办公自动化(OA)系统,财务管理系统,档案管理系统,信息查询系统等等。这些应用系统服务于企业 的信息化建设,为企业带来了很好的效益 ...
- 2009-04-18 01:25
- 浏览 1055
- 评论(0)
Flex:
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html
http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html
Blogs
http://ptrthomas.wordpress.com/
SunFlower: the Fibonacci sequence, Golden Section
http://www.flickr.com/photos/lucapost/694780262/
some ...
- 2009-04-09 11:00
- 浏览 796
- 评论(0)
public class TreeDragDropTest {
private static Display display;
private static Shell shell;
public static void main(String[] args) {
display = new Display();
shell = new Shell(display);
shell.setLayout(new FillLayout());
final Tree tree = createT ...
- 2009-04-06 18:05
- 浏览 1730
- 评论(0)
invoke("setBackground", menuBar, new Class[] { Color.class }, new Color[] { bg });
invoke("setBackground", menu1, new Class[] { Color.class }, new Color[] { bg });
invoke("setBackground", menu2, new Class[] { Color.class }, new Color[] { bg });
invoke("setForeg ...
- 2009-04-04 18:00
- 浏览 1678
- 评论(1)
mvn install:install-file
- 博客分类:
- DEV
mvn install:install-file -DgeneratePom=true -DgroupId=jep -DartifactId=jep -Dversion=3.3.0 -Dpackaging=jar -Dfile=E:\lib\LIB_COMMON\jep-3.3.0-trial.jar
- 2009-04-04 08:11
- 浏览 4934
- 评论(0)
StyledText text1 = new StyledText(parent, SWT.V_SCROLL | SWT.BORDER);
String msg = "Hello";
text1.append(msg);
StyleRange styleRange = new StyleRange();
styleRange.foreground = Display.getDefault().getSystemColor(SWT.COLOR_GREEN);
styleRange.start = text1.getText().length();
styleRa ...
- 2009-03-23 22:42
- 浏览 1491
- 评论(0)
1、查看当前所有连接的详细资料:
mysqladmin -uroot -proot -hlocalhost processlist
2、只查看当前连接数(Threads就是连接数).
mysqladmin -uroot -proot -hlocalhost status
3、null, SubString()
select * from code_table where "ABC" is not null and SUBSTRING(code_name, 1) > 'D' and code_table_id > 10
4、授权
1. log ...
- 2009-03-22 00:28
- 浏览 933
- 评论(0)
1) TreeNode
/**
* It's used by TreeViewer
* TreeNode root = new TreeNode("Root");
* treeViewer = new TreeViewer(container, SWT.BORDER);
* treeViewer.setLabelProvider(new TreeLableProvider());
* treeViewer.setContentProvider(new TreeContentProvider());
* treeViewer.setInput(root) ...
- 2009-03-21 23:48
- 浏览 3012
- 评论(0)
1)
/**
* Table that provides fake tooltips for items in a SWT table
*/
public class TooltipTable extends Table {
private TooltipTableListener tableListener;
protected void checkSubclass() {
}
public TooltipTable(Composite parent, int style) {
super(parent, styl ...
- 2009-03-19 13:54
- 浏览 2173
- 评论(0)
XMPP is Extensible Messaging and Presence Protocol (XMPP),
a set of open XML technologies for presence and real-time communication developed by the Jabber open-source community in 1999.
XMPP is an open, XML-based protocol for instant messaging and presence, supported by the non-profit Jabber Softwa ...
Install cvsnt-2.5.03.7z.
1) Settings/Control Panel/CVSNT Server
About
CVSNT Start
CVSNT Lock Start
Repository configuration/Add
Location: D:/_myCVS
Name: /cvs
Compatibility Options
Respond as cvs 1.11.2 to version request
2) Create a user ...
- 2009-03-13 09:39
- 浏览 915
- 评论(0)