码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
hive中多表关联
use?noc_dpi; CREATE?table?IF?NOT?EXISTS?tmp_yym_app(appname?STRING,?mdn_num?int,?inputoctets?int,outputoctet?int) row?format?delimited?fields?terminated?by?‘|‘?stored?as?tex...
分类:其他好文   时间:2015-09-01 12:46:06    阅读次数:294
the "find" which you should kown that how to use it
1.文件查找:在文件系统上查找符合条件的文件文件查找的相关命令:locate:非实时查找(基于索引在数据库中的查找)find:实时查找2.locate命令:依赖于事先构建的索引:索引的构建是在系统较为空闲的时候自动进行的(周期性任务),你需要手动的更新数据库(命令:updatedb)..
分类:其他好文   时间:2015-09-01 00:06:11    阅读次数:199
the command 'vim' and how to use it
vim基本编辑命令1.vim存在三种基本模式:编辑模式(命令模式),输入模式,末行模式2.三种模式的转换方式:编辑模式——>输入模式i:insert,在光标所在处输入a:append,在光标所在处后面输入o:在当前光标所在行的下方打开一个新行I:在当前光标所在行的行首输入A:在当前..
分类:系统相关   时间:2015-09-01 00:04:58    阅读次数:208
mysql5.6和mysql5.7分配undo回滚段的区别
1、mysql5.7中分为2类:临时表空间回滚段和普通回滚段。 2、mysql5.6中没有区分。 As of MySQL 5.7.2, 32 undo logs are reserved for use by temporary tables and are hosted in the temporary table tablespace (ibtmp1). To allocat...
分类:数据库   时间:2015-08-31 23:46:44    阅读次数:265
不具备数学和算法知识能否成为优秀的开发人员
To explain why, I'm gonna assume you have little to no programming background and try to use an analogy. I apologise in advance if this answer becomes  long.Say you wanted to build a small toy house w...
分类:编程语言   时间:2015-08-31 23:42:10    阅读次数:240
不具备数学和算法知识能否成为优秀的开发人员(2)
Knowledge of algorithms has very little to do with programming skill.  As some random dude* on the internet once said:  "When in doubt, use brute force."  Let's unpack what this means.A good programme...
分类:编程语言   时间:2015-08-31 23:40:42    阅读次数:210
设置MySQL允许外网访问
1.修改配置文件 sudo vim /etc/mysql/my.cnf 把bind-address参数的值改成你的内/外网IP或0.0.0.0,或者直接注释掉这行. 2.登录数据库 mysql -u root -p 输入密码 mysql> use mysql; 3.查询host mysql> select user...
分类:数据库   时间:2015-08-31 21:51:32    阅读次数:179
seajs 使用文档
// seajs 的简单配置seajs.config({ base: "/scripts/", alias: { "jquery": "jquery.js" }})//情况一、如果定义和调用在同一个文件//实例一:define、use//必须声明模板标识define("user", function...
分类:Web程序   时间:2015-08-31 21:11:59    阅读次数:155
数据库触发器_trigger
部门表_删除:USE [test]GO/****** Object: Trigger [dbo].[部门_Delete] Script Date: 2015/8/31 16:41:46 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO-...
分类:数据库   时间:2015-08-31 18:50:31    阅读次数:250
FROM USE CASES TO TEST CASES
测试设计技术 - 用例到测试用例
分类:其他好文   时间:2015-08-31 16:47:47    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!