搜索结果
查询Tags标签: questions,共有 15条记录-
单词默写小程序-py
# 单词默写小程序。import easygui as equestions = ["局部", "野怪", "重复", "添加", "动画"]answers = ["local", "monster", "repeat", "append", "animation"…
2022/7/29 1:22:57 人评论 次浏览 -
[10-论文笔记][03] MS MARCO数据集整理
MS MARCO数据集整理论文地址:https://arxiv.org/pdf/1611.09268.pdf. NIPS2016 相关介绍:2016|重磅 | 微软发布数据集MS MARCO,打造阅读理解领域的「ImageNet」 10W question datasetNLG passage ranking keyphrase extraction conversion search任务1: Document Retr…
2022/5/30 23:22:57 人评论 次浏览 -
Python 3 - Questions
What is Python?Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it has fewer syntactic…
2022/4/1 22:19:29 人评论 次浏览 -
Ubuntu18 下 TeXstudio 编译不了含有 .eps 格式的图片
帮助来源:https://tex.stackexchange.com/questions/76455/converted-xxx-eps-converted-to-pdf-not-foundsudo apt install texlive-font-utils问题解决。 帮助来源:https://tex.stackexchange.com/questions/76455/converted-xxx-eps-converted-to-pdf-not-found
2022/3/6 7:17:03 人评论 次浏览 -
C语言popen产生了额外的shell进程
解决:命令前加exec转自:https://stackoverflow.com/questions/6742635/popen-creates-an-extra-sh-process
2022/1/30 7:08:28 人评论 次浏览 -
Leetcode 简单线性递推:正反两种方法
周赛差点翻车,LC 5982. Solving Questions With Brainpower 题意:有n个问题,只能依次解决,对于第i个问题,可以跳过,也可以选择解决,解决能获得questions[i][0]的分数,但是接下来的questions[i][1]个问题都不能做,求可以得到的最大分数。 方法:由于需要按顺序解决…
2022/1/17 6:06:29 人评论 次浏览 -
Leetcode 简单线性递推:正反两种方法
周赛差点翻车,LC 5982. Solving Questions With Brainpower 题意:有n个问题,只能依次解决,对于第i个问题,可以跳过,也可以选择解决,解决能获得questions[i][0]的分数,但是接下来的questions[i][1]个问题都不能做,求可以得到的最大分数。 方法:由于需要按顺序解决…
2022/1/17 6:06:29 人评论 次浏览 -
latex打出算法复杂度里的O波浪线
\tilde{O} O~\tilde{O}O~ 来源:https://tex.stackexchange.com/questions/66418/tilde-over-a-symbol-phi
2021/10/17 17:11:18 人评论 次浏览 -
latex打出算法复杂度里的O波浪线
\tilde{O} O~\tilde{O}O~ 来源:https://tex.stackexchange.com/questions/66418/tilde-over-a-symbol-phi
2021/10/17 17:11:18 人评论 次浏览 -
vscode//每次Saving ‘...‘: Getting code actions from ‘‘StandardJS - JavaScript Standard 转很久
https://stackoverflow.com/questions/65487080/vscode-saving-getting-code-actions-from
2021/9/13 9:34:59 人评论 次浏览 -
vscode//每次Saving ‘...‘: Getting code actions from ‘‘StandardJS - JavaScript Standard 转很久
https://stackoverflow.com/questions/65487080/vscode-saving-getting-code-actions-from
2021/9/13 9:34:59 人评论 次浏览 -
JavaScript: 如何清空数组
[1] https://stackoverflow.com/questions/3586158/how-to-empty-an-javascript-array
2021/9/3 17:06:09 人评论 次浏览 -
JavaScript: 如何清空数组
[1] https://stackoverflow.com/questions/3586158/how-to-empty-an-javascript-array
2021/9/3 17:06:09 人评论 次浏览 -
java中json转map
json转map转载自 https://stackoverflow.com/questions/443499/convert-json-to-map Type mapType = new TypeToken<Map<String, Map>>(){}.getType(); Map<String, String[]> son = new Gson().fromJson(easyString, mapType);
2021/6/11 20:21:06 人评论 次浏览 -
netstat 只显示特定端口
netstat 默认隐藏知名端口, 使用http 替换 80 , mysql => 3306 , 8080=>webcache 等知名端口查看本地: /etc/services 文件参考: https://serverfault.com/questions/373798/why-is-the-port-listed-only-in-the-specific-format-of-netstat
2021/5/4 7:25:31 人评论 次浏览