• P26

      AJAX+DWR 的學習心得 文檔

    ?AJAX + DWR 的學習心得 ajax是通過javascript向服務器發出請求來獲取相應的數據的,所以首先,dwr需要你在web部署了一個servlet--DWRServlet,DWRServ

    ZHUWANLIAUST 2013-09-09   3565   0
    P11

      Ajax讀書筆記 文檔

    ? Ajax day01 1. Ajax簡介 l Ajax:asynchronouse javascript and xml 作用:增強用戶的交互體驗 l Web1.0 servlet + JSP +

    taoxiaoyin 2011-11-09   1975   0

    AjaXplorer - 開源 Ajax 文件管理系統 博客

    AjaXplorer : the interface is very similar to OS-native file explorers, and all users can find their way in it

    ajax 2012-02-29   3955   0

    Ajax知識體系 經驗

    這是一篇萬字長文, 系統梳理了ajax相關的知識體系, 幾乎囊括了所有ajax的知識點. 導讀 Ajax 全稱 Asynchronous JavaScript and XML, 即異步JS與XML

    nopq0263 2017-03-14   18744   0

    Ajax購物車 jCart 經驗

    jCart是一個Ajax購物車,易于安裝和定制。基于jQuery+PHP開發,能夠很方便與現有系統相集成使用。支持服務器端輸入校驗。 PayPal checkout integration Simple

    fmms 2012-04-02   28687   0
    P9

      jQuery Ajax 應用解析大全 文檔

    ?jQuery Ajax應用解析 jQuery確實是一個挺好的輕量級的JS框架,能幫助我們快速的開發JS應用,并在一定程度上改變了我們寫JavaScript代碼的習慣。 我們先來看一些簡單的方法,這些方法都是對jQuery

    lingjie 2012-06-15   5820   0
    P23

      Ajax技術全解之一 文檔

    ?Ajax技術全解 之一 AJAX全稱為“Asynchronous JavaScript and XML”(異步JavaScript和XML),是指一種創建交互式網頁應用的網頁開發技術。它有機地包含了以下幾種技術:

    jinyi2001 2011-11-15   3177   0
    P41

      Ajax4jsf 中文指南 文檔

    轉載請保留版權標識和譯者信息. 目錄 ? 1. 介紹 2. 開始使用Ajax4jsf 環境需求 下載Ajax4jsf 安裝 簡單的 AJAX Echo 項目 JSP 頁面 數據 Bean faces-config

    fig-whm 2012-06-30   3219   0
    P23

      Ajax技術基礎知識。ppt 文檔

    1. 第9章 Ajax技術基礎知識Ajax技術是一個可以構建動態的、響應迅速的Web應用程序,并可以使Web應用程序界面達到傳統桌面程序的應用效果。可以提高用戶對Web程序的控制力與響應速度。本章將介

    wgjboy 2012-09-26   3218   0
    JavaScript框架   CSS   HTTP   HTML   Java  

    ajax的twitter客戶端 kwestion 經驗

    kwestion是一個中文的ajax的twitter客戶端,支持API代理。有自動更新功能。功能不多,不花哨,很簡潔,容易搭建,以后也會保 持這種 風格。不要那些幾輩子都用不到的功能。就是為以看推、收推為主的推友們設計的

    fmms 2012-04-02   14674   0
    P5

      AJAX 面試題匯總 文檔

    ?AJAX筆試面試題匯總 1. 什么是ajax,為什么要使用Ajax(請談一下你對Ajax的認識) 什么是ajaxAJAX是“Asynchronous JavaScript and XML”的縮寫

    bluepebble 2012-08-05   262   0

    一次Ajax查錯的經歷 經驗

    先說故事,再說想法吧。 我有一朋友做網站,用 jQuery 的 Ajax 方法從后端載入一段 HTML 代碼然后動態插入到網頁的 Div 元件中。這個東西太普遍了。jQuery 強大的 load

    openkk 2012-08-27   16852   0
    P

    [網頁重構 XHTML CSS] Adding Ajax 文檔

    Ajax is more than just a set of technologies—it's also a determination to take web pages and applications in new directions. We've had this determination in the past, but we never had the tools with which to build these applications. Now, the specifications that were all new ten years ago have reached maturity, and, even more importantly, have broad support in web browsers. New specifications continue to appear, and tool makers cooperate much more than they did a few years ago.

    hello12345 2013-11-24   1379   0

    ajax提交form表單 代碼段

    $.ajax({ cache: true, type: "POST", url:ajaxCallUrl, data:$('#yourformid').serialize(),// 你的formid,s

    g3mc 2015-02-06   2796   1
    P6

      在 Struts 2 中使用 JSON Ajax 支持 文檔

    ?在Struts 2中使用JSON Ajax支持   JSON插件提供了一種名為json的ResultType,一旦為某個Action指定了一個類型為json的Result,則該Result無需映射到

    kalogen 2012-07-14   5227   0

    jQuery Live Ajax Search Plug-in 開源項目

    采用jQuery開發的AutoComplete控件。搜索結果展示框完全可以利用CSS自定義,內容展示是一個HTML頁面。

    碼頭工人 2019-02-23   585   0

    本地mbox文件上傳至IMAP4服務器的工具 IMAP Upload 經驗

    IMAP Upload 是一個用來將本地的郵件上傳到支持 IMAP4 的郵件服務器上,例如 Gmail 。 功能特性: Read messages stored in mbox format which

    jopen 2012-01-11   20024   0

    詳解PHP上傳文件upload.php主要代碼 代碼段

    $_FILES['myfile']['error']; } else { move_uploaded_file($_FILES['myfile']['tmp_name'] , "uploads/" . $F

    jopen 2015-04-08   957   0
    PHP  

    一次性點擊選擇文件并上傳 - upload-at-click 經驗

    ..) 沒有Flash 非常小巧 支持多瀏覽器 在線演示: http://upload-at-click.narod.ru/demo.html 示例代碼: var uploader

    fmms 2012-01-13   26875   0

    PHP 用 tidy_parse_file() 函數提取 HTML 中的鏈接 代碼段

    $urls); } } return $urls; } $tidy = tidy_parse_file("http://www.php.net/"); $urls = dump_urls($tidy->body());

    nbnb 2015-01-04   1175   0
    PHP  
    1 2 3 4 5 6 7 8 9 10
  • sesese色