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
-
- Enter information and automatically save jQuery desktop notes
- Enter information and automatically save jQuery desktop notes
- 2019-10-19 20 1157
-
- Purchase, sale and inventory product inventory management system v2.22 source code
- The purchase, sales and inventory product inventory management system is a comprehensive application solution based entirely on WEB, a true B/S model, developed using asp, without any installation, and only requires a browser. Business leaders, business personnel, and operators can use it at different times. , location, and can dynamically reflect all aspects of the company's business in a timely manner. Product warehousing, warehousing inquiry, inventory management, inventory transfer, product outbound, outbound inquiry, statistical report, member management, employee management, salary management, unit management, warehouse management, voucher management, asset management, running account Manage product categories
- 2017-02-15 1518 3584633
-
- Yellow fund bank depository website template
- Yellow fund bank depository website template
- 2018-05-22 57 2436715
-
- admin purchase, sale and inventory customer management system template
- admin purchase, sale and inventory customer management system template
- 2020-01-09 781 10432
-
- Web page does not exist 404 animation page template download
- Web page does not exist 404 animation page template download
- 2017-01-21 79 3581340
-
- 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
-
- Memcached caching technical information source code
- Memcached caching technical information source code.zip
- 2017-09-16 465 3349936
-
- 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
-
- Piggy bank icon
- 13 piggy bank icons in PNG format
- 2017-03-15 24 1151
-
- yellow save button
- Yellow save button free download, psd file
- 2017-06-05 82 1498
-
- Piggy bank behind coins HD picture
- Finance Business Financial Management Finance Coin Pink Piggy Style Piggy Bank HD Picture
- 2017-01-21 88 2351
-
- Founder Wei Stele Simplified
- The Wei stele is a calligraphy work of stele inscriptions from the Northern and Southern Dynasties period. The existing calligraphy styles of Wei stele are all in regular script, so these regular script stele inscriptions are sometimes called "Wei Kai". The Wei Stele was originally also called the Northern Stele. Among the successive dynasties in the Northern Dynasties, the Northern Wei Dynasty had the longest history. Later, "Wei Stele" was used to refer to the stele calligraphy works of the entire Northern Dynasty, including the Eastern Wei, Western Wei, Northern Qi and Northern Zhou. These inscriptions mainly exist in the form of "stone tablets", "epitaphs", "cliffs" and "statues". The structure is flat, square and sparse, tight on the inside and loose on the outside, with many official meanings. Although this epitaph is a formal book, its writing style is informal, restrained and self-contained.
- 2017-01-22 39 1278
-
- 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
-
- 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 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 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
-
- 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
-
- 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
-
- WIKINDX
- Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
- 2023-10-07 23 4395
-
- SecLists
- SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
- 2023-09-11 30 5741
-
- 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 downloads remote files to local storage function class
- PHP downloads remote files to local storage function class
- 2017-06-20 259 2839
-
- PHP memory cache memcached class code
- PHP memory cache memcached class code
- 2017-03-22 168 2275
-
- qnsdk: Qiniu cloud storage sdk
- 2017-03-08 125 2267