- 博客(13)
- 收藏
- 关注
原创 MFC
A typical FTP client application creates a CInternetSession and a CFtpConnection object. Note that these MFC WinInet classes do not actually control the proxy type settings; IIS does.Also, see the...
2010-09-27 17:15:36 143
原创 MFC
// create a session object to initialize WININET library// Default parameters mean the access method in the registry// (that is, set by the "Internet" icon in the Control Panel)// will be used....
2010-09-27 16:07:15 132
原创 CSS
http://www.bloggerswatch.com/internet/css-trick-submit-button-should-look-same-everywhere/
2009-12-18 11:32:13 116
复合主键
第一种方法:使用@IdClass 下面是定义一个主键类:Java代码 public class CustomerPK implements Serializable { private String name; private Long ssn; public CustomerPK() { } ......
2008-06-12 08:05:33 200
Hibernate中对无主键表的操作
Db2 表:Test 只有一个测试字段:name character(10)Hibernate的hbm文件:Test.hbm.xml<?xml version="1.0"?><!DOCTYPE hibernate-mapping SYSTEM "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd" >...
2008-06-12 07:47:05 104
RCP Editor 常见错误处理方法 (转)
最近学习RCP遇到不少问题,解决后觉得应该写点东西与同道朋友们分享一下。笔者也是刚刚接触RCP如文章中有错误欢迎执政。本文只涉及报错信息及解决方法,希望高手能够解释深层次的原因。 ...
2008-06-07 05:37:32 167
Eclipse Forms: New in 3.3(转)
Eclipse Forms: New in 3.3SummaryEclipse Forms is a layer on top of SWT that allows you to achieve a web-like feel inside your desktop applications without having to resort to an embedded browser. I...
2008-06-02 12:20:31 163
Eclipse Rich Client Platform with Eclipse Ganymede
Lars Vogel <webmaster@vogella.de> Version 0.8 Copyright © 2007 Lars Vogel10.04.2008Abstract The Eclipse Rich Client Platform (RCP) allows developers to use the Eclipse a...
2008-06-02 02:16:31 290
Spring IoC查缺补漏篇(转)
转自:http://blog.csdn.net/daryl715/archive/2007/07/07/1682341.aspx1。basename和basenames如果你的资源文件只有一个,那么直接使用前者。如果有很多个资源文件,那么就使用后者。例程代码:使用basename<bean id="messageSource"class="org.springfr...
2008-06-01 17:05:50 108
J2EE基础:对于Spring初学者的学习建议(转)
一、首先Java的基础、面向对象的基础和设计模式的基础知识是必不可少的。 关于设计模式我觉得不用学太多,但以下三个模式是学习Spring必不可少的:factory模式(包括简单工厂和抽象工厂),Strategy模式,Template method模式。如果不掌握这些你就根本没法领悟Spring的精髓,只能依样画葫芦地照搬,这是很可怕的事。 我这里强烈建议的书可能让人有点意外,那...
2008-06-01 12:35:56 100
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人