由买买提看人间百态

topics

全部话题 - 话题: rename
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c*o
发帖数: 4
1
If you are using Linux. Maybe you can try command "rename"
sample:
rename .JPG .jpg *.JPG (rename *.JPG -> *.jpg
rename .html .htm *.html (rename *.html -> *.htm)

rename
g****s
发帖数: 181
2
man rename
for example,
rename 's/1$/2/' *1
This will rename file001,file011 to file002,file012.
T***B
发帖数: 137
3
来自主题: Unix版 - a question about rename
I need to rename a bunch of files. The original file names would be like
these:
1254A.txt
23A.txt
89482A.txt
341A.txt
After renaming, the file names would be like:
1254B.txt
23B.txt
89482B.txt
341B.txt
In other words, the 'A' in the original file is replaces by 'B'. Is there any
easy way to do the renaming?
All the files are under a same directory.
Thanks.
r****o
发帖数: 1950
4
是Pausch Randy的last lecture演讲里面的。
原文是:
If you had one last lecture to give before you died, what would it be? I tho
ught, damn, I finally nailed the venue and they renamed it.
这里 "I finally nailed the venue and they renamed it."是什么意思啊?
g**********y
发帖数: 14569
5
来自主题: Java版 - How to rename a file to Chinese?
Under windows, following code can rename English file name ->
new File("oldFile").renameTo(new File("newFile");
But when I replace the "newFile" with Chinese character, it turns to be "???"
and system can not rename it.
Anyone know how to do this?
Thanks!
n*l
发帖数: 44
6
Thank you to all who gave me help and sugguestions on that urgent file rename
post I posted several days ago. 在这里把大家的建议都收集总结一下,供参考。
Rename several hundred files named "img*.jpg" to "img*.JPG"
s***e
发帖数: 108
7
来自主题: Unix版 - a question about rename
fi u have rename
rename A.txt B.txt *A.txt
P*****s
发帖数: 375
8
hehe, use ACDSee, browse, choose browse all files (not just pictures),
then you see the files u want to change, select them, then click the
right mouse button there comes "Rename Series" in the pop menu. See
Help there for how to rename.
D******n
发帖数: 2836
9
来自主题: Statistics版 - [SAS] Merge and rename
Sometimes one needs to merge two files side by side and compare, but more
than often, they share the same names for most of the attributes. I can do
rename on one of the data sets, but it would be nice if there were just an
option or quick trick to rename all of them.
Is there anything like that?
tks.
f*******a
发帖数: 59
10
【 以下文字转载自 USANews 讨论区 】
发信人: flycanada (flycanada), 信区: USANews
标 题: Rename the metric for measuring delusion by factors of "trumps"
发信站: BBS 未名空间站 (Tue Oct 11 15:41:04 2016, 美东)
However a unit baseline is much too large for normal human usage.
For example, If a guy thinks his mullet is sexy, that would have to rate at
about 20 microtrumps on your proposed scale, right? So most human delusions
would rank in the micotrump range. "Paul is dead" (look it up, youngsters)
could reasonably make it up... 阅读全帖
l*****o
发帖数: 19235
11
George Washington, the first American president, has his face on the quarter
and the $1 bill. So many things are named after him — counties, towns,
mountains, bridges, lakes and countless schools.
But the president of the San Francisco School Board, Matt Haney, wants to
change the names of any of the city’s schools that are named after slave
owners such as Washington and Thomas Jefferson.
“We should rename Washington High School after San Francisco native, poet
and author Maya Angelou. Maya Ange... 阅读全帖
p***s
发帖数: 584
12
Rename Grassley to GirishLee
Half Indian and chinese...chindian...to support our cause...HR3012
Trackitt:
Hello, I'm frustrated2012 (report this user)
I am from India
I last logged in 2 hours 18 minutes ago
I have been a member since 16 Dec 2009
I have added 14 posts in trackitt forums
I added my last post on 16 Dec 2011
r*****e
发帖数: 1196
13
来自主题: Belief版 - This board is better to be renamed
你得到了它
再下去可以renamed as anti-religion board
在一些人眼里,信教的都是nc,甚至为了说对方nc硬说对方信教
j********z
发帖数: 3242
14
来自主题: Belief版 - This board is better to be renamed

看来歪曲事实是你的风气吧?
你别故意把不同的帖子的回复拉到一起。
看看我回复你的话是会哪个帖子的?
一直在说的是“瞧不起”和“关心”。
怎么到你这里忽然就跳一个“尊重”“不尊重”出来了?
这个版向来尊重那些值得被人尊重的人,无论有没有信仰,有什么信仰。
这个版向来不尊重那些不知道被人尊重的人,无论有没有信仰,有什么信仰。
==========================================
发信人: reverie (缘生世间), 信区: Belief
标 题: Re: This board is better to be renamed
发信站: BBS 未名空间站 (Fri Oct 9 00:15:59 2009, 美东)
你这个论调跟hairi一脉相传
winter挖这个坑无非是说本版名不符实
一个信仰版充斥着对信仰缺乏基本尊重的声音,不是不可以,而是很讽刺
既然瞧不起,为何又如此关心?背后的动力是什么?呵呵
仅此而已
==========================================
发信人: reverie (缘生世间), 信区: Beli
c*****y
发帖数: 2
15
Is there a way in Sybase to do the following:
ALTER TABLE owner.table_name RENAME column_name TO new_column_name
Or is it doable in Sybase?
Thanks
w*m
发帖数: 1806
16
suppose I have a oracle instance A in server Aserver,
I want to move to to server Bserver with a new instance name B.
any suggestions?
rename it first, then move? Any technical details are appreciated.
Thanks
x****u
发帖数: 473
17
来自主题: Programming版 - SOS: How to rename a variable in Matlab?
How to rename a variable in Matlab using one command without reallocating
memory?
Thanks a lot!
t****t
发帖数: 6806
18
来自主题: Programming版 - SOS: How to rename a variable in Matlab?
matlab variable is copy-on-write, so you can just use
b=a;
clear a;
then a is "renamed" to b. very few memory operation is involved in this
process.
r****8
发帖数: 6
19
来自主题: Programming版 - how to rename a exe file?
please instruct me how to rename a exe file step by step.
thanks a lot in advance!
F***Q
发帖数: 6599
20
来自主题: Unix版 - how to rename a bunch of files
I can't use wildcard in mv command, what should I do?
exp: rename *aaa_??bbb to *bbb_??aaa?
thanks!
r*****s
发帖数: 985
21
来自主题: Unix版 - Any idea on batch renaming files?
Say I have RIMG0001.JPG, RIMG0002.JPG, ... RIMG0100.JPG ...
I want to rename them all to myname0001.jpg, myname0002.jpg ...
Any concise commands/scripts to do so?
k*j
发帖数: 2
22

another approach:
\ls img*.jpg | sed 's/\(.*\)jpg/mv & \1.JPG/' | sh
rename
T***B
发帖数: 137
23
来自主题: Unix版 - a question about rename
Thanks, sngle and seis.
rename A.txt B.txt *A.txt works pretty well in my computer.
seis's way is a little complicated for a Cai Niao like me.

any
s*****h
发帖数: 44903
24
☆─────────────────────────────────────☆
ThetaWave (Theta) 于 (Tue Jan 12 20:23:16 2016, 美东) 提到:
---Teams that have more significant changes over the years or were more
recently expanded, in reverse chronological order when the last change
happened to a team:
Los Angeles Rams <==2016 St. Louis Rams <==1995 Los Angeles Rams <==1946
Cleveland Rams <==1936 "formed"
Houston Texans <==2002 "expansion"
Cleveland Browns <==1999* "expansion", Cleveland Browns(OLD)
* the new Browns holds the legacy of... 阅读全帖
T*******e
发帖数: 4110
25
---Teams that have more significant changes over the years or were more
recently expanded/relocated, in reverse chronological order when the last
change happened to a team:
Las Vegas Raiders <==2020? Oakland Raiders <==1995 Los Angeles Raiders <==
1982 Oakland Raiders <==1960 "formed"
Los Angeles Chargers <==2017 San Diego Chargers <==1961 Los Angeles
Chargers <==1960 "formed"
Los Angeles Rams <==2016 St. Louis Rams <==1995 Los Angeles Rams <==1946
Cleveland Rams <==1936 "formed"
Houston Texans ... 阅读全帖
p******u
发帖数: 14642
26
某些傻逼估计没听说过世界最大民猪国大改城市名的事吧
* Shimla (formerly Simla)
* Kanpur (formerly Cawnpore, renamed in 1948)
* Thiruvananthapuram (formerly Trivandrum, renamed in 1991)
* Mumbai (formerly Bombay, renamed in 1995)
* Chennai (formerly Madras, renamed in 1996)
* Kolkata (formerly Calcutta, renamed in 2001)
* Pune (formerly Poona)
* Kochi (formerly Cochin, renamed in 1996)
* Bengaluru (formerly Bangalore, renamed in 2006)
* Sagar (formerly Saugor)
* Jabalpur (formerl... 阅读全帖
u*****o
发帖数: 1224
27
来自主题: JobHunting版 - 求教一个SQL的问题
最近在自学,想请教大家一个renaming的问题
用as可以实现两种renaming, rename一个column, 或者rename一个table
第一种:就是说比如我的table有个column A, 我把A的每个数×10000/2.5(想象一个
特别复杂的数学式,太复杂了以至于我必须rename成B)
然后我想select B-A>1的row
那我必须这么写:select A, A*1000/2.5 as B from...where A*1000/2.5 - A > 1
想用B代替calculated expression (select A, A*1000/2.5*800+6 as B from where B
-A>1) 就不work!!
第二种情况是rename一个table,
select T1.col1, T2.col2
from table1 as T1, table2 as T2 where...
这里rename table的话,我就可以用简写T1,T2出现在表达式里,甚至出现在renaming
的前面。。为什么第一个例子就不能用简写呢
汗,好难说清楚,不知有... 阅读全帖
c*****s
发帖数: 180
28
来自主题: WaterWorld版 - PURE WATER DO NOT NETER PLEASE
Renaming Variables
You have seen how to use PROC DATASETS to rename an indexed data set.
Similarly, you might want to rename one or more variables within an indexed
data set. In order to preserve any indexes that are associated with the data
set, you can use the RENAME statement in the DATASETS procedure to rename
variables.
General form, PROC DATASETS with the RENAME statement:
PROC DATASETS LIBRARY=libref ;
MODIFY SAS-data-set-name;
RENAME old-var-name-1 = new

发帖数: 1
29
来自主题: Military版 - 12月10日 可能的历史
Yarmouth Port, Massachusetts
From Wikipedia, the free encyclopedia
Yarmouth Port, Massachusetts
Census-designated place
Boardwalk at Bass Hole
Location in Barnstable County and the state ofMassachusetts.
Coordinates: 41°42′17″N 70°13′15″WCoordinates: 41°42′17″N 70°13′
15″W
Country United States
State Massachusetts
County Barnstable
Town Yarmouth
Area
• Total 6.47 sq mi (16.76 km2)
• Land 6.04 sq mi (15.65 km2)
• Water 0.43 sq mi (1.11 km2)
Elevation 52 f... 阅读全帖

发帖数: 1
30
来自主题: Military版 - 12月25日 圣诞节快乐!
在网上发现了一个圣诞节商店,商店的建筑很有特色,而且遍布全美国,大概有70多个
店铺,以后大家买圣诞节用品可以去那里,似乎各州都有。我们这里和麻州的地址是:
CHRISTMAS TREE SHOP AUGUSTA, GA, 239 ROBERT C. DANIEL JR. PARKWAY,
AUGUSTA EXCHANGE, AUGUSTA, GA 30909, 706.738.0570, CHRISTMAS TREE SHOP
, MAGNOLIA PARK, 1117 WOODRUFF ROAD, GREENVILLE, SC 29607. 864. 297.
3667
CHRISTMAS TREE SHOPS NATICK, 1298 WORCESTER ST. ROUTE 9, SHERWOOD
PLAZA, NATICK, MA 01760, 508.655.9800
CHRISTMAS TREE SHOPS SOMERVILLE, 177 MIDDLESEX AVENUE, ASSEMBLY SQUARE
... 阅读全帖

发帖数: 1
31
来自主题: USANews版 - 讲政治讲到电脑系统上了。
这是另一篇文章:
https://hub.packtpub.com/python-serious-about-diversity-dumps-offensive-
master-slave-terms-in-its-documentation/
python 把包含master, slave的term都改了:
bpo-34605, pty: Avoid master/slave terms
* pty.spawn(): rename master_read parameter to parent_read
* Rename pty.slave_open() to pty.child_open(), but keep an
pty.slave_open alis to pty.child_open for backward compatibility
* os.openpty(), os.forkpty(): rename master_fd/slave_fd
to parent_fd/child_fd
* Rename internal variables:
* Rename mast... 阅读全帖
x****o
发帖数: 21566
32
【 以下文字转载自 Linux 讨论区 】
发信人: wjk302 (akui), 信区: Linux
标 题: 大家能帮我看一下下面的问题吗,不胜感激。
发信站: BBS 未名空间站 (Wed Feb 1 22:05:13 2012, 美东)
很冒昧的打扰大家。大家能帮我看一下下面的问题吗,不胜感激。
问题是这样的,在生产环境下
1、Suse的Linux有 /nfsmnt/work_pub/web 文件夹和 /nfsmnt/work_inwork/web
文件夹 ,它们都是NFS文件挂载
2、机器上有多个进程会读写/nfsmnt/work_pub/web 文件夹的内容
3、cron会周期性的 删除/nfsmnt/work_pub/web 文件夹下所有文件,并把/nfsmnt/
work_inwork/web 文件夹下的所有内容拷贝到前面那个文件夹中
这样,完全删除/nfsmnt/work_pub/web 文件夹下所有文件的时候就会有.nfs文件删除
不掉(上面的流程因为某些问题不方便改动)。
想咨询的问题是:我现在能不能修改一下fs/nfs/dir.c ... 阅读全帖
w****2
发帖数: 2
33
很冒昧的打扰大家。大家能帮我看一下下面的问题吗,不胜感激。
问题是这样的,在生产环境下
1、Suse的Linux有 /nfsmnt/work_pub/web 文件夹和 /nfsmnt/work_inwork/web
文件夹 ,它们都是NFS文件挂载
2、机器上有多个进程会读写/nfsmnt/work_pub/web 文件夹的内容
3、cron会周期性的 删除/nfsmnt/work_pub/web 文件夹下所有文件,并把/nfsmnt/
work_inwork/web 文件夹下的所有内容拷贝到前面那个文件夹中
这样,完全删除/nfsmnt/work_pub/web 文件夹下所有文件的时候就会有.nfs文件删除
不掉(上面的流程因为某些问题不方便改动)。
想咨询的问题是:我现在能不能修改一下fs/nfs/dir.c 中 nfs_sillyrename这个方法
,把所有.nfs文件生成到/nfsmnt/temp目录下,然后重新编译内核解决上面的问题?期
待大家的指点,先谢谢了。
下面是源代码
static int nfs_sillyrename(struct in... 阅读全帖
C*I
发帖数: 4736
34
国会参院领袖, Ted Cruz昨天督促尽快立法把中国驻美国大使馆前的路改名为“刘晓
波路”
by Neil Thomas July 15, 2017 23 hours ago
U.S. Sen. Ted Cruz is pushing legislation to rename the street outside the
Chinese Embassy in Washington D.C. after pro-democracy dissident Liu Xiaobo,
a Nobel Peace Prize winner who died in Chinese custody on Thursday.
U.S. Sen. Ted Cruz is re-upping his push to rename the address of the
Chinese Embassy in Washington D.C. “as soon as possible” after a pro-
democracy dissident in the wake of the Nobel Peace ... 阅读全帖
M******a
发帖数: 6723
35
来自主题: Military版 - 奉天兵工厂
【 以下文字转载自 Mod_CHN_Hist 讨论区 】
发信人: Mayingba (吳鐘學), 信区: Mod_CHN_Hist
标 题: 奉天兵工厂
发信站: BBS 未名空间站 (Sun Jan 28 20:29:57 2018, 美东)
https://wwiiafterwwii.wordpress.com/2017/04/03/mukden-arsenal-after-wwii/
Mukden Arsenal after WWII
April 3, 2017 jwh19752 Comments

(Zhang's Gate, the old entrance to Mukden Arsenal)
For people interested in Japanese firearms of WWII, the name Mukden Arsenal
is familiar. The history of the facility after Japan's defeat is less well
known. Under various names, it did surv... 阅读全帖
h****l
发帖数: 7290
36
来自主题: Software版 - WC4.5 is available at 51soft.com
New functions in Windows Commander 4.50:
- Multi-rename tool: Allows to rename multiple files in one step
(Hotkey: Ctrl+T)
- Batch rename function with Shift+F6 to quickly rename multiple
files one by one
- Rename files and subdirs inside a ZIP archive (Shift+F6)
- Parallel port transfer function (direct cable connection), works
between Win95/98/NT/2000/3.1 and DOS!
- FTP: Definition of custom host types, using a definition string
- FTP: Retry to connect multiple times also for non-anonymo
b********r
发帖数: 764
37
来自主题: Statistics版 - 请教一个简单SAS问题
比如你的5个variable是var1,var2,。。,V5吧
data outdsn;
set indsn1(rename=(var1=new))
indsn2(rename=(var2=new))
indsn3(rename=(var3=new))
indsn4(rename=(var4=new))
indsn5(rename=(var5=new));
run;
M******a
发帖数: 6723
38
来自主题: Mod_CHN_Hist版 - 奉天兵工厂
https://wwiiafterwwii.wordpress.com/2017/04/03/mukden-arsenal-after-wwii/
Mukden Arsenal after WWII
April 3, 2017 jwh19752 Comments

(Zhang's Gate, the old entrance to Mukden Arsenal)
For people interested in Japanese firearms of WWII, the name Mukden Arsenal
is familiar. The history of the facility after Japan's defeat is less well
known. Under various names, it did survive for some time, producing an odd
mix of WWII weapons after the war's end.
(Mukden Arsenal proofmark during WWII)
Mukden an... 阅读全帖

发帖数: 1
39
12月 谈谈间谍问题
我一直感觉Reuters 有日本的间谍,他们会通过报道来传递针对华人屠杀的计划,和发
布不利于华人的报道,制造舆论。最重要他们后边的势力和犯罪集团有关。有必要好好
调查这个组织。
How top U.S. colleges hooked up with controversial Chinese companies
By Steve Stecklow and Alexandra Harney
Filed Dec. 2, 2016, noon GMT
New Oriental, China’s biggest private educator, has been accused of
academic fraud. Thanks to two enterprising Americans, it has also gained
access to leading U.S. college admissions officers.
SHANGHAI/SHELTER ISLAND, New York - Thomas Benson once ran a small... 阅读全帖

发帖数: 1
40
来自主题: Military版 - 12 月26日 可能的真相
【Filariasis
From Wikipedia, the free encyclopedia
Filariasis
Life cycle of Wuchereria bancrofti, a parasite that causes filariasis
Classification and external resources
Specialty Infectious disease
ICD-10 B74
ICD-9-CM 125.0-125.9
Patient UK Filariasis
MeSH D005368
[edit on Wikidata]
Filariasis is a parasitic disease caused by an infection with roundworms of
the Filarioidea type.[1] These are spread by blood-feeding black flies and
mosquitoes. This disease belongs to the group of d... 阅读全帖

发帖数: 1
41
来自主题: Military版 - 中美进入你死我活新时代
12月27日 为什么我要替中国辩护
我要替中国辩护,并不是因为我是一个中国人,而是因为我知道中国就和这世界上绝大
数的国家一样,虽然有很多丑陋的现象,但是他们是受害者。就
象这个犯罪集团里很多的人一样,他们来自各种种族,他们可能充当了工具,但他们不
是制造这一切,谋划这一切的人。虽然经常会暴露中国产品出现问题。但要知道中国是
世界工厂,他们只是打工者,他们只是按照各种雇主提供的配方来生产,他们并不知道
他们会产生怎样的后果。或者这些工人知道后果,但他们只是奴隶,他们又如何去改变
这一切? 所以,当我的调查不断往前推进的时候,不可避免地会涉及各国的企业,但
这并不表明是针对这个国家或这个国家的人民,而是针对一种社会现实和丑陋现象。就
拿菲律宾来说,菲律宾是一个犯罪猖獗的国家,有很多犯罪分子,但是菲律宾人民却是
这个集团的受害者,他们/她们被绑架,沦为了牺牲品,人体实验对象。一个日本人,
强奸上千名菲律宾女孩,却没有受到惩罚。以前我也提到过,有20个国家的名单,这20
个国家的人民其实都是受害者。现在他们把矛头对准中国,或许仅仅是因为我揭示了他
们图害世界人民的内幕,而我是一个中国人的缘... 阅读全帖

发帖数: 1
42
12月27日 为什么我要替中国辩护
我要替中国辩护,并不是因为我是一个中国人,而是因为我知道中国就和这世界上绝大
数的国家一样,虽然有很多丑陋的现象,但是他们是受害者。就
象这个犯罪集团里很多的人一样,他们来自各种种族,他们可能充当了工具,但他们不
是制造这一切,谋划这一切的人。虽然经常会暴露中国产品出现问题。但要知道中国是
世界工厂,他们只是打工者,他们只是按照各种雇主提供的配方来生产,他们并不知道
他们会产生怎样的后果。或者这些工人知道后果,但他们只是奴隶,他们又如何去改变
这一切? 所以,当我的调查不断往前推进的时候,不可避免地会涉及各国的企业,但
这并不表明是针对这个国家或这个国家的人民,而是针对一种社会现实和丑陋现象。就
拿菲律宾来说,菲律宾是一个犯罪猖獗的国家,有很多犯罪分子,但是菲律宾人民却是
这个集团的受害者,他们/她们被绑架,沦为了牺牲品,人体实验对象。一个日本人,
强奸上千名菲律宾女孩,却没有受到惩罚。以前我也提到过,有20个国家的名单,这20
个国家的人民其实都是受害者。现在他们把矛头对准中国,或许仅仅是因为我揭示了他
们图害世界人民的内幕,而我是一个中国人的缘... 阅读全帖

发帖数: 1
43
来自主题: Military版 - 12月28日。 答案
12月28日 仔细阅读以下文章
或许这些文章可以告诉你们孩子被伤害病毒的答案。
Astellas Pharma 应该和这些人体实验有莫大的关系!
Founded 2005; 11 years ago
Headquarters 2-5-1, Nihonbashi-Honcho, Chūō-ku, Tokyo 103-8411, Japan
Key people Yoshihiko Katakana
(President and CEO)
Filariasis
From Wikipedia, the free encyclopedia
Filariasis
Life cycle of Wuchereria bancrofti, a parasite that causes filariasis
Classification and external resources
Specialty Infectious disease
ICD-10 B74
ICD-9-CM 125.0-125.9
Patient UK Filariasis
MeSH ... 阅读全帖

发帖数: 1
44
来自主题: Returnee版 - 中国骨干人才正在流失海外
12月27日 为什么我要替中国辩护
我要替中国辩护,并不是因为我是一个中国人,而是因为我知道中国就和这世界上绝大
数的国家一样,虽然有很多丑陋的现象,但是他们是受害者。就
象这个犯罪集团里很多的人一样,他们来自各种种族,他们可能充当了工具,但他们不
是制造这一切,谋划这一切的人。虽然经常会暴露中国产品出现问题。但要知道中国是
世界工厂,他们只是打工者,他们只是按照各种雇主提供的配方来生产,他们并不知道
他们会产生怎样的后果。或者这些工人知道后果,但他们只是奴隶,他们又如何去改变
这一切? 所以,当我的调查不断往前推进的时候,不可避免地会涉及各国的企业,但
这并不表明是针对这个国家或这个国家的人民,而是针对一种社会现实和丑陋现象。就
拿菲律宾来说,菲律宾是一个犯罪猖獗的国家,有很多犯罪分子,但是菲律宾人民却是
这个集团的受害者,他们/她们被绑架,沦为了牺牲品,人体实验对象。一个日本人,
强奸上千名菲律宾女孩,却没有受到惩罚。以前我也提到过,有20个国家的名单,这20
个国家的人民其实都是受害者。现在他们把矛头对准中国,或许仅仅是因为我揭示了他
们图害世界人民的内幕,而我是一个中国人的缘... 阅读全帖
c*****s
发帖数: 180
45
来自主题: WaterWorld版 - PURE WATER DO NOT NETER PLEASE
Renaming Data Sets
Another common task is to rename an indexed data set. To preserve the index,
you can use the CHANGE statement in PROC DATASETS to rename a data set. The
index file will be automatically renamed as well.
General form, PROC DATASETS with the CHANGE statement:
PROC DATASETS LIBRARY=libref ;
CHANGE old-data-set-name = new-data-set-name;
QUIT;
where
* libref names the SAS library where the data set is stored
* old-data-set-name is the current name
c*****s
发帖数: 180
46
来自主题: WaterWorld版 - PURE WATER DO NOT NETER PLEASE
Renaming Data Sets
Another common task is to rename an indexed data set. To preserve the index,
you can use the CHANGE statement in PROC DATASETS to rename a data set. The
index file will be automatically renamed as well.
General form, PROC DATASETS with the CHANGE statement:
PROC DATASETS LIBRARY=libref ;
CHANGE old-data-set-name = new-data-set-name;
QUIT;
where
* libref names the SAS library where the data set is stored
* old-data-set-name is the current name
f********s
发帖数: 526
47
来自主题: Programming版 - 有人在ubuntu 13.04上装过python 3.4吗?
我装了一下装不上, ./configure没问题, 但是接下来用make的时候, 系统提示这个错
误, 大牛给看看, 咋办啊? 多谢啦~
.....
copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/
Tools/scripts/2to3 -> build/scripts-3.4
copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/
Tools/scripts/pyvenv -> build/scripts-3.4
changing mode of build/scripts-3.4/pydoc3 from 664 to 775
changing mode of build/scripts-3.4/idle3 from 664 to 775
changing mode of build/scripts-3.4/2to3 from 664 to 775
changing mode of build... 阅读全帖
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)