码迷,mamicode.com
首页 >  
搜索关键字:describe    ( 1114个结果
LeetCode -- Merge K Sorted Lists
Question:Mergeksorted linked lists and return it as one sorted list. Analyze and describe its complexity.Analysis:合并k个排好序的链表,返回最终一个总的排序列表。分析并描述他的复杂度。l...
分类:其他好文   时间:2015-09-12 21:38:37    阅读次数:197
4.2 Context-Free Grammars
4.2 Context-Free Grammars Grammars were introduced in Section 2.2 to systematically describe the syntax of programming language constructs like expres...
分类:其他好文   时间:2015-09-10 17:20:35    阅读次数:206
MySql中查询表中的列名
例如我的数据库名为“example”,使用 USE example; 确定使用example数据库。使用 show tables; 显示数据库中的所有表。使用 DESC persons; 显示表persons中的列名。或者使用 DESCRIBE persons; 或者使用 SHOW columns ...
分类:数据库   时间:2015-09-10 12:32:16    阅读次数:335
常用SQL语句(Mysql)总结
1.库1)创建数据库:createDatabasedatabase_name;database_name:(1)首字母不能是数字、$、空格、特殊字符、保留字(2)最大128字节(3)由字母、数字、下划线、@和$组成2)查看数据库:showdatabases;3)选择数据库:usedatabase_name;4)删除数据库:dropdatabasedatabase_name;..
分类:数据库   时间:2015-09-09 19:48:14    阅读次数:239
一个随机选择中午去哪吃饭的脚本,没什么大用。。。熟练下shell的用法而已,欢迎吐槽。。。
[root@oldjun-studyscripts]#catmenu.sh #!/bin/bash ################################## #Filename:menu.sh #Describe:Chooseaplacetoeat #Author:LiJun #CreateDate:2015-09-09 #Version:1.0 ################################## [-f/etc/init.d/functions]&&./etc..
分类:系统相关   时间:2015-09-09 19:37:38    阅读次数:290
(转)Live555中RTSPClient分析
有RTSPServer,当然就要有RTSPClient。如果按照Server端的架构,想一下Client端各部分的组成可能是这样:因为要连接RTSP server,所以RTSPClient要有TCP socket。当获取到server端的DESCRIBE后,应建立一个对应于ServerMediaSe...
分类:其他好文   时间:2015-09-09 10:59:48    阅读次数:258
JAVA测试装饰者模式
1 package shb.java.demo; 2 /** 3 * 测试装饰者模式 4 * @package :shb.java.demoJava02 5 * @author shaobn 6 * @Describe : 7 * @Time: 2015-9-9 上午12:17:00 8...
分类:编程语言   时间:2015-09-09 06:12:08    阅读次数:153
[Flux] 3. Actions
Actions contain no functionality, but rather describe an event in our application. In this lesson we will describe our Actions as they relate to our a...
分类:其他好文   时间:2015-09-08 00:01:55    阅读次数:181
Java内部类小程序(成员内部类,静态内部类,匿名内部类)
1 /** 2 * 测试java内部类(成员内部类,静态内部类,匿名内部类) 3 * 局部内部类不常用,就不写了。 4 * @package :java05 5 * @author shaobn 6 * @Describe : 7 * @Time: 2015-9-6 下午...
分类:编程语言   时间:2015-09-06 22:55:34    阅读次数:245
第二讲:vcs debugging basics
要求: 1.describe three methods of debugging verilog code using vcs 2.invoke ucli debugger(不重要) 3.debug verilog design using ucli(不重要)debugging方式: 1....
分类:其他好文   时间:2015-09-03 19:09:59    阅读次数:197
1114条   上一页 1 ... 86 87 88 89 90 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!