Welcome![Sign In][Sign Up]
Location:
Search - org js

Search list

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \\{ item.write(upFile) fileInfo.put(\"infotip\", \"上传成功.\") } catch (java.lang.Exception e) \\{ fileInfo.put(\"infotip\", \"上传失败.\") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org / apache / commons / io / output / DeferredFil eOutputStream. Later, an investigation will know less commons-io - 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons - fileupload - 1.1.1.jar. servlet-api.jar, commons-io - 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 578002 | Author: 商务通 | Hits:

[OAOA协同

Description: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><title> 协同办公系统 </title><link rel="Stylesheet" type="text/css" href="CSS/master.css" /> <link rel="Stylesheet" type="text/css" href="CSS/sitecooperateCss.css" /> <style type="text/css"> .Task_Default_Grid { border:0} .Task_Default_Grid tr td { height:25px; line-height:25px; color:#0173BC; border:0; color:#6E6F71} .Task_Default_Grid tr td a { color:#0073BC} .Task_Default_Title { height:25px; line-height:25px; border-bottom:1px solid #999; color:#333333; font-weight:bold } .Task_Default_Head { height:25px; line-height:25px; text-align:left; font-weight:lighter; } .Task_Default_Head th { text-align:left; border:0;} #Content_right tr td { vertical-align:top} .mobanul { list-style:none; list-style-type:none; margin:0; padding:0} .mobanul li { height:26px; line-height:26px;} .mobanul li a { color:#0073BC} </style> <script type="text/javascript"> var w1 = screen.width; var w2 = w1 - 30; var h1 = screen.height; var h2 = 650; var t1 = (h1 - h2) / 3; //var appearence = 'dependent:yes;menubar:no;resizable:no;status:no;toolbar:no;titlebar:no;left:5;top:50;dialogWidth:'+w2+'px; dialogHeight:602px'; var appearence = 'dependent:yes;menubar:no;resizable:no;status:no;toolbar:no;titlebar:no;dialogWidth:990px; dialogHeight:652px'; function openexamin(id) { var url = 'Task_Examin1.aspx?ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, 'none', appearence); window.location.reload(); } function opengoexamin(id) { var url ='go_examin.aspx?ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, "tasknew", appearence); window.location.reload(); } function openexaminview(id) { var url = 'Go_Examin1.aspx?ID=' + id; window.showModalDialog(url, "goexamin1", appearence); window.location.reload(); } function openexamindaiban(id) { var url = 'Task_Examin1.aspx?daiban=1&ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, 'none', appearence); window.location.reload(); } function openexamindaiban1(id, tasktype,url) { if (tasktype == 'OA') { var url1 = 'Task_Examin1.aspx?daiban=1&ID=' + id + '&dt=20111116110724'; window.showModalDialog(url1, 'none', appearence); window.location.reload(); } else if (tasktype == 'HR') { window.open(url.replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=')); } else if (tasktype == 'ERP待办') { window.open("http://10.0.3.100:8000/"+url); } else { window.open(url.replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('}', '&').replace('}', '&').replace('|', '&').replace('|', '&').replace('|}', '&').replace('|', '&').replace('|', '&').replace('|', '&').replace('*', '/').replace('*', '/').replace('*', '/').replace('*', '/').replace('*', '/')); // window.open(url.replace(new RegExp('|', 'g'), '=')); } } function GetTasksWait() { document.getElementById('ajaxwait').innerHTML = "<img src='/_layouts/images/loading.gif' align=absmiddle style='margin:20px' /><span style='color:#666'>正在加载待办事项,请稍等</span>"; AjaxService.GetWaitTasks("panr", GetGetWaitTasks); } function GetGetWaitTasks(res) { document.getElementById('ajaxwait').innerHTML = res; //window.alert(res); } function TaskNew(templetid) { var url = "task_new1.aspx?templetid="+templetid; var w1 = screen.width; var w2 = w1 - 30; var h1 = screen.height; var h2 = 650; var t1 = (h1 - h2) / 3; var appearence = 'dependent=yes,menubar=no,resizable=no,status=no,toolbar=no,titlebar=no,left=5,top=50,width=965px,height=620px'; var openWindow = window.open(url, "tasknew", appearence); openWindow.focus(); } </script> </head> <body> <form name="aspnetForm" method="post" action="thinkanydefault.aspx" id="aspnetForm"> <div> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMTk4NTM3MDU4D2QWAmYPZBYCAgMPZBYCAgEPZBYCAgEPPCsADQEADxYEHgtfIURhdGFCb3VuZGceC18hSXRlbUNvdW50ZmRkGAEFI2N0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkZ3JpZFRyYWRlDzwrAAoBCGZkgVPWq+n+ib9NI98bYSPgOP6wYjA=" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=YUjlm6ycKfnreIke4GK3XQ2&amp;t=633802920069218315" type="text/javascript"></script> <script src="/ScriptResource.axd?d=z3KJcVLT9ijw1U1WP3pQFkrXumDsg6wUOC-1ek6Qo_XZeAuKvPuCDOgdKKFxxdmnnoXJFiMaKmNKva15-BdwOk_xeIPnLbrAuAMPt7xuJyY1&amp;t=ffffffffec2d9970" type="text/javascript"></script> <script src="/ScriptResource.axd?d=z3KJcVLT9ijw1U1WP3pQFkrXumDsg6wUOC-1ek6Qo_XZeAuKvPuCDOgdKKFxxdmnNTUAczOieuXP3zVeTLUjHd_cyvM_8TdB3KcMk-B-U6vUhv5N_CQBxFd9ZErk2oN20&amp;t=ffffffffec2d9970" type="text/javascript"></script> <script src="AjaxService.asmx/js" type="text/javascript"></script> <div id="Content_right" style="background-image:none; padding:5px; padding-left:0px; padding-right:0px"> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ContentPlaceHolder1$ScriptManagerAjax', document.getElementById('aspnetForm')); Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90); //]]> </script> <table style="width:100%"> <tr> <td style="padding-left:10px;"> <span style="float:left">&nbsp;待办事项</span><br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> <td style="padding-left:10px;"> <span style="float:left">&nbsp;跟踪事项</span><br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> </tr> <tr> <td style=" padding-top:0; width:49%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;" rowspan="4" id="ajaxwait"> </td> <td style=" padding:10px; padding-top:0;height:145px;"> <div> </div> </td> </tr> <tr> <td style=" padding:10px; padding-top:0; text-align:right"> <a href="OATaskTrades.aspx" style='color:#0171BD'>[更多...]</a></td> </tr> <tr> <td style="padding-left:10px;"> &nbsp;我的模板<br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> </tr> <tr> <td style=" padding:10px; padding-top:0;"> <table cellpadding=0 cellspacing=0 style="width:100%;height:145px;"><tr><td style="width:50%"> <ul class="mobanul"></ul> </td><td> <ul class="mobanul"></ul> </td></tr></table> </td> </tr> <tr> <td style=" padding:10px; padding-top:0; width:49%; text-align:right"> <a href="Task_Wait.aspx" style='color:#0171BD'>[更多OA待办...]</a></td> <td style=" padding:10px; padding-top:0; text-align:right"> <a href='PersonalTempletsSetup.aspx' style='color:#0171BD'>[更多...]</a><a href='PersonalTempletsSetup.aspx' style='color:#0171BD'>[模板配置]</a></td> </tr> </table> <script type="text/javascript"> GetTasksWait(); </script> </div> <script type="text/javascript"> //<![CDATA[ Sys.Application.initialize(); //]]> </script> </form> </body> </html>
Platform: | Size: 8895 | Author: niyang2005@126.comni | Hits:

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org/apache/commons/io/output/DeferredFil eOutputStream. Later, an investigation will know less commons-io- 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons- fileupload- 1.1.1.jar. servlet-api.jar, commons-io- 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 577536 | Author: 商务通 | Hits:

[Otheruse_c3dl

Description: 如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefox/search?q=Canvas+3d&cat=all 2. 下載canvas 3d JS api. http://www.c3dl.org/index.php/download/ 3. 撰寫Main.js 檔[ javascript file],程式碼和說明如下所示-Canvas 3d how to make use of the website to write 3D programs 1. In Firefox 3 installed on canvas 3d add-on https:// addons.mozilla.org/en-US/firefox/search? Q = Canvas+3 d & cat = all 2. Download canvas 3d JS api. http://www.c3dl.org/index.php/download/ 3. main.js write file [javascript file], code and description as follows
Platform: | Size: 48128 | Author: johnnie | Hits:

[Other Web Codeorg

Description: 基于dwr js java jsp 实现的树形组织机构代码-dwr js java
Platform: | Size: 6032384 | Author: 数学家 | Hits:

[WEB CodeGOODTEXT

Description: GOODTEXT.ORG留言本 v1.4 详细介绍 GOODTEXT.ORG 留言本 v1.4版更新说明 1、增加算术题验证码。 2、增加整合文章系统评论部分。 3、修正上一版错误。 这次主要是针对文章评论整合的修改,可以参考《为新闻文章发布管理系统GTArticle V2.1增加文章评论》,单独使用留言本功能无需以上操作,可删除comments.asp和jquery.js直接使用。 可以用记事本打开index.asp文件,设置项目全部集中在顶部。 管理密码:www.goodtext.org -GOODTEXT.ORG Guestbook v1.4 details GOODTEXT.ORG Guestbook v1.4 version of update 1, increasing arithmetic code. 2, increase the system integration of the article the comments section. 3, to revise the previous version of the error. This article reviews mainly aimed at integration of the changes, you can refer to " as the news articles GTArticle V2.1 release management system to increase the article commented," used alone without the above message this feature operation, could be deleted comments.asp and jquery.js used directly. Can use Notepad to open the index.asp file, set the projects are all concentrated at the top. Management password: www.goodtext.org
Platform: | Size: 82944 | Author: regh | Hits:

[Other Web Codejson

Description: org.json库的源代码,在java中操作json串的库,轻量级库。-org.json library source code to operate in the java string json library, lightweight library.
Platform: | Size: 52224 | Author: xwolf | Hits:

[Otherjson2

Description: JSON2 JS http://www.JSON.org/json2.js 2009-06-29 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html -JSON2 for javascript http://www.JSON.org/json2.js 2009-06-29 Public Domain.
Platform: | Size: 5120 | Author: hujianhua | Hits:

[Graph programjs-ofc-library

Description: javascript的openflashchart类库-javascript openflashchart library
Platform: | Size: 3072 | Author: qaz | Hits:

[Linux-Unixphprpc_3.0

Description: php rpc 编程接口支持,Java php- P H P R P C What is it? ----------- PHPRPC is a Remote Procedure Calling protocol that works over the Internet. It is secure and fast. It has a smaller overhead. It is powerful and easy to use. This project is the client and server implementations of the PHPRPC. The Latest Version ------------------ Details of the latest version can be found on the PHPRPC Project web site <http://www.phprpc.org/>. Documentation ------------- Documentation is available in HTML format. For information about PHPRPC, see the online manual at <http://www.phprpc.org/docs/>. Licensing --------- This software is licensed under the terms you may find in the file The PHPRPC Project
Platform: | Size: 5413888 | Author: wanwan | Hits:

[SCMmp3-player-src

Description: Complete MP3 player source code. There is link with description of project (in russian): http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&sl=ru&tl=en&u=http 3A 2F 2Ffk0.embedders.org 2Fmp3 2F (fk0.embedders.org/mp3) Electronic circuit yet not available (it doesn t exists -- PCB was made in Sprint Layout without circuit, as is...)-Complete MP3 player source code. There is link with description of project (in russian): http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&sl=ru&tl=en&u=http 3A 2F 2Ffk0.embedders.org 2Fmp3 2F (fk0.embedders.org/mp3) Electronic circuit yet not available (it doesn t exists -- PCB was made in Sprint Layout without circuit, as is...)
Platform: | Size: 3919872 | Author: Kirill Frolov | Hits:

[WEB CodeLearningPjquery

Description: 今天的万维网是一个动态的环境,他们的用户为网站的风格和功能设置了一个高标准。为了 创建有趣的交互式的网站,开发者正都转向如 jQuery 这样的javascript库,使普通的任务自 动化和简化复杂的任务。jQuery 库是流行的选择的一个原因是它能够协助大范围的任务。 因为 jQuery 有很多不同的函数,它可像有挑战性的知道从哪开始。然而,这个库的设计是 一致(coherence)与对称(symmetry)的。它的概念的大部分都借鉴于 HTML 与 Cascading Style Sheets (CSS) 的架构。国 为很多 web 开发者使用这些技术比较 javascript 有更多的经 验。库的设计让只有少量编程经验的设计师可以快速入门。事实上,在开始的这章我们会只 用三行代码写一个功能的 jQuery 程序。另一方面,有经验的程序员在概念的一致性得到帮 助,我们将会在后面的更高级的章节中看到。-<?xml version="1.0" encoding="UTF8" ?> <!DOCTYPE html PUBLIC "// W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1transitional. dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta httpequiv=" ContentType" content="text/html; charset=utf8"/> <title>Through the LookingGlass</ title> <link rel="stylesheet" href="alice.css" type="text/css" media="screen" /> <script src="jquery.js" type="text/javascript"></script> <script src="alice.js" type="text/javascript"></script> </head> <body> <div id="container">
Platform: | Size: 460800 | Author: | Hits:

[JSP/JavaZombies-source

Description: JS版植物大战僵尸源代码~~~植物大战僵尸网页脚本版 目前已经制作了5个关卡 尽量提高仿真度 以后将会在基本完成的基础上加入新创作的内容 请用浏览器访问以下地址: http://www.lonelystar.org/pvz -Zombies source code ~ ~ ~
Platform: | Size: 3549184 | Author: co | Hits:

[JSP/Javastocks-with-ext-js-charts

Description:  这些文件陪伴的股票与分机JS图表的文章张贴在这里:   http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/      尝试这些,你将需要:      1)下载最新分机JS释放来自这里:   http://extjs.com/products/extjs/download.php      2),如果有必要,更新的路径在HTML文件的下载   分机JS目录。      3)甩掉所有文件都装进一个目录可以通过你的网络服务器。      4)使“缓存的目录可写的。      5)装载演示从你的网络服务器在网络浏览器。      要求:      一个网络服务器通过PHP - 5.2,或称“大(或有歧义的实施   json_encode())   分机JS - 3.0,或称“大(见上)      版权(C)2009年,乔·弗里曼joe.freeman@bitroot.com > <   在http://en.wikipedia.org/wiki/MIT_License可用-These files accompany the Stocks with Ext JS Charts article posted here: http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/ To try these out, you will need to: 1) Download the latest Ext JS release from here: http://extjs.com/products/extjs/download.php 2) If necessary, update the paths in the HTML files to the downloaded Ext JS directory. 3) Dump all the files into a directory accessible by your web server. 4) Make the cache directory writable. 5) Load the demos from your web server in your web browser. Requirements: - A web server with PHP 5.2, or greater (or an alternative implementation of json_encode()) - Ext JS 3.0, or greater (see above) Copyright (C) 2009, Joe Freeman <joe.freeman@bitroot.com> Available under http://en.wikipedia.org/wiki/MIT_License
Platform: | Size: 8192 | Author: 李乐 | Hits:

[JSP/JavaGraphical_Calculator

Description: A JavaScript simulation of a graphical calculator. It uses a free GNU JavaScript graphic libray (jsgraphics.js) to display the curves in the division that simulates the calculator s display. To test, upload the folder to a web server and open the file graphic_calculator.html. You can also see the example at this link: http://cs330.blueearthconnections.org/Zhang/Exercise_11_graphics_HTML_division/graphic_calculator.html The downloader can modify and distribute the code as he or she wish. -A JavaScript simulation of a graphical calculator. It uses a free GNU JavaScript graphic libray (jsgraphics.js) to display the curves in the division that simulates the calculator s display. To test, upload the folder to a web server and open the file graphic_calculator.html. You can also see the example at this link: http://cs330.blueearthconnections.org/Zhang/Exercise_11_graphics_HTML_division/graphic_calculator.html The downloader can modify and distribute the code as he or she wish.
Platform: | Size: 7168 | Author: Eric Zhang | Hits:

[WEB CodeHTML5Video

Description: Read the following before using the files within this archive. 1. This archive contains files that belong to the HTML5 Video tutorial posted on the Adobe Developer Center: Use the files contained in the Archive to see how the code and functionality descibed in the article is achieved. 2. Unpack the archive into a single directory. Everything can be run from there. * Readme.txt - this file * video.html - the HTML file that runs the code * eDream.webm - a WebM video file of the Elephant s Dream video (copyright 2006, Blender Foundation / Netherlands Media Art Institute / www.elephantsdream.org) * english-subtitles.vtt - the WebVTT subtitles file for the Elephant s Dream video * myVideo.mp4 - a short MP4 video file * myVideo.webm - a short WebM video file * player.swf - Google s Flash player * playr.css - CSS file for the Play JavaScript library * playr.js - the Play JavaScript library * images/ - directory containing images for the Playr JavaScript library-Read the following before using the files within this archive. 1. This archive contains files that belong to the HTML5 Video tutorial posted on the Adobe Developer Center: Use the files contained in the Archive to see how the code and functionality descibed in the article is achieved. 2. Unpack the archive into a single directory. Everything can be run from there. * Readme.txt- this file * video.html- the HTML file that runs the code * eDream.webm- a WebM video file of the Elephant s Dream video (copyright 2006, Blender Foundation/Netherlands Media Art Institute/www.elephantsdream.org) * english-subtitles.vtt- the WebVTT subtitles file for the Elephant s Dream video * myVideo.mp4- a short MP4 video file * myVideo.webm- a short WebM video file * player.swf- Google s Flash player * playr.css- CSS file for the Play JavaScript library * playr.js- the Play JavaScript library * images/- directory containing images for the Playr JavaScript library
Platform: | Size: 32419840 | Author: fangjiliang | Hits:

[JSPjquery-1.6.4.min

Description: jquery1.6.4.min.js,该文件从http://www.jquery.org/官网下载-jquery1.6.4.min js, download from http://www.jquery.org/
Platform: | Size: 30720 | Author: 诸德明 | Hits:

[Otherjquery.ajaxdotnet.2.0.2

Description: 提供了一个功能,它允许GET和POST请求ASP。PageMethods净Ajax和Web服务。这个函数只支持JSON请求和需要JSON2。js从json.org -Provides a function which allows GET and POST requests to ASP.NET Ajax enabled PageMethods and Web Services. The function only supports JSON requests and requires JSON2.js from json.org
Platform: | Size: 86016 | Author: sdagkoi | Hits:

[JSP/Javachatterbean.src.00.008

Description: 简单说明一下AIML的常用标签: 1:pattern tag:支持模式匹配(正则表达式,模糊匹配),及基于template的返回 2:random tag:支持随机回答(一对多) 4:think,system tag: 支持简单逻辑记忆及自定义函数(本来打算扩展一下AIML, 搞一个支持Groovy语言的标签, 结果看到了它的<system>标签, 遂作罢) 5:javascript tag: 支持嵌入js脚本(适用于web chat开发,比如根据情绪改变表情等)。 6:srai tag: 支持多对一回答. 详细内容请参加AIML的官方文档: http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html-Briefly explain AIML common label: 1: pattern tag: support for pattern matching (regular expressions, fuzzy matching), and based on the template returns 2: random tag: support random answer (many) 4: think, system tag: supports simple logical memory and self-defined functions (originally intended to expand what AIML, engage a support Groovy language labels, and seeing its <system> Labels, then give up) 5: javascript tag: support embedded js script (for web chat and development, such as facial expressions, etc. according to mood changes). 6: srai tag: support many-to answer more information, please attend AIML official documentation: http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html
Platform: | Size: 545792 | Author: blue | Hits:

[JSP/Javachatterbean-modiff

Description: 简单说明一下AIML的常用标签: 1:pattern tag:支持模式匹配(正则表达式,模糊匹配),及基于template的返回 2:random tag:支持随机回答(一对多) 4:think,system tag: 支持简单逻辑记忆及自定义函数(本来打算扩展一下AIML, 搞一个支持Groovy语言的标签, 结果看到了它的<system>标签, 遂作罢) 5:javascript tag: 支持嵌入js脚本(适用于web chat开发,比如根据情绪改变表情等)。 6:srai tag: 支持多对一回答. 详细内容请参加AIML的官方文档: http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html-Briefly explain AIML common label: 1: pattern tag: support for pattern matching (regular expressions, fuzzy matching), and based on the template returns 2: random tag: support random answer (many) 4: think, system tag: supports simple logical memory and self-defined functions (originally intended to expand what AIML, engage a support Groovy language labels, and seeing its <system> Labels, then give up) 5: javascript tag: support embedded js script (for web chat and development, such as facial expressions, etc. according to mood changes). 6: srai tag: support many-to answer more information, please attend AIML official documentation: http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html
Platform: | Size: 545792 | Author: blue | Hits:
« 12 »

CodeBus www.codebus.net