OFDM(orthogonal frequency division multiplexing),which assigns one block (in time ) to one user, OFDMA (orthogonal frequency division multiple access) ...
分类:
其他好文 时间:
2019-09-12 16:34:03
阅读次数:
103
https://www.atlassian.com/git/tutorials/git-gc The git gc command is a repository maintenance command. The "gc" stands for garbage collection. Executi ...
分类:
Web程序 时间:
2019-09-11 13:54:26
阅读次数:
117
链接:https://ac.nowcoder.com/acm/contest/1086/C 题目描述 "Never a borrower nor a lender be." O how Bessie wishes she had taken that advice! She has borrowed ...
分类:
其他好文 时间:
2019-09-10 00:41:19
阅读次数:
108
XKC , the captain of the basketball team , is directing a train of nn team members. He makes all members stand in a row , and numbers them 1 \cdots n1 ...
分类:
其他好文 时间:
2019-09-09 19:45:42
阅读次数:
103
QueryParser【解析查询】 定义:QueryParser的解析查询是用Lucene语法进行查询,而上一篇说到的子类查则是使用java对象来进行查询条件的封装。 使用方式:使用QueryParser也可以创建Query,QueryParser提供了一个parse方法,此方法可以直接根据查询语法 ...
分类:
其他好文 时间:
2019-09-08 09:16:11
阅读次数:
86
Description A set of frogs have accidentally fallen to the bottom of a large pit. Their only means of escaping the pit is to jump out of it. Each frog ...
分类:
其他好文 时间:
2019-09-07 01:12:28
阅读次数:
126
业务场景: 环境:Windows Server 2008 Standard R2(域) + SQLServer 2008 Standard R2+ 金蝶K3WISE15.0 错误:新建供应链账套提示如下错误 解决: 根据错误提示逐一排查原因 1.登录ERP服务器账号kingdee.admin是域管理 ...
分类:
其他好文 时间:
2019-09-04 09:54:28
阅读次数:
88
一、知识铺垫1.1、搜索结果各项含义GET /_search{ "took": 6, #整个搜索请求花费了多少毫秒 "timed_out": false, #是否超时,可以手动指定超时时间 "_shards": { #默认一个搜索请求,会打到index的所有primary shard上去,每个pri... ...
分类:
移动开发 时间:
2019-09-03 13:41:24
阅读次数:
129
Rain on your Parade Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 655350/165535 K (Java/Others)Total Submission(s): 6752 Accepted Submission(s) ...
分类:
编程语言 时间:
2019-09-03 09:31:01
阅读次数:
79
一年前写了一个demo,用于生成几种标准的波形,如正弦波、方波、三角波。之前写的只有这几个功能:波形/通道/时长/频率的控制选择,这几天抽了些时间又加了增益控制功能。为了避免东西丢失或意外删除,特上传到github,有需要的可以自己下载验证。 在测量板子信号时,我们根据需要生成波形(wav封装),将 ...
分类:
其他好文 时间:
2019-09-01 12:36:13
阅读次数:
145