代码 include include include typedef unsigned char char_point; / 判断机器类型,大端机返回0, 小端机返回1,其他返回 1 author : date : 2020 5 7 20:54:03 / int is_little_endian(v ...
分类:
其他好文 时间:
2020-05-07 23:06:54
阅读次数:
87
很多项目的前端都使用vue编写的,在项目上线部署的时候,有些项目要求把前端页面和后台服务部署在不同的服务器,这就要求使用nginx代理,本文就来讲讲vue项目怎么使用nginx代理。 项目github地址:https://github.com/Little-Orange7/cmms-vue 一.本地 ...
分类:
其他好文 时间:
2020-05-06 19:26:20
阅读次数:
132
原文地址:https://medium.freecodecamp.org/service-workers-the-little-heroes-behind-progressive-web-apps-431cc22d0f16 作者:Flavio Copes 摘要:这篇文章简述service worke ...
分类:
其他好文 时间:
2020-05-03 21:46:16
阅读次数:
79
网上大部分文章比较老,最近这几年已经有新的接口了 简单一点 1。启动录音 #define DEVICE "default"int StartPCMRecording(AUDIO_RECORD *pAudioRecord) { int rc, size, dir; snd_pcm_t *handle; ...
分类:
其他好文 时间:
2020-05-02 00:04:25
阅读次数:
104
A - Buggy Sorting Little boy Valera studies an algorithm of sorting an integer array. After studying the theory, he went on to the practical tasks. As ...
分类:
其他好文 时间:
2020-04-26 11:23:37
阅读次数:
70
Little_by_little_4 创建一个椒盐噪声的pytorch.transform 任务: 为一个图片加上 "椒盐噪声" ,创造一个类实现这个功能 源代码 python if random.uniform(0, 1) < self.p: 概率的判断 img_ = np.array(img). ...
分类:
其他好文 时间:
2020-04-17 12:42:25
阅读次数:
88
Young boy Artem tries to paint a picture, and he asks his mother Medina to help him. Medina is very busy, that's why she asked for your help. Artem wa ...
分类:
其他好文 时间:
2020-04-09 12:41:45
阅读次数:
91
[toc] Codeforces Round 632 (Div. 2) A. Little Artem 题意 :略。 分析 :构造这样的图形: cpp include define ll long long using namespace std; void io() { ios::sync_wit ...
分类:
其他好文 时间:
2020-04-09 09:14:55
阅读次数:
106
查看给的附件,就明白,这对公钥中,n过大,所以我们直接对c开e此方即可 aaa.py中是之前利用python写入的c from aaa import * import gmpy2 e = 65537 def dec(ctxt): c = ctxt eth_root = gmpy2.iroot(c, ...
分类:
其他好文 时间:
2020-04-06 23:43:11
阅读次数:
177
关于LFM分解理论和python实现见https://www.cnblogs.com/little-horse/p/12489619.html。 以下是java简单实现,完整程序见https://github.com/jiangnanboy/RecomSys/blob/master/src/main ...
分类:
编程语言 时间:
2020-04-02 22:24:08
阅读次数:
83