Ngày tải lên: 08/03/2014, 01:26
Sams Teach Yourself Ajax, JavaScript, and PHP All in One potx
Ngày tải lên: 06/03/2014, 00:20
apress accelerated dom scripting with ajax, apis and libraries (2007)
Ngày tải lên: 27/03/2014, 13:33
course technology web 2.0 security, defending ajax ria and soa (2008)
Ngày tải lên: 27/03/2014, 13:35
prentice hall advanced ajax, architecture and best practices (2008)
Ngày tải lên: 27/03/2014, 13:38
The Design and Implementation of a Log-Structured File System
... between Sprite LFS and Unix FFS. This example shows the modified disk blocks written by Sprite LFS and Unix FFS when creating two single-block files named dir1 /file1 and dir2 /file2 . Each system ... named dir1 /file1 and dir2 /file2 . Each system must write new data blocks and inodes for file1 and file2 , plus new data blocks and inodes for the containing directories. Unix FFS requires ten non-sequential ... Networks for Computer Communications, pp. 355-373 North-Holland, (1981). 18. Ross S. Finlayson and David R. Cheriton, ‘‘Log Files: An Extended File Service Exploiting Write- Once Storage,’’ Proceedings...
Ngày tải lên: 12/09/2012, 15:05
LƯU TRỮ VÀ CẤU TRÚC TẬP TIN (Storage and File Structure)
... về tần xuất vấn tin và sửa đổi. FILE CHỈ MỤC B + -CÂY (B + -Tree Index file) Tổ chức file chỉ mục tuần tự có một nhược điếm chính là làm giảm hiệu năng khi file lớn lên. Để khắc phục nhược ... tìm kiếm này. Các mẩu tin trong file được chỉ mục có thể chính nó cũng được sắp. Một file có thể có một vài chỉ mục trên những khoá tìm kiếm khác nhau. Nếu file chứa các mẩu tin được sắp tuần ... Round Hill A-301 550 • file tuần tự các mẩu tin account Trong phần này, ta giả thiết rằng tất cả các file được sắp thứ tự tuần tự trên một khoá tìm kiếm nào đó. Các file như vậy, với một chỉ...
Ngày tải lên: 15/09/2012, 09:38
Ajax.and.PHP_Building.Responsive.Web.Applications_Packt_2006
... Chapter 6: AJAX Suggest and Autocomplete 165 Introducing AJAX Suggest and Autocomplete 165 Google Suggest 166 Implementing AJAX Suggest and Autocomplete 167 Time for Action AJAX Suggest and Autocomplete ... Reader 224 Implementing the AJAX RSS Reader 225 Time for Action—Building the RSS Reader Application 226 Summary 236 Chapter 10: AJAX Drag and Drop 237 Using Drag and Drop on the Web 237 Shopping ... scenario, and AJAX comes in to our rescue. Understanding AJAX AJAX is an acronym for Asynchronous JavaScript and XML. If you think it doesn't say much, we agree. Simply put, AJAX can be...
Ngày tải lên: 15/11/2012, 14:19
Apress.Beginning.Web.Development.Silverlight.And.ASP.NET.AJAX.Feb.2008-sUppLeX.
... AJAX Pro ASP.NET 3.5 in C# 2008 Pro ASP.NET 3.5 Server Controls with AJAX Components Pro Silverlight 2.0 Ajax Patterns and Best Practices Beginning Web Development, Silverlight, and ASP.NET AJAX www.apress.com SOURCE CODE ONLINE Companion ... Style Sheets). ASP.NET AJAX is a technology that is designed to make Ajax applications much easier to develop, debug, and deploy. It’s available at http://asp.net /ajax/ , and will be covered in ... Silverlight, and ASP.NET AJAX: From Novice to Professional Dear Reader, Just when you think you’ve learned all there is to know about developing for the Web, the market turns around and demands newer and...
Ngày tải lên: 15/11/2012, 14:20
microsoft press microsoft asp net and ajax architecting web applications
... concise and comprehensible defi nition of user experience (UE). Understanding the whys and wherefores of UE is the fi rst step to understanding what Web we want and how to go forward and look ... with a touch of AJAX. As mentioned, the core of the AJAX model is an internal browser object and the DOM. The interface of both is defi ned according to standards—still a de facto standard for XMLHttpRequest ... critical feature or two? AJAX and New Web Projects After a decade of increasingly powerful tools and technologies designed for effective and quick development of Web sites and applications (such...
Ngày tải lên: 06/08/2013, 17:30
Hướng dẫn cách upload file lên MediaFire
... thì chỉ việc bấm Upload File to Mediafire thì nó sẽ tự up lên thôi! ^^ Khi đã upload xong, nó sẽ chuyển trang và có thông báo (phần số 1 là số file đã up) Trích dẫn: 1 file( s) uploaded successfully You ... dẫn của file nhạc có đuôi MP3, WMA hoặc WMV… vào mục File path. Để có đường link nhạc bạn có thể upload nhạc từ máy tính lên trang www.uploadingit.com để lấy đường link nhạc. VD: http://uploadingit.com/pfiles/4744/Co%20phai%20em%20mua %20thu%20HN.mp3 Điều ... kích hoạt, đăng ký xong là Log-in vào xài luôn) 4) Upload Use basic uploader: Vào trang chủ Mediafire, nhìn dưới biểu tượng Flash có Use basic uploader. Bạn chỉ cần bấm vào, nó sẽ hiện phần Flash...
Ngày tải lên: 27/09/2013, 05:10
File System and Disk Administration
... /etc/fstab file for a Linux machine # # Local mounts /dev/sda1 / ext2 defaults 1 1 mkswap /dev/hda2 2. Mounting and unmounting file systems Mounting file systems Nh ta đà biêt hệ thống file của ... umountall Lệnh umount: Bỏ mount một hệ thống file (điểm mount). I. File System and Disk Administration 1. Cấu trúc th mục trên Unix / - Th mục gốc trên UNIX file system. /bin - Là symbol link tới ... /lost+found Cha các file đợc recover bởi fsck. 1. Creating file systems Để tạo hệ thống file cần thực hiện các bớc nh sau: Chọn quyền hạn của đĩa. Tạo các partition Tạo file system Mỗi loại...
Ngày tải lên: 28/09/2013, 11:20
Directory and File Commands
... cat Command to join two files into one $ cat filename1 filename2 > file3 This example joins filename1 and filename2 files into filename3 file. Note – If filename3 is existed, this command will ... format for the redirection of standard input, standard output, and standard error is: command > file or command >> file command < file command 2> file Control Characters Purpose Control-s ... existing files using the touch command Create and remove directories using mkdir and rmdir Manage files and directories using the mv, cp, and rm commands Save the output from a command into a file ...
Ngày tải lên: 02/10/2013, 09:20
File and User Information Utilities
... follows: File1 inode number Data Display File2 inode number Absolute pathname to File1 The data contained in File2 is the absolute pathname to File1 , but displaying either File1 or File2 will ... If File2 is deleted, there is no effect on File1 . If File1 is deleted File2 will still exist, but it will point to an invalid file name and therefore be of no practical use. The ln Command Use ... create a symbolic link. The source _file is the existing file and the target _file is the new file to be linked to the source _file. Creating Links You can link two files with a : • Hard link $ ln...
Ngày tải lên: 02/10/2013, 09:20
Interruptions and file managing
... "Introduction to file handling". FCB Method 0FH Open file 14H Sequential reading 15H Sequential writing 16H Create file 21H Random reading 22H Random writing Handles 3CH Create file 3DH Open file ... communication Contents 5.7.1 Working with handles 5.7.2 Functions to use handles 5.7.1 Working with handles The use of handles to manage files greatly facilitates the creation of files and programmer can concentrate ... Assigned handle Return registers: CF = 0 if there were no mistakes, otherwise CF will be 1 and AX will contain the error code: 06H if the handle is invalid. This function dates the file and frees...
Ngày tải lên: 06/10/2013, 20:20
Bạn có muốn tìm thêm với từ khóa: