current location:Home > 脚本调优 search

Classify:
Found a total of 529 related content
  • 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
  • Detailed explanation of the use of Python scripts Chinese WORD version
    Detailed explanation of the use of Python scripts Chinese WORD version
    This document mainly talks about the detailed use of Python scripts; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-23 0 718
  • Detailed introduction to basic learning of Linux shell scripts Chinese WORD version
    Detailed introduction to basic learning of Linux shell scripts Chinese WORD version
    This document mainly describes the basic learning of Linux shell scripts in detail; we will slowly explain the basic learning of Linux shell scripts in several lectures, hoping to have a clear help for beginners who want to learn Linux shell script programming, and their level will be improved. improve. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-27 7 2139
  • Shell scripting basics Chinese WORD version
    Shell scripting basics Chinese WORD version
    Shell itself is a program written in C language, which is a bridge for users to use Linux. Shell is both a command language and a programming language. As a command language, it interactively interprets and executes commands entered by the user; as a programming language, it defines various variables and parameters, and provides many control structures found only in high-level languages, including loops and branches. Although it is not part of the Linux system core, it calls most of the functions of the system core to execute programs, create files, and coordinate the running of various programs in a parallel manner. Therefore, for
    2024-02-03 6 2665
  • Linux
    Linux
    This document mainly talks about the basics of Linux-Shell script programming; we can use any text editor, such as gedit, kedit, emacs, vi, etc. to write shell scripts. I hope this article can bring help to everyone; interested friends You can come and take a look
    2024-02-29 7 1900
  • Summary of information related to Perl DBI programming pdf+chm Script House Special Edition
    Summary of information related to Perl DBI programming pdf+chm Script House Special Edition
    Mainly includes Perl+DBI programming (chm).chmPerl+DBI programming-[US] Descartes-China Electric Power Press-2001.pdfPerl DBI Tutorial on using DBI in Perl, for beginners to refer to the Chinese translation version of Perl.DBI manual .pdfPerl DBI Chinese help document, covering Perl DBI name, overview, description, DBI classes, processor general methods, general attributes, DBI database processing objects, database processing methods, etc. Programming_the_P
    2024-02-02 0 1419
  • Proverbs of Programmers chm version
    Proverbs of Programmers chm version
    This book is a summary of the author's technology and experience in more than ten years of programming career. The content covers everything from understanding the operating mechanism of CPU, Windows, and programming language to code specifications and styles, analysis methods, debugging methods and kernel optimization. It contains the author's cognitive process and thorough analysis of many issues, as well as excellent and a wonderful programming experience.
    2024-01-19 0 1204
  • How Android uses WebService interface Chinese WORD version
    How Android uses WebService interface Chinese WORD version
    This document mainly describes how Android uses the WebService interface; WebService is a remote calling standard based on the SOAP protocol. Different operating system platforms, different languages, and different technologies can be integrated through WebService. The OPhone SDK does not provide a library for calling WebService. Therefore, you need to use a third-party class library (KSOAP2) to call WebService. This article will introduce the specific details of calling WebService in OPhone, and
    2024-01-28 1 2472
  • Ruby skills Chinese WORD version
    Ruby skills Chinese WORD version
    Ruby is a simple and fast object-oriented (object-oriented programming) scripting language. This document introduces the skills of Ruby in detail; interested friends can come and take a look.
    2024-02-27 0 1846
  • Android eclipse program debugging Chinese WORD version
    Android eclipse program debugging Chinese WORD version
    This document mainly talks about Android eclipse program debugging; when using eclipse to develop android programs, breakpoint single-step debugging is possible just like VS. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 817
  • Flex 3 CookBook Chinese pdf version
    Flex 3 CookBook Chinese pdf version
    A Flex application consists of two language codes: ActionScript and MXML. Since 3.0, ActionScript has evolved from a prototype-based scripting language to a fully object-oriented, strongly typed scripting language that complies with the ECMAScript standard. MXML is a markup language, very similar to the familiar Hypertext Markup Language (HTML) and Extensible Markup Language (XML). This Chinese version of FLEX 3 COOKBOOK is translated by Chang Qing Translation Team, whose main members are Chang Qing and Nigel
    2024-01-17 5 3501
  • Webservice calling framework Chinese WORD version
    Webservice calling framework Chinese WORD version
    This document mainly talks about the Webservice calling framework; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 879
  • QML introductory tutorial Chinese WORD version
    QML introductory tutorial Chinese WORD version
    This document mainly talks about the introductory tutorial of QML; QML is a descriptive scripting language, and the file format ends with .qml. The syntax format is very similar to CSS (refer to the specific examples below), but it also supports programming control in JavaScript form. It combines the advantages of QtDesigner UI and QtScript. QtDesigner can design .ui interface files, but does not support interaction with Qt's native C++ code. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 695
  • Methods called by jni in AndroidStudio environment Chinese WORD version
    Methods called by jni in AndroidStudio environment Chinese WORD version
    This document mainly talks about the jni calling (NDK) method in the Android Studio environment; interested friends can come and take a look.
    2024-02-27 0 863
  • WebService calls test method Chinese WORD version
    WebService calls test method Chinese WORD version
    This document mainly talks about the WebService calling test method; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 1000
  • Maven web project non-plugin debugging Chinese WORD version
    Maven web project non-plugin debugging Chinese WORD version
    This document mainly talks about non-plugin debugging of Maven web projects; Maven web projects are generally debugged using Jetty plug-ins, but it is still very troublesome to enter debug mode using Jetty. Here we introduce how to configure the maven web project into a dynamic web project under eclipse, so that you can use any web container supported by eclipse to debug and run. I hope this document will help friends in need; interested friends can go to
    2024-02-02 0 1148
  • Android development
    Android development
    This document mainly talks about Android development-WebView and JavaScript interactive calls; I hope this document will help friends in need; interested friends can come and take a look
    2024-02-28 0 1089
  • Android uses WebView to load local resources Chinese WORD version
    Android uses WebView to load local resources Chinese WORD version
    This document mainly talks about Android using WebView to load local resources; WebView mainly calls three methods: LoadUrl, LoadData, and LoadDataWithBaseURL. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1150
  • Six major advantages of Android system Chinese WORD version
    Six major advantages of Android system Chinese WORD version
    This document mainly talks about the six major advantages of the Android system; as a smartphone operating system strongly advocated by Google, Android's surpassing the iPhone is not an accident, but an inevitable one. So what are its advantages? Let’s take a brief look at it. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 533
  • Research on MATLAB and VB hybrid programming technology WORD version
    Research on MATLAB and VB hybrid programming technology WORD version
    This document mainly talks about the research on mixed programming technology of MATLAB and VB; it focuses on four methods of integrating MATLAB in VB applications to achieve program optimization, namely using Matrix VB, calling DLL dynamic link library, applying Active automation technology and dynamic data exchange technology, and analyzes the key issues and basic steps in the integration process. This hybrid programming combines the visual interface of VB with the powerful numerical analysis capabilities of MATLAB. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-19 0 1251
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!