码迷,mamicode.com
首页 >  
搜索关键字:eterm    ( 386个结果
leetcode 234. Palindrome Linked List
题目内容 Given a singly linked list, determine if it is a palindrome. Example: 分析过程 题目归类: 链表反转,fast/slow双指针法 题目分析: 这道题归到easy其实是不对的,应该归到medium,因为如果要考虑O(n)时 ...
分类:其他好文   时间:2020-02-13 15:00:47    阅读次数:64
数据库常见告警项
数据库常见告警项原创 Hehuyi_In 最后发布于2019-01-04 10:14:08 阅读数 1026 收藏展开遇到的错误号,错误原因、处理方法及参考文档小结数据库类型 报错号 原因 参考 建议Oracle ORA-609 The ORA-609 error is thrown when a ...
分类:数据库   时间:2020-02-12 10:38:33    阅读次数:122
POJ3662 Telephone Lines (dijkstra+二分)
Farmer John wants to set up a telephone line at his farm. Unfortunately, the phone company is uncooperative, so he needs to pay for some of the cables ...
分类:其他好文   时间:2020-02-11 09:45:17    阅读次数:72
dataassociator base类 enumerate_joint_hypotheses method简析
dataassociator base类 enumerate_joint_hypotheses function 实现如下 1 @classmethod 2 def enumerate_joint_hypotheses(cls, hypotheses): 3 """Enumerate the pos ...
分类:编程语言   时间:2020-02-07 21:04:13    阅读次数:77
Leetcode 9. Palindrome Number
Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Input: 121Output: true ...
分类:其他好文   时间:2020-02-06 20:03:07    阅读次数:83
刷题记录:[BJDCTF2020]EzPHP
[TOC] 题目复现链接: "https://buuoj.cn/challenges" 参考链接: "BGXY_CTF “Y1ng’s Baby Code” 官方writeup" url编码绕过针对 的过滤 由于 不会进行URLDecode,而 会,所以只要进行url编码即可绕过 绕过 类型的 值匹 ...
分类:Web程序   时间:2020-02-06 19:38:29    阅读次数:367
POJ 2431 Expedition 贪心 优先级队列
Expedition Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 30702 Accepted: 8457 Description A group of cows grabbed a truck and ventured on ...
分类:其他好文   时间:2020-02-05 18:42:25    阅读次数:71
[LeetCode 955] Delete Columns to Make Sorted II
We are given an array A of N lowercase letter strings, all of the same length. Now, we may choose any set of deletion indices, and for each string, we ...
分类:其他好文   时间:2020-02-04 10:24:21    阅读次数:67
Jenkins凭证管理
凭据可以用来存储需要密文保护的数据库密码、Gitlab密码信息、Docker私有仓库密码等,以便Jenkins可以和这些第三方的应用进行交互。安装Credentials Binding插件要在Jenkins使用凭证管理功能,需要安装Credentials Binding插件 安装插件后,左边多了"凭 ...
分类:其他好文   时间:2020-01-26 20:52:18    阅读次数:197
pod的状态及操作
查看pod的标签 [root@master pod]# kubectl get pods --show-labels NAME READY STATUS RESTARTS AGE LABELS cv-podh 1/2 CrashLoopBackOff 15 55m app=myapp,tier=fr ...
分类:其他好文   时间:2020-01-25 18:09:57    阅读次数:215
386条   上一页 1 ... 3 4 5 6 7 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!