黎明之道 黎明之道
4年前
python数据分析与可视化——时间序列数据分析
时间序列数据分析日期和时间数据类型datetime构造Python标准库中包含了用于日期(date)、时间(time)、日历(calendar)等功能的数据类型,主要会用到datetime、time、ca
Stella981 Stella981
3年前
Docker 安装 nginx 并挂载宿主目录到容器中
安装nginx1.搜索nginx的镜像dockersearchnginx!(https://oscimg.oschina.net/oscnet/cd8f85b12d2e6afec805327a5ca4e3dff68.png)2.获取ng
Wesley13 Wesley13
3年前
Java中常用的数据结构类
结构体系图!(https://oscimg.oschina.net/oscnet/f33e8cdd59d28091dd516ca2398a13d9811.png)ListArrayList、LinkedList、Vector有什么区别?ArrayList只能装入引用对象(基本类型
Stella981 Stella981
3年前
Golang代码实现HTTPs(HTTPS证书生成和部署)
在win7下试试:1.实现一个最简单的HTTPSWebServer//gohttps/2https/server.gopackagemainimport("fmt""net/http")funchandler(whttp.R
Stella981 Stella981
3年前
ASP微信支付v4.0版本,最新的asp微信公众号支付源码
ASP微信支付v4.0版本,最新的asp微信公众号支付源码,不需要安装证书,只要一个文件用到.net环境就可以用<!includefile"wxpay.Api.asp"<!includefile"WxApi.asp"<%SETWxNewWxAPIIfSession("openid")
Wesley13 Wesley13
3年前
VS2019(Windows+Mac)编辑文件模板
macOS找到设置中的如图条目!(https://oscimg.oschina.net/oscnet/8d7c1644e489ca90f58f6a0c3c7e8be7ba4.png)设置如下内容:
Stella981 Stella981
3年前
Linux时区和时间设置
1.修改时区tzselect!(https://oscimg.oschina.net/oscnet/upaf3994ceba21ea110ac0ca04f89e6099c20.png)2.修改/etc/profilevim/etc/profile
Wesley13 Wesley13
3年前
UIDynamic——UIKit动力学
简介UIKit动力学最大的特点是将现实世界动力驱动的动画引入了UIKit,比如重力,铰链连接,碰撞,悬挂等效果,即将2D物理引擎引入了UIKit注意:UIKit动力学的引入,并不是为了替代CA或者UIView动画,在绝大多数情况下CA或者UIView动画仍然是最优方案,只有在需要引入逼真的交互设计的时候,才需要使用UIKit动力学它是作为现有交互设计