码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
linux下touch命令修改文件时间戳
linux的touch命令用来修改文件时间戳,或者新建一个不存在的文件。上图中,access、modify、change分别是访问时间、修改时间、改变时间,即为文件的时间戳。1.命令格式:touch[选项]...文件名...2.命令参数:-a或--time=atime或--time=access或--time=use只更改存取时间。-c..
分类:系统相关   时间:2016-05-18 22:24:05    阅读次数:361
XMPP--- error : linker command failed with exit code 1
error: linker command failed with exit code 1 (use -v to see invocation) 错误原因:libidn.a文件没添加上去 解决方法:libidn.a文件删除重新添加 第一步:删除libidn.a文件 第二步:添加libidn.a文件 ...
分类:其他好文   时间:2016-05-18 21:30:23    阅读次数:183
Android 6.0 SIM卡初始化流程
本文主要讲述Android 6.0 SIM卡初始化流程,UICC的架构图如下:/** * This class is responsible for keeping all knowledge about * Universal Integrated Circuit Card (UICC), also know as SIM's, * in the system. It is also use...
分类:移动开发   时间:2016-05-18 19:35:14    阅读次数:545
1102. Invert a Binary Tree (25)【二叉树】——PAT (Advanced Level) Practise
题目信息1102. Invert a Binary Tree (25)时间限制400 ms 内存限制65536 kB 代码长度限制16000 B The following is from Max Howell @twitter:Google: 90% of our engineers use the software you wrote (Homebrew), but you can’t i...
分类:其他好文   时间:2016-05-18 19:28:27    阅读次数:159
MySQL多表SQL查询
01.创建数据库表结构并插入数据 DROP DATABASE exam; CREATE DATABASE exam; USE exam; /*创建部门表*/ CREATE TABLE dept( deptno INT PRIMARY KEY, dname VARCHAR(50), loc VARCHAR(50) ); /*创建雇员表*/ CREATE TABLE emp( empno...
分类:数据库   时间:2016-05-18 19:01:40    阅读次数:210
loadrunner监控iis指标
开启服务器上的network DDE和Remote Registry服务 ,并在客户机上用net use 命令与服务器建立连接 按需使用IIS Global Active Flushed Entries Active Flushed Entries 是缓存文件句柄,当前传输全部完成后将关闭此句柄。IIS Global 对象。Web Anonymous Users/Sec 用户通过 Web 服务进行的...
分类:其他好文   时间:2016-05-18 18:49:16    阅读次数:132
hadoop-hdp-ambari安装
1.1. RHEL/CentOS/Oracle Linux 6 On a server host that has Internet access, use a command line editor to perform the following steps: Log in to your ho ...
分类:其他好文   时间:2016-05-18 17:33:57    阅读次数:125
开启xp_cmdshell
--打开xp_cmdshell EXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_configure 'xp_cmdshell', 1GORECONFIGUREGO use ConfigDBgospb_netuse_ ...
分类:系统相关   时间:2016-05-18 17:30:56    阅读次数:210
JS替换地址栏参数值
首先,页面引入JS代码片段(整体复制粘贴即可): var Query=function(a){"use strict";var b=function(a){var b=[],c,d,e,f;if(typeof a=="undefined"||a null||a "")return b;a.index ...
分类:Web程序   时间:2016-05-18 15:59:38    阅读次数:319
SQL——实例记录(exists、distinct)
use db--指向操作的数据库 go --批处理标识,要来标识以上为整个语句块供服务器解析if exists (select 序号 from 进度总表 where 包装时间 is not null and 压力时间 is null) --如果有返回值就执行下面的语句,没有不执行update 进度总 ...
分类:数据库   时间:2016-05-18 14:30:53    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!