码迷,mamicode.com
首页 >  
搜索关键字:scribe    ( 728个结果
linux中用shell获取昨天、明天或多天前的日期
...
分类:系统相关   时间:2016-12-01 09:42:48    阅读次数:242
MYSQL的常用命令和增删改查语句和数据类型!
连接命令:<a href="http://lib.csdn.net/base/mysql" class='replace_word' title="MySQL知识库" target='_blank' style='color:#df3434; font-weight:bold;'>MySQL</a> ...
分类:数据库   时间:2016-11-30 02:51:12    阅读次数:217
Druid 基础使用-操作篇(Pivot、plyql)
一、Pivot --9095 端口 二、基本sql 使用 。plysql-- http://plywood.imply.io/plyql (下面的端口应该是8082,我这个地方做了端口转换) 执行sql脚本(bin/plyql -h *.*.195.60:8085 -q 'SHOW TABLES') ...
分类:其他好文   时间:2016-11-25 23:16:37    阅读次数:1354
SQL
SQL是structured Query Language,结构化查询语言。是一种关系型数据库操作语言,也是一种数据库编程语言! SQL分三类; DDL:Data Defintion Language,数据定义语言;主要是用来定义和维护数据库的各种操作对象,比如库,表,索引,视图(增删改查)!主要的 ...
分类:数据库   时间:2016-11-25 06:58:50    阅读次数:240
mysql 内容
DDLDDL:Data Definition Language,数据定义语言主要是用来定义和维护数据库的各种操作对象,比如库、表、索引、视图 也可以说,操作的层次是在数据库的库和表的逻辑结构和存储结构上面,并没有对表中的实际的数据进行操作(增删改查)! 主要的操作关键字有:create、drop、a ...
分类:数据库   时间:2016-11-24 08:51:19    阅读次数:170
LeetCode OJ 236. Lowest Common Ancestor of a Binary Tree
Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According to the definition of LCA on Wikipedia: “The lowes ...
分类:其他好文   时间:2016-11-22 03:19:04    阅读次数:259
LeetCode OJ 105. Construct Binary Tree from Preorder and Inorder Traversal
Given preorder and inorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. Subscribe to ...
分类:其他好文   时间:2016-11-22 02:58:48    阅读次数:214
2016 ICPC青岛站---k题 Finding Hotels(K-D树)
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=5992 Problem Description There are N hotels all over the world. Each hotel has a location and a price. ...
分类:其他好文   时间:2016-11-20 19:14:13    阅读次数:286
RxJava从入门到放弃---关于RxJava-入门必看
RxJava 到底是什么RxJava 好在哪API 介绍和原理简析 1. 概念:扩展的观察者模式 观察者模式RxJava 的观察者模式 2. 基本实现 1) 创建 Observer...
分类:编程语言   时间:2016-11-16 22:34:43    阅读次数:451
LeetCode OJ 61. Rotate List
Given a list, rotate the list to the right by k places, where k is non-negative. For example:Given 1->2->3->4->5->NULL and k = 2,return 4->5->1->2->3- ...
分类:其他好文   时间:2016-11-16 19:43:40    阅读次数:163
728条   上一页 1 ... 67 68 69 70 71 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!