Checking That the ISO Works》的相关内容

weblogic8.1 虚拟主机配置问题

比如test是我的主目录,下面有WEB-INF, shop 我想把shop变成一个虚拟站点,用二级域名,比如shop.test.com 该如何设置呢? 我已经做到www.test.com可以映射到应用的根目录,但是不能映射到它的子目录,在网上查了下,好像weblogic只支持到根目录的映射, 建议把shop这个目录单独的做成一个应用发布上去,但是这样改动太大了,不知各位还有什么其它的 ...
by dxwang 2007-08-03 浏览 (2336) 回复 (23) 关键字:

C++ 游戏开发Creating Games in C++ A STEP-BY-STEP GUIDE

这本书是机械工业出版社出的。 很多人都编译不成功里面的例子,特别是新手,老外也是很多都没编译通过,我也是,本以为这本书,就这样废了。 后来辛苦2周的时间,到处找资料,问朋友,终于,现在本人已经成功编译了书中的例子。8月底前,会写出详细的编译过程。 这个书讲倒是可以,就是代码编译,没说好,虽然作者后来给出了编译的勘误: Errata Errata for ISBN 0735-71434-7 ...
by wangsong76 2008-08-12 浏览 (197) 回复 (0) 关键字: david conger 著

Integrating J2ME Polish with NetBeans 5.5

j2mepolish is a wonderful framework . ------------------------ First of all , install netbeans and mobility package. Then do the follows: http://www.j2mepolish.org/docs/install.html#netbeans5 ...
by dodoflying 2006-11-20 浏览 (2089) 回复 (0) 关键字:

Extjs Introduction

from http://hideto.beyondrails.com/blogs/14 1,Overview What is Ext all about? 引用 Ext is a client-side, JavaScript framework for building web applications. In early 2006, Jack Slocum began working on a ...
by hideto 2008-07-08 浏览 (1288) 回复 (0) 关键字: extjs, javascript, framework, architecture, introduction

tapestry-core :Assets

本文翻译出处 http://tapestry.apache.org/tapestry5/tapestry-core/guide/assets.html 本人翻译目的是用来学习Tapestry5的,共享出来希望大家批评指正。计划持续翻译。 Assets Asset(是一些web应用中用到的资源,如图象,视频等) Assets are any kind of file that may be d ...
by chinajavawolf 2007-05-09 浏览 (769) 回复 (4) 关键字: tapestry5

PSP tutorial

this tutorial can now also be seen at the site of lord ( a senior member here ) http://homebrewhowto.com/ look in the forums in the psp section/tutorails thanks to nukewire this Tutorial can also be ...
by Gene 2006-11-08 浏览 (2237) 回复 (0) 关键字:

Device Hook

What is Device Hook? Device Hook (or DevHook for short) is a Homebrew App for PSPs running the 1.5 Firmware. DevHook is used to play your backed-up Game ISOs from your memory stick, or your UMDs It ca ...
by Gene 2006-11-08 浏览 (928) 回复 (0) 关键字:

Subversion & TortoiseSVN Installed(转)

Subversion & TortoiseSVN: Installed and started on Windows 2003 server and local machines Subversion 使用介绍 Introduction In this article I will walk through the process of installing Subv ...
by xplazy 2008-07-07 浏览 (58) 回复 (0) 关键字:

Brand your Eclipse RCP applications [ZT]

Brand your Eclipse RCP applications How to understand and use Eclipse Production Configuration Xing Xing Li (lixx@cn.ibm.com), Software Engineer, IBMYing Xi Zhao (lois_alert@sohu.com), Software Engin ...
by lihongjun 2007-05-22 浏览 (602) 回复 (0) 关键字:

6个可下载的引导光盘拯救你的电脑

Way back in the 20th century, Windows prepared you for the day your PC wouldn't boot. It came with a program that formatted a bootable floppy disk, complete with diagnostic and repair utilities. If yo ...
by tisty 2008-05-30 浏览 (78) 回复 (0) 关键字:

Spark源代码编译生成全攻略

本文来源:http://bookbookpicture.spaces.live.com/blog/cns!68F3076C3C3DA5EB!671.entry 其实关于这个问题在Spark的官网www.igniterealtime.org上有很详尽的介绍,因此本文大部分内容是从英文文档引用而来的,其中还有一些个人的经验。 Spark源代码:下载地址 想了解更多关于"Spark"的文章, ...
by lijinyan3000 2008-04-11 浏览 (966) 回复 (1)

如何运行watij

Download Watij Click here to get the current release of Watij Unzip the watij_X_x.x.zip Note: You can also [Get the Latest Source] and build it yourself Setting up Place the jniw ...
by sole 2008-05-29 浏览 (293) 回复 (0)

以前装了Acegi0.2版的插件,现在出0.3了,可不知道怎么升级?

我试了换掉所有的路径,结果运行不了,参考资料中也没有说到过如何删除或是升级。
by oksonic 2008-06-04 浏览 (432) 回复 (6)

这个小男孩真阴险呀,杀人于无形中

这是一个小孩杀人的故事,有耐心的八婆们慢慢看吧。整个故事从头到尾都阴森森冷飕飕的,虽然杀人在最后一部分才有写,可是自始至终都很阴郁。 BLACK ICE by CATE KENNEDY      When I went up to check my traps, I saw that the porch lights at the lady’s place were still on, even ...
by mochow 2006-11-30 浏览 (807) 回复 (8)

关于ddbi的问题

原因搞清楚了,原来是调用约定的问题,mysql导出的方法名可能是用def文件指定的,而在ddbi中,根据extern (windows)的约定会用_mysql_free_result@4的方法来引用函数名 按照qizi的方法,重生成一个lib就OK了 qiezi 写道 1、从dll生成def文件 2、在def文件中使用alias改名 3、从def生成lib 网上有一些,比如这篇http://w ...
by tomqyp 2007-03-24 浏览 (678) 回复 (4)

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4201) 回复 (16) 关键字: netbeans 6.5 m1

Spry 1.6 发布

一直是我喜欢的东西。在页面展现数据是没的说的!改进的主要部分: Data * By default, the XMLDataSet now entity encodes #text and #cdata strings before storing them in a data set column. This has a significant impact if you are em ...
by melin 2007-11-06 浏览 (744) 回复 (0) 关键字:

ErlyBird 0.16.0 发布

dcaoyuan同学的erlang IDE项目发布了新版本,用erlang开发的童子们赶快下载更新吧。 ErlyBird 0.16.0 Released - An Erlang IDE based on NetBeans I'm pleased to announce ErlyBird 0.16.0, an Erlang IDE based on NetBeans. This is an im ...
by dcaoyuan 2008-03-06 浏览 (447) 回复 (0) 关键字: erlang

相关问答

赞助商链接