current location:Home > 网站源码 search
Found a total of 529 related content
-
- Python website development guide WORD version
- This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
- 2024-01-25 0 979
-
- Django environment construction for Python website development WORD version
- This document mainly talks about setting up the Django environment for Python website development; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-25 1 596
-
- React Native For Android source code compilation Chinese WORD version
- This document mainly talks about React Native For Android source code compilation; I hope it will be helpful to everyone; interested friends can come and take a look
- 2024-02-28 0 585
-
- Android AsyncChannel source code analysis WORD version
- This document mainly talks about the analysis of Android AsyncChannel source code; the AsyncChannel class is used to handle asynchronous message passing between two Handlers. The Handler for message passing can be from the same process or in different processes. Handler message passing between different processes Implemented using Android's Binder communication mechanism. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 569
-
- Perl Lwp documentation chm version
- LWP is the abbreviation of Library for Web access in Perl. The purpose is very clear, it is a Perl package for accessing the Web server. Using the LWP package, we can easily access resources on external web servers in our perl scripts. Why use LWP? Today's website applications are becoming more and more complex. It is simply impossible to simply write a Sockettelnet to obtain resources using the GET command, especially for some websites that require passwords to log in. If you just want to simply get
- 2024-02-29 5 1679
-
- Life cycle of Flex3 components and frameworks Chinese WORD version
- Throughout this book we refer to a lot of Flex framework source code, but for the sake of brevity we don't always show the code we refer to. As you read this book, you will be asked to open Flex Builder, or have access to the source code of the Flex3 framework, as we discuss how the source code works and why. If you follow along with the source code, please note that we often skip functionality or specific code so that we can stay relevant to the current topic. This prevents us from getting too far away from the current topic, which is mainly explaining the subtleties of the code. This is not to say that the function of those codes is not important, but that those
- 2024-01-16 0 872
-
- Using Adobe AIR to develop Android applications English pdf text version with source code
- Put your ActionScript 3 skills to work in mobile app development. This book shows how to develop native applications for Android-based smartphones and tablets using Adobe AIR. You learn the entire development process hands-on, from coding options to getting your app published to the specific functionality of Put your ActionScript 3 skills to work building mobile apps. This book shows you how t
- 2024-02-26 0 814
-
- Netty code analysis Chinese WORD version
- This document mainly talks about Netty code analysis; Netty provides asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs; friends in need can download and read look
- 2024-02-29 1 1862
-
- Flash ActionScript3 Advanced Tutorial pdf version
- Flash ActionScript3 advanced tutorial pdf, book directory: Chapter 1 Advanced collision detection Detection of collisions of irregular graphics BitmapData.hitTest is used for collision detection of a large number of non-bitmap objects Implementing grid-based collision detection Writing grid code testing and adjusting the grid Grid uses this type of detection not just for collision Chapter 2 Steering Behavior 2D Vector (Vector2D) Class Locomotive (V
- 2024-01-17 5 3166
-
- Android resources and internationalization settings Chinese WORD version
- This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-29 0 982
-
- Smart home based on Android Chinese WORD version
- Android: Android is an open source operating system based on Linux, mainly used in portable devices. Android is an open source operating system designed specifically for mobile phones. Android phones will open up new applications and make home intelligence available to ordinary families. The Android interface display (Cortex_A8) comes from the Cortex_m0 analog quantity and can control or operate Cortex_m0. Friends in need can download and take a look
- 2024-02-29 0 689
-
- UNIX Technical Manual Unix in a Nutshell, 4th Edition English PDF text version
- Unix in a Nutshell also covers many important, industry-standard open source tools. The book also fully discusses commonly used shells (bash, ksh, and tcsh) and important elements such as regular expressions, as well as old tools such as sed, awk, and vi. Unix is not a huge thing: it is a complex, and the Unix Technical Manual is the book that brings it all together. What is unix? The original unix source code is owned by sco, and the registered trademark of unix is owned by open grou
- 2024-02-29 2 1812
-
- Detailed explanation of Android program debugging Chinese WORD version
- When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
- 2024-02-26 0 884
-
- Subversion Installation and Instructions Document WORD Version
- This document mainly describes the installation and use instructions for Subversion; Subversion is a free/open source version control system that is gradually replacing CVS. Subversion's repository can be accessed through the network, allowing users to operate on different computers. Subversion supports versioned directories, true version history, atomic commits, versioned dataless, an optional network layer, consistent data operations, efficient branch and tag operations, and modifiability. I hope this document will help those in need; those who are interested
- 2024-02-28 0 811
-
- The most awesome Linux Shell command collection PDF version
- This article is compiled from Catonmat's series Top Ten One-Liners from CommandLineFu Explained. As a website that recommends the most useful shell commands by users, it records tens of thousands of shell commands of various colors, many of which are quite practical and interesting. This article will break down some of the commands with the highest votes, draw materials from them and add them to Detailed explanation, hope readers can benefit from it. Introduction Shell is the most attractive and indispensable component of Unix operating systems.
- 2024-02-03 13 2699
-
- Git Reference Manual Chinese CHM version
- Git is a free, open source distributed version control system for agile and efficient handling of any project, small or large. Git's work requires code that calls curl, zlib, openssl, expat, libiconv and other libraries. Git currently supports Linux/Unix, Solaris, Mac and Windows platforms. This article brings you the Git reference manual, you can download it if you need it!
- 2024-01-30 0 1231
-
- mybatis syntax and introduction Chinese WORD version
- This document mainly talks about the syntax and introduction of mybatis; MyBatis is a persistence layer framework that can customize SQL, stored procedures and advanced mapping. MyBatis eliminates most of the JDBC code, manual setting of parameters and result set retrieval. MyBatis only uses simple XML and annotations to configure and map basic data types, Map interfaces and POJOs to database records. Compared with "one-stop" ORM solutions such as Hibernate and Apache OJB
- 2024-01-31 2 1125
-
- Android makefile compilation system Android.mk file syntax specification Chinese WORD version
- This document mainly talks about the Android makefile compilation system Android.mk file syntax specification; the Android.mk compilation file is used to describe your C, C++ source code files to the Android NDK. This document describes its syntax. Before reading the following content, it is assumed that you have read the docs/OVERVIEW.TXT file and understand their roles and uses. Interested friends can come and take a look
- 2024-02-02 0 1309
-
- Detailed explanation of Android WebView examples Chinese WORD version
- This document mainly describes the detailed explanation of Android WebView examples; Android phones have a high-performance webkit kernel browser built into them, which is encapsulated in the SDK as a component called WebView. WebKit is a software framework included in Mac OS X v10.3 and above (v10.2.7 and above can also be obtained through software updates). At the same time, WebKit is also the basis for Mac OS X's Safari web browser. WebKit is an open source project mainly developed by KDE's K
- 2024-02-28 0 1091
-
- Use HTML, CSS, JavaScript to develop Android applications English text pdf version with source file
- If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android apps. This hands-on book shows how to use these open source web standards to design and build applications that work on any Android device—no Java required. You'll learn how to create an Android-friendly web app on the platform of your choice, then convert it to a native Android app with the free PhoneGap framework
- 2024-02-27 7 1276