编程语言 pyspark 常用指令 一 环境配置 环境变量使用 vim ~/.bash_profile #SPARK VARIABLES START export SPARK_HOME=/Users/didi/spark export ... qlmx 54文章 2评论 更多 02月18日 737 评论 阅读全文
技术杂谈 通过词云图快速了解十九届四中全会公报 通过技术手段快速了解十九届四中全会公报 本文简单粗暴,只有代码和图片,快速了解十九届四中全会公报的主要内容,点击阅读原文可获得原文。 # -*- coding: utf-8 -*- from pylt... qlmx 54文章 2评论 更多 02月15日 1,796 评论 阅读全文
leetcode 409. Longest Palindrome 409. Longest Palindrome 1.问题描述 Given a string which consists of lowercase or uppercase letters, find... qlmx 54文章 2评论 更多 02月15日 1,102 评论 阅读全文
leetcode 290.Word Pattern词语匹配 290. Word Pattern(词语匹配) 1 问题描述 Given a pattern and a string str, find if str follows the same patter... qlmx 54文章 2评论 更多 02月15日 1,141 评论 阅读全文
leetcode 236.Lowest Common Ancestor of a Binary Tree最近公共祖先 236. Lowest Common Ancestor of a Binary Tree(最近公共祖先) 1 问题描述 Given a binary tree, find the lowest com... qlmx 54文章 2评论 更多 02月15日 942 评论 阅读全文
leetcode 207.Course Schedule课程安排 207. Course Schedule(课程安排) 1 问题描述 There are a total of n courses you have to take, labeled from 0 to... qlmx 54文章 2评论 更多 02月15日 1,138 评论 阅读全文
leetcode 199. Binary Tree Right Side View侧面观察二叉树 199. Binary Tree Right Side View(侧面观察二叉树) 1 问题描述 Given a binary tree, imagine yourself standing on t... qlmx 54文章 2评论 更多 02月15日 1,032 评论 阅读全文
leetcode 187. Repeated DNA Sequences重复的DNA序列 187. Repeated DNA Sequences(重复的DNA序列) 1 问题描述 All DNA is composed of a series of nucleotides abbrevia... qlmx 54文章 2评论 更多 02月15日 897 评论 阅读全文
leetcode 114. Flatten Binary Tree to Linked List二叉树转链表 114. Flatten Binary Tree to Linked List(二叉树转链表) 1.问题描述 Given a binary tree, flatten it to a linked l... qlmx 54文章 2评论 更多 02月15日 899 评论 阅读全文
leetcode 113. Path Sum II 113. Path Sum II 1 问题描述 Given a binary tree and a sum, find all root-to-leaf paths where each path's... qlmx 54文章 2评论 更多 02月15日 771 评论 阅读全文
评论