码迷,mamicode.com
首页 >  
搜索关键字:simple example    ( 24106个结果
split(字符串方法)
用于把一个字符串分割成字符串数组。 返回值:一个字符串数组,不包括 separator 自身 参数:string.split(separator,howmany) separator 必需。字符串或正则表达式,从该参数指定的地方分割 stringObject。 howmany 可选。该参数可指定返回 ...
分类:其他好文   时间:2021-02-24 13:03:07    阅读次数:0
SQL第3课:具有约束的查询(第2部分)
当编写WHERE带有包含文本数据的列的子句时,SQL支持许多有用的运算符来执行诸如不区分大小写的字符串比较和通配符模式匹配之类的操作。我们在下面显示一些常见的文本数据特定运算符: Operator Condition Example = 区分大小写的精确字符串比较(注意单个等于) col_name= ...
分类:数据库   时间:2021-02-22 12:38:09    阅读次数:0
51nod1600-Simple KMP【SAM,树链剖分】
正题 题目链接:http://www.51nod.com/Challenge/Problem.html#problemId=1600 题目大意 给出一个字符串$s$,每次在最后插入一个字符后求它的所有分别子串构出的$fail$树的深度和。 \(1\leq Q\leq 10^5\) 解题思路 考虑两个 ...
分类:其他好文   时间:2021-02-22 11:51:13    阅读次数:0
git使用命令
命令行指令 Git 全局设置 git config --global user.name "Administrator" git config --global user.email "admin@example.com" 创建新版本库 git clone http://f86ec4dd880f/r ...
分类:其他好文   时间:2021-02-20 12:12:27    阅读次数:0
对称加密
AES: package com.example.wuji.jiami; import com.sun.org.apache.xml.internal.security.utils.Base64; import javax.crypto.Cipher; import javax.crypto.spe ...
分类:其他好文   时间:2021-02-19 13:13:37    阅读次数:0
maven
父类依赖的导入<parent> <groupId>org.example</groupId> <artifactId>dubboDome</artifactId> <version>1.0-SNAPSHOT</version></parent> ...
分类:其他好文   时间:2021-02-19 13:11:37    阅读次数:0
Python-pip源设置
1、windows10 pip设置目录:C:\ProgramData\pip\pip.ini [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple/ ←--清华大学源 2、dos命令:pip config --global set ...
分类:编程语言   时间:2021-02-19 13:05:20    阅读次数:0
1337. The K Weakest Rows in a Matrix (E)
The K Weakest Rows in a Matrix (E) 题目 Given a m * n matrix mat of ones (representing soldiers) and zeros (representing civilians), return the indexes ...
分类:其他好文   时间:2021-02-18 13:02:33    阅读次数:0
环境配置 | ubuntu20.04虚拟机常用环境配置(基于vbox)
常用环境配置 要清理磁盘空间可以看这个文章:https://www.linuxprobe.com/disk-release.html 最简单的安装,结束以后先换源 apt install build-essential gcc make perl dkms # 之后安装vbox增强功能 # 基本工具 ...
分类:系统相关   时间:2021-02-17 15:13:48    阅读次数:0
PAT A1029 Median (25 分)
Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1 = { 11, 12, 13, 14 } is 1 ...
分类:其他好文   时间:2021-02-17 14:40:27    阅读次数:0
24106条   上一页 1 ... 14 15 16 17 18 ... 2411 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!