1. circuit switching 对于FDM而言,资源不会共享,如何分配取决于frequency,frequency越大,占用的资源越多(need to divided into small number of frequency) 对于TDM而言,资源归一个user所有,其他user需要排 ...
分类:
其他好文 时间:
2020-02-21 14:53:33
阅读次数:
71
参考文档: https://www.cnblogs.com/f-ck-need-u/p/9164823.html 大神博客 http://mysql.taobao.org/monthly/2015/01/03/ 内核月报 https://www.jianshu.com/p/87f66cdeb49c ...
分类:
数据库 时间:
2020-02-21 00:05:23
阅读次数:
96
Given a string, we need to find the total number of its distinct substrings. 给你一个字符中,统计有多少个不同的子串InputT- number of test cases. T<=20;Each test case con ...
分类:
其他好文 时间:
2020-02-20 19:55:37
阅读次数:
59
1.第一步需要到github上下载Auth类放入 extend/auth/Auth.php https://github.com/5ini99/think-auth 2.第二步,添加固定的三个数据表。 -- think_auth_rule,规则表, -- id:主键,name:规则唯一标识, tit ...
分类:
Web程序 时间:
2020-02-19 18:44:17
阅读次数:
79
export default { data() { return { hours: null, minute: null, second: null } }, methods: { // 秒数 转为 XX时XX分XX秒 time = 传入的秒数 formatTime(time) { this.hou ...
分类:
Web程序 时间:
2020-02-19 16:41:07
阅读次数:
107
Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concate ...
分类:
编程语言 时间:
2020-02-18 16:33:41
阅读次数:
88
先上图片看看基本的文件位置 1.首先在application\route.php中定义路由 <?php use think\Route; Route::get("home","index/Home/home"); 2.然后在application/index/controller/Home.php定 ...
分类:
Web程序 时间:
2020-02-17 19:32:02
阅读次数:
151
<?php namespace app\api\controller; use think\Db; use think\Request; use think\Controller; /** * 阿里云短信验证码发送类 * @author Administrator * */ class Smscod ...
分类:
其他好文 时间:
2020-02-15 13:28:14
阅读次数:
61
前言 使用Exp生成器生成Ladon插件实战,ThinkPHP GetShell 漏洞环境 使用docker ThinkPHP 5.0.20 复现测试 Payload: http://192.168.1.37:8080/index.php?s=/Index/\think\app/invokefunc ...
分类:
Web程序 时间:
2020-02-14 16:22:50
阅读次数:
108
获取有效数据 Scikit learn will not accept categorical features by default API里面不知使用默认的特征变量名,因此需要编码 这里我还是有疑问? Need to encode categorical features numerically ...
分类:
其他好文 时间:
2020-02-14 16:17:07
阅读次数:
90