current location:Home > 电商小程序 search

Classify:
Found a total of 529 related content
  • Android Development Guide Chinese chm version
    Android Development Guide Chinese chm version
    Android Application Framework Development Guide Chinese version chm, this booklet is a translation of the application framework part of the English development material Android SDK version 1.5, covering all major concepts of Android application development. Some content is compiled from the Internet. This article is for technical learning only, please do not use it for commercial purposes. Contents include: Application Fundamentals. Key classes...
    2024-01-31 0 880
  • Example tutorial to learn Python word version in 1 hour
    Example tutorial to learn Python word version in 1 hour
    This article is suitable for experienced programmers to enter the world of Python2.x as soon as possible. Especially, if you master Java and Javascript, you can use Python to quickly and smoothly write useful Python programs in less than an hour.
    2024-01-26 0 903
  • Websphere tutorial Chinese WORD version
    Websphere tutorial Chinese WORD version
    This document is a Websphere tutorial; WebSphere is the infrastructure software of the Internet, which is what we call middleware. It enables enterprises to develop, deploy, and integrate a new generation of e-commerce applications (such as B2B electronic transactions), and supports business applications ranging from simple Web publishing to enterprise-level transaction processing. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 755
  • Using Adobe AIR to develop Android applications English pdf text version with source code
    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
  • Detailed guide to creating and using databases in Android Chinese WORD version
    Detailed guide to creating and using databases in Android Chinese WORD version
    Every application uses data, and Android applications are no exception. Android uses an open source, operating system-independent SQL database--SQLite. This article introduces how to create and operate a SQLite database for your Android application. Database supports the lifeline of every application no matter how big or small. Unless your application only handles simple data, then you need a database system to store your structured data. Android uses SQLite database, which is an open source and supports multiple operating systems. SQ
    2024-02-28 0 504
  • Easy language introductory tutorial CHM version
    Easy language introductory tutorial CHM version
    The Easy Language introductory tutorial CHM introduces the basic data types, constant tables, operators, bit operation commands and Easy Language support libraries of the Easy Language system. Programs written in Easy Language need to load the Easy Language support library files when running. On the surface, the EXE program generated by non-independent compilation of Yi Language is small in size. But in fact, if you want to publish the software for use on other people's computers, non-independent compilation will face many problems. Therefore, in actual applications, all independent compilation should be done Compile.
    2024-01-19 0 814
  • Maven series
    Maven series
    Some companies do not provide external networks for programmers, so maven cannot be used to access remote warehouse addresses, so it is necessary to find a machine in the LAN that has external network permissions; build a nexus private server, and then programmers connect to this private server In this case, you can access the maven remote warehouse through this computer with a nexus private server. Interested friends can come and take a look
    2024-02-29 6 1571
  • Writing a small database with Delphi Chinese WORD version
    Writing a small database with Delphi Chinese WORD version
    This document mainly talks about using Delphi to write small databases; Delphi is one of the most popular programming tools at present. It has many advantages in developing database applications and provides a powerful way to develop database applications based on the client/server model. ability. In terms of database access, it is equipped with Borland Database Engine (BDE), which can access various databases through SQL Links, ODBC and other technologies, and can also use ADO to access various databases. In terms of application client development, Delphi provides
    2024-01-18 0 608
  • Basic knowledge of PLC programming Chinese doc version
    Basic knowledge of PLC programming Chinese doc version
    Programmable controller, called Programmable Controller in English, or PC for short. However, because PC is easily confused with Personal Computer (Personal Computer), people are still accustomed to using PLC as the abbreviation of programmable controller. It is an electronic system device with a microprocessor as the core for digital operation. It is specially designed for industrial field applications. It uses programmable memory to store and execute logical operations, sequence control, timing/ Operation instructions such as counting and arithmetic operations, and through digital or analog input
    2024-02-29 0 958
  • Python website development guide WORD version
    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
  • doxygen official manual
    doxygen official manual
    Doxygen is a useful programmer's auxiliary tool. It can make it easier to add batch code to the program. It is compatible with mainstream programming languages ​​​​such as C++, C, Java, Objective-C, Python, etc. The Chinese manual of doxygen provided by the editor includes The basic introduction, grammar skills and advanced skills can help you get started quickly. If you need it, you are welcome to download it. Basic introduction Doxygen already supports generating ANSI encoded chm directory files (index.hhc)! Doxygen is usually used to generate English
    2024-01-30 0 717
  • The third issue of eoeAndroid special issue: Android+Market and application release pdf version
    The third issue of eoeAndroid special issue: Android+Market and application release pdf version
    The third issue of eoeAndroid special issue: Android+Market and application release pdf Android Market is not just an application store of Google. While apps are important, they're an insignificant variable in Google's Android Market. The biggest feature of this platform is that all developers can upload content after registering, and all uploaded content can be found immediately on the Android Market. This changes the past that content could only be obtained through payment.
    2024-02-27 0 1122
  • Easy Language Learning Manual Ten Days Illustrated Tutorial to Learn Easy Language pdf version
    Easy Language Learning Manual Ten Days Illustrated Tutorial to Learn Easy Language pdf version
    The Ten Days to Learn Easy Language Illustrated Tutorial provides a vivid and systematic explanation of the usage and operating techniques of Easy Language in the form of illustrations. Friends who need it can download it and take a look! The whole book is divided into ten chapters and is completed in ten days. The first chapter introduces the installation of Yi Language and the interface after operation. At the same time, a very simple small program is introduced to help users get started. Finally, we introduce the input methods of programming and some common problems encountered by beginners. Chapter 2 will touch on some specific issues, such as how to write a program that equals 1+2, and understand the concept of variables, the valid range of variables, data types and other knowledge.
    2024-02-28 0 816
  • Summary of basic usage of Fortran WORD version
    Summary of basic usage of Fortran WORD version
    This document mainly talks about a summary of the basic usage of Fortran; I hope it can bring some help to students who have learned C but have not been exposed to Fortran. Fortran is a programming language. It is the world's earliest high-level computer programming language and is widely used in scientific and engineering computing fields. The FORTRAN language plays an important role in the fields of numerical, scientific and engineering computing with its unique functions. Fortran laid the foundation for the development of high-level languages. Fortran is now widely used in scientific research and machinery. I hope this document will bring it to friends in need
    2024-02-27 0 898
  • Android4.0 new SDK new features Chinese WORD version
    Android4.0 new SDK new features Chinese WORD version
    Android 4.0 is a major platform release that adds a host of new features for users and app developers. Of all the new features and APIs we'll discuss below, Android 4.0 is an important platform release because it brings the widely used APIs and hologram themes of Android 3.x versions to small-screen devices. Interested friends can come and take a look
    2024-01-29 2 1942
  • Advanced Bash Scripting Guide chm version
    Advanced Bash Scripting Guide chm version
    This book assumes that you do not have any programming knowledge about scripting or general programming, but if you do, you will easily be able to reach an intermediate to advanced level... All of this is just a small part of the vast knowledge of UNIX® . You can use this book as a textbook, a self-study manual, or a document about shell scripting technology. The exercises in the book and the comments in the sample scripts will better interact with readers, but the most critical premise is: want to The only way to truly learn scripting is to write scripts yourself. This book also
    2024-02-29 5 1807
  • Introduction to matlab basic knowledge Chinese WORD version
    Introduction to matlab basic knowledge Chinese WORD version
    MATLAB (Matrix Laboratory) is the abbreviation of MATrix LABoratory, a commercial mathematics software produced by The MathWorks Company of the United States. MATLAB is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numerical calculations. In addition to common functions such as matrix operations and drawing function/data images, MATLAB can also be used to create user interfaces and call programs written in other languages ​​(including C, C++ and FORTRAN). MATLAB basics; command window
    2024-01-18 0 1214
  • mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
    2024-01-25 0 923
  • python basic tutorial to lesson 60_python basic information word version
    python basic tutorial to lesson 60_python basic information word version
    Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
    2024-01-25 0 1072
  • Python introductory tutorial Chinese WORD version
    Python introductory tutorial Chinese WORD version
    Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.
    2024-01-25 0 656
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!