题目如下: Every email consists of a local name and a domain name, separated by the @ sign. For example, in alice@leetcode.com, alice is the local name, an ...
分类:
其他好文 时间:
2018-10-28 16:03:22
阅读次数:
279
A character string is said to have period k if it can be formed by concatenating one or more repetitionsof another string of length k. For example, th ...
分类:
其他好文 时间:
2018-10-28 00:47:45
阅读次数:
159
首先需要在自己安装的mysql路径下新建一个my.ini文件,如下: 然后在my.ini文件中输入一下内容,主要控制编码问题的为红框部分,如下: 为了方便大家使用,可以复制以下代码: 保存后需要手动去重启mysql服务,注意必须要手动重启才能成功,个人就是因为在命令行重启,卡了很久,一直搞不了,浪费 ...
分类:
数据库 时间:
2018-10-27 14:48:18
阅读次数:
214
post获取到的值编码,验签时也要做编码 。下面给出远程获取参数和验签用到的类。 ...
分类:
其他好文 时间:
2018-10-27 11:50:44
阅读次数:
160
1. 定义 Tesseract是一个将图像翻译成文字的OCR库(光学文字识别,Optical Character Recognition) 2. 安装 sudo apt get install tesseract ocr 3. 在python中调用Tesseract pip install pyte ...
分类:
其他好文 时间:
2018-10-27 00:23:22
阅读次数:
162
2018-10-26 执行命令: 出现信息: ...
分类:
Web程序 时间:
2018-10-26 10:45:12
阅读次数:
1756
原文地址:https://blog.csdn.net/liuxiaoddd/article/details/28885177 android SAX解析的characters方法被多次调用 同理 试用于java 对一个tag执行多次 character()方法 原因是xml文件中含有\n 和 \t ...
分类:
其他好文 时间:
2018-10-25 20:13:16
阅读次数:
169
环境: 一、万变不离的下载 下载页面:https://dev.mysql.com/downloads/mysql/ 点击 Download 按钮下载zip包到本地,解压(以我本地的解压路径是 D:\db\mysql-5.7.19-winx64 为例讲解,位置可以自定义) 二、配置环境变量 以我本地的 ...
分类:
数据库 时间:
2018-10-25 14:02:46
阅读次数:
149
一、背景 最近,在项目开发的过程中,遇到需要在properties文件中定义一些自定义的变量,以供java程序动态的读取,修改变量,不再需要修改代码的问题。就借此机会把Spring+SpringMVC+Mybatis整合开发的项目中通过java程序读取properties文件内容的方式进行了梳理和分 ...
分类:
编程语言 时间:
2018-10-25 12:10:31
阅读次数:
208
创建 mysql 时,需要加上编码,不然会乱码: ...
分类:
数据库 时间:
2018-10-25 00:27:10
阅读次数:
260