给定一个字符串,验证它是否是回文串,只考虑字母和数字字符,可以忽略字母的大小写。 说明:本题中,我们将空字符串定义为有效的回文串。 示例 1: 输入: "A man, a plan, a canal: Panama" 输出: true 示例 2: 输入: "race a car" 输出: false ...
分类:
其他好文 时间:
2019-04-05 12:40:49
阅读次数:
141
一.结对对象 结对学号:20175120 姓名:彭宇辰 结对伙伴博客:https://home.cnblogs.com/u/1751 pyc 结对宣言:成功是无数次失败的结果 二.编程分析 功能要求 (1)能按照不同数量的运算符号生成难度不同的四则运算式子。 (2)可以独立使用;可以计算真分数;可以 ...
分类:
其他好文 时间:
2019-04-04 17:22:44
阅读次数:
204
Given two integers n and k, you need to construct a list which contains n different positive integers ranging from 1 to n and obeys the following requ ...
分类:
其他好文 时间:
2019-04-04 14:23:21
阅读次数:
141
Chaque jour j'apprennais quelque chose sur la planète, sur le départ, sur le voyage. Ca venait tout doucement, au hasard des réflexions. C'est ainsi q ...
很多企业,可能每天应对的数据量达百万,千万,甚至上亿的访问量,这样的量已经超过普通配置的mysql所承受的量,所以为了应对日益增长的访问量,我们需要对mysql做出相应的对策,进一步优化mysql以达到我们所预期的效果。 1、EXPLAIN 做MySQL优化,我们要善用EXPLAIN查看SQL执行计 ...
分类:
数据库 时间:
2019-04-03 17:53:14
阅读次数:
152
#/bin/bash #队列的守护进程 Date = `date +"%F-%H:%M:%S"` XMML = "/var/www/html/xiangmu" project= "src.plan" log = "RIZHI" num = `ps aux|grep ${project}|grep -... ...
分类:
系统相关 时间:
2019-04-01 16:59:48
阅读次数:
187
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only ...
分类:
其他好文 时间:
2019-03-31 14:02:13
阅读次数:
144
1、下载系统安装包 选择相应的版本进行下载,地址:http://dl.mycat.io/ 。Mycat数据库分库分表中间件介绍 http://www.mycat.io/ 2、安装 安装mycat前需要保证系统已安装过jdk和mysql,将下载好的mycat安装包解压到某个目录下,然后进入mycat解 ...
Some conclusions: Buildfarm: Now it maybe still exists much problems. The work plan of project Buildfarm https://github.com/bazelbuild/bazel/projects/ ...
分类:
其他好文 时间:
2019-03-29 17:29:08
阅读次数:
163
Presto 是 Facebook 推出的一个基于Java开发的大数据分布式 SQL 查询引擎,可对从数 G 到数 P 的大数据进行交互式的查询,查询的速度达到商业数据仓库的级别,据称该引擎的性能是 Hive 的 10 倍以上。Presto 可以查询包括 Hive、Cassandra 甚至是一些商业 ...
分类:
其他好文 时间:
2019-03-29 13:07:34
阅读次数:
143