Usage: curl [options...] <url>
Options: (H) means HTTP/HTTPS only, (F) means FTP only
--anyauth Pick "any" authentication method (H)
-a/--append Append to target file when uploading (F/SFTP)
--basic Use HTTP Basic Authentication (H)
--cacert <file> CA certificate to verify peer against (SSL)
--capath <directory> CA directory to verify peer against (SSL)
-E/--cert <cert[:passwd]> Client certificate file and password (SSL)
--cert-type <type> Certificate file type (DER/PEM/ENG) (SSL)
--ciphers <list> SSL ciphers to use (SSL)
--compressed Request compressed response (using deflate or gzip)
-K/--config <file> Specify which config file to read
--connect-timeout <seconds> Maximum time allowed for connection
-C/--continue-at <offset> Resumed transfer offset
-b/--cookie <name=string/file> Cookie string or file to read cookies from (H)
-c/--cookie-jar <file> Write cookies to this file after operation (H)
--create-dirs Create necessary local directory hierarchy
--crlf Convert LF to CRLF in upload
-d/--data <data> HTTP POST data (H)
--data-ascii <data> HTTP POST ASCII data (H)
--data-binary <data> HTTP POST binary data (H)
--data-urlencode <name=data/name@filename> HTTP POST data url encoded (H)
--digest Use HTTP Digest Authentication (H)
--disable-eprt Inhibit using EPRT or LPRT (F)
--disable-epsv Inhibit using EPSV (F)
-D/--dump-header <file> Write the headers to this file
--egd-file <file> EGD socket path for random data (SSL)
--engine <eng> Crypto engine to use (SSL). "--engine list" for list
-f/--fail Fail silently (no output at all) on HTTP errors (H)
-F/--form <name=content> Specify HTTP multipart POST data (H)
--form-string <name=string> Specify HTTP multipart POST data (H)
--ftp-account <data> Account data to send when requested by server (F)
--ftp-alternative-to-user <cmd> String to replace "USER [name]" (F)
--ftp-create-dirs Create the remote dirs if not present (F)
--ftp-method [multicwd/nocwd/singlecwd] Control CWD usage (F)
--ftp-pasv Use PASV/EPSV instead of PORT (F)
-P/--ftp-port <address> Use PORT with address instead of PASV (F)
--ftp-skip-pasv-ip Skip the IP address for PASV (F)
--ftp-ssl Try SSL/TLS for ftp transfer (F)
--ftp-ssl-ccc Send CCC after authenticating (F)
--ftp-ssl-ccc-mode [active/passive] Set CCC mode (F)
--ftp-ssl-control Require SSL/TLS for ftp login, clear for transfer (F)
--ftp-ssl-reqd Require SSL/TLS for ftp transfer (F)
-G/--get Send the -d data with a HTTP GET (H)
-g/--globoff Disable URL sequences and ranges using {} and []
-H/--header <line> Custom header to pass to server (H)
-I/--head Show document info only
-h/--help This help text
--hostpubmd5 <md5> Hex encoded MD5 string of the host public key. (SSH)
-0/--http1.0 Use HTTP 1.0 (H)
--ignore-content-length Ignore the HTTP Content-Length header
-i/--include Include protocol headers in the output (H/F)
-k/--insecure Allow connections to SSL sites without certs (H)
--interface <interface> Specify network interface/address to use
-4/--ipv4 Resolve name to IPv4 address
-6/--ipv6 Resolve name to IPv6 address
-j/--junk-session-cookies Ignore session cookies read from file (H)
--keepalive-time <seconds> Interval between keepalive probes
--key <key> Private key file name (SSL/SSH)
--key-type <type> Private key file type (DER/PEM/ENG) (SSL)
--krb <level> Enable Kerberos with specified security level (F)
--libcurl <file> Dump libcurl equivalent code of this command line
--limit-rate <rate> Limit transfer speed to this rate
-l/--list-only List only names of an FTP directory (F)
--local-port <num>[-num] Force use of these local port numbers
-L/--location Follow Location: hints (H)
--location-trusted Follow Location: and send auth to other hosts (H)
-M/--manual Display the full manual
--max-filesize <bytes> Maximum file size to download (H/F)
--max-redirs <num> Maximum number of redirects allowed (H)
-m/--max-time <seconds> Maximum time allowed for the transfer
--negotiate Use HTTP Negotiate Authentication (H)
-n/--netrc Must read .netrc for user name and password
--netrc-optional Use either .netrc or URL; overrides -n
-N/--no-buffer Disable buffering of the output stream
--no-keepalive Disable keepalive use on the connection
--no-sessionid Disable SSL session-ID reusing (SSL)
--ntlm Use HTTP NTLM authentication (H)
-o/--output <file> Write output to <file> instead of stdout
--pass <pass> Pass phrase for the private key (SSL/SSH)
--post301 Do not switch to GET after following a 301 redirect (H)
-#/--progress-bar Display transfer progress as a progress bar
-x/--proxy <host[:port]> Use HTTP proxy on given port
--proxy-anyauth Pick "any" proxy authentication method (H)
--proxy-basic Use Basic authentication on the proxy (H)
--proxy-digest Use Digest authentication on the proxy (H)
--proxy-negotiate Use Negotiate authentication on the proxy (H)
--proxy-ntlm Use NTLM authentication on the proxy (H)
-U/--proxy-user <user[:password]> Set proxy user and password
-p/--proxytunnel Operate through a HTTP proxy tunnel (using CONNECT)
--pubkey <key> Public key file name (SSH)
-Q/--quote <cmd> Send command(s) to server before file transfer (F/SFTP)
--random-file <file> File for reading random data from (SSL)
-r/--range <range> Retrieve a byte range from a HTTP/1.1 or FTP server
--raw Pass HTTP "raw", without any transfer decoding (H)
-e/--referer Referer URL (H)
-O/--remote-name Write output to a file named as the remote file
--remote-name-all Use the remote file name for all URLs
-R/--remote-time Set the remote file's time on the local output
-X/--request <command> Specify request command to use
--retry <num> Retry request <num> times if transient problems occur
--retry-delay <seconds> When retrying, wait this many seconds between each
--retry-max-time <seconds> Retry only within this period
-S/--show-error Show error. With -s, make curl show errors when they occur
-s/--silent Silent mode. Don't output anything
--socks4 <host[:port]> SOCKS4 proxy on given host + port
--socks4a <host[:port]> SOCKS4a proxy on given host + port
--socks5 <host[:port]> SOCKS5 proxy on given host + port
--socks5-hostname <host[:port]> SOCKS5 proxy, pass host name to proxy
-Y/--speed-limit Stop transfer if below speed-limit for 'speed-time' secs
-y/--speed-time Time needed to trig speed-limit abort. Defaults to 30
-2/--sslv2 Use SSLv2 (SSL)
-3/--sslv3 Use SSLv3 (SSL)
--stderr <file> Where to redirect stderr. - means stdout
--tcp-nodelay Use the TCP_NODELAY option
-t/--telnet-option <OPT=val> Set telnet option
-z/--time-cond <time> Transfer based on a time condition
-1/--tlsv1 Use TLSv1 (SSL)
--trace <file> Write a debug trace to the given file
--trace-ascii <file> Like --trace but without the hex output
--trace-time Add time stamps to trace/verbose output
-T/--upload-file <file> Transfer <file> to remote site
--url <URL> Set URL to work with
-B/--use-ascii Use ASCII/text transfer
-u/--user <user[:password]> Set server user and password
-A/--user-agent <string> User-Agent to send to server (H)
-v/--verbose Make the operation more talkative
-V/--version Show version number and quit
-w/--write-out <format> What to output after completion
-q If used as the first parameter disables .curlrc
没有合适的资源?快使用搜索试试~ 我知道了~
基于Django+Python3.7+mysql设计的在线教育系统
共1166个文件
pyc:266个
png:232个
js:182个
0 下载量 62 浏览量
2024-09-18
20:32:09
上传
评论
收藏 9.21MB ZIP 举报
温馨提示
基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Django+Python3.7+mysql设计的在线教育系统基于Dja
资源推荐
资源详情
资源评论
收起资源包目录
基于Django+Python3.7+mysql设计的在线教育系统 (1166个子文件)
style.css 148KB
bootstrap.css 123KB
bootstrap.min.css 100KB
animate.css 69KB
aui.css 58KB
common-less.css 46KB
video-js.min.css 39KB
mobiscroll.css 25KB
font-awesome.css 21KB
common-less.css 21KB
mooc.css 20KB
bootstrap-theme.css 19KB
select2.css 19KB
font-awesome.min.css 17KB
bootstrap-theme.min.css 17KB
course-comment.css 16KB
selectize.bootstrap2.css 15KB
selectize.default.css 11KB
layer.css 11KB
selectize.legacy.css 11KB
selectize.bootstrap3.css 10KB
cityLayout.css 10KB
datepicker.css 10KB
learn-less.css 9KB
login.css 9KB
selectize.css 8KB
xadmin.main.css 8KB
laydate.css 6KB
lq.datetimepick.css 5KB
base.css 4KB
xadmin.responsive.css 4KB
bootstrap-modal.css 4KB
bootstrap-clockpicker.css 4KB
xadmin.form.css 3KB
laydate.css 3KB
bootstrap-image-gallery.css 3KB
bootstrap-clockpicker.min.css 3KB
layer.ext.css 3KB
bootstrap-timepicker.css 3KB
reset.css 3KB
bootstrap-image-gallery.min.css 2KB
bootstrap-timepicker.min.css 2KB
xadmin.widget.select-transfer.css 2KB
bootstrap-xadmin.css 2KB
xadmin.mobile.css 1KB
snap.css 1KB
xadmin.plugin.formset.css 1KB
xadmin.widget.editable.css 1KB
xadmin.page.dashboard.css 790B
xadmin.plugin.importexport.css 321B
xadmin.plugin.quickfilter.css 248B
xadmin.plugins.css 175B
xadmin.plugin.aggregation.css 95B
bootstrap-multiselect.css 0B
Thumbs.db 9KB
libeay32.dll 1.51MB
libssl32.dll 617KB
fontawesome-webfont.eot 37KB
glyphicons-halflings-regular.eot 20KB
curl.exe 273KB
wget.exe 248KB
background.gif 8KB
loading-0.gif 6KB
loading.gif 4KB
help_index_pic.gif 2KB
rolling.gif 2KB
select2-spinner.gif 2KB
loading-2.gif 2KB
ajax-loader.gif 2KB
select-arr-default.gif 1KB
pop-tips-info-arr.gif 1KB
loading-1.gif 701B
pixel.gif 43B
usercenter-base.html 16KB
course-comment.html 13KB
register.html 10KB
org-list.html 10KB
org_base.html 9KB
course-play.html 8KB
teacher-detail.html 8KB
course-detail.html 7KB
course-video.html 7KB
base.html 7KB
index_back.html 5KB
forgetpwd.html 5KB
model_list.html 5KB
login_back.html 5KB
login.html 5KB
org-detail-homepage.html 5KB
course-list.html 5KB
teachers-list.html 5KB
usercenter-info.html 4KB
base_site.html 4KB
usercenter-fav-org.html 4KB
import.html 3KB
date.html 3KB
usercenter-fav-teacher.html 3KB
login.html 3KB
model_list.top_toolbar.exports.html 3KB
model_list.top_toolbar.importexport.export.html 3KB
共 1166 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12
资源评论
阿齐Archie
- 粉丝: 2w+
- 资源: 2463
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- BAT偏移&合并固件用的软件包
- 红包雨-抢红包-微信小程序-项目源码
- 三相 lcl 型并网逆变器仿真, 对并网电流进行闭环 pid 控制, 系统参数有具体选取依据, 并网电流 thd=3.7%满足并
- IMG_20241009_233018.jpg
- 威伦触摸屏与MODBUD RTU 变频器通信标准程序 程序+资料+视频讲解 无需PLC RS458直连 可串多台设备 温控仪
- Mysql C++ connector 8.3
- 基于鲸鱼算法优化的lssvm回归预测:为了提高最小二乘支持向量机(lssvm)的回归预测准确率,对lssvm中的惩罚参数和核惩罚
- COMSOL仿真 无损检测-电磁检测 包括涡流检测,漏磁检测,脉冲涡流、弱磁检测,ACFM,磁记忆检测,远场涡流,电磁超声等
- gs3333333333333333
- gs222222222222222
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功