码迷,mamicode.com
首页 >  
搜索关键字:character    ( 4920个结果
idea搭建ssm
第一步:打开intellij idea,创建maven项目 参考:http://blog.csdn.net/w8897282/article/details/71173211 1.创建一个maven项目。 创建之后出现界面如图: 2.配置maven文件。 目录进行对应: settings.xml配置 ...
分类:其他好文   时间:2018-03-12 21:08:12    阅读次数:210
装饰者模式入门
定义 装饰者模式:在不改变原类文件以及不使用继承的情况下,动态地将责任附加到对象上,从而实现动态拓展一个对象的功能。它是通过创建一个包装对象,也就是装饰来包裹真实的对象。 设计原则 要使用装饰者模式,需要满足以下设计原则: 1、多用组合,少用继承 2、开放-关闭原则:类应该对拓展开放,对修改关闭 U ...
分类:其他好文   时间:2018-03-12 12:07:40    阅读次数:174
796. Rotate String
We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position. For example, ...
分类:其他好文   时间:2018-03-11 21:12:05    阅读次数:157
20165239其米仁增
在JAVA中分为基本类型和类类型两大类型系统。JAVA中的基本类型主要分为如下几类:1.整数:分为short(2字节)、int(4字节)与long(8字节)。2.字节:byte,长度为一字节,若表示整数,可表示 128~127的整数。3.浮点数:主要用来存储小数,可分为float(4字节)doubl ...
分类:其他好文   时间:2018-03-11 21:03:38    阅读次数:206
[LintCode] 字符串问题
1、字符串包含问题 1)串的模式匹配算法 (LintCode:字符串查找) BF KMP ...
分类:其他好文   时间:2018-03-11 17:17:53    阅读次数:184
salt-api return mysql返回的使用,记录操作日志
说在前面 折腾这个搞了半天,现做下记录 安装依赖(操作只在master端) master端本地数据库中创建对应的表结构 CREATE DATABASE DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; USE ; Table st ...
分类:数据库   时间:2018-03-11 17:11:12    阅读次数:356
mysql5.7的安装
一、下载软件 1. 进入mysql官网,登陆自己的Oracle账号(没有账号的自己注册一个),下载Mysql-5.7.17,下载地址:http://dev.mysql.com/downloads/mysql/ 2.将下载好的文件解压到指定目录,解压在E:/mysql-5.7.17-winx64 二、 ...
分类:数据库   时间:2018-03-09 20:31:55    阅读次数:218
spring、mybatis、springmvc整合
文件配置: web.xml <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <context-param> <param-nam ...
分类:编程语言   时间:2018-03-09 10:35:38    阅读次数:179
MySQL之mysql命令使用详解
MySQL Name mysql the MySQL command line tool Synopsis mysql [options] db_name Description mysql is a simple SQL shell with input line editing capabili ...
分类:数据库   时间:2018-03-08 14:10:33    阅读次数:211
Rscripts
(一) https://stackoverflow.com/questions/4951442/formula-with-dynamic-number-of-variables See ?as.formula, e.g.: where factors is a character vector co ...
分类:其他好文   时间:2018-03-07 10:30:33    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!