search
Found a total of 18770 related content
CSS3 daily work items list check special effects
CSS3 daily work items list check special effects
CSS3 special effects
2543

The CSS3 checking effect of the day's work list is a special effect that beautifies the checking of the input box of the day's work plan list based on the css3 transition attribute.

activiti workflow online editor
activiti workflow online editor
jQuery effects
2452

activiti workflow online editor

jQuery web page left workflow shrink menu
jQuery web page left workflow shrink menu
jQuery effects
1096

jQuery web page left workflow shrink menu

Work hard text animation special effects
Work hard text animation special effects
text effects
463

Work hard text animation special effects

Calendar effects for working days can be set
Calendar effects for working days can be set
time date
1320

Calendar effects for working days can be set

jQuery studio website template
jQuery studio website template
Front-end template
220113

jQuery bootstrap responsive creative studio template

jQuery horizontal drop-down navigation menu image list display code
jQuery horizontal drop-down navigation menu image list display code
Front-end template
3579751

jQuery horizontal drop-down navigation menu image list display code

Network studio source code
Network studio source code
Enterprise website source code
3574071

Network studio source code

HTML5 photography studio work website template
HTML5 photography studio work website template
Other templates
2327075

HTML5 photography studio work website template

HTML-black website production SEO studio template
HTML-black website production SEO studio template
Other templates
2245860

HTML-black website production SEO studio template

Corporate work permit template psd material
Corporate work permit template psd material
psd material
1582

Enterprise work permit template psd material free download psd work permit work permit listing blue

Programmer's job PNG
Programmer's job PNG
PNG material
1173

Programmer's work PNG format free download Programming desk lamp Programmer's work Programming desk lamp HTML PHP

Cartoon working business man vector material
Cartoon working business man vector material
Vector material
743

Cartoon working business man vector material free download AI format

Flat studio icon vector material (EPS+PNG)
Flat studio icon vector material (EPS+PNG)
Vector material
1070

A flat style studio icon vector material, which can be downloaded for free.

HD pictures of business villain team
HD pictures of business villain team
HD pictures
1050

3D JPG white work cooperation meeting cartoon villain meeting character picture

TestLink
TestLink
Programmer's Aid Tools
2153

TestLink is a web-based test management tool. The application provides test specifications, test planning and execution, reporting, requirements specifications, and collaboration with well-known defect tracking tools. Code base: https://github.com/TestLinkOpenSourceTRMS

Safe Exam Browser
Safe Exam Browser
php development editor
4109

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.

Vtiger CRM
Vtiger CRM
Programmer's Aid Tools
2067

Vtiger CRM enables sales, support and marketing teams to organize and collaborate to significantly improve customer experience and business results. Vtiger CRM also includes email, inventory, project management and other tools, providing a complete business management suite. Download Vtiger CRM at https://www.vtiger.com/ or sign up for a free 15-day trial of the cloud application to enjoy free updates and support.

WIKINDX
WIKINDX
Programmer's Aid Tools
4395

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

CiviCRM
CiviCRM
Programmer's Aid Tools
4482

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

Github collaborative work tutorial Chinese WORD version
Github collaborative work tutorial Chinese WORD version
Other manuals
605

This document mainly talks about the Github collaborative work tutorial; the article will use the Gitchinaui project as an example to explain. Git has command line and graphical tools. It is strongly recommended that you use command line tools. I hope this article will be helpful to everyone; interested friends can come and take a look

Git version control and workflow Chinese WORD version
Git version control and workflow Chinese WORD version
Other manuals
1003

This article is a summary of git version control and workflow. If some friends have not used git before and are not very familiar with the basic concepts and commands of git, you can start with the following basic tutorials: Git is a distributed version control system, and Compared with centralized version control systems similar to SVN, although centralized version control systems can enable multiple team members to collaborate on development, sometimes if the central server goes down, no one can submit updates and collaborate on development during the downtime. Even sometimes, if the central server disk fails and there happens to be no backup or the backup is not timely, then there may be losses.

MATLAB function help document Chinese WORD version
MATLAB function help document Chinese WORD version
Other manuals
632

A function is a set of statements that work together to perform a task. In MATLAB, functions are defined in separate files. The file names of the file functions should be the same. Functions operate in their own workspace, which is also called the local workspace, independent of the workspace, accessed at the MATLAB command prompt, which is called the base workspace variable. Functions can accept multiple input parameters and may return multiple output parameters. MATLAB is a programming language developed by The MathWorks Company. It was originally a matrix programming language that made linear algebra programming easy. It can be run on

Android adb application and operation commands Chinese WORD version
Android adb application and operation commands Chinese WORD version
Mobile terminal
826

Android Debug Bridge (adb) is a multi-purpose tool that helps you manage the state of your device or emulator. You can add adb through the following methods: • Run shell commands on the device • Manage the emulator or device through port forwarding • Copy or copy files from the emulator or device

Python Overview Chinese WORD Version
Python Overview Chinese WORD Version
Server side development
703

This document provides an overview of Python; Python's built-in interfaces to operating system services make it an ideal tool for writing portable management tools and components (sometimes called shell tools) that maintain operating systems. Python programs can search files and directory trees, run other programs, use processes or threads for parallel processing, and more. I hope this document will help friends in need; interested friends can come and take a look.