current location:Home > 浏览器同步主控 search
Found a total of 21313 related content
-
- Browser-like homepage search
- Browser-like homepage search
- 2019-11-16 93 1596
-
- Imitation browser homepage search function
- Imitation browser homepage search function
- 2019-12-16 45 976
-
- Mac QQ browser version official website homepage effect
- Mac QQ browser version official website homepage effect
- 2019-10-17 35 978
-
- Universal iframe elastic layer plug-in
- Universal iframe elastic layer plug-in, compatible with mainstream browsers
- 2019-09-19 21 883
-
- Imitation QQ window jitter effect code
- Imitation QQ jitter effect code, compatible with mainstream browsers.
- 2017-03-23 65 1337
-
- Imitation QQ browser homepage effect
- Imitation QQ browser homepage effect
- 2019-09-27 170 205310
-
- semcms foreign trade website building system | semcms foreign trade website source code php version v2.3
- SemCms is an open source foreign trade enterprise website management system. It is mainly used for foreign trade enterprises and is compatible with mainstream browsers such as IE, Firefox, Google, and 360.
- 2017-10-28 199 3254672
-
- Comprehensive information service management platform OA template
- Comprehensive information service management platform OA template, blue style, DIV+CSS layout, click to switch the operation functional area, including desktop menus such as address book, work tasks, project management, control panel, and instant reminders. IE11 browses normally, but Google Chrome has some compatibility issues.
- 2017-08-11 682 3426637
-
- WordPress fresh Minty theme
- WordPress fresh Minty theme is a fresh, natural and concise WordPress theme. It adopts responsive design in the mobile era and is equally outstanding on mobile phones, tablets and computers. It has perfect compatibility and supports mainstream browsers.
- 2017-06-22 346 3491939
-
- Marketing printed matter packaging enterprise website dream weaving source code
- Marketing printed matter packaging enterprise website Dreamweaver template (with HTML5 mobile version) v1.0 is a website template with the latest version of Dreamweaver V5.7 as the core that is adaptive to mobile phones and PCs. The software is compatible with mainstream browsers, and the template includes installation instructions. , and includes test data, the latest version of dedecms kernel development, original design, hand-written DIV+CSS, perfect for IE7+, Firefox, Chrome, 360 browsers, etc.; mainstream browsers; the page is simple and easy to manage, and the DEDE kernel can be used Use; comes with test data!
- 2017-02-20 82 3572395
-
- PHP intermediate tutorial ajax technology
- AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "PHP Intermediate Tutorial: Ajax Technology" will take you quickly
- 2017-10-15 2087 3285531
-
- SVN construction and usage instruction video (Boolean Education)
- "SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
- 2017-10-15 584 3283466
-
- Han Shunping's complete set of notes from entry to proficiency in PHP
- Han Shunping, graduated from Tsinghua University, is a well-known senior lecturer in software training in China. He has worked at Sina, Click Technology, and UFIDA. Host or participate in "Sina Mail System", "Orange SNS (Social Network) Website", "Click Technology Collaboration Software Group Server (Linux/Solaris Platform)", "National General Staff Voice Monitoring System", "English Learning Machine System" ", "UFIDA ERP (U8 Product) System" and other projects. Rich practical experience, patient and meticulous teaching, easy to understand, courageous to practice, diligent in innovation, teaching style close to life, teaching language vivid and interesting, many years
- 2017-12-12 600 3098433
-
- 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
-
- 55 styles of five-pointed star style software system icons
- Pentagram style icon clock browser calendar music compass home icon
- 2017-03-13 41 1312
-
- 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
-
- Detailed explanation of Android WebView examples Chinese WORD version
- This document mainly describes the detailed explanation of Android WebView examples; Android phones have a high-performance webkit kernel browser built into them, which is encapsulated in the SDK as a component called WebView. WebKit is a software framework included in Mac OS X v10.3 and above (v10.2.7 and above can also be obtained through software updates). At the same time, WebKit is also the basis for Mac OS X's Safari web browser. WebKit is an open source project mainly developed by KDE's K
- 2024-02-28 0 1091
-
- Python website development guide WORD version
- This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
- 2024-01-25 0 979
-
- Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
- As we all know, during the development process of J2EE projects, if you only modify the page during the debugging phase, you do not need to restart the application server. For example, you do not need to restart Tomcat. Just refresh the page in the browser. In fact, the fundamental reason why there is no need to restart application servers such as Tomcat is because we can set a virtual directory in the configuration file of the application server, so that we can know the directory where the web project is located, so we can save the need to package and then re-publish to Server steps. Interested friends can come and take a look
- 2024-02-26 0 1063
-
- Android sensor programming Chinese WORD version
- This document mainly talks about Android sensor programming; a sensor is a physical device or biological organ that can detect and feel external signals, physical conditions (such as light, heat, humidity) or chemical composition (such as smoke), and will detect Information is passed to other devices or organs. At the same time, it can also be said that the sensor is a detection device that can sense the information being measured, and can transform the detected information into electrical signals or other required forms of information output according to certain rules to meet the needs of information transmission and Requirements for processing, storage, display, recording and control. It is the first to realize automatic detection and automatic control
- 2024-02-27 0 504
-
- How to use Android Tasker Chinese WORD version 2MB
- This document mainly describes how to use Android's Tasker; Tasker on Android is definitely one of the artifacts of the Android system. Unlike Auto Memory Manager, Tasker is not an acceleration software, but a system-enhanced software. Because There are many system states that can be controlled, making Tasker the brightest star in the Android system. But Tasker is undoubtedly the most difficult software to use. Because there are so many places you can control, it makes people feel a little overwhelmed.
- 2024-01-30 0 668
-
- browser-sync-master
- Time-saving browser sync testing tool
- 2017-04-13 2580 26043
-
- Safe Exam Browser
- Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
- 2023-08-18 11 4109
-
- OpenCV
- The open source computer vision library has over 2,500 algorithms and provides detailed documentation and example code for real-time computer vision. It runs on Windows, Linux, Mac OS X, Android, iOS, and is available in your browser via JavaScript. Language: C++, Python, Julia, Javascript Home page: https://opencv.org Q&A Forum: https://forum.opencv.org/ Documentation: https://do
- 2023-08-11 13 1714
-
- Redo Rescue: Backup and Recovery
- Redo Rescue Backup and Restore can back up and restore your entire system in minutes, using a point-and-click interface that anyone can use. Bare metal recovery to a new, blank drive, up and running in minutes. Supports saving and restoring to local disk or shared network drive. Selectively recover and remap partitions to different locations on the target drive. Comes with other tools for partition editing, web browsing, etc. Runs from live CD/USB, no installation required. Website: http://redorescue.com
- 2023-08-18 0 753
-
- 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
-
- 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