Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (7)
Bank code simulation
no vote
The application background fully simulates the operation of personal business and corporate business of the bank, where personal account, capital verification account and company basic account can be opened. All transactions are transferred through the simulated bank, and users can query the historical transaction data in the simulated bank. In the process of operation, users can apply for loans from simulated banks, and repay according to the loan contract. Key technology simulation company teaching method embodies the core concepts of action oriented teaching method: first, student-centered, autonomous learning; second, students participate in the whole process of teaching: collecting information, making plans, making decisions, implementing plans, feedback control, evaluating results; third, teachers are learning organizers, consultants and partners;;
123ncwhd
2016-08-23
0
1
Python.hellosworld
no vote
Application background python (English pronunciation: / PA ɪ θ ə n /) is an object-oriented and interpretive computer programming language, which was invented by Guido van Rossum at the end of 1989. The first public release was issued in 1991. Python source code also follows GPL (GNU General Public License) protocol [1] & nbsp;. The key technology Python syntax is concise and clear, with rich and powerful class library. It is often nicknamed glue language, which can easily connect various modules (especially C / C +) made in other languages. A common application is to use Python to quickly generate the prototype of the program (sometimes even the final interface of the program), and then rewrite the parts with special requirements in a more appropriate language, such as the graphics rendering module in 3D games. If the performance requirements are particularly high, you can use C / C+ +Rewriting, and then encapsulating it as a callable extension class library. It should be noted that when you use the extension class library, you may need to consider the platform problem, and some may not provide cross platform implementation.
123ncwhd
2016-08-23
0
1
PHP Library Learning
no vote
Application background and key technologies
123ncwhd
2016-08-23
0
1
Java interview questions
no vote
Application background Java interview questions, there are many types, the most basic questions, complex questions, and finally provides a complete instant messaging software design examples, so that readers can learn the true meaning of programming from examples. Java is the most popular programming language. "Java Development Technology Encyclopedia" [1] & nbsp; taking Java J2SE as the platform, this paper comprehensively introduces the basic knowledge and common technologies of Java. "Java Development Technology Encyclopedia" is divided into eight parts, first describes the basic syntax of Java, Java, and then introduces the implementation of classes and objects, which is also the core of Java. Then it introduces the advanced technology in Java, and discusses in detail the multithreading, collection, generics, RTTI and so on. After the introduction of these basic knowledge, we enter into the actual programming stage. We have introduced GUI programming, multimedia programming, database and network programming, all of which are explained by example programs. Finally, a complete instant messaging software design example is provided, so that readers can learn the true meaning of programming from the example.
123ncwhd
2016-08-23
0
1
Web Java tag
no vote
Application background is an object-oriented programming language Java which can write cross platform application software. Java technology has excellent versatility, high efficiency, platform portability and security. It is widely used in PC, data center, game console, scientific supercomputer, mobile phone and Internet. At the same time, it has the largest professional community of developers in the world. The key technology Java is the general name of Sun Java (object-oriented programming language launched by Java company) and Java platform. It was developed by James Gosling and his colleagues and officially launched in 1995. Java, originally known as oak, was designed in 1991 for embedded chips in consumer electronics. In 1995, it was renamed Java and redesigned to develop Internet applications.
123ncwhd
2016-08-23
0
1
Jdk_api_1_6_zh_cn
no vote
Application background Software Developers: JDK  (Java SE Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications. Key Technology Coincident with the  January 2015 CPU  release users with the auto-update feature enabled will be migrated from Oracle JRE 7 to Oracle JRE 8. Also, please note this release will be the last Oracle JDK 7 publicly available
123ncwhd
2016-08-23
0
1
Hahachatliaotianxitong
no vote
Application background as an important tool of information exchange, Internet chat tool has been favored by more and more netizens. At present, there are many very good chat tools, among which NetMeeting, Tencent QQ, MSN Messenger and so on are widely used. The development of the system mainly includes a network chat server program and a network chat client program. The former establishes the server through socket, the server can read and forward the information from the client, and refresh the user list. The latter establishes a connection with the server to exchange information between clients. The principle of local area network communication mechanism is used, and multithreading is established by directly inheriting thread class. In the development of key technologies, the basic theoretical knowledge of computer network programming, such as TCP / IP protocol, client / server mode (client / server mode), design method of network programming are used. In network programming, the reading and sending of information is to realize the exchange of information by using flow. This paper introduces the analysis of the information flow of a system, including some basic software engineering methods. After analyzing these situations, the chat tool is written with eclipse Java as the basic development environment and language. Firstly, the system application prototype can be established in a short time, and then the initial prototype system is continuously modified and improved until a feasible system is formed
123ncwhd
2015-06-15
0
1
No more~