current location:Home > 单词 search

Classify:
Found a total of 529 related content
  • Programming English vocabulary summary Chinese WORD version
    Programming English vocabulary summary Chinese WORD version
    The content of this document is a summary of programming English vocabulary; it contains English words that are relatively unfamiliar in programming, and you can check them frequently in daily programming! Interested friends can come and take a look
    2024-02-27 0 539
  • PowerDesigner simple tutorial Chinese WORD version
    PowerDesigner simple tutorial Chinese WORD version
    This document mainly talks about a simple tutorial on PowerDesigner; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 1099
  • Simple usage of JSON Chinese WORD version
    Simple usage of JSON Chinese WORD version
    This document mainly talks about the simple usage of JSON; JSON (JavaScript Object Notation) is a simple data format that is more lightweight than xml. JSON is a native JavaScript format, which means that processing JSON data in JavaScript does not require any special API or toolkit. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-01 0 953
  • JSON.NET simple use Chinese WORD version
    JSON.NET simple use Chinese WORD version
    This document mainly talks about the simple use of JSON.NET; JSON.NET is used to convert objects in .NET into JSON strings (serialization), or to convert JSON strings into objects of existing types in .NET ( Deserialization?). I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 1233
  • j2me3D game development simple tutorial Chinese WORD version
    j2me3D game development simple tutorial Chinese WORD version
    This document mainly talks about a simple tutorial on j2me3D game development; Nowadays, 3D graphics are a key part of almost any game, and even some applications have achieved success by using 3D forms to describe information. As mentioned earlier, developing in immediate mode and manually coding all 3D objects is slow and complex. All corner points of polygons in your application must be encoded independently in an array. In JSR 184, this is called immediate mode. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 1640
  • DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and common functions word document doc format
    DELPHI control properties, methods, events and commonly used functions 1. TmainMemu control This control is a standard menu control, which is used to provide menus for windows. The hierarchical structure of the object is: TObject—TPersistent—TCompoment—TMenu. Attribute 1-AutoMetge: Boolean Function: Used to determine whether the menu on the non-main Form in the non-MID program should be merged with the menu of the main Form. Main Form menu
    2024-01-19 0 1206
  • Android development training PPT version
    Android development training PPT version
    The original meaning of the word Android refers to "robot". Android is the name of the open source mobile operating system based on the Linux platform announced by Google on November 5, 2007. The platform consists of an operating system, middleware, user interface and application software. Domestically, manufacturers such as Lenovo, Dell, Dopod, Philips, ZTE, Samsung, and Motorola have launched smartphones based on the Android platform. In the field of 3G application development, the development prospects of Android cannot be underestimated and will become the mainstream in the future.
    2024-01-30 0 988
  • Usage examples of Android database SQLite Chinese WORD version
    Usage examples of Android database SQLite Chinese WORD version
    Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
    2024-02-29 0 930
  • 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
  • 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
  • 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
  • JSON introductory tutorial Chinese WORD version
    JSON introductory tutorial Chinese WORD version
    This document mainly talks about the introductory tutorial of JSON; like XML, JSON is also a data format based on plain text. Since JSON is inherently prepared for JavaScript, the data format of JSON is very simple. You can use JSON to transmit a simple String, Number, Boolean, an array, or a complex Object. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-03 3 1743
  • 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
  • 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
  • SOAP syntax word version
    SOAP syntax word version
    One of SOAP, WSDL (WebServicesDescriptionLanguage), and UDDI (UniversalDescriptionDiscoveryandIntegration), soap is used to describe the format of transmitting information, WSDL is used to describe how to access specific interfaces, and uddi is used to manage, distribute, and query webServices. Specific implementations can search for simple instances of Web Services; SOAP can be used with many existing
    2024-02-28 0 917
  • 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
  • MATLAB function help document Chinese WORD version
    MATLAB function help document Chinese WORD version
    A function is a set of statements that work together to perform a task. In MATLAB, functions are defined in separate files. The file names of the file functions should be the same. Functions operate in their own workspace, which is also called the local workspace, independent of the workspace, accessed at the MATLAB command prompt, which is called the base workspace variable. Functions can accept multiple input parameters and may return multiple output parameters. MATLAB is a programming language developed by The MathWorks Company. It was originally a matrix programming language that made linear algebra programming easy. It can be run on
    2024-01-18 1 632
  • Flash Builder Tips and Tricks Chinese WORD version
    Flash Builder Tips and Tricks Chinese WORD version
    This document is primarily about Flash Builder tips and tricks; it provides several simple yet effective tips, time-saving shortcuts, and other practical information that can improve your productivity in Flash Builder. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-17 0 827
  • WebSphere Learning Document Chinese WORD version
    WebSphere Learning Document Chinese WORD version
    The introduction of the new concept of profile makes managing IBM® WebSphere® Application Server easier. WebSphere Application Server V6 introduced the concept of profiles to physically separate product binaries from user data and to enable users to define multiple sets of user data. In WebSphere Application Server Chapter
    2024-02-27 0 1073
  • Commonly used open source frameworks for Android Chinese WORD version
    Commonly used open source frameworks for Android Chinese WORD version
    This document mainly talks about the open source frameworks commonly used in Android; during the development process of Android, in order to improve development efficiency and shorten the development cycle, programmers often use various open source frameworks to achieve rapid and Simply implement the required functions, friends in need can download it and have a look
    2024-02-28 0 1041
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!