|
 |
What is TortoiseSVN? and Features...
|
| |
日期:2008-05-04 18:19:56
点击:15 评论:0
|
|
What is TortoiseSVN? and Features... phpma.com 1.1.What is TortoiseSVN? TortoiseSVN is a free open-source client for the Subversion version control system. That is, TortoiseSVN manages files and directories over time. Files are stored in a central r
|
|
 |
Web前沿技术:Ajax 的六个误区
|
| |
日期:2008-04-04 15:38:07
点击:31 评论:0
|
|
Web前沿技术:Ajax 的六个误区 php开源嘛 Ajax到底是什么?是一个并不太容易掌握,但可以增加网站交互性的方法?是Web2.0的基石?还是又一轮网络开发中的跟风?就像以前流行过的闪烁字体、溅水页(译者:Splash page -Flash动画或大图片做的网站的简介首页,往往有个跳
|
|
 |
Smarty:Why use it?模板怎么使用的呢?
|
| |
日期:2008-02-22 12:32:31
点击:39 评论:0
|
|
Smarty:Why use it?模板怎么使用的呢? php开源com One of Smartys primary design goals is to facilitate the separation of application code from presentation. Typically, the application code contains the business logic of your application, written and
|
|
 |
PHP&Smarty Is Smarty right for me?
|
| |
日期:2008-01-25 21:56:46
点击:23 评论:0
|
|
PHPSmarty Is Smarty right for me? phpma Although Smarty is known as a Template Engine, it would be more accurately described as a Template/Presentation Framework. That is, it provides the programmer and template designer with a wealth of tools to au
|
|
 |
Ajax 能够做什么?
|
| |
日期:2008-01-17 20:29:29
点击:28 评论:0
|
|
如今 Google Suggest 和 Google Maps 使用了 Ajax,通过 Ajax,我们可以使得客户端得到丰富的应用体验及交换操作,而用户不会感觉到有网页提交或刷新的过程,页面也不需要被重新加载,应用的数据交换都被隐藏。 传统的 WEB 应用程序模型是这样工作的:用户的界面操作触
|
|
 |
Ajax技术(五)用AjaxTags简化Ajax开发
|
| |
日期:2008-01-15 18:20:42
点击:39 评论:0
|
|
Ajax技术(五)用AjaxTags简化Ajax开发 php开源.com 在使用浏览器请求此 JSP 页面之后,会注意到 ajax:select 标记已经由清单 8 所示的 JavaScript 片段所取代,此段代码嵌入在客户端的页面内(通过在 Web 浏览器中查看页面的源代码可以检索到): php开源.com 清单 8. a
|
|
 |
Ajax技术(四)用AjaxTags简化Ajax开发
|
| |
日期:2008-01-14 19:11:15
点击:26 评论:0
|
|
Ajax技术(四)用AjaxTags简化Ajax开发 php开源 选择框更新并进一步查看 JSP 标记语法 现在,让我们来看看这个应用程序为您完成所有任务的那些内容:AjaxTags JSP 标记库的实际使用。清单 4 取自同一个文件(dropdown.jsp): 清单 4. AjaxTag JSP 标记库示例:ajax:sele
|
|
 |
Ajax技术(三)用AjaxTags简化Ajax开发
|
| |
日期:2008-01-11 18:19:45
点击:36 评论:0
|
|
Ajax技术(三)用AjaxTags简化Ajax开发 php开源com 五、将 AjaxTags 集成到应用程序 要将 AjaxTags 集成到应用程序中,必须满足几个先决条件。本节将会涵盖这些先决条件和依赖项。 php开源com 依赖项 在下载和使用 AjaxTags 时最好的做法是下载整个二进制发布,而不仅仅
|
|
 |
Ajax技术(二)用AjaxTags简化Ajax开发
|
| |
日期:2008-01-10 18:23:06
点击:11 评论:0
|
|
Ajax技术(二)用AjaxTags简化Ajax开发 phpma.com 开源 Ajax 是否是为了清洁之用? 还只是几年之前,即使是顽固的开发人员也会将 Ajax 与由 Colgate-Palmolive 开发和生产的那个流行清洁剂联系在一起,而不是将其视为一种可以提高在线体验的 Web 开发技巧。现在,Ajax 技
|
|
 |
Ajax技术(一)用AjaxTags简化Ajax开发
|
| |
日期:2008-01-03 19:07:32
点击:41 评论:0
|
|
Ajax技术(一)用AjaxTags简化Ajax开发 phpma开源 在 Web 2.0 时代,开发人员和用户都对基于 Web 的应用程序的可用性和响应性抱有很高的期望。除非是在过去的两年内一直没有关注过这个领域,否则一定听说过 Asynchronous JavaScript + XML(Ajax 技术)。通过 Ajax,可以
|
|
 |
php表达式之explode() 分割字符串
|
| |
日期:2007-12-15 14:06:40
点击:102 评论:0
|
|
php表达式之explode() 分割字符串 phpma.com Description array explode ( string separator, string string [, int limit]) phpma.com Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the str
|
|
 |
what is openssh?而ssh又是什么?
|
| |
日期:2007-12-02 16:15:51
点击:201 评论:0
|
|
what is openssh?而ssh又是什么? SSH安全技术 SSH安装与配置技巧 以下是关于openssh的英文介绍!在最后给出关于ssh是什么 phpma.com OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin,
|
|
 |
Mysql中innodb 和myisam的区别?
|
| |
日期:2007-09-30 10:00:26
点击:276 评论:0
|
|
Mysql中innodb 和myisam的区别? MySQL supports several storage engines that act as handlers for different table types. MySQL storage engines include both those that handle transaction-safe tables and those that handle non-transaction-safe tables: The
|
|
 |
What is EditPlus?How to Install/Remove
|
| |
日期:2007-09-28 10:53:24
点击:41 评论:0
|
|
What is EditPlus?How to Install/Remove phpma.com EditPlus is an Internet-ready 32-bit Text editor , HTML editor and Programmer's editor for Windows. While it can serve as a good replacement for Notepad, it also offers many powerful features for Web
|
|
 |
Late static binding....sorta ...
|
| |
日期:2007-09-27 18:31:23
点击:43 评论:0
|
|
Late static binding....sorta ... phpma The good news is late static binding has been introduced into head and looks like it will be merged into 5.3 before it is released. The horrible news is I really don't think the patch went as far as it needs to
|
|
|
|
 |
|
相关分类 |
|
|
|
|
|