Course Elementary 35323
Course Introduction:Python is a dynamically interpreted programming language. Python can be used on various operating systems such as Windows, UNIX, and MAC, and can also be used on Java and .NET development platforms. For getting started, the main thing is to master the basic syntax and be familiar with programming specifications. Therefore, most of the tutorials are basically the same, so it is recommended to choose a tutorial that suits you and stick to it.
Course Advanced 19203
Course Introduction:"PHP Image Upload Tutorial" teaches you how to use our PHP and a PHP image upload class to implement our image upload function.
Course Elementary 21171
Course Introduction:"File and Image Technology" mainly introduces the use of PHP to process files and upload images.
Course Elementary 25855
Course Introduction:ionic is a powerful HTML5 application development framework (HTML5 Hybrid Mobile App Framework). It can help you use web technologies, such as HTML, CSS and Javascript, to build mobile applications that are close to native experience. It is a lightweight mobile UI library. "Ionic Chinese Tutorial" will guide you to focus on appearance and experience, as well as UI interaction with your application, and learn HTML5 mobile application development based on Hybird mode.
Course Intermediate 36220
Course Introduction:AngularJS is a front-end development framework designed and developed by Google developers to help you simplify the burden of front-end development. AngularJS ranks first among the global front-end frameworks. Currently, there are very few Chinese AngularJS video tutorials in China, so this set of "angular.js Chinese Teaching Video Tutorials" came into being!
Course Elementary 9356
Course Introduction:The role of a DTD (Document Type Definition) is to define the legal building blocks of an XML document. A DTD can be declared in an XML document as a line or as an external reference. Start learning DTD now!
Course Advanced 10813
Course Introduction:Java online learning Web application uploads pictures to generate thumbnails. The course "Java Video Tutorial for Implementing Equal-proportioned Thumbnails of Images" explains how to use Java to implement the function of generating equal-proportioned thumbnails of images in the form of examples. The performance of information browsing is improved through thumbnail generation, which reduces the amount of data transmission while ensuring user experience.
Course Elementary 13433
Course Introduction:Oracle has always been a leader in the database field due to its good data security and stability. "Xiao Wenji Oracle Video Tutorial" is designed for database developers and introduces Oracle from scratch. In addition to basic SQL syntax, it also brings you custom functions and stored procedures that are necessary in the database development process.
Course Advanced 15094
Course Introduction:This course will lead you to cleverly implement image watermark and thumbnail functions through the GD library in PHP. You can easily master the implementation ideas of the case. At the same time, the course also explains how to encapsulate this process into classes, which can further deepen your understanding of object-oriented understanding.
Course Elementary 12146
Course Introduction:"React.JS Chinese Basics Video Tutorial" React is a JS library developed by outstanding programmers working at Facebook for developing user interaction interfaces. React brings many new things such as componentization, JSX, virtual DOM, etc. The virtual DOM it provides allows us to render components very quickly, freeing us from the heavy work of frequently manipulating the DOM. Anyone who knows React knows that the work it does is more focused on the V layer in MVC. Combined with others such as Flux, you can easily build powerful applications.
Course Elementary 11796
Course Introduction:ReactJS Chinese basic video tutorial. ReactJS is a JavaScript library used to build user interfaces. It is the V (view) in MVC. React has a unique design concept, revolutionary innovation, unique performance, and very simple code logic. It may become a mainstream tool for web development in the future.
Course Advanced 9256
Course Introduction:"PHP Development File Upload Tutorial" will explain how to upload a single file and then encapsulate the function
Course Advanced 6646
Course Introduction:This course will lead you to cleverly implement image watermark and thumbnail functions through the GD library in PHP. You can easily master the implementation ideas of the case. At the same time, the course also explains how to encapsulate this process into classes, which can further deepen your understanding of object-oriented understanding.
Course Advanced 12681
Course Introduction:"PHP Development Simple File Upload Tutorial" mainly introduces the use of PHP to make a simple file upload function module to realize the specific operations of local upload of files and images and database upload.
Course Advanced 16793
Course Introduction:"PHP Development Article Publishing System Tutorial" is based on PHP+MySQL to implement a simple article publishing system website, including front-end and back-end parts. The front-end mainly includes the front-end article display page and article details page, and the back-end includes article management, addition, and modification. , delete and other operations
Course Advanced 16871
Course Introduction:PHP implements file upload and download. It mainly introduces the principle of using PHP to implement file upload, as well as various implementation methods, precautions, etc. Through the study of this course, everyone will have a deeper understanding of PHP upload.
Course Advanced 12560
Course Introduction:"Tutorial on Implementing File Upload and Download with PHP" mainly introduces the principles of using PHP to implement file upload and download, as well as various implementation methods, precautions, etc.