这次做了vue页面的图片上传功能,不带裁剪功能的! 首先是html代码,在input框上添加change事件,如下: <ul class="clearfix"> <li v-if="imgs.length>0" v-for='(item ,index ) in imgs'> <img :src="i ...
分类:
Web程序 时间:
2018-09-03 13:54:59
阅读次数:
337
python: numpy--函数 shape用法 - CSDN博客 https://blog.csdn.net/u010758410/article/details/71554224 shape函数是numpy.core.fromnumeric中的函数,它的功能是查看矩阵或者数组的维数。 举例说明 ...
分类:
编程语言 时间:
2018-09-03 12:06:02
阅读次数:
453
This examples defines methods for getting and setting text on the system clipboard. ...
分类:
其他好文 时间:
2018-09-02 23:44:32
阅读次数:
173
It turns out that you are a great fan of rock band AC/PE. Peter learned that and started the following game: he plays the first song of the list of n ...
分类:
其他好文 时间:
2018-09-01 20:35:32
阅读次数:
171
题目来自2018广西省赛 A题:Welcome to Collegiate Programming Contest 1 #include <iostream> 2 3 using namespace std; 4 5 int main() 6 { 7 int n; 8 int t; 9 cin>>t ...
分类:
其他好文 时间:
2018-08-31 21:17:32
阅读次数:
242
Kibana汉化使用中文界面实践 一、背景 笔者在上一篇文章 "使用Docker快速部署ELK分析Nginx日志实践" 当中有提到如何快速搭建ELK分析Nginx日志,但是这只是第一步,后面还有很多仪表盘需要配置,而对于大部分人来说,英文并不是那么好,但Kibana都是英文界面,这就阻碍了笔者熟悉K ...
分类:
其他好文 时间:
2018-08-31 17:14:30
阅读次数:
216
ARC与非ARC在一个项目中同时使用,1,选择项目中的Targets,选中你所要操作的Target,2,选Build Phases,在其中Complie Sources中选择需要ARC的文件双击,并在输入框中输入:-fobjc-arc,如果不要ARC则输入:-fno-objc-arc 混用没有问题, ...
分类:
其他好文 时间:
2018-08-31 11:50:49
阅读次数:
195
生成配置文件,即将现有的配置文件输出到指定目录位置: 修改配置文件信息: 如果当前目录下还没有创建logs文件夹,请先创建logs文件夹。 后台启动proxy: 查看启动日志: 我们会发现proxy一直处于waiting online状态,这是因为没有将admin与proxy、dashboard关联 ...
分类:
其他好文 时间:
2018-08-29 14:54:44
阅读次数:
2206
时间管理 Time Management 此RTOS除了可以把你的应用代码作为线程运行,它还可以提供一些时间服务功能,使用这些功能你就可以访问RTOS的一些系统调用。 时间延迟Time Delay 在所有的时间服务功能中,最基本的一个就是延时函数。它可以在你的应用中提供非常简单易用的延时功能。也许你 ...
分类:
其他好文 时间:
2018-08-28 13:01:28
阅读次数:
202
D. Concatenated Multiples You are given an array aa, consisting of nn positive integers. Let's call a concatenation of numbers xx and yy the number th ...
分类:
其他好文 时间:
2018-08-26 16:44:21
阅读次数:
187