DateTimeFormatter dtf = DateTimeFormatter.ofPattern("yyyyMMdd"); System.out.println(dtf.format(LocalDateTime.now())); System.out.println(dtf.format(Lo ...
分类:
编程语言 时间:
2020-06-22 12:49:40
阅读次数:
41
阿里云oss的基本使用: Php案例: 先购买oss资源包,我的建议是要买自己服务器所在区的资源包这样你的服务器自身可以与oss内网连接而不产生外网的所有费用,根据你的自己的需求买对应的资源包。 购买完以后就可以自己探索一下oss的用法了,这里我说一下自己踩过的坑。 注意一下几点: 1.文件访问是要 ...
分类:
Web程序 时间:
2020-06-22 10:49:23
阅读次数:
520
1.1. 跳转新页面并传值->新页面编辑、查看详情 l HyperLinkField:DataNavigateUrlFields、DataNavigeteUrlFormatString l HyperLink:NavigateUrl='<%# "新地址?id=" + Eval("主键列")%>' l ...
分类:
其他好文 时间:
2020-06-22 01:10:18
阅读次数:
67
在使用git clone命令从github克隆源码到电脑时出现了以下问题 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed error: RPC failed; curl 18 t ...
分类:
Web程序 时间:
2020-06-21 23:37:27
阅读次数:
88
1基于reverseproxy实现的反向代理例子packagemainimport("log""net/http""net/http/httputil""net/url")funcmain(){//地址重写实例//http://127.0.0.1:8888/test?id=1=》http://127.0.0.1:8081/reverse/test?id=1rs1:="http://127.0.0.
分类:
其他好文 时间:
2020-06-21 18:16:09
阅读次数:
61
ERROR Failed to compile with 1 errors 17:15:28 error in ./src/assets/scss/config.scss Syntax Error: SyntaxError (7:1) Unknown word 5 | 6 | // 常规字体大小设置 ...
分类:
Web程序 时间:
2020-06-21 17:52:50
阅读次数:
128
题目:Folding 网址:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=4505&mosmsg=Submission+received+w ...
分类:
其他好文 时间:
2020-06-21 14:12:21
阅读次数:
55
Given two integers representing the numerator and denominator of a fraction, return the fraction in string format. If the fractional part is repeating ...
分类:
其他好文 时间:
2020-06-21 10:09:51
阅读次数:
35
uniapp本地使用iconfont iconfont:https://www.iconfont.cn 从iconfont中选择图标,下载之后解压缩包,保留 iconfont.css、iconfont.ttf 将此文件拷贝到uniapp目录中(我是拷贝到colorui目录下) iconfont.cs ...
分类:
移动开发 时间:
2020-06-20 17:08:13
阅读次数:
101
1、说明:创建数据库 CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 'testBac ...
分类:
数据库 时间:
2020-06-20 14:16:13
阅读次数:
93