码迷,mamicode.com
首页 >  
搜索关键字:rds    ( 1708个结果
java设计模式-责任链
背景:要把<script>等<>html标签替换掉;把敏感词屏蔽或者替换等; 1.刚开始可能这么写: public class Main { public static void main(String[] args) { String msg = "大家好:),<script>,敏感,被就业,撒的 ...
分类:编程语言   时间:2018-05-24 00:36:05    阅读次数:204
*LeetCode--Most Common Word
Given a paragraph and a list of banned words, return the most frequent word that is not in the list of banned words. It is guaranteed there is at leas ...
分类:其他好文   时间:2018-05-23 17:01:36    阅读次数:187
使用阿里云RDS
1)购买 注意内网免费 外网收费 内网需要跟服务器ECS在同一VPC下 即ECS买在华东1 RDS也必须在华东1 2)使用 配置白名单 全部通过设置为0.0.0.0/0 (不建议) 创建账户 创建数据库 连接时注意 服务器端口号前是, ...
分类:其他好文   时间:2018-05-21 19:33:55    阅读次数:140
day 45(前端开发 + 标签及属性)
一。HTML介绍 和 head标签 web 标准 开发者工具介绍 HTML介绍 HTML颜色介绍 HTML规范 HTML结构详解 一、web标准 web准备介绍: w3c:万维网联盟组织,用来制定web标准的机构(组织) web标准:制作网页遵循的规范 web准备规范的分类:结构标准、表现标准、行为 ...
分类:其他好文   时间:2018-05-21 16:18:49    阅读次数:190
ArrayList源码解读(jdk1.8)
概要 上一章,我们学习了Collection的架构。这一章开始,我们对Collection的具体实现类进行讲解;首先,讲解List,而List中ArrayList又最为常用。因此,本章我们讲解ArrayList。先对ArrayList有个整体认识,再学习它的源码,最后再通过例子来学习如何使用它。内容 ...
分类:其他好文   时间:2018-05-20 16:32:58    阅读次数:206
*LeetCode--Goat Latin
Goat Latin A sentence S is given, composed of words separated by spaces. Each word consists of lowercase and uppercase letters only. We would like to ...
分类:其他好文   时间:2018-05-20 10:39:54    阅读次数:184
Vim的自动补全
1:使用字典进行自动补全 设置set dictionary+=/usr/share/dict/words 快捷键:CTRL-X CTRL-K2:拼写检查时自动补全 设置: map ,ss :setlocal spell! 快捷键:CTRL-X_s3:自动补全整行 快捷键:CTRL-X_CTRL-L4 ...
分类:系统相关   时间:2018-05-20 00:45:21    阅读次数:178
常用Build-in Keywords
1. Variables |- Set variable |- Create list |- Evaluate |- Get variable 2. Conditional |- Run Keyword If |- Run Keyword And Continue On Failure |- Run ...
分类:其他好文   时间:2018-05-19 14:45:54    阅读次数:148
ADO数据库连接字符串(sql server数据库)
一,身份验证: sql server数据库连接身份验证有两种:windows身份验证和SQL Server身份验证 windows验证:是使用windows的安全子系统对用户连接进行有效性验证。(个人认为是windows操作系统帮我们验证用户安全性,默认windows管理员为数据库的管理员,可以进行 ...
分类:数据库   时间:2018-05-19 13:06:46    阅读次数:219
the Way of Python Day 3
today,i learned so much knowledge about the basis of python. firstly,i studied methematical operators like '+','/' and so on. for instance,2*3=5 , 4/2 ...
分类:编程语言   时间:2018-05-19 00:18:25    阅读次数:151
1708条   上一页 1 ... 80 81 82 83 84 ... 171 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!