current location:Home > 微信添加 search

Classify:
Found a total of 529 related content
  • Introductory Tutorial on WeChat Public Platform Development Chinese WORD Version
    Introductory Tutorial on WeChat Public Platform Development Chinese WORD Version
    Due to the popularity of WeChat, in order to better facilitate users who use WeChat to query some information, this article is an entry-level WeChat public platform development tutorial. Friends in need can refer to this introductory tutorial, which will guide you to complete the following tasks: Create Baidu Cloud Platform application enables WeChat public platform development model to obtain subscription, text, picture, voice, video message reply text, graphic and music message program development
    2024-02-26 0 917
  • Android development notes emulator, application tutorial pdf version
    Android development notes emulator, application tutorial pdf version
    Android development notes, covering emulator parameters, processes and threads, Android releasing mobile phone resources, process release priority, analyzing HelloAndroid, adding edit boxes and buttons, using Intent to start another Activity, starting Activity in different Tasks, Intent and Intent filters, adding new Activity and other related knowledge.
    2024-01-28 2 2307
  • 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
  • Eclipse Maven Tutorial Chinese WORD version
    Eclipse Maven Tutorial Chinese WORD version
    This document is an Eclipse Maven tutorial; I hope it will be helpful to everyone in learning Eclipse Maven; Contents: 1 Create a new Maven project (Sample Maven project) 3 2 Create a new Maven project (sample Maven Webapp project) 7 3 Add Maven to the Web project Dependency 11
    2024-02-27 0 770
  • How to use Visual Studio 2010 WORD document doc format
    How to use Visual Studio 2010 WORD document doc format
    How to use Visual Studio 2010 1. Open the interface and click File---→New---→Project. The new project interface will pop up. Select Visual C++ on the left, select an empty project on the right, then enter the name and storage location below, and finally click OK. After that, the interface (Solution Explorer) will pop up, then select the header file, or source file, right-click---→Add---→New project, pop-up Add
    2024-02-29 0 1299
  • on Android
    on Android
    This document mainly talks about importing the Vitamio framework in Android-Studio; it introduces how to add the Vitamio framework to your own project in the form of a Module. This method is also suitable for importing other module implementation steps. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 499
  • Android kernel compilation graphic tutorial chm version
    Android kernel compilation graphic tutorial chm version
    android kernel compilation manual (with pictures and texts) chm, Google Android operating system kernel compilation tutorial with pictures and texts. Build a cross-compilation environment (install Android SDK: Unzip android-sdk_m5-rc14_linux-x86.zip to the appropriate path and use it. This article releases it to the /usr/local/android_sdk_linux path, and adds its tools path to PATH), obtain the kernel compilation configuration file (from and
    2024-02-26 0 933
  • Android development tutorials and notes pdf version
    Android development tutorials and notes pdf version
    Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
    2024-02-29 12 2490
  • Android uses ViewFlipper to switch pages WORD version
    Android uses ViewFlipper to switch pages WORD version
    This document mainly talks about Android using ViewFlipper for page switching; the Android system comes with a multi-page management control: ViewFlipper. It can simply switch sub-pages. It only needs to use the addView method to add several Views. Each View Corresponding to one page, you can complete the management of multiple pages. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 1053
  • 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
  • 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
  • Basic introduction to python unittest Chinese WORD version
    Basic introduction to python unittest Chinese WORD version
    Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look
    2024-01-25 0 862
  • Detailed explanation of Python operations on Excel Chinese WORD version
    Detailed explanation of Python operations on Excel Chinese WORD version
    This document mainly introduces how to read and write office excel through python, using the xlrd, xlwt and xlutils modules. It also demonstrates how to operate excel through the Tcl tcom package. Interested friends can come and take a look
    2024-01-25 0 1285
  • python matplotlib drawing Chinese WORD version
    python matplotlib drawing Chinese WORD version
    Matplotlib.pyplot is a method used to draw pictures, similar to the plot command in matlab, and its usage is basically the same. This document mainly talks about drawing with python matplotlib; interested friends can come and take a look.
    2024-01-25 0 1180
  • matplotlib function manual Chinese PDF version
    matplotlib function manual Chinese PDF version
    This document is a matplotlib function manual; I hope it will be helpful to everyone's study. Interested friends can come and take a look.
    2024-01-25 0 686
  • abaqus Python example
    abaqus Python example
    This document mainly talks about the abaqus Python example - operating excel files; currently processing data cannot be done without excel, so pythoners must learn to use python to operate excel tables. There are also many ways to interact between Python and excel; friends in need can download it and take a look
    2024-01-25 0 531
  • Python module import and installation use Chinese WORD version
    Python module import and installation use Chinese WORD version
    This document mainly talks about the import, installation and use of python modules; I hope it will be helpful to everyone's learning; interested friends can come and take a look.
    2024-01-25 0 775
  • Using Python for socket programming Chinese WORD version
    Using Python for socket programming Chinese WORD version
    This document mainly talks about using Python for socket programming; as an interpreted language, Python is easy to use and can quickly verify our ideas and develop prototype software. A Python program can be interpreted as a whole or line by line. Friends in need can download and take a look
    2024-01-23 0 1006
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!