current location:Home > php服务器脚本语言 search

Classify:
Found a total of 529 related content
  • Android cooperates with WebService to access remote database Chinese WORD version
    Android cooperates with WebService to access remote database Chinese WORD version
    Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A
    2024-02-26 0 903
  • Intermediate Perl e-book chm version
    Intermediate Perl e-book chm version
    From a Perl enthusiast to a Perl programmer. "Intermediate Perl" will teach you how to use Perl as a programming language, not just a scripting language. Perl is a flexible and powerful programming language that can be used in many aspects, from system management to network programming to database operations. People often say that Perl makes easy things easy and hard things doable. Intermediate Perl is all about taking the leap from simple to difficult tasks
    2024-02-01 0 903
  • Using JSON for network data exchange and transmission Chinese WORD version
    Using JSON for network data exchange and transmission Chinese WORD version
    This document mainly talks about using JSON for network data exchange and transmission; JSON (JavaScript ObjectNotation) is a lightweight data exchange format that is easy to read and write, and is also easy to be parsed and generated by machines. It is very suitable for servers and clients. Interaction. JSON uses a programming language-independent text format, but also uses C-like language conventions. These characteristics make JSON an ideal data exchange format. Like XML, JSON is a plain text-based data format. Since JSON is born
    2024-02-29 0 902
  • Android uses JSON for network data exchange WORD version
    Android uses JSON for network data exchange WORD version
    This document mainly talks about Android's use of JSON for network data exchange; JSON (JavaScript Object Notation) is a lightweight data exchange format that is easy to read and write, and is also easy to be parsed and generated by machines. It is very suitable for servers and clients. terminal interaction. JSON uses a programming language-independent text format, but also uses C-like language conventions. These characteristics make JSON an ideal data exchange format. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 980
  • AutoIt3 Chinese help document packaging
    AutoIt3 Chinese help document packaging
    AutoIt v3 version, which is a free software that uses a BASIC-like scripting language, is designed for automating operations in a Windows GUI (Graphical User Interface). It utilizes simulated keyboard keys, mouse movements, and window/control combinations to implement automated tasks. This is impossible to achieve in other languages ​​or has no reliable method (such as VBScript and SendKeys). AutoIt is very small and runs completely on all windows operating systems. (thesnow note: It is no longer available.
    2024-01-19 21 699
  • Perl Lwp documentation chm version
    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
  • Perl Automated System Administration Automating.System.Administration.with.Perl.2nd.Edition 2nd Edition
    Perl Automated System Administration Automating.System.Administration.with.Perl.2nd.Edition 2nd Edition
    Perl is a powerful tool for UNIX-like system management. If you do not know Perl when maintaining the system, you should at least be familiar with SHELL. It is best to be comfortable with both. Perl is a scripting language. The original designer was Larry Wall and it was published on December 18, 1987. Perl borrowed features from C, sed, awk, shell scripting, and many other programming languages. The most important feature is its internal integration of regular expression functions and the huge
    2024-02-01 0 1459
  • Delphi7 basic grammar tutorial Chinese WORD version
    Delphi7 basic grammar tutorial Chinese WORD version
    Delphi is a Windows rapid application development tool (RAD Rapid Application Development) based on the client/server system launched by the American Borland Company. It is an object-oriented visual programming tool based on the visibility of Delphi and combined with the Object Pascal language. With programming skills, you can develop powerful Windows applications and database applications. Delphi is the first visual development environment, optimized source code compiler and
    2024-01-18 1 1059
  • Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    This article will focus on discussing Perl performance optimization techniques. When using Perl to develop some service applications, sometimes you will encounter problems with Perl performance or resource usage. You can use require to load modules, use system functions and XS-based modules, and write yourself with low overhead. Modules, etc. to optimize Perl performance. Perl is a powerful language, a powerful tool, and a very delicious dish:-) Using many of Perl's features, you can achieve some very interesting and practical functions. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 1883
  • 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!