02-myBatisPlus的wrapper接口的使用。 1.直接先上硬菜 序号函数名说明说明/例子1eq等于=eq("name","二狗子") ==> where name = '二狗子'2ne不等于 <>ne("name","二狗子") ==> where name <> '二狗子'3gt大于 ...
分类:
移动开发 时间:
2020-11-06 02:53:42
阅读次数:
54
JPEG标准主要采用了基于块的DCT变换编码,同时综合应用了游程编码和霍夫曼编码等。其有损压缩算法编码的大致流程如下:第一步,对图像块(把整个图像分成多个 \( 8 \times 8 \) 子块)进行DCT变换,得到DCT系数;第二步,根据量化表对DCT系数进行量化;第三步,对DCT系数中的直流(D ...
分类:
其他好文 时间:
2020-11-06 02:36:14
阅读次数:
24
using System.Runtime.InteropServices; #region/// <summary> /// 取exe文件绝对路径 /// </summary> /// <param name="hModule"></param> /// <param name="lpFileNam ...
Codeforces Round #680 C. Division 首先判断pi能否整除qi,不能这答案就是pi,否则,将$q_i$分解质因数,将qi的每个因子从pi中剔除成不能被$q_i$整除的数,pi剔除完后就是$x_i$,且$x_i$不能被$q_i$。记录个最大的$x_i$ 举例说明 \(p_ ...
分类:
其他好文 时间:
2020-11-04 19:08:12
阅读次数:
22
Ctrl + a:移动光标到命令行首 Ctrl + e:移动光标到命令行尾 Ctrl + b:同键盘左键,向左移动光标Ctrl + f:同键盘右键,向右移动光标 # 在mac中,需要在终端首选项中设置{将Option键用做Meta键}Alt + b:向前移动一个词的距离Alt + f:向后移动一个词 ...
分类:
其他好文 时间:
2020-11-04 19:00:45
阅读次数:
19
[app] # (str) Title of your application title = My Camera # (str) Package name package.name = myapp # (str) Package domain (needed for android/ios pac ...
分类:
其他好文 时间:
2020-11-04 18:36:40
阅读次数:
20
s为字符串s.isalnum() 所有字符都是数字或者字母s.isalpha() 所有字符都是字母s.isdigit() 所有字符都是数字s.islower() 所有字符都是小写s.isupper() 所有字符都是大写s.istitle() 所有单词都是首字母大写,像标题s.isspace() 所有 ...
分类:
编程语言 时间:
2020-11-04 18:36:18
阅读次数:
19
@RequestMapping(value = "dowlondTemplateFile")public ResponseEntity<byte[]> getFile(HttpServletResponse response) throws IOException { String fileName ...
分类:
编程语言 时间:
2020-11-04 18:05:31
阅读次数:
20
1 #include <bits/stdc++.h> 2 using namespace std; 3 const int mac=4e5+50; 4 int head[mac],vis[mac],dis[mac]; 5 int n,m,num,i,j,t; 6 struct edge{ 7 int ...
分类:
其他好文 时间:
2020-11-04 17:45:08
阅读次数:
15
E Nothing is eternal in the world, Kostya understood it on the 7-th of January when he saw partially dead four-color garland. Now he has a goal to rep ...
分类:
其他好文 时间:
2020-11-02 10:34:31
阅读次数:
23