current location:Home > 是我 search

Classify:
Found a total of 529 related content
  • Life cycle of Flex3 components and frameworks Chinese WORD version
    Life cycle of Flex3 components and frameworks Chinese WORD version
    Throughout this book we refer to a lot of Flex framework source code, but for the sake of brevity we don't always show the code we refer to. As you read this book, you will be asked to open Flex Builder, or have access to the source code of the Flex3 framework, as we discuss how the source code works and why. If you follow along with the source code, please note that we often skip functionality or specific code so that we can stay relevant to the current topic. This prevents us from getting too far away from the current topic, which is mainly explaining the subtleties of the code. This is not to say that the function of those codes is not important, but that those
    2024-01-16 0 872
  • Summary of the four publishing methods of WebService Chinese WORD version
    Summary of the four publishing methods of WebService Chinese WORD version
    This document mainly talks about the summary of the four publishing methods of WebService; CXF and spring are currently the most popular way to build webservice. However, it is rumored that cxf and jdk1.5 are somewhat incompatible. I have not encountered it. The problem I encountered is that cxf and jdk1.5 are not compatible. was6.1.1 is not compatible, which is reflected in the fact that the jar package "wsdl4j-1.6.2.jar" required for cxf reports an error. The error reported is: java.lang.IncompatibleClassCh
    2024-02-28 0 1247
  • 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
  • Kotlin Android Chinese development help document PDF version
    Kotlin Android Chinese development help document PDF version
    This book is not a language reference book, but it is a tool for Android developers to learn Kotlin and use it in their own projects. I will use some language features and interesting tools and libraries to solve many typical problems we encounter in daily life. This book is very practical, so I suggest you follow my examples and code in front of a computer. Whenever you have some ideas you can dive into them. Is this book right for you? This book is written to help those interested in developing with the Kotlin language.
    2024-01-27 11 2624
  • 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
  • Delphi Component Writer's Guide word Chinese version
    Delphi Component Writer's Guide word Chinese version
    Delphi Component Writer's Guide Notes on the translation of the "Component Writer's Guide" 1. The pink part in the translation is where the translator thinks there are errors in the original text. I have corrected it and just marked it in pink; 2. For relevant information I did not establish a correlation with the page numbers of each chapter in "Reference" because it was troublesome, so I just used the page number value in the original book and marked it with blue, which can be deleted directly; 3. Since the original book is only divided into chapters, There are no sections. Inconvenient to read. So, I added the chapter number to make it clearer
    2024-01-19 2 1082
  • 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
  • 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
  • Android development tutorial notes complete version pdf
    Android development tutorial notes complete version pdf
    The complete version of Android development tutorial notes pdf. I looked at it and I think it’s OK.
    2024-02-28 0 1068
  • 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
  • Service in-depth analysis WORD version
    Service in-depth analysis WORD version
    This document mainly talks about the in-depth analysis of Service; we start with the analysis of the fundamental meaning of Service. The essence of service is to respond to client requests. To provide services, you must establish a framework for receiving requests, processing requests, and responding to the customer service side. I think Android Service designers will always keep this service essential block diagram in their minds. From a program perspective, the service must have a closed loop framework and a request processing framework. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 728
  • Easy language programming
    Easy language programming
    Yi Language is a fully Chinese, fully visual, cross-platform programming tool. It was designed and developed by Dalian Dayou Wu Tao Yi Language Software Development Co., Ltd. It is characterized by full Chinese culture and low entry requirements. Almost all you need to know how to use computers and words is Anyone who inputs can do programming, and its development language is all Chinese and life-oriented. In the future study, we will deeply appreciate its "easy". Let's enter the world of "Easy" together! This platform provides easy language programming beginner version download
    2024-02-29 0 753
  • 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
  • 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
  • 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
  • Lucene index database Chinese WORD version
    Lucene index database Chinese WORD version
    This document mainly talks about the Lucene index database; Lucene, as an auxiliary tool for full-text search, performs conditional searches for us, whether it is search engines like Google, Baidu, search functions in forums, or other C/ S-architecture search brings great convenience and relatively high efficiency. This article mainly uses Lucene to index MS Sql Server 2000, and then performs full-text indexing. As for the content of the database, it can be the content of the web page or other things. Contents of the database in this article
    2024-02-29 0 1142
  • Android Programmer's Guide chm version
    Android Programmer's Guide chm version
    Android mobile programmer guide, because I came into contact with the Android platform by chance, but I have never been exposed to this kind of programming materials before, and there are very few materials on the Internet, so I translated some based on foreign materials and exhausted my own For all translation levels, I believe this will be a very comprehensive and basic Android programming tutorial in China, which should be helpful to you.
    2024-02-26 0 810
  • 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
  • About Objective
    About Objective
    This document mainly talks about the rules of Objective-C manual memory management; Objective-C has added some new things in ios development, including properties and garbage collection. So, before we learn Objective-C, it is best to first understand what it was like in the past and why Objective-C added these supports. Friends in need can download and take a look
    2024-02-02 0 926
  • Asset server server construction for Unity3D game development Chinese WORD version
    Asset server server construction for Unity3D game development Chinese WORD version
    This document mainly talks about the construction of Asset server server for Unity3D game development; Asset Server is currently the resource version management tool that comes with Unity. It is similar to the SVN and perForce we are usually familiar with. However, for the current Unity, Asset Server is more powerful than Unity. Version control software such as SVN and perForce are easier to use, because the Unity3.x version does not support software such as SVN very well. When multiple people work together, data loss and other situations often occur. because
    2024-02-27 1 680
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!