码迷,mamicode.com
首页 >  
搜索关键字:modify    ( 1504个结果
4、Ns3的实例 first.cc
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- *//** This program is free software; you can redistribute it and/or modify* it under th...
分类:其他好文   时间:2014-06-28 10:59:12    阅读次数:244
7、ns-3建立拓扑
建立总线型拓扑。/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- *//** This program is free software; you can redistribute it and/or modify* it ...
分类:其他好文   时间:2014-06-24 10:54:21    阅读次数:224
mtime,ctime,atime
在学习makefile的时候涉及到修改时间,对于mtime,ctime,atime三个时间之间有啥区别呢??atime - access time mtime - if modify timectime - of change timels -luTo view ctimels -lcTo vi.....
分类:其他好文   时间:2014-06-23 07:58:14    阅读次数:246
sas数据操作-2
By语句By语句用于规定分组变量,控制set,merge,update或modify语句官方说明:BY variable-1variable-n> ;specifies the variable that the procedure uses to form BY groups. You can s...
分类:其他好文   时间:2014-06-23 07:29:42    阅读次数:394
Android 官方文档:(一)动画和图像 —— 1.5 画布和画图
The Android framework APIs provides a set 2D drawing APIs that allow you to render your owncustom graphics onto a canvas or to modify existing Views t...
分类:移动开发   时间:2014-06-17 19:48:07    阅读次数:255
Oracle/SQL 修改字段类型和长度
标准SQL修改字段类型和长度语句:ALTER TABLE tableName modify column columnName 类型;例如Mysql的修改字段类型语句:alter table test modify column name varchar(255);Oracle修改字段类型和长度语句...
分类:数据库   时间:2014-06-17 00:05:57    阅读次数:369
关于SQL 系统自带存储过程的使用 (一)
关于SQL,一边恐惧一边前行,战战兢兢,如履薄冰。1.那些Maggie教我的事 因为脚本老是倒不齐全,QA某次跟我要了三次脚本,于是乎求助公司DBA. 利用SQL server本身的查询,找出最近修改的存储过程。1 SELECT NAME,modify_date FROM sys.all_objec...
分类:数据库   时间:2014-06-15 21:05:43    阅读次数:229
atime、mtime、ctime
Linux系统文件有三个主要的时间属性,分别是ctime(change time, 而不是create time), atime(access time), mtime(modify time)。后来为了解决atime的性能问题,还引入了一个relatime的属性,下面一一解释。ctime, 很多朋...
分类:其他好文   时间:2014-06-14 20:33:31    阅读次数:191
安装Tortoise SVN出现权限问题
提示 the installer has insufficient privileges to modify the this file:c:\windows\system32\MSVCR110.DLL解决方案此时进入C:\Windows\System32\目录,修改msvcr110.dll的权限,...
分类:其他好文   时间:2014-06-12 21:25:31    阅读次数:1125
Erlang正则解析操作文件
-module(tool). %% ==================================================================== %% API functions %% ==================================================================== -export([modify_host...
分类:其他好文   时间:2014-06-08 10:38:23    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!