服务器环境下创建自己的项目文件 初始化composer 打开cmd 窗口,cd 到 backrestore 执行 composer init 命令 这里完成composer 初始化工作,自动生成一下文件 编辑composer.json 文件 执行 composer install 测试文件 创建gi ...
分类:
其他好文 时间:
2018-10-02 17:13:52
阅读次数:
169
A website domain like "discuss.leetcode.com" consists of various subdomains. At the top level, we have "com", at the next level, we have "leetcode.com ...
分类:
编程语言 时间:
2018-09-29 14:32:20
阅读次数:
131
各种编程语言我都很喜欢,但平时用的最多的是什么呢? 一个github小爬虫,获取全部repo及其主要语言,画出饼图。 ...
分类:
其他好文 时间:
2018-09-26 01:09:52
阅读次数:
145
限制用户一分钟只能访问3次from rest_framework.throttling import BaseThrottle import time ''' 11:19:40 VISIT_RECORD={ "127.0.0.1":[11:19:20,11:19:10,11:19:00] # 最近三... ...
分类:
其他好文 时间:
2018-09-24 21:12:40
阅读次数:
161
一、 什么是软件性能 定义:软件的性能是软件的一种非功能特性,它关注的不是软件是否能够完成特定的功能,而是在完成该功能时展示出来的及时性。 由定义可知性能关注的是软件的非功能特性,所以一般来说性能测试介入的时机是在功能测试完成之后。另外,由定义中的及时性可知性能也是一种指标,可以用时间或其它指标来衡 ...
分类:
其他好文 时间:
2018-09-22 14:26:40
阅读次数:
157
Step 1: Visiting "about:config" Step 2 : Run script that changes proxy Step 3: : Visit your site 参考:https://stackoverflow.com/questions/29776607/pytho ...
分类:
Web程序 时间:
2018-09-17 17:36:36
阅读次数:
790
本文转自:https://blog.csdn.net/ygznx/article/details/78249118 ust specify the IP in --host option like ng serve --host 192.16.1.1 Now you can visit http:/ ...
分类:
其他好文 时间:
2018-09-17 10:23:46
阅读次数:
230
网站流量数量指标 1) 到达率 到达率指用户从站外广告点击后到达网站的情况,技术上的定义为用户从带有站外标记的链接点击进入网站后,出发站内跟踪代码的次数,因此到达数据仅发生在针对站外标记广告的落地页。 到达率计算公式:到达率=到达量/点击量 2) UV Unique Visitor,又称独立访客。U ...
分类:
其他好文 时间:
2018-09-15 13:11:18
阅读次数:
150
Since announcing a multi-year collaboration with HashiCorp, Microsoft has taken strides to ensure that HashiCorp tools operate as a first class citizen on Azure’s public cloud offering.
分类:
其他好文 时间:
2018-09-14 11:01:18
阅读次数:
264
#include "stdio.h" #include "stdlib.h" #include "math.h" #include "time.h" #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define MAXSIZE... ...
分类:
其他好文 时间:
2018-09-13 16:23:52
阅读次数:
108