• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






新治

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2020年7月3日

【数据分析】MySQL之不能导入本地文件“Loading local data is disable;”
摘要: 今天在使用"利用MySQL的命令行进行CSV文件的导入"时,遇到了这样一个问题: 提示本地文件无法导入,必须要"同时获得客户端和服务器端的许可"。 很难受,于是上网搜了一下教程,最后综合了以下这几个网站的方法,解决了问题,下面介绍一下详细操作。 https://www.tutorialspoint. 阅读全文
posted @ 2020-07-03 11:44 新治 阅读(7721) 评论(0) 推荐(1)
 

2020年6月1日

【LeetCode 力扣】7. Reverse Integer 整数反转 Java 解法
摘要: Hello 各位,这里是新治的第二篇博客,今天要解的这道题是LeetCode第七题,整数反转,先来读一下题: Given a 32-bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 阅读全文
posted @ 2020-06-01 11:24 新治 阅读(321) 评论(0) 推荐(0)
 

2020年5月31日

【LeetCode 力扣】1. Two Sum 两数之和 Java 解法
摘要: LeetCode的第一题,英文单词书中 Abandon 一般的存在,让我们来看一下题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. 阅读全文
posted @ 2020-05-31 08:54 新治 阅读(469) 评论(0) 推荐(0)