current location:Home > 储存位置 search
Found a total of 21313 related content
-
- Search history localized storage
- Search history localized storage
- 2019-12-16 39 702
-
- Editable table with storage
- Editable table with storage
- 2019-09-30 59 1257
-
- Search history localstage localized storage
- Search history localstage localized storage
- 2019-11-16 53 1297
-
- Calendar price, inventory and other settings plug-in
- Calendar price, inventory and other settings plug-in
- 2019-10-25 52 1477
-
- Get and set the cursor position of the text box
- Get and set the cursor position of the text box
- 2019-11-11 38 2394
-
- Easy-to-use adaptive simple login template
- Completed form verification, remember password, automatic login. Local storage is used. If you change it, you can put it in jsp.
- 2019-09-21 455 235534
-
- WeChat mini program demo: Lezhu
- WeChat mini program demo: Lezhu: similar to location-based; helpful application, somewhat similar to the spirit of Zhang Xiaolong’s mini program.
- 2017-01-17 181 3589009
-
- Responsive app website template
- jQuery responsive app website template, click the download button to jump to the specified location on this page
- 2019-09-25 106 213883
-
- Laboratory website template
- Laboratory website template, a full set of templates, DIV+CSS layout, including homepage, about us, services, our location, contact, blog and other website template pages.
- 2017-08-10 70 3428306
-
- Lagou.com Internet Recruitment Company Website Template
- Lagou.com Internet recruitment company website template, simple style, full set of website templates, including homepage, company list, my resume, my favorite positions, my job subscription, posting new positions, account settings, user login, user registration, search There are a total of 38 website template pages including password return, password change, recruitment service activation, product manager, and contact us.
- 2017-08-09 212 3429982
-
- Chinese annotated version of php configuration file php.ini
- The Chinese annotated version of the php configuration file php.ini is an open source book on the internal implementation of PHP compiled by multiple authors. From environment preparation to code implementation, from implementation process to detail extension, from variables, functions, objects to memory, Zend virtual machine... and so on, we will explain the style of PHP.
- 2017-12-09 341 3108153
-
- PHP realizes memcache sharing of multi-server session sharing
- This article is a continuation of PHP's NFS sharing of multi-server session sharing, but this time, I use memcache to store sessions. Please see here for the installation of memcache: Build an efficient, reliable, and stable WEB server
- 2017-12-08 341 3111279
-
- PHP MySQL WEB Development Bible Chinese Edition (Original Book 3rd Edition)
- This book combines PHP development with MySQL applications, and provides an in-depth and simple analysis of PHP and MySQL respectively. It not only introduces the general concepts of PHP and MySQL, but also gives a more comprehensive explanation of the web applications of PHP and MySQL, and includes several Classic and practical example. This third edition of this book has been completely updated, rewritten, and expanded to include the latest features of PHP5 - the new object model, better exception handling, and SimpleXML; as well as the new features of MySQL 5, such as stored procedures and stored procedures. engine. PHP
- 2017-12-08 413 3112272
-
- Self-study PHP, MySQL and Apache
- This book combines PHP development with MySQL applications, and provides an in-depth and simple analysis of PHP and MySQL respectively. It not only introduces the general concepts of PHP and MySQL, but also gives a more comprehensive explanation of the web applications of PHP and MySQL, and includes several Classic and practical example. This book is the 4th edition, which has been completely updated, rewritten and expanded, including the latest improved features of PHP5.3 (for example, better error and exception handling), MySQL's stored procedures and storage engine, Ajax technology and Web2 .0 and the security issues that web applications need to pay attention to
- 2017-12-09 303 3107704
-
- Preliminary web development with PHP Apache and MySQL
- This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
- 2017-12-09 264 3107960
-
- 12 black round icon vector materials (EPS)
- This is a black round icon vector material, 12 in total, including phone, email, location, printer, information, contact, network, mobile phone, computer, phone, etc. The material format is EPS, including JPG preview.
- 2023-07-03 20 782
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Android local data storage Chinese WORD version
- This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
- 2024-02-26 0 808
-
- Android data storage SQLite database storage Chinese WORD version
- This document mainly talks about Android data storage SQLite database storage; each database in Android is private to the application package suite that created it. By default, other applications cannot directly access this private database. Friends in need can download and take a look
- 2024-02-26 0 1036
-
- Android In-depth understanding of SQLite storage method Chinese WORD version
- This document describes Android's in-depth understanding of SQLite storage methods; SQLite is a lightweight database designed for embedded use, and it takes up very few resources. In embedded devices, it only requires a few hundred KB; there are Friends who need it can download it and take a look
- 2024-02-29 0 1224
-
- MyBatis stored procedures, MyBatis paging, MyBatis one-to-many add, delete, modify and query operations Chinese WORD version
- This document mainly talks about MyBatis stored procedures, MyBatis paging, and MyBatis one-to-many add, delete, modify, and check operations; I hope it will be helpful to everyone; interested friends can come and take a look.
- 2024-02-29 0 875
-
- 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
-
- phpStudy V8.1 (Win64 bit) (php8 is supported)
- Win64 bit, supports the coexistence of multiple versions of PHP
- 2019-08-05 65338 268877
-
- phpStudy V8.1 (Win32 bit) (php8 is supported)
- Win32 bit, supports the coexistence of multiple versions of PHP
- 2019-08-05 6779 43633
-
- Nextcloud Server
- Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
- 2023-08-18 2 1541
-
- TeemIp - IPAM and DDI solution
- TeemIp is a free, open source, WEB-based IP address management (IPAM) tool that provides comprehensive IP management functions. It allows you to manage IPv4, IPv6 and DNS spaces: track user requests, discover and assign IPs, manage your IP plans, subnet spaces, zones and DNS records in compliance with best DDI practices. Meanwhile, TeemIp's Configuration Management Database (CMDB) allows you to manage your IT inventory and associate your configuration items (CIs) with the IPs they use. The project source code is located at https://github.
- 2023-08-18 11 2074
-
- WampServer
- WampServer is a web development platform on Windows that allows you to create dynamic web applications using Apache2, PHP, MySQL and MariaDB. WampServer automatically installs everything you need to develop web applications intuitively. You can even tweak the server without touching the settings file. Best of all, WampServer is available in free versions (under the GPML license), both in 32-bit and 64-bit versions. WampServer is not compatible with Windows X
- 2023-08-18 45 2883
-
- TCrypto encrypted storage PHP library
- TCrypto encrypted storage PHP library
- 2017-12-19 67 1517
-
- TCrypto-master key-value encryption storage PHP library
- TCrypto-master key-value encryption storage PHP library
- 2017-12-08 58 1307
-
- PHP class to obtain visitor IP and geographical location information
- PHP class to obtain visitor IP and geographical location information
- 2017-12-02 141 1841
-
- PHP downloads remote files to local storage function class
- PHP downloads remote files to local storage function class
- 2017-06-20 259 2839
-
- A PHP class that adds watermarks at different locations based on the color boundary of the image
- A PHP class that adds watermarks at different locations based on the color boundary of the image
- 2017-04-13 105 1406