current location:Home > 外部スクリーン search

Classify:
Found a total of 21321 related content
  • jQuery supports local zoom image magnifying glass plug-in
    jQuery supports local zoom image magnifying glass plug-in
    jQuery supports partial zoom. The picture magnifying glass plug-in provides 2 picture zoom modes, internal zoom of the picture and external zoom of the picture. You can use the mouse wheel on the picture to locally zoom the picture.
    2017-03-26 208 4504
  • Scan the WeChat QR code jQuery to return to the top
    Scan the WeChat QR code jQuery to return to the top
    Scan WeChat QR code jQuery to return to the top is a tool that will zoom and pop up the QR code image when the mouse moves over the QR code icon. It also has feedback links and returns to the top of the web page. The effect is practical and compatible with mainstream browsers.
    2017-03-24 313 3328
  • Use L2Dwidget to realize customer service special effects of two-dimensional cartoon characters
    Use L2Dwidget to realize customer service special effects of two-dimensional cartoon characters
    Create comic character animation and 3D cartoon character animation special effects based on L2Dwidget and json. ps: 3 cartoon character styles involving external link files such as picture mp3. Modify the "model" part to replace the display.
    2021-03-31 222 2205
  • js modal dialog plug-in rmodal.js
    js modal dialog plug-in rmodal.js
    rmodal.js is a js modal dialog plug-in with animation effects. The compressed version of the rmodal.js modal dialog plug-in is only 1.2kb. It does not have any external dependencies and can create modal dialog effects with animated effects. Its features also include: simple use and high execution efficiency. Written in pure js without any external dependencies. Supports all modern browsers including IE9+. Can be used in conjunction with bootstrap and animate.css. Supports CommonJS AMD or globals.
    2019-09-11 143 3609
  • JS circle spreads outward to enlarge picture special effect
    JS circle spreads outward to enlarge picture special effect
    The JS circle outward spreading and enlarging picture effect is a small circle with interactive animation. When you click on any small circle in the screen, the local effect of that position will be enlarged and displayed.
    2024-02-27 112 684
  • Beautiful surf club sports responsive template
    Beautiful surf club sports responsive template
    Beautiful atmosphere sea surf club sports responsive bootstrap mobile phone big picture background conference exhibition fitness club skin care foreign trade business cycling yellow
    2017-08-12 161 3422990
  • WordPress multi-purpose theme from —Impreza
    WordPress multi-purpose theme from —Impreza
    Today I would like to recommend you a theme that is full of technology, the Impreza WordPress theme. It is a very beautiful theme with many functions. Its top slide effect is very suitable for the display of products or works, and its flexible component design And more customization options can better meet the user's requirements for the appearance of the website. This theme can be an excellent theme for corporate product display, or it can be a theme for personal blogs and photography sites.
    2017-01-14 378 3583201
  • Handmade baked food website template
    Handmade baked food website template
    Handmade baked food website template website template is a website template that provides various handmade baked food promotion website templates for download. Tip: This template calls the Google font library, and the page may open slowly.
    2023-10-30 110 771
  • Modern artificial intelligence writing service company website template
    Modern artificial intelligence writing service company website template
    Modern artificial intelligence writing service company website template is a company promotional website template download that provides artificial intelligence writing services. Tip: This template calls the Google font library, and the page may open slowly.
    2023-10-30 167 911
  • Solution planning solution service studio website template
    Solution planning solution service studio website template
    The plan planning solution service studio website template is a company promotional website template download that provides various planning plan services. Tip: This template calls the Google font library, and the page may open slowly.
    2023-10-30 119 661
  • PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
    PHP and MySQL in Dynamic WEB Sites: The Intuitive QuickPro Guide 2nd Edition
    PHP and MySQL in Dynamic WEB Websites reflect the needs of actual programs in detail, carefully exploring the validation of external data (such as the format of a credit card number), user login, and how to use templates to establish a standard appearance for web pages. The content of PHP and MySQL in dynamic WEB websites is not just these. The book also mentions how to connect JavaScript and PHP to make user operations faster and more convenient. There are also ways to properly handle user input errors to make your website look more professional. In addition, a large number of powerful functions from the PEAR plug-in function library are introduced to support commonly used and powerful packages.
    2017-12-09 375 3107893
  • Search engine optimization advanced programming PHP version (including source code)
    Search engine optimization advanced programming PHP version (including source code)
    Search engine optimization has traditionally been the job of the marketing team. But in this book, we will look at search engine optimization from another perspective and let programmers also participate in the search engine optimization team. Search engine optimization (SEO) is not just the job of the marketing department. It must be carefully thought through by the Web site developer, throughout the entire development process from the initial Web site idea. By changing the architecture of a Web site and modifying its presentation technology, search engine rankings and traffic levels can be greatly improved. This unique handbook is designed for PHP developers or those involved in
    2017-12-07 335 3116008
  • WeChat Mini Program Accounting Book Development Practical Courseware
    WeChat Mini Program Accounting Book Development Practical Courseware
    WeChat Mini Program Accounting Book Development Practical Courseware
    2023-09-21 17 1341
  • ThinkPHP configuration development and CMS backend practical courseware
    ThinkPHP configuration development and CMS backend practical courseware
    ThinkPHP configuration development and CMS backend practical courseware
    2023-08-15 32 1562
  • Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    2023-06-26 34 1692
  • Use Nexus to build a Maven private server Chinese WORD version
    Use Nexus to build a Maven private server Chinese WORD version
    This document mainly talks about using Nexus to build a Maven private server; the private server is a special remote warehouse set up on the LAN for the purpose of proxying the remote warehouse and deploying third-party components. With the private server, when Maven needs to download a component, it directly requests the private server. If it exists on the private server, it downloads it to the local warehouse; otherwise, the private server requests an external remote warehouse, downloads the component to the private server, and then provides it to the local warehouse for download. Interested friends can come and take a look
    2024-02-28 51 1314
  • Lucene index optimization Chinese WORD version
    Lucene index optimization Chinese WORD version
    This document mainly talks about Lucene index optimization; this article mainly introduces how to improve the indexing speed of Lucene. Most of the ideas introduced are easy to try, but of course others may increase the complexity of your program. So please confirm that the indexing speed is indeed very slow, and the reason for the slowness is indeed caused by Lucene itself; I hope this document will help friends in need; interested friends can come and take a look
    2024-02-27 60 1506
  • Android linux kernel introduction Chinese WORD version
    Android linux kernel introduction Chinese WORD version
    This document mainly talks about the introduction of Android linux kernel; Android kernel is based on Linux 2.6 kernel (the latest development version is 2.6.31). It is an enhanced kernel version. In addition to modifying some bugs, it provides functions to support Android Platform device driver, I hope this document will help friends in need; interested friends can come and take a look
    2024-02-29 4 1533
  • Android local data storage Chinese WORD version
    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 923
  • Perl Lwp documentation chm version
    Perl Lwp documentation chm version
    LWP is the abbreviation of Library for Web access in Perl. The purpose is very clear, it is a Perl package for accessing the Web server. Using the LWP package, we can easily access resources on external web servers in our perl scripts. Why use LWP? Today's website applications are becoming more and more complex. It is simply impossible to simply write a Sockettelnet to obtain resources using the GET command, especially for some websites that require passwords to log in. If you just want to simply get
    2024-02-29 40 2214
  • Dompdf
    Dompdf
    dompdf is an HTML to PDF converter. At its core, dompdf is a (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer that downloads and reads external style sheets, inline style tags, and style attributes of individual HTML elements. It also supports most expressive HTML attributes. PDF rendering is currently provided by PDFLib or a bundled version of the R&OS CPDF class written by Wayne Munro. (for R&OS class
    2023-08-15 165 2619
  • Fat-Free Framework
    Fat-Free Framework
    Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
    2024-10-17 4 947
  • PHPixie
    PHPixie
    PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
    2024-10-17 0 872
  • Slim
    Slim
    Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
    2024-10-17 1 730
  • FuelPHP
    FuelPHP
    The Fuel PHP Framework is a fast, simple and flexible PHP 5.4 framework, born from the best ideas of other frameworks, with a fresh start!
    2024-10-17 0 744