当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: Introduction Apache Ant is a Ja
 

 

 ·vc函数中的延时操作    »显示摘要«
    摘要: 说到程序中的延时,你会想到怎么做,新开一个线程?如果我的程序只用单线程,却又想让函数等上10秒才返回值,而且还不能像使用sleep函数那样不能处理其它消息呢? 我在这里把论坛里能见到的几种延时方式总结一下。另外,主要是学习的别人的sources,版权不在我,如果本文对大家有用,请分别感谢文中的这些作者(csdn上的id):laiyiling(最熟悉的陌生人)、qunkangli(雾痕)、tyzy......
 ·自定义网页右键弹出菜单    »显示摘要«
    摘要:  禁用网页右键弹出菜单的例子就见多了,其实我们还可以把右键菜单替换自定义的内容,某些时候这还是一个不错的操作方式。原理很简单,先看看核心代码: var opopup = window.createpopup(); //创建弹出式菜单实例 var opopbody = opopup.document.body; //这两句设置菜单的内容 opopbody.innerhtml = "菜单......


ant 中文手册--介绍

introduction 

apache ant is a java-based build tool. in theory, it is kind of like make, without make´s wrinkles. 【程序编程相关:ant 中文手册--下载安装

  【推荐阅读:SCJP一些笔记

why another build tool when there is already make, gnumake, nmake, jam, and others? because all those tools have limitations that ant´s original author couldn´t live with when developing software across multiple platforms. make-like tools are inherently shell-based: they evaluate a set of dependencies, then execute commands not unlike what you would issue on a shell. this means that you can easily extend these tools by using or writing any program for the os that you are working on; however, this also means that you limit yourself to the os, or at least the os type, such as unix, that you are working on. 【扩展信息:非理想主义者的玩物:开源软件离我们多远?

why?


...   下一页
    摘要: 对象interaction框图显示对象如何配合,实现使用案例的功能。 分两种:sequence框图和collaboration框图,两者显示相同的信息,但从不同的角度显示。 (1)sequence框图和collaboration框图之间的关系: sequence框图显示按时间的信息流,用于浏览use case进行中的功能,对use case每种路径的生成。 collaboaration框图显示对......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE