流水

  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

修复 mhddfs 崩溃的问题 (Transport endpoint is not connected)

发表于 2019-04-24 | 分类于 Technique

前言

本文主要关于解决 mhddfs 1.39版本使用时遇到的bug问题(Transport endpoint is not connected),以及简要分析导致问题的原因。

阅读全文 »

Ubuntu 16.04 cuda10.0 cudnn 7.4.1 tensorflow 1.13.1 环境配置

发表于 2019-04-02 | 分类于 Technique

前言

之前一段时间帮实验室的十几台电脑安装或者更新了Tensorflow环境,从最开始的安装 Cuda8.0 + Tensorflow 1.2.0 到前一段时间卸载 Cuda8.0 安装 Cuda10.0 和 Tensorflow 1.13.0。感觉有必要总结一下安装过程。

阅读全文 »

Leetcode 347. Top K Frequent Elements

发表于 2018-07-10 | 分类于 Leetcode

问题描述

Given a non-empty array of integers, return the k most frequent elements.

阅读全文 »

Leetcode题之回溯法

发表于 2018-07-02 | 分类于 Leetcode

前言-关于回溯法

什么是回溯法

回溯算法实际上一个类似枚举的搜索尝试过程,主要是在搜索尝试过程中寻找问题的解,当发现已不满足求解条件时,就“回溯”返回,尝试别的路径。

阅读全文 »

Leetcode 240. Search a 2D Matrix II

发表于 2018-06-24 | 分类于 Leetcode

问题描述

Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:

  • Integers in each row are sorted in ascending from left to right.
  • Integers in each column are sorted in ascending from top to bottom.
阅读全文 »
12…5
Mors

Mors

不忘初心,方得始终
25 日志
3 分类
20 标签
© 2017 – 2019 Mors