current location:Home > 多租户 search
Found a total of 21313 related content
-
- CSS3 implements WeChat group avatar layout code
- Techniques for realizing the layout of multi-user avatars in WeChat groups using the number of css3 pseudo-class matching lists. Layout effect codes with different numbers of avatars for different users.
- 2019-04-04 107 2317
-
- jsam-paginationjs paging plug-in
- jsam-paginationjs paging plug-in is a paging bar effect that can be dynamically rendered on the client page and has multiple configuration parameters.
- 2017-11-30 55 1541
-
- jQuery filter list filter plug-in Filterizr
- Filterizr is a jQuery-based filtering plug-in that provides multiple filtering methods to meet your different needs. And it uses CSS3 filtering effect to make the user experience better.
- 2019-09-10 19 1229
-
- jQuery modal window user registration code
- jQuery modal window user registration code. Now more and more corporate websites or shopping mall websites have login or registration in the upper right corner. After clicking, a pop-up window will pop up on the page, requiring us to complete the login registration effect. Such a page will display It's more beautiful. PHP Chinese website recommends downloading!
- 2017-01-19 106 2055
-
- Enterprise official website tab drop-down menu special effects
- On the home page of the jQuery enterprise official website, the content panel is displayed when the mouse moves over the tab, and the hidden panel is displayed in a humanized manner. Solve the common bug of this function, that is, when the user leaves the tab and goes to the content panel below, if it is not handled well, it may not reach the content panel below, and the content panel is hidden as a result. Suitable for use in a variety of scenarios and has universal functions.
- 2020-11-23 162 4362
-
- DSMall open source multi-user mall system
- DSMall open source multi-user mall system
- 2020-05-01 597 7437
-
- WSTMart multi-user mall system
- WSTMart multi-user mall system is a B2B2C comprehensive e-commerce system developed based on THINKPHP5.0.
- 2018-05-11 302 2487661
-
- DSMall open source multi-user mall system
- It can help enterprises quickly build a comprehensive shopping mall platform similar to JD.com/Tmall. It has PC, WeChat, and H5 shopping mall ports, which can be freely used together. It has rich marketing tools and a highly stable system, integrating e-commerce retail, wholesale, and O2O. It can help you focus on multi-user platform operation, while improving the ability of settled merchants to manage store business, and create a good shopping and consumption experience for buyers.
- 2020-05-21 1601 10948
-
- DSMall multi-merchant open source mall source code
- DSMall multi-merchant open source mall source code is a multi-user mall system source code developed with thinkPHP as the framework. Website functions include: website settings, account synchronization, upload settings, permission settings, region management, data backup, operation logs, category management, brand management, store level, store classification, store help, member management, membership level, points management, pre-order Deposits, physical orders, virtual orders, returns management, consultation management, evaluation management, article classification, article management, rush purchase management, limited time discounts, free gifts with purchases, preferential packages, recommended booths, event management, redemption gifts
- 2018-05-15 488 2474129
-
- Agricultural products multi-user mall system
- Agricultural products trading multi-user mall system v4.2.0 (free unlimited version), the new version adds mobile APP, mobile WAP, micro website and other sections. Add regional navigation and open sub-station functions. There are no restrictions on front and back functions. Suitable for agricultural product e-commerce website construction. The free version can also be used for commercial purposes. Suitable for grassroots entrepreneurial platforms.
- 2017-03-20 683 3565870
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1340
-
- ThinkPHP6 backend management payment system--practical development courseware
- ThinkPHP6 backend management payment system--practical development courseware
- 2024-05-09 36 1329
-
- PHP+MySQL basic introductory course courseware
- PHP+MySQL basic introductory course courseware
- 2023-11-06 32 1049
-
- HTML5CSS3JavaScriptES6 introductory course courseware
- HTML5CSS3JavaScriptES6 introductory course courseware
- 2023-11-06 56 914
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 998
-
- 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
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- WebSphere Learning Document Chinese WORD version
- The introduction of the new concept of profile makes managing IBM® WebSphere® Application Server easier. WebSphere Application Server V6 introduced the concept of profiles to physically separate product binaries from user data and to enable users to define multiple sets of user data. In WebSphere Application Server Chapter
- 2024-02-27 0 1073
-
- Detailed explanation of android interface layout Chinese WORD version
- This document mainly talks about the detailed explanation of the android interface layout; before introducing the layout issues in Android through "Hello World!", I have to introduce the user interface in Android first, because the layout issue is also one of the user interface issues. In an Android application, the user interface is built through View and ViewGroup objects. There are many kinds of Views and ViewGroups in Android, and they all inherit from the View class. V
- 2024-02-28 0 961
-
- Getting Started with Android Fragment Usage WORD Version
- This document mainly talks about the usage of Fragments for getting started with Android; Fragments are used to describe some behaviors or part of the user interface in an Activity. We can create multiple UI panels in a single activity by merging multiple fragments, and they can also be reused at the same time. fragment in multiple activities. You can think of fragment as a module of activity. Fragment has its own life cycle and receives its own input events. It can be received from a running
- 2024-02-01 0 580
-
- Writing a small database with Delphi Chinese WORD version
- This document mainly talks about using Delphi to write small databases; Delphi is one of the most popular programming tools at present. It has many advantages in developing database applications and provides a powerful way to develop database applications based on the client/server model. ability. In terms of database access, it is equipped with Borland Database Engine (BDE), which can access various databases through SQL Links, ODBC and other technologies, and can also use ADO to access various databases. In terms of application client development, Delphi provides
- 2024-01-18 0 608
-
- Introduction to Adobe Flex Chinese WORD version
- Flex is a component-based development framework that can generate a rich Internet application run by Flash Player. Flex combines a standards-based language with a variety of extensible user interface and data access components, allowing developers to build applications with rich data presentation, powerful client logic and integrated multimedia. Flex is a rich client application development toolkit built on the Flash platform. As a new technology representative in the Rich Internet Application (RIA) era, Flex has been used by Adobe since 2007.
- 2024-01-17 5 3291
-
- cwRsync (multi-server secure file synchronization client) 4.1.10
- cwRsync (multi-server secure file synchronization client) 4.1.10
- 2018-02-07 61 4219
-
- Invoice Ninja
- Invoice Ninja is a free and open source invoicing, expense and time tracking app built with Laravel and Flutter. It offers tons of great features, including custom branded invoice design, recurring invoicing and automatic billing of clients, real-time quote creation and custom proposals, expense reporting, and more! Invoice Ninja is also able to process online payments from more than 40 payment gateways, including Stripe, PayPal and WePay. It also accepts payments using credit card, ACH, Bitcoin, and more. ByInvoice
- 2023-08-15 4 1569
-
- phpList
- phpList provides open source email marketing services, including analysis, list segmentation, content personalization and bounce processing. The rich technical functions and secure and stable code base are the result of 17 years of continuous development. Used in 95 countries, available in more than 20 languages, and used in 25 billion email campaigns sent last year. You can deploy it with your own SMTP server or get a free hosting account at http://phplist.com.
- 2023-09-18 15 4111
-
- 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
-
- CiviCRM
- CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
- 2023-10-07 24 4482
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2147 24412
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11352 90802
-
- Encryption PHP library for generating unique strings from integers
- Encryption PHP library for generating unique strings from integers
- 2018-01-23 307 9388
-
- Annotation-based PHP encryption library
- Annotation-based PHP encryption library
- 2018-01-23 177 7749
-
- PHP library for processing text
- PHP library for processing text
- 2018-01-23 306 9825