码迷,mamicode.com
首页 >  
搜索关键字:character    ( 4920个结果
Python访问MySQL
Python高级 Python DB-API Python中用于访问关系型数据可的一个技术标准,通过它可以统一地访问所有主流数据库,代码几乎是完全一样的,DB-API定义了访问数据库必须的一些类(比如Connection, Cursor, 各种异常类等)和操作的方式,具体的实现由第三方库完成 API ...
分类:数据库   时间:2019-08-25 16:05:09    阅读次数:125
205. Isomorphic Strings
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
分类:其他好文   时间:2019-08-25 00:53:10    阅读次数:103
CentOS7.X基于LAMP环境搭建cacti
1.搭建好LAMP环境 2.登录数据库创建cacti create database cacti default character set utf8; 创建cacti的账户密码 grant all privileges on cacti.* to cacti@localhost identifie ...
分类:其他好文   时间:2019-08-24 22:53:59    阅读次数:99
(06)ElasticSearch 分词器介绍及安装中文分词器
分词器是用来实现分词的,从一串文本当中切分出一个一个的单词(词条),并对每个词条进行标准化处理(大小写、单复数、同义词等转换)。分词器包括3部分: 1、character filter:分词之前的预处理,过滤掉html标签,特殊符号转换等。 2、tokenizer:分词, 3、token filte ...
分类:其他好文   时间:2019-08-24 18:20:07    阅读次数:83
Java 基础数据类型包装类的高频区间的数据缓存
一、Java的基础数据类型的包装类:Integer,Long,Double,Float,Boolean,Byte,Short,Character。二、高频缓存区其中Double和Float没有缓存,其他类型都有高频缓存区间。其高频缓存区间的缓存范围是:Boolean:使用静态final,就会返回静态值Byte:-128~127Short:-128~127Character:0~127Long:-1
分类:编程语言   时间:2019-08-24 16:58:33    阅读次数:91
ssm
javaWeb三层架构,就是用Spring去整合其他两个框架 表现层|业务层|持久层 |: :| : SpringMVC|Spring|Mybatis Spring环境搭建 1.创建maven项目,不选择模板, next 2.main 新建webapp 新建WEB INF,并在pom.xml中添加 ...
分类:其他好文   时间:2019-08-23 14:57:48    阅读次数:75
zabbix安装
Centos7:zabbix+mariadb+httpd 一路回车,等到有跟上图提示你输入密码时,输入一个密码,然后再继续一路回车 7.yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent #安装zabbix mysql - ...
分类:其他好文   时间:2019-08-23 10:42:40    阅读次数:128
(Easy) Long Pressed Name LeetCode
Description: Your friend is typing his name into a keyboard. Sometimes, when typing a character c, the key might get long pressed, and the character w ...
分类:其他好文   时间:2019-08-23 00:26:41    阅读次数:135
(Easy) Shortest distance to Character LeetCode
Description: Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. Ex ...
分类:其他好文   时间:2019-08-22 19:13:00    阅读次数:117
(Hard) Sudoku Solver - LeetCode
Description: Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the following rules: Each of t ...
分类:其他好文   时间:2019-08-22 12:46:54    阅读次数:81
4920条   上一页 1 ... 72 73 74 75 76 ... 492 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!