Course Advanced 18783
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.
Course Advanced 15592
Course Introduction:"Python Tutorial: Tkinter Video Tutorial" explains what Tkinter is, Tkinter related expansion, architecture analysis, configuration and events and other related knowledge points.
Course Advanced 21786
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..
Course Elementary 24949
Course Introduction:Eclipse is an open source, Java-based extensible development platform. This tutorial will bring you the basic use of Eclipse and how to use JAVA to build Eclipse.
Course Elementary 14506
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.
Course Elementary 50134
Course Introduction:"C# Tutorial" is an introductory course for the C# language. In the course, it will start from the basic concepts of the .NET platform and C#, and provide an in-depth introduction to the basic syntax, simple program logic, Visual Studio tool usage skills and commonly used algorithms of C# development. realization. At the same time, we also hope that through course-related exercises and programming exercises, we can help students quickly get into the C# language.
Course Elementary 14544
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.
Course Elementary 18286
Course Introduction:"Django Tutorial" There are many different web frameworks under Python. Django is the most representative of the heavyweight players. Many successful websites and apps are based on Django. Django is an open source web application framework written in Python. Django abides by BSD copyright, was first released in July 2005, and released the first official version 1.0 in September 2008. Django adopts the MVC software design pattern, namely model M, view V and controller C, which can be used to quickly build high-performance, elegant websites!
Course Elementary 76786
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.
Course Elementary 22022
Course Introduction:"ASP.NET 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 modes: Web Pages (Web page), MVC (Model View Controller model-view-controller), Web Forms (Web Form): Web Pages single page mode MVC model-view-control Web Forms event-driven model
Course Elementary 23025
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.
Course Elementary 12960
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 12544
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.
Course Elementary 10687
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
Course Elementary 9402
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.
Course Elementary 8729
Course Introduction:"XQuery Tutorial" XQuery is to XML what SQL is to databases. XQuery is designed to query XML data.
Course Elementary 9085
Course Introduction:"JavaScript Tutorial" introduces JavaScript technologies commonly used in HTML, which is very useful.