CourseAdvanced14379
Course Introduction:"Python Tutorial: Tkinter Video Tutorial" explains what Tkinter is, Tkinter related expansion, architecture analysis, configuration and events and other related knowledge points.
CourseAdvanced17582
Course Introduction:"Python Tutorial: Django Video Tutorial" introduces the development process and development environment of related projects, the use of loggers, introduction to databases, file uploads and other functions.
CourseAdvanced20965
Course Introduction:MVC Tutorial ASP.NET is a development framework for creating web pages and websites using HTML, CSS, JavaScript, and server scripts. ASP.NET supports three different development models: Web Pages (Web pages), MVC (Model View Controller model-view-controller), and Web Forms (Web Forms). This tutorial introduces MVC. Web Pages MVC Web Forms MVC Programming Pattern M..
CourseElementary73974
Course Introduction:The English explanation of Linux is Linux is not Unix. Linux is a free-to-use and freely disseminated Unix-like operating system. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and UNIX. It can run major UNIX software tools, applications and network protocols. "Linux Tutorial", we will introduce how to use Linux. Linux is actually very easy to learn, I believe you can learn it quickly.
CourseElementary13409
Course Introduction:VBScript is the abbreviation of Visual Basic Script, which is the Visual Basic scripting language, and is sometimes abbreviated as VBS. It is a lightweight interpreted language in the Microsoft environment. It uses COM components, WMI, WSH, and ADSI to access elements in the system and manage the system. At the same time, it is the default programming language for ASP dynamic web pages. With the help of ASP built-in objects and ADO objects, users can quickly master the ASP dynamic web page development technology for accessing databases.
CourseElementary11183
Course Introduction:AppML is an HTML extension box designed for web applications. It combines the latest technology and modern web development ideas, using a low-cost, high-speed and simple architecture, and is easy to learn.
CourseElementary13465
Course Introduction:ASP, which stands for Active Server Pages, is a server-side scripting environment developed by MicroSOft that can be used to create dynamic interactive web pages and build powerful web applications. When the server receives a request for an ASP file, it processes the server-side script code contained in the HTML (Hyper Text Markup Language) web page file that is used to build it and sends it to the browser. In addition to server-side script code, ASP files can also contain text, HTML (including associated client-side script) and COM component calls.
CourseElementary7101
Course Introduction:XLink and the XPointer Tutorial XLink defines a standard way to create hyperlinks in XML documents. XPointer allows these hyperlinks to point to more specific parts (fragments) in the XML document. Start learning XLink and XPointer now! Table of Contents Introduction to XLink and XPointer This chapter explains the concepts of XLink and XPointer. XLink and XPointer syntax XLink and XPointer syntax
CourseElementary7477
Course Introduction:XLink defines a standard way to create hyperlinks in XML documents. XPointer allows these hyperlinks to point to more specific parts (fragments) in the XML document.
CourseElementary8111
Course Introduction:"XQuery Tutorial" XQuery is to XML what SQL is to databases. XQuery is designed to query XML data.
CourseElementary8666
Course Introduction:"XSLT Tutorial" XSL refers to the EXtensible Stylesheet Language (EXtensible Stylesheet Language), which is a stylesheet language for XML documents. XSLT refers to XSL Transformation. In this tutorial, you will learn how to use XSLT to transform an XML document into another document, such as XHTML.
CourseElementary11796
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
CourseElementary12013
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
CourseElementary23728
Course Introduction:"MongoDB Tutorial" is the latest official online reference manual of MongoDB. In this MongoDB document, you will learn how to use MongoDB to add, delete, modify, query, sort and other important knowledge points in the database. MongoDB is a database based on distributed file storage. MongoDB applications have penetrated into various fields, such as games, logistics, e-commerce, content management, social networking, Internet of Things, live video, etc.
CourseElementary21954
Course Introduction:Lua is a small scripting language. It is a research team at the Pontifical Catholic University of Rio de Janeiro in Brazil, composed of Roberto Ierusalimschy, Waldemar Celes and Luiz Henrique de Figueiredo and developed in 1993. It is designed to be embedded in applications to provide them with flexible extensions and customization capabilities. Lua is written in standard C and can be compiled and run on almost all operating systems and platforms. Lua does not provide a powerful library, which is determined by its positioning. Therefore, Lua is not suitable as a language for developing stand-alone applications. Lua has a concurrent JIT project that provides just-in-time compilation capabilities on specific platforms.
CourseElementary9947
Course Introduction:"XPath Tutorial" XPath is a language for finding information in XML documents. XPath is the main element in XSLT. Both XQuery and XPointer are built on XPath expressions
CourseElementary6112
Course Introduction:WSDL (Web Services Description Language) is an XML-based language used to describe Web Services and how to access them.
CourseElementary12838
Course Introduction:The most important work of the W3C is the development of Web specifications (called Recommendations), which describe the communication protocols (such as HTML and XHTML) and other building blocks of the Web.
CourseElementary13648
Course Introduction:Ruby is an open source server-side scripting language for object-oriented programming. It was designed and developed by Yukihiro Matsumoto in Japan in the mid-1990s. In the Ruby community, Matsumoto is also known as Matz. Ruby runs on multiple platforms such as Windows, MAC OS, and various versions of UNIX. "Ruby Tutorial", you will have a comprehensive understanding of Ruby.
CourseElementary12042
Course Introduction:Razor is a markup syntax that allows you to embed server-based code (Visual Basic and C#) into web pages. Server-based code creates dynamic content when web pages are written to the browser. When a web page loads, the server executes the server-based code within the page before returning the page to the browser. Because it runs on the server, this code can perform complex tasks, such as accessing a database.