Assignment 2—Simulation Report Semester 2, 2018–2019[Deadline: 13 February (5PM)]Write a 3 page simulation report with the goal of comparing the perfo ...
分类:
其他好文 时间:
2019-02-06 19:57:27
阅读次数:
120
题面 "传送门" 前置芝士 $BSGS$ 什么?你不会$BSGS$?百度啊 原根 对于素数$p$和自然数$a$,如果满足$a^x\equiv 1\pmod{p}$的最小的$x$为$p 1$,那么$a$就是$p$的一个原根 离散对数 对于素数$p$,以及$p$的一个原根$g$,定义$y$为$x$的离散 ...
分类:
其他好文 时间:
2019-02-02 17:16:15
阅读次数:
221
Laravel Excel 是一款基于 PHPExcel 开发的Laravel框架专用的 Excel/CSV 文件导入导出功能的扩展包,用起来的非常方便。 它的 Github 地址是:https://github.com/Maatwebsite/Laravel-Excel 安装 我们就按照GIthu ...
分类:
其他好文 时间:
2019-02-01 15:54:19
阅读次数:
188
https://www.golinuxhub.com/2014/03/step by step linux boot process.html You can find a number of articles explaining you the Linux Boot Process. Well ...
分类:
系统相关 时间:
2019-02-01 01:16:21
阅读次数:
180
Laravel 默认使用utf8mb4字符编码,而不是的utf8编码。因此运行php artisan migrate会出现如下错误: 问题根源 MySql支持的utf8编码最大字符长度为3字节,如果遇到4字节的宽字符就会出现插入异常。三个字节UTF-8最大能编码的Unicode字符是0xffff,即 ...
分类:
其他好文 时间:
2019-01-30 23:18:02
阅读次数:
304
这个是工具类 这个是测试类 可以看出是唯一的,那么在电商生产中可以加上分库分表的id+在模块+userid,加上日期就是唯一的了,不管是任何请求这个id都是唯一的,即使是在分布式环境下 ...
分类:
其他好文 时间:
2019-01-30 18:34:46
阅读次数:
206
需要准备的文件: 默认已安装好虚拟机和Ubuntu系统 1.输入用户名密码,进入Ubuntu10.04桌面。按下“Ctrl+Alt+T”,进入终端; 2.在终端输入“sudo gedit /etc/apt/sources.list”,把sources.list里的内容替换成可用的的源地址;然后在终端 ...
分类:
其他好文 时间:
2019-01-28 23:09:34
阅读次数:
563
var u = navigator.userAgent; var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); if(isiOS){ if(u.toLowerCase().match(/MicroMessenger/i) == "microm... ...
分类:
微信 时间:
2019-01-28 01:20:25
阅读次数:
254
var u = navigator.userAgent; var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); if(isiOS){ if(u.toLowerCase().match(/MicroMessenger/i) == "microm... ...
分类:
移动开发 时间:
2019-01-28 00:52:40
阅读次数:
492
6CCS3PRE & 7CCSMPNN Pattern RecognitionCoursework Assignment 1This coursework is assessed. A type-written report needs to be submitted online through ...
分类:
其他好文 时间:
2019-01-27 22:00:02
阅读次数:
148