当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 转:Ajax for weblogs The Asynchro
 

 

    摘要: 1。error attempting to install cocoon - scheduler with name cocoon already exists解决办法1如果不需要cron-和scratchpad-block,在build之前把它们注释掉,一般情况下这个错误是因为这两个模块引起的。在blocks.properties中去掉下面两个的注释include.block.cron=fal......
    摘要: 最近做作业的时候碰见了这样的问题,就是我的一个工程引用了第三方的组件,那些组件都是以jar的形式发布。做好后我把我的工程整个打成了可执行的jar包,当然没有包含第三方的组件。然而当我执行我的jar包时,却发现找不到第三方的组件,或者说它找不到第三方组件所在的jar包,即使设置了classpath也是无效。举个例子:那个第三方的组件类叫做b,在b包中,代码如下:package b;public c......


AJaX for weblogs
转:ajax  for  weblogs

the first thing i notice that the solutions is aimed at the heavier web applications. not surprising. web applications suffer from constraints that web clients impose on them. this solution gives them a way to check for dynamic content without reloading the current page. 【程序编程相关:Ajax using XMLHttpRe

the asynchronous javascript + xml (ajax) solution is one that can bring happiness and bliss to web designers and web developers alike. however, as with many whiz-bang solutions caution is advised. google uses it to great effect but personally i think they take it a bit too far. if a page change so much that its context changes then it have switched to a new uri. people often bookmark specific content that’s within a specific context. as soon as this is no longer true it maybe a clue that you’ve gone to far. 【推荐阅读:反醒一下,兼java.lang的一点点东

well it’s very simple. it uses javascript to get data from a remote source and then loads that into a specified target. whatever content you like to wherever you like on the page. jesse james garrett of adaptive path has written an essay that covers the basics and provides more information on ajax. 【扩展信息:用sun公司的NetBeans开发J2M

so what does it do? 

but lets get this sucker running, that’s the fun bit. and it’s pretty easy.


...   下一页
 ·weblucene 项目导读    »显示摘要«
    摘要: weblucene 项目导读 一、lucene因为weblucene最基本的内核是lucene,所以一个关键性的理解是在lucene方面。 对于lucene全文检索,可以简约地看看它的7个主要类,这7个类同时也表达了处理全文检索的7个意念。因为数据库比较为人所熟悉,它又与全文检索某些理念极为相似,所以在对下面的概念说明时,将会大量在渗入数据库和全文检索间的类比。 1)document :它的中文......
» 本期热门文章:

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