码迷,mamicode.com
首页 >  
搜索关键字:pat    ( 13517个结果
Kali Rolling 系统配置总结 (Updateing)
主系统 Kali Linux 确实好用,继《 "Kali~2018安装后的配置" 》之后,自己又全面详细的总结了关于Kali Linux系统安装后的配置,《 "Kali Rolling 系统配置总结(Updateing)" 》相比《 "Kali~2018安装后的配置" 》更加全面详细。希望,这篇文章 ...
分类:其他好文   时间:2019-11-22 13:58:24    阅读次数:191
MySQL--18 报错总结
报错1: 报错原因:MySQL的socket文件目录不存在。 解决方法: 报错2: 报错原因:socket文件目录没有权限 解决方法:给socket文件目录授权mysql用户的权限 报错3: 报错原因:没有做初始化 解决方法:做初始化 报错4: 报错原因:找不到socket文件 解决方法: 报错5: ...
分类:数据库   时间:2019-11-22 13:42:28    阅读次数:101
CDH平台搭建遇到的问题
安装之前遇到的问题: Note: Forwarding request to 'systemctl disable NetworkManager.service'. Removed symlink /etc/systemd/system/multi-user.target.wants/Network ...
分类:其他好文   时间:2019-11-22 13:38:30    阅读次数:87
PAT甲级——1147 Heaps【30】
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2019-11-22 01:25:09    阅读次数:92
PAT甲级——A1145 HashingAverageSearchTime【25】
The task of this problem is simple: insert a sequence of distinct positive integers into a hash table first. Then try to find another sequence of inte ...
分类:其他好文   时间:2019-11-22 01:09:29    阅读次数:81
PAT甲级——A1146 TopologicalOrder【25】
This is a problem given in the Graduate Entrance Exam in 2018: Which of the following is NOT a topological order obtained from the given directed grap ...
分类:其他好文   时间:2019-11-22 00:54:12    阅读次数:59
挖掘机技术哪家强
为了用事实说明挖掘机技术到底哪家强,PAT 组织了一场挖掘机技能大赛。现请你根据比赛结果统计出技术最强的那个学校。 输入格式: 输入在第 1 行给出不超过 1 的正整数 N,即参赛人数。随后 N 行,每行给出一位参赛者的信息和成绩,包括其所代表的学校的编号(从 1 开始连续编号)、及其比赛成绩(百分 ...
分类:其他好文   时间:2019-11-22 00:35:55    阅读次数:57
PAT甲级——A1144 TheMissingNumber【20】
Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list. Input Specification: Each input file contains ...
分类:其他好文   时间:2019-11-21 22:58:17    阅读次数:83
Python Treelib 多叉树 数据结构 中文使用帮助文档
树,对于计算机编程语言来说是一个重要的数据结构。它具有广泛的应用,比如文件系统的分层数据结构和机器学习中的一些算法。这里创建了treelib来提供Python中树数据结构的高效实现。 官方文档:https://treelib.readthedocs.io/en/latest/ 1.安装主要通过pip ...
分类:编程语言   时间:2019-11-21 20:11:03    阅读次数:384
django-建立应用
#Django中的应用 - app- 应用在Django项目中是一个独立的业务模块,可以包含自己的路由,视图,模板,模型 建立音乐应用:1.终端执行python3 manage.py startapp music2.修改settings.py文件 加入'music'INSTALLED_APPS = ...
分类:其他好文   时间:2019-11-21 20:03:41    阅读次数:57
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!