current location:Home > java入門 search
Found a total of 21323 related content
-
- jQuery carousel plug-in compatible with IE8
- The jQuery carousel plug-in that is compatible with IE8 is a very compatible and very simple website focus map code.
- 2024-02-27 99 696
-
- CSS3 Swimming Pool Rules Explanation Picture and Text Album
- CSS3 swimming pool rules description graphic album is a graphic and text introduction layout using div and css3 to create a web version of swimming pool rules description.
- 2024-02-27 114 821
-
- Celebrate New Year text icon flashing H5 special effect
- The H5 special effect of celebrating the New Year text icon flashing is a special effect of celebrating the New Year flashing animation based on CSS3 SVG.
- 2024-02-27 108 662
-
- Webmaster Home Important Events jQuery Timeline
- Webmaster's Home Important Events jQuery Timeline is a jQuery timeline special effects code with a sliding switching effect. This work is collected and organized by [Webmaster Materials], please indicate the source when reprinting!
- 2024-02-26 139 793
-
- CSS3 shopping website navigation menu package collection
- CSS3 shopping website navigation menu package collection is a collection of responsive navigation menu packages based on jQuery and CSS3.
- 2024-02-26 121 780
-
- Home Decor Cleaning and Repair Service Company Website Template
- Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-05-09 315 4209
-
- Fresh color personal resume guide page template
- Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-02-29 249 3673
-
- Designer Creative Job Resume Web Template
- Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-02-28 227 3607
-
- Modern engineering construction company website template
- The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-02-28 258 3063
-
- Responsive HTML5 template for educational service institutions
- The responsive HTML5 template for educational service institutions is a template download suitable for educational service industry promotional websites. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-02-28 256 2402
-
- Getting started with Smarty
- PHP designers who are new to template engines will find it difficult when they hear Smarty. In fact, the author is no exception and dare not touch it. But later when I analyzed the program architecture of XOOPS, I began to find that Smarty is actually not difficult. As long as you master the basic skills of Smarty, it is quite sufficient for general applications. Of course, if you can lay the foundation well, you don’t have to worry about the advanced applications later. The main purpose of this article is not to delve into the use of Smarty, which has been fully written in the official instructions for use. Pen
- 2017-12-08 267 3111251
-
- PHP Advanced Programming Patterns Framework and Testing (Chinese HD PDF version)
- The prestigious advanced PHP tutorial, the work of Zend Framework core developers, provides in-depth coverage of design patterns, PHP standard library and JSON. Today, PHP is the undisputed mainstream language for web development. After PHP 5, its object-oriented features are enough to compete with Java and C#. However, there has been a lack of information describing the advanced features of PHP, which has greatly affected the in-depth application of the PHP language. This book fills this gap. It is specifically aimed at experienced PHP programmers and explains in detail the topics that are most important to them.
- 2017-12-08 320 3112355
-
- A collection of tips for using PHP
- PHP's unique syntax is a mix of C, Java, Perl, and PHP's own innovative syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML documents for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags. Here are ten advanced PHP application tips. 1. Use the ip2long() and long2ip() functions to convert the IP address into an integer and store it in the database
- 2017-12-08 325 3111829
-
- ThinkPHP6 backend management payment system--practical development courseware
- ThinkPHP6 backend management payment system--practical development courseware
- 2024-05-09 39 1888
-
- PHP+MySQL basic introductory course courseware
- PHP+MySQL basic introductory course courseware
- 2023-11-06 32 1385
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 185 2747
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2359
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 162 2259
-
- Golden graduation cap vector material (EPS PNG)
- This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 174 2299
-
- Black and white style mountain icon vector material (EPS PNG)
- This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 187 2206
-
- The correct way to import Android or other JAVA projects into Eclipse WORD version
- This document mainly talks about the correct way to import Android or other JAVA projects into Eclipse; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 29 1932
-
- Groovy Getting Started Tutorial Chinese WORD Version
- This document is an introductory tutorial to Groovy; simply put, Groovy is the next generation of Java language. Like Java, it also runs in the JVM. As another language running in the JVM, groovy syntax is very similar to the Java language syntax. At the same time, Groovy abandons Java's cumbersome grammar. For the same statement, using groovy can reduce your keystrokes to the greatest extent - this is indeed the "lazy programmers"
- 2024-02-26 64 883
-
- Example tutorial to learn Python word version in 1 hour
- This article is suitable for experienced programmers to enter the world of Python2.x as soon as possible. Especially, if you master Java and Javascript, you can use Python to quickly and smoothly write useful Python programs in less than an hour.
- 2024-01-26 0 1027
-
- Introduction and improvement of Android JNI development Chinese WORD version
- This document mainly talks about the introduction and improvement of Android JNI development; JNI has a wide range of applications in the Android system. The bottom layer of the Android system is implemented in C/C++, and the APIs provided by the upper layer are all Java. Java calls the underlying implementation through JNI. For example: Android API multimedia interface MediaPlayer class actually calls the libmedia library through JNI at the bottom layer. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 759
-
- Android Developer Guide Part 1: Getting Started
- Android Documentation - Developer Guide - Part 1: Getting Started - Chinese and English Version Android provides a rich application framework, which allows you to build innovative applications and games for mobile devices in the Java language environment. The documents listed in the left navigation provide detailed information on how to build applications using Android's various APIs. Part One: Introduction 0. Introduction to Android (Introduction to Android) 1. Application
- 2024-01-29 2 2138
-
- Parallels Desktop 12
- Mac activation version-the best virtual machine on Mac
- 2017-04-13 1564 19998
-
- PhpStorm 18.2.1 Win版
- Professional PHP integrated development tools
- 2017-02-15 71419 373467
-
- Fat-Free Framework
- Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
- 2024-10-17 4 955
-
- PHPixie
- PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
- 2024-10-17 0 877
-
- Slim
- Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- 2024-10-17 1 734
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2326 25205
-
- WeChat applet signature decryption ThinkPHP library
- WeChat applet signature decryption ThinkPHP library
- 2018-01-17 288 10992
-
- Alibaba Cloud SMS Service singleSendSmsPHP library
- Alibaba Cloud SMS Service singleSendSmsPHP library
- 2018-01-17 300 3738
-
- ThinkPHP5 Alipay payment library (super simple, super easy to use!)
- ThinkPHP5 Alipay payment library (super simple, super easy to use!)
- 2018-01-17 488 6493
-
- Tencent qq login php class
- Tencent qq login php class
- 2018-01-16 402 4556