current location:Home > 任务调度 search
Found a total of 21321 related content
-
- js scheduled task plug-in
- js scheduled task plug-in
- 2019-10-24 112 1729
-
- jQuery taskbar
- Realize taskbar enlargement, reduction and draggability based on jQueryUI animation effect and drag method
- 2019-09-12 79 1058
-
- Drag-and-drop task management UI interface special effects
- js css3 production task manager, free drag-and-drop arrangement and combination of task items, task list UI page template
- 2021-01-29 229 2256
-
- css3 implementation to add task list plug-in
- css3 implements adding task list plug-in. You can enter the name of the task you need to complete in the input box, and click the add button to add the task to the list.
- 2024-02-28 135 808
-
- Vertical tab plug-in tabWeek.js weekly task list
- Vertical tab plug-in tabWeek.js weekly task list
- 2019-09-30 127 1288
-
- Green tone business English training website template
- Green tone business English training website template
- 2018-05-22 139 2436441
-
- WTS work follow-up system v1.16 source code
- The main functions and features of WTS work follow-up system: 1. Task tracking function that complies with common standards. It can be widely used for follow-up of key work, follow-up of inspection tasks, work supervision, follow-up of meeting minutes and resolutions, follow-up of work assigned by leaders, follow-up of team collaboration tasks, daily work plan, weekly work plan, monthly work plan follow-up, Project progress management software and tracking software improve team execution. 2. Work notes, custom group functions, work authorization, work handover, and viewing of subordinate work tasks. 3. Performance assessment function: The system provides KPI assessment and management by objectives assessment (MBO), which can
- 2017-02-15 1005 3581055
-
- Blue responsive resort tourism one-page promotion template
- blue responsive mobile bootstrap vacation resort tourism single page attraction property service responsive
- 2017-08-14 142 3419600
-
- Indian religious culture education website template
- The Indian religious and cultural education website template is a website template download suitable for Indian religious, cultural and educational publicity services. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-10-24 99 777
-
- Website template for customer service company
- Customer service is an important part of a good company, especially a sales and service company. It is composed of a clear "customer service concept", relatively fixed customer service personnel, standardized customer service content and processes, and relevant service quality standard requirements for each link; customer-centered; to enhance corporate visibility, reputation and customer loyalty It consists of a series of elements of corporate business activities for the purpose.
- 2017-12-07 151 3116051
-
- "Practical Combat of High-Performance Linux Server Construction-Operation and Maintenance Monitoring, Performance Tuning and Cluster Application"
- "Practical Combat of High-Performance Linux Server Construction-Operation and Maintenance Monitoring, Performance Tuning and Cluster Application"
- 2018-03-02 380 2805940
-
- Laravel 5.3 Reference Manual Chinese CHM Version
- The new features in Laravel 5.3 are mainly focused on improving development speed and improving development efficiency by enhancing out-of-the-box functionality for common tasks.
- 2017-09-25 366 3327083
-
- 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 2089 3285731
-
- Learn PHP tutorial in ten days
- In the past, I learned ASP in ten days, learned ASP.NET in ten days, etc. Now I think about writing PHP, which is more comprehensive. I won’t go into the PHP debugging methods here. Many articles outside have introduced them, and there are many different combinations. For the time being, I am using Apache web server and MY SQL as the WEB server and database, and I am doing the program in the environment of php-4.3.3. Of course, PHPMYADMIN is indispensable for simple construction and access to view the database.
- 2017-12-08 371 3111776
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 1341
-
- Round temperature regulator button PSD layered material
- Circular temperature regulator button PSD material UI interface design circular progress bar icon button
- 2017-03-13 105 1443
-
- Vector metal scale button material
- Vector metal scale button material free download EPS button adjustment metal scale vector material volume
- 2017-03-15 105 1188
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Android Development Guide Chinese PDF version
- Android development guide Chinese pdf version, friends who learn android can refer to it. Application Fundamentals Key Classes Application Components Activation Components: Intent Close Component Manifest File Intent Filter Activity and Task Affinity (Attraction) and New Task Loading Mode Clean Stack Start Task Process and Thread Process Thread Remote Procedure Call Thread Safe Method Component Life cycleActivi
- 2024-02-26 32 798
-
- Intermediate Perl e-book chm version
- From a Perl enthusiast to a Perl programmer. "Intermediate Perl" will teach you how to use Perl as a programming language, not just a scripting language. Perl is a flexible and powerful programming language that can be used in many aspects, from system management to network programming to database operations. People often say that Perl makes easy things easy and hard things doable. Intermediate Perl is all about taking the leap from simple to difficult tasks
- 2024-02-01 1 1071
-
- Maven web project non-plugin debugging Chinese WORD version
- This document mainly talks about non-plugin debugging of Maven web projects; Maven web projects are generally debugged using Jetty plug-ins, but it is still very troublesome to enter debug mode using Jetty. Here we introduce how to configure the maven web project into a dynamic web project under eclipse, so that you can use any web container supported by eclipse to debug and run. I hope this document will help friends in need; interested friends can go to
- 2024-02-02 27 1321
-
- Android service Service_detailed explanation WORD version
- This document mainly talks about the detailed explanation of the Android service Service_; Service is one of the four application components in the Android system (for details on other components, see Section 3.2). Services are mainly used for two purposes: background running and cross-process access. By starting a service, you can run specified tasks in the background without displaying the interface, so that it does not affect the user's ability to do other things. Communication between different processes can be achieved through the AIDL service, which is also one of the important uses of the service. I hope this document will help friends in need;
- 2024-01-31 0 804
-
- Android cooperates with WebService to access remote database Chinese WORD version
- Use HttpClient to request data from the server-side action. Of course, calling server-side methods to obtain data is not the only one. WebService can also provide us with the required data, so what is webService? , it is a remote calling standard based on the SAOP protocol. Different operating system platforms, different languages, and different technologies can be integrated through webservice. To realize Android and server-side data interaction, we need some libraries in the PC machine Java client, such as XFire, A
- 2024-02-26 0 1039
-
- 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 153 2022
-
- WampServer
- WampServer is a web development platform on Windows that allows you to create dynamic web applications using Apache2, PHP, MySQL and MariaDB. WampServer automatically installs everything you need to develop web applications intuitively. You can even tweak the server without touching the settings file. Best of all, WampServer is available in free versions (under the GPML license), both in 32-bit and 64-bit versions. WampServer is not compatible with Windows X
- 2023-08-18 215 3355
-
- WooCommerce
- WooCommerce is a customizable, open source e-commerce platform based on WordPress. Get started quickly and work your way. Add the WooCommerce plugin to any WordPress site and set up a new store in minutes. Get secure payments, configurable shipping options, and more for free. From subscriptions to fitness classes to luxury cars, WooCommerce is fully customizable. Add functionality and expand the functionality of your store with official extensions on WooCommerce Marketplace
- 2023-08-15 180 2635
-
- 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 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
-
- ThinkPHP calls Baidu translation class
- ThinkPHP calls Baidu translation class
- 2017-03-22 177 1402
-
- PHP class that calls Baidu Translate
- PHP class that calls Baidu Translate
- 2017-12-29 216 2555
-
- Tools to run SSH tasks using PHP
- Tools to run SSH tasks using PHP
- 2017-12-09 148 1301
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093