... in order. Now we can use another function called traverse(), which operates on this data structure and lets us specify what function to call for each piece of information it contains. Keeping ... module with Perl. You can get Tk from any CPAN archive (http://www.perl.com/CPAN/). The Tk extension provides an easy way to draw a window, put widgets into it (such as buttons, check boxes, ... a few examples of Tk-based web clients, which go beyond the command-line interface that we've been using so far in this book:[1] xword, a dictionary client track, a graphical version...
Ngày tải lên: 07/11/2013, 09:15
Web Client Programming with Perl-Chapter 7: Graphical Examples with Perl/Tk- P2
... "CHINA", "COLOMBIA", "CONGO", "COOK ISLANDS", "COSTA RICA", "COTE D'IVOIRE", "CROATIA", "CYPRUS", "CZECH ... REPUBLIC", "DENMARK", Chapter 7: Graphical Examples with Perl/Tk- P2 The do_search( ) function will take an optional $url argument, to give it an alternative place to connect ... clean up, and then we can do our lookup. If we care about this $tag, then we compress all spaces in the current text string (makes the display a little bit nicer) and call the function specified...
Ngày tải lên: 07/11/2013, 09:15
Web Client Programming with Perl-Chapter 7: Graphical Examples with Perl/Tk- P3
... Package tracking client Chapter 7: Graphical Examples with Perl/Tk- P3 Our destinations list is an almost exact copy of the list you'd see on the web page. For ease in using, we placed ... 'top_left_arrow'); -yscrollcommand => ['set', $scroll], -exportselection => 0); $scroll->configure(-command => ['yview', $listbox]); $scroll->pack(-side => ... typed a letter, it would scroll to the first entry starting with that letter. Or you could put an additional entry, and search for any word starting with those characters: my $response_f =...
Ngày tải lên: 07/11/2013, 09:15
Tài liệu Web Client Programming with Perl-Chapter 7: Graphical Examples with Perl/Tk- P4 docx
... selected. my $site = ""; my ($content, @down); my @selected = $list->curselection; $mw->configure(-cursor => 'watch'); $mw->idletasks; foreach $index ... actually ping each site. The code to check a site's status is as follows, where $site is a string containing a standard URL (like http://www.ora.com): $content = head($site); if ($content) ... $history_label->configure(-background => $old_color); } } The function ping_site( ) is called when a new site is added to update its status. It is also called when in automode. It checks the...
Ngày tải lên: 14/12/2013, 13:15
Tài liệu Object Oriented Programming using C sharp ppt
... o. A car has a current speed and has a certain amount of fuel inside it. Speci c behaviour can also be associated with each object (things that you can do with it) :- a watch can be checked ... source code to execute on a particular machine… • compilation into machine-language object code • direct execution of source code by ‘interpreter’ program • compilation into intermediate object ... while allowing current parts of the system to interact with new object without concern for the speci c properties of the new objects. 1.5 What Exactly is Object Oriented Programming? Activity 8...
Ngày tải lên: 21/02/2014, 06:20
Beginning Mac Programming Develop with Objective-C and Cocoa doc
Ngày tải lên: 22/03/2014, 15:20
data entry and validation with c sharp and vb .net windows forms 2003
Ngày tải lên: 17/04/2014, 09:16
Tìm hiểu C Sharp và viết ứng dụng minh họa
... viện ph c vụ cho vi c xây dựng c c ứng dụng web, c c dịch vụ web và c c ứng dụng Windows; c n c CLR - Common Language Runtime: (ngôn ngữ th c thi dùng chung) để th c thi c c đối tượng đư c xây ... lớp g c System.Object. Ngoài ra .Net c n bao gồm Common Language Specification - CLS (đ c tả ngôn ngữ chung). Nó cung c p c c qui t c cơ bản mà ngôn ngữ muốn tích hợp phải thỏa mãn. CLS chỉ ... Data. C c vùng tên này chứa c c lớp thu c về tầng c a mình. Một vùng tên chứa c c lớp và c c vùng tên con kh c. Vậy trong ví dụ trên ta sẽ tạo một vùng tên chung cho ứng dụng là MyApplication...
Ngày tải lên: 16/08/2012, 11:34
Giáo trình C Sharp
... tập tin nguồn (.cs) và c c tập tin th c thi. C ng như giữ c c tập tin nguồn chúng ta c ng c n thiết phải giữ c c tập tin kh c như là c c tài nguyên bên ngoài c c icon, image, form Chúng ta sẽ lưu ... th c thành viên c a lớp. Phương th c chính là c c hàm đư c định nghĩa trong lớp. Do đó, ta c n c thể gọi c c phương th c thành viên là c c hàm thành viên trong một lớp. C c phương th c này chỉ ... C# c thể chạy trên bất c máy nào? Trả lời 1: Không phải tất c . Một chương trình C# chỉ chạy trên máy c Common Language Runtime (CLR) đư c cài đặt. Nếu chúng ta copy một chương trình exe c a...
Ngày tải lên: 16/08/2012, 14:00
C Sharp 2.0 Practical Guide For Programmers
... are associated with the namespaces Compilers .C and Compilers.Csharp, respectively: namespace Compilers .C { class Lexer { } class Parser { } } namespace Compilers.Csharp { class Lexer { } class ... one for C (Compilers .C) and another for C# (Compilers.Csharp), can own (and access) different classes with the same name. Therefore, Lexer and Parser for the C compiler are accessed without ambiguity ... System.Collections; // To access ArrayList class. 2 3 namespace Co { 4 namespace System { 5 namespace Collections { 6 public class OurList { /* */ } 7 // 8} 9} 10 namespace Project { 11 public class...
Ngày tải lên: 20/08/2012, 11:57
Expert Service Oriented Architecture in C Sharp
... services development with ASP.NET and WSE 3.0 Service-Oriented Architecture in C# 2005 Companion eBook Available Expert About the Technical Reviewers ■ MATHEW UPCHURCH is a technical consultant with ... illustrates an architecture in which two separate Web services access the same back-end business components. Each Web service provides a distinct service interface, each of which is suitable for ... Extended Web Services Security with WS-Security and WS-Secure Conversation: This chapter reviews how WSE 3.0 can secure other common Web service deployment scenarios. This chapter covers the following: •...
Ngày tải lên: 20/08/2012, 13:57