码迷,mamicode.com
首页 >  
搜索关键字:files    ( 13589个结果
选择器库:用于在。net中创建选择器
下载source files - 57.2 KB 介绍 Pickers库是一个。net Windows控件库,用于帮助创建挑选样式的控件。 背景 什么是“选择器”控件? “选择器”控件可以看作是一个控件,它允许您从丰富的下拉UI中选择一个值,而不是简单的列表。例如,我们有DateTimePicker ...
分类:Web程序   时间:2020-08-04 09:56:07    阅读次数:105
liunx-储存管理-文件系统
liunx-文件系统详解
分类:其他好文   时间:2020-08-03 23:26:19    阅读次数:80
django使用ModelForm一步保存数据
参考 django 官方文档 https://docs.djangoproject.com/zh-hans/2.0/topics/forms/modelforms/ 首先,创建的form类,会有个meta类, meta类里的要定义一个model,即是form表单连接的model,然后fields里是 ...
分类:其他好文   时间:2020-07-31 14:11:41    阅读次数:104
安装supervisor
pip install supervisor pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --upgrade supervisor echo_supervisord_conf > /etc/sup ...
分类:其他好文   时间:2020-07-31 12:28:12    阅读次数:70
Linux 安装xampp
下载安装程序 wget https://www.apachefriends.org/xampp-files/7.4.8/xampp-linux-x64-7.4.8-0-installer.run (window版本:https://www.apachefriends.org/xampp-files/ ...
分类:系统相关   时间:2020-07-30 22:10:03    阅读次数:93
asp.net core Webapi 3.1 上传文件的多种方法(附大文件上传) 以及swagger ui 上传文件
asp.net core Webapi是有多种上传文件的方法的 另外swagger ui也可以选择文件来上传文件 下面直接上code 1:WebApi后端代码 1 using System; 2 using System.Collections.Generic; 3 using System.Lin ...
分类:Windows程序   时间:2020-07-30 16:56:11    阅读次数:122
文件夹批量下载插件webupload插件
需求: 支持文件批量下载。 使用JS能够实现批量下载,能够提供接口从指定url中下载文件并保存在本地指定路径中。 服务器不需要打包。 支持大文件断点下载。比如下载10G的文件。 PC端全平台支持。Windows,macOS,Linux 全浏览器支持。ie6,ie7,ie8,ie9,ie10,ie11 ...
分类:Web程序   时间:2020-07-30 16:53:09    阅读次数:127
Failed to deploy 'Compose: docker' CreateProcess error=193, %1 不是有效的 Win32 应用程序
Failed to deploy 'Compose: docker': com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "C:\Program Files\Docker\Docker\reso ...
分类:Windows程序   时间:2020-07-30 14:06:46    阅读次数:127
python 通过文件夹导入包的操作
通过文件夹导入包要求每个目录下都有一个__init__.py文件,此文件可空白。也可不空。 a@ubuntu:~/Desktop$ tree myp myp ├── a │ ├── b.py │ └── __init__.py └── __init__.py 1 directory, 3 files ...
分类:编程语言   时间:2020-07-29 21:41:32    阅读次数:70
添加Django后台验证码的方法
第一步: pip3 install django-multi-captcha-admin django-simple-captcha # 可以直接安装两个模块 第二步:配置settings.py INSTALLED_APPS = [ 'django.contrib.auth', 'django.co ...
分类:其他好文   时间:2020-07-29 17:41:31    阅读次数:77
13589条   上一页 1 ... 27 28 29 30 31 ... 1359 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!