|
|
x*7 发帖数: 11281 | 3 NITREX是ATK(就是CCI, FEDERAL,SPEER,WEAVER, SIMMONS
等牌子的老东家)在2008年推出的一个中高档系列瞄准镜,产
品是在日本生产,据说是从给BUSHNELL 4200代工的那个厂
(LOW, light optical works)出来的,网上少有的几个尝
螃蟹的,对这个品牌的印象好像都还不错.
他们的瞄准镜有两个系列TR ONE和TR TWO, TR ONE基本上就
是WEAVER的 GRAND SLAM,TR TWO基本上就是WEAVER
SUPER SLAM,比较两家的CATALOG会发现他们的产品相似,
NITREX CATALOG
http://glarp.atk.com/2010/2010_Catalogs/NitrexCatalog.pdf
WEAVER CATALOG
http://glarp.atk.com/2010/2010_Catalogs/WeaverCatalog.pdf
重量不一样,有说法是NITREX的产品耐候性更好,更结实,特别
是TR TWO系列都是充氖的,比充氮气的,听上去牛B.
natchez.com现在打 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c********o 发帖数: 5484 | 21 NMSHIP是免的,我刚用了,下了3双的单
http://www.neimanmarcus.com/store/catalog/prod.jhtml?
itemId=prod99460212&eItemId=prod99460212&searchType=SALE&parentId=cat980
731&icid=&rte=common%252Fstore%252Fcatalog%252Ftemplates%252FET1.jhtml%2
53FNo%253D60%2526tv%253Dbc%2526_requestid%253D10354%2526N%253D4294966733
%252B4294965647%252B125%252B145%252B191%252B252%252B299%252B4294964114%2
52B381%252B417%252B478%252B518%252B4294965708%252B577%252B641%2526Ns%253
DDESIGNER%2526st%253Ds
http://www.neimanmarcus.com/store/ca... 阅读全帖 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
s*******e 发帖数: 1269 | 35 Gardens Alive - $20 off $40, Mar 30
Discount shows up automatically in cart. Plus, if you sign up for a free
catalog (just click on the free catalog link), you’ll get a $25 off of $50
coupon attached to the catalog.
http://www.gardensalive.com/category.asp?c=12
这个网站价格比起lowes 啥的 还行吗? |
|
T*******m 发帖数: 27308 | 36 糯玉米种子LOWES/HD应该有卖的。
美国的玉米品种很多的,如果你在catalog里买过种子,明年就会收到很多漂亮的
catalog。有的catalog里有几十种玉米种子。
的玉米种吗?接的玉米和国内普通老玉米一个味道不? |
|
|
c********y 发帖数: 30813 | 38 不是新开catalog
比如,我是每年的照片搞一个catalog以方便备份。
麻烦的地方就是我如果要去翻去年的照片,就需要先load去年的catalog |
|
|
|
F**M 发帖数: 518 | 41 我电脑硬盘不够,想把照片主要存在移动硬盘上,电脑上只保留 catalog 文件和最近
在修改的照片。需要修改某个 folder 就拷过来,改完了再把整个 folder 放回移动硬
盘去。
但不知道把文件移走了,lightroom 里对应的信息会不会丢失?
另外,我想把 catalog 文件也保存一份到移动硬盘上,怎么操作比较好(可以实现直
接在移动上打开 catalog 文件,看到所有照片以及修改记录)?
如果有更好的操作方式,也麻烦告诉一下,谢谢啦~ |
|
|
w*****9 发帖数: 473 | 43 Create and access a stored compiled macro.
1. Copy the following program and paste it into the code editing window:
%macro printit(dataset);
proc print data=&dataset(obs=5);
title "Listing of &dataset data set";
run;
%mend;
Modify this macro definition in order to save it permanently in the
Sasuser.Sasmacr catalog. Submit the program.
2. Write a PROC CATALOG step to list the contents of the Sasuser.Sasmacr
catalog. Submit |
|
w*****9 发帖数: 473 | 44 Create and access a stored compiled macro.
1. Copy the following program and paste it into the code editing window:
%macro printit(dataset);
proc print data=&dataset(obs=5);
title "Listing of &dataset data set";
run;
%mend;
Modify this macro definition in order to save it permanently in the
Sasuser.Sasmacr catalog. Submit the program.
2. Write a PROC CATALOG step to list the contents of the Sasuser.Sasmacr
catalog. Submit |
|
c*****s 发帖数: 180 | 45 The Stored Compiled Macro Facility
Remember that when a macro is compiled, it is stored in the temporary SAS
catalog Work.Sasmacr by default. You can also store compiled macros in a
permanent SAS catalog. Then you can use the Stored Compiled Macro Facility
to access permanent SAS catalogs that contain compiled macros.
There are several advantages to using stored compiled macros:
* SAS does not need to compile a macro definition when a macro call is
made.
* Session-compiled macros and the |
|
c*****s 发帖数: 180 | 46
Using Stored Compiled Macros
The Stored Compiled Macro Facility
Remember that when a macro is compiled, it is stored in the temporary SAS
catalog Work.Sasmacr by default. You can also store compiled macros in a
permanent SAS catalog. Then you can use the Stored Compiled Macro Facility
to access permanent SAS catalogs that contain compiled macros.
There are several advantages to using stored compiled macros:
* SAS does not need to compile a macro definition when a macro call is
made |
|
c*****s 发帖数: 180 | 47 Create and access a stored compiled macro.
1. Copy the following program and paste it into the code editing window:
%macro printit(dataset);
proc print data=&dataset(obs=5);
title "Listing of &dataset data set";
run;
%mend;
Modify this macro definition in order to save it permanently in the
Sasuser.Sasmacr catalog. Submit the program.
2. Write a PROC CATALOG step to list the contents of the Sasuser.Sasmacr
catalog. Subm |
|
c*****s 发帖数: 180 | 48 Create and access a stored compiled macro.
1. Copy the following program and paste it into the code editing window:
%macro printit(dataset);
proc print data=&dataset(obs=5);
title "Listing of &dataset data set";
run;
%mend;
Modify this macro definition in order to save it permanently in the
Sasuser.Sasmacr catalog. Submit the program.
2. Write a PROC CATALOG step to list the contents of the Sasuser.Sasmacr
catalog. Subm |
|
w*****9 发帖数: 473 | 49 Create and access a stored compiled macro.
1. Copy the following program and paste it into the code editing window:
%macro printit(dataset);
proc print data=&dataset(obs=5);
title "Listing of &dataset data set";
run;
%mend;
Modify this macro definition in order to save it permanently in the
Sasuser.Sasmacr catalog. Submit the program.
2. Write a PROC CATALOG step to list the contents of the Sasuser.Sasmacr
catalog. Submit |
|
w*****9 发帖数: 473 | 50 Create and access a stored compiled macro.
1. Copy the following program and paste it into the code editing window:
%macro printit(dataset);
proc print data=&dataset(obs=5);
title "Listing of &dataset data set";
run;
%mend;
Modify this macro definition in order to save it permanently in the
Sasuser.Sasmacr catalog. Submit the program.
2. Write a PROC CATALOG step to list the contents of the Sasuser.Sasmacr
catalog. Submit |
|