current location:Home > wifi连接问题解决 search
Found a total of 21313 related content
-
- jQuery mouse hover to view large image function
- Move the picture in to enlarge the picture and solve the problem of misalignment of the picture when it is in the corner.
- 2019-09-19 38 855
-
- hoverIntent delay misoperation plug-in
- This is a very useful plug-in. Many navigations are triggered when the mouse moves quickly, causing many misoperations. The jQuery delayed operation misoperation plug-in-hoverIntent will help you solve this problem.
- 2019-09-21 54 8936
-
- Mobile Happy Scratch HTML5 plug-in
- The mobile Happy Scratch HTML5 plug-in is a mobile H5 Scratch plug-in suitable for Double 12 activities.
- 2024-02-29 5 343
-
- HTML5 paper folded into gift box animation special effects
- The HTML5 paper folding into gift box animation effect is a Christmas gift animation effect implemented in CSS that is suitable for Christmas or any holiday.
- 2024-02-29 5 327
-
- Pure CSS3 retro film player special effects
- Pure CSS3 retro film player special effects is a simple film music player and film recording player special effects.
- 2024-02-29 6 478
-
- IT solution service provider responsive website template
- IT solution service provider responsive website template is a promotional website template download suitable for various IT problem solutions and service companies. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-05-10 23 499
-
- Fangwei P2P online loan system source code
- Fangwei P2P credit system is an application system developed specifically for Internet-based lending. It provides individuals with personal small loans and unsecured online loans through the Internet, so that borrowers can solve the problem of lack of capital turnover and entrepreneurship. At the same time, it also brings considerable returns to investors.
- 2017-02-15 874 3581215
-
- Kuwei enterprise website management system source code
- Coolway Enterprise Website Management System is a marketing website system developed by Coolway Information to provide a package solution for corporate websites. The backend adopts PHP+Mysql architecture and has built-in corporate profile module, news module, product module, picture module, download module, and online Message module, FAQ module, friendly link module. The front desk uses DIV+CSS, follows SEO standards, and provides companies with professional marketing websites through templates or customization.
- 2017-02-18 92 3572780
-
- Just p2p online loan system source code
- It just so happens that the p2p online loan system is a free online loan system developed in Java. The software includes the operating environment and related source code. Caching + asynchronous processing. Efficient and stable. It eliminates various problems caused by operation interruptions, eliminates the need for long waiting times for operations, and can withstand extremely large concurrency. Bottom-testing solves the current situation of online loans grabbing bid cards.
- 2017-02-15 646 3578900
-
- Goku CRM v 0.5.5
- Wukong CRM is a customer relationship management system software. It is adapted to various operating systems such as Windows and Linux, and supports a variety of server software such as Apache, Nginx, and IIs. Wukong CRM is committed to making better and more practical software to promote the development of small and medium-sized enterprises, using free and open source methods to share technology and experience. Wukong CRM 0.5.5 update log: 2017-04-21 1. Fixed several security risks; 2. Solved the task and schedule description display problem; 3. Automatically generate field names when adding custom fields
- 2018-08-18 277 2054475
-
- List of IE6-IE11 compatibility issues and solutions
- List of IE6-IE11 compatibility issues and solutions
- 2017-10-13 264 3287288
-
- List of IE6-IE11 compatibility issues and summary of solutions
- List of IE6-IE11 compatibility issues and summary of solutions
- 2018-01-31 182 2902837
-
- "IE6-IE11 Compatibility Problem List and Summary of Solutions"
- "IE6-IE11 Compatibility Problem List and Summary of Solutions"
- 2017-12-23 229 3059520
-
- PHP Classic Examples (Second Edition)
- PHP Classic by Example (2nd Edition) can save you valuable web development time. With these solutions to real problems at hand, most programming challenges will be solved. "PHP Classic Examples (2nd Edition)" combines the features of PHP with the unique format of the Classic Examples series, which is enough to help you successfully build cross-browser Web applications. In this revised edition, you can find solutions to various programming problems more easily. The content in "PHP Classic Examples (2nd Edition)" covers: form processing; Session management; database interaction; using We
- 2017-12-07 324 3115589
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1340
-
- 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
-
- Matlab implementation of optimization method Chinese WORD version
- The technology of using optimization methods to solve optimization problems is called optimization technology, which includes two aspects: 1) Establishing a mathematical model, that is, using mathematical language to describe the optimization problem. The mathematical relationships in the model reflect the goals and various constraints to be achieved in the optimization problem. 2) Mathematical solution After the mathematical model is built, a reasonable optimization method is selected for solution. Using Matlab's optimization toolbox, you can solve linear programming, nonlinear programming and multi-objective programming problems. Specifically, it includes linear and nonlinear minimization, maximization, quadratic programming, semi-infinite problems,
- 2024-01-18 0 817
-
- Eclipse maven project configuration instructions Chinese WORD version
- This document mainly talks about the eclipse maven project configuration instructions; the purpose of writing this article is to solve a series of problems caused by environmental problems, such as class not found exceptions, old and new JARs, resulting in some methods being unavailable, and hot plugging is supported. Modification, when debugging the program, there is no need to restart tomcat and other problems after modification; interested friends can come and take a look
- 2024-02-27 0 1226
-
- ANDROID Bluetooth programming WORD document doc format
- Using the BluetoothAdapter class, you can find surrounding Bluetooth devices on your Android device and then pair (bind) them. Bluetooth communication is transmitted to each other based on the unique address MAC. Considering security issues, Bluetooth communication needs to be paired first. Then start to connect to each other. After the connection, the devices will share the same RFCOMM channel to transmit data to each other. Currently, these implementations are implemented on Android 2.0 or higher SDK. 1. Finding/discovering dev
- 2024-02-27 0 977
-
- Easy Language Learning Manual Ten Days Illustrated Tutorial to Learn Easy Language pdf version
- The Ten Days to Learn Easy Language Illustrated Tutorial provides a vivid and systematic explanation of the usage and operating techniques of Easy Language in the form of illustrations. Friends who need it can download it and take a look! The whole book is divided into ten chapters and is completed in ten days. The first chapter introduces the installation of Yi Language and the interface after operation. At the same time, a very simple small program is introduced to help users get started. Finally, we introduce the input methods of programming and some common problems encountered by beginners. Chapter 2 will touch on some specific issues, such as how to write a program that equals 1+2, and understand the concept of variables, the valid range of variables, data types and other knowledge.
- 2024-02-28 0 816
-
- Pascal basic tutorial Pascal essential basic tutorial for getting started CHM version
- No matter what you do, there must be certain methods and steps. Computer programming is more rigorous, standardized, and feasible than transaction processing in daily life. In order for the computer to effectively solve certain problems, the processing steps must be arranged and a "sequence" composed of computer language is used to allow the computer to automatically recognize and execute this "sequence" composed of computer language to complete the predetermined task. Arrange the steps to deal with the problem and use computer language to form a sequence, which is often called
- 2024-01-19 2 575
-
- 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
-
- Joomla
- Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
- 2023-09-25 20 3945
-
- 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
-
- 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
-
- 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