由买买提看人间百态

topics

全部话题 - 话题: tar
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
X****r
发帖数: 3557
c*******9
发帖数: 9032
2
来自主题: Programming版 - haskell 可以运行在iOS上了
我试了给出的例子。
RC builds of GHC iOS are now ready for devices and the iOS simulator.
https://github.com/ghc-ios/ghc-ios-scripts/releases/download/7.8-rc1-device/
ghc-7.8.20140129-arm-apple-ios.tar.bz2
https://github.com/ghc-ios/ghc-ios-scripts/releases/download/7.8-rc1-
simulator/ghc-7.8.20140130-i386-apple-ios.tar.bz2
You'll find complete instructions on their usage here, including compiling
cabal packages:
https://github.com/ghc-ios/ghc-ios-scripts/blob/master/README.md
l******9
发帖数: 579
3
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: find a file in linux but got permission denied as admiin
发信站: BBS 未名空间站 (Sat Nov 15 22:43:21 2014, 美东)
I need to find a file (tar.gz) in linux.
I logged in as admin and ran:
find / type f -iname "myfile.tar.gz"
But, I got permission denied in all folders.
Any help would be appreciated.
x******m
发帖数: 736
4
来自主题: Programming版 - local python 安装问题
下载了2.7版的gzfile
mkdir ~/src
mkdir ~/.localpython
cd ~/src
wget http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz
tar -zxvf Python-2.7.1.tar.gz
cd Python-2.7.1
make clean
./configure --prefix=/home//.localpython
make
make install
都没问题。进到.localpython/bin/里面run python2.7的时候,报错:
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
ImportError: No module named site
请多指教
g****e
发帖数: 172
5
【 以下文字转载自 Linux 讨论区 】
发信人: gangle (nothing), 信区: Linux
标 题: 请高手帮忙看看这个chkrootkit安全否?
发信站: BBS 未名空间站 (Mon Aug 13 18:29:14 2012, 美东)
那些suspicious files安全吗?
多谢!!
sudo chkrootkit
ROOTDIR is `/'
Checking `amd'... not found
Checking `basename'... not infected
Checking `biff'... not found
Checking `chfn'... not infected
Checking `chsh'... ... 阅读全帖
a*o
发帖数: 19981
6
在 VMTool 里选用ISO image做光驱,用vmware/program/linux.iso.
进入Linux, mount -t iso9660 /dev/cdrom /tmp/cdrom
cp /tmp/cdrom/* ~
tar -xzf ~/vmware*.tar.gz -C ~
~/vmware sth./install
D*V
发帖数: 567
7
来自主题: Software版 - Winzip的命令行解压.gz文件的问题
全选tgz文件,然后用winrar/7zip解压不行么?
或者google unxtils,里面有gzip和tar,然后
gzip -dc whatever.tgz | tar -xv
w*****n
发帖数: 94
8
来自主题: Unix版 - [转载] Re: cxterm 就是好!
【 以下文字转载自 Linux 讨论区 】
【 原文由 woodman 所发表 】
I have just built color cxterm under solaris. As many people feel
difficult with it, I would like to share me experience with you.
1) Fetch the source code. I fetched it from Tsinghua Univ. For
those have difficulties to connect Tsinghua, you can get it from
my ftp. I will put a copy there. (ftp://161.73.143.8/pub/cxterm)
2) Extract the code to a directory.
cd
gzip -dc | tar xvf -
3) Run ./config.sh, select 1 (compile/in
c*****t
发帖数: 1879
9
来自主题: Unix版 - Re: hwo to cp a link
another one:
tar c -- * | (cd /newdir; tar x)
l*l
发帖数: 225
10
使用飞行转换, If the server support it.
if you want get the directory name of KKK, so, just use command:
get KKK.tar
You will download KKK.tar , and untar it!
w**x
发帖数: 35
11
来自主题: Unix版 - Proxy 设置求助
install socks5
//socks5
1. download the file from
http://www.socks.nec.com/98732732/socks5-v1.0r10.tar.gz
2. tar -xzf to somewhere
3. ./configure
4. make
5. make install
6. there r several socks.conf files in 'example' folder, copy
socks5.conf.singlehomed to /etc/socks5.conf
7. run 'socks5'
8. it's ok. u can connect to ur server with port 1080 :)
p******e
发帖数: 31
12
我用tar xvf 解压一.tar文件,为什么总是这个错误信息:
directory cheksum error?
谢谢!!
c********l
发帖数: 447
13
I just solved that problem.
in fact my *.tar file is an excutable file.
so I needn't use tar to handle it.
just run it directly.
T********r
发帖数: 6210
14
来自主题: Unix版 - [急!] Shell Programming求救
A silly way using GNU find:
# cd /; tar -cvf bak.tar `find / -mtime -1 -type f -print`
w**x
发帖数: 35
15
来自主题: Unix版 - [转载] kylix uploaded.
【 以下文字转载自 Software 讨论区 】
【 原文由 whyx 所发表 】
i uploaded kylix to TAR's server/incoming
many thx to TAR for the server's space. :)
whyx.
w*****n
发帖数: 94
16
来自主题: Unix版 - how to compile wget package???
wget has nothing to do with cgi ba?
The compilation instructions for unix programs are often found in an
INSTALL file, the README file also contains important information.
General steps are:
1) gunzip -c wget-xxx.tar.gz | tar xvf -
2) ./configure
3) make
4) make install
w*****n
发帖数: 94
17
来自主题: Unix版 - install cxterm
This is an earlier post. I hope it may be helpful.
【 以下文字转载自 Unix 讨论区 】
【 原文由 woodman 所发表 】
I have just built color cxterm under solaris. As many people feel
difficult with it, I would like to share me experience with you.
1) Fetch the source code. I fetched it from Tsinghua Univ. For
those have difficulties to connect Tsinghua, you can get it from
my ftp. I will put a copy somewhere.
2) Extract the code to a directory.
cd
gzip -dc | tar xvf -
3) Run ./config.s
o***z
发帖数: 133
18
来自主题: Unix版 - 读过这种BT文件么?
try GNU tar
By default, GNU `tar' drops a leading `/' on input or output
q*****m
发帖数: 73
19
try to untar it using gnu tar (usually on a Linux machine).
quote:
"For example, if the archive contained a file `/usr/bin/computoy',
GNU tar would extract the file to `usr/bin/computoy', relative
to the current directory. "
s**s
发帖数: 242
20
来自主题: Unix版 - help on unix
tar文件有问题,tar后面的选项加i试试(Ignore directory checksum errors.)
c******y
发帖数: 37
21
来自主题: Unix版 - on-line help!!!
try
gzip -dc /path/to/file.tar.gz | tar -C /tmp -xvf -
c*****t
发帖数: 1879
22
来自主题: Unix版 - How to gzip a directory directly ?
Get a new gnu tar so you can use
tar cfz ...
S*********g
发帖数: 5298
23
不知道,我原来是TAR那里下的。
现在TAR关了。
t**n
发帖数: 4365
24
来自主题: Pharmaceutical版 - FDA approval问题
FDA网站上就有解释
http://www.fda.gov/ForConsumers/ConsumerUpdates/ucm047470.htm
"FDA approved": Maybe you saw the words on a company's Web site or in a
commercial promoting a new product or treatment. Some marketers may say
their products are "FDA approved," but how can you know for sure?
FDA is responsible for protecting the public health by regulating human and
animal drugs, biologics (e.g. vaccines and cellular and gene therapies),
medical devices, food and animal feed, cosmetics, and products that ... 阅读全帖
q****x
发帖数: 7404
25
来自主题: Quant版 - 文艺复兴科技和二西格玛
太晕了。他们要把两个solution tar起来。我tar的时候肯定是敲错了什么,结果现在
发现两个solution都是第二题的。
已经联系了猎头和HR,不知道这种情况怎么处理。真是衰啊。
好消息是有一个bug其实不是bug。
q**j
发帖数: 10612
26
did you download and installed an exe file? do not try others like gz or egg
or tar. just .exe. you do not need to extract anything. i believe you downl
oaded a tar or gz.
d******g
发帖数: 988
27
来自主题: Medicalpractice版 - 请大家推荐去屑滋润洗发露 (转载)
That should be Neutrogena T-gel, the brown one is coal tar. There are a
bounch of products in market for anti-dandraff. You can try different ones
to see which anti dandruff substances works best for you:
Ketoconazole, Zinc Pyrithione, Selenium Sufide, Salicylic Acid, Coal Tar
Extract, and Sulfur.

发帖数: 1
28
来自主题: CellularPlan版 - FreedomPop手机计划【攻略】
A. FreedomPop简介:
FreedomPop(FP)有两类主要产品,一类使用Sprint的网络数据,
另一类是GSM SIM(包括全球卡和ATT LTE卡)。它的语音都是VOIP。
个人认为语音质量稍次于传统的无线电话语音。
这一点当然是各人有自己的看法,如果你认为VOIP语音质量没问题,
你可以用FP做你的主力电话服务。
个人认为FP的全球SIM一定不能用作主力电话服务。
其他的device,如果用它的premium voice和premium income voice,
使用的是sprint的CMDA语音,但不是免费的。
FP最好作为数据补充,配合其他语音服务。
FP有完全免费,或低价的计划。
FP的客服还行,有问题可以发ticket,也可以在论坛问。
FP详细情况请看:
http://www.freedompop.com/
这里有个英文的攻略:
http://www.cranialborborygmus.com/FreedomPop-LTE-gsm-sim-review.htm
B. FP计划比较:
FP有2类计划。
1. 使用sprint网络计划:
这类计划要使用sp... 阅读全帖
l*******s
发帖数: 7316
29
来自主题: CellularPlan版 - FreedomPop手机计划【攻略】
这个帖子由freepie (自由派)首发,但有些内容已经过期了,
我修改后重发一遍,也便于以后根据变化修改
发信人: freepie (自由派), 信区: CellularPlan
标 题: FreedomPop手机计划【攻略】
发信站: BBS 未名空间站 (Mon Sep 5 09:36:29 2016, 美东)
A. FreedomPop简介:
FreedomPop(FP)有两类主要产品,一类使用Sprint的网络数据,
另一类是GSM SIM(包括ATT LTE卡和全球卡(正退出服务))。它的语音都是VOIP。
个人认为语音质量稍次于传统的无线电话语音。
这一点当然是各人有自己的看法,如果你认为VOIP语音质量没问题,
你可以用FP做你的主力电话服务。
个人认为FP的GSM SIM一定不能用作主力电话服务。
其他的device,如果用它的premium voice和premium income voice,
使用的是sprint的CMDA语音,但不是免费的。
FP最好作为数据补充,配合其他语音服务。
FP有完全免费,或低价的计划。
FP的客服还行,有问题可以发ticket,... 阅读全帖
l*******s
发帖数: 7316
30
来自主题: CellularPlan版 - FreedomPop手机计划【攻略】
这个帖子由freepie (自由派)首发,但有些内容已经过期了,
我修改后重发一遍,也便于以后根据变化修改
发信人: freepie (自由派), 信区: CellularPlan
标 题: FreedomPop手机计划【攻略】
发信站: BBS 未名空间站 (Mon Sep 5 09:36:29 2016, 美东)
A. FreedomPop简介:
FreedomPop(FP)有两类主要产品,一类使用Sprint的网络数据,
另一类是GSM SIM(包括ATT LTE卡和全球卡(正退出服务))。它的语音都是VOIP。
个人认为语音质量稍次于传统的无线电话语音。
这一点当然是各人有自己的看法,如果你认为VOIP语音质量没问题,
你可以用FP做你的主力电话服务。
个人认为FP的GSM SIM一定不能用作主力电话服务。
其他的device,如果用它的premium voice和premium income voice,
使用的是sprint的CMDA语音,但不是免费的。
FP最好作为数据补充,配合其他语音服务。
FP有完全免费,或低价的计划。
FP的客服还行,有问题可以发ticket,... 阅读全帖
m***f
发帖数: 732
31
来自主题: _IronMountain版 - 写了个 SAC的抓deal code (转载)
【 以下文字转载自 Outdoors 讨论区 】
发信人: motif (魔地佛), 信区: Outdoors
标 题: 写了个 SAC的抓deal code
发信站: BBS 未名空间站 (Wed Nov 3 17:01:39 2010, 美东)
抓到你想要的deal自动给你发email或短消息,有兴趣的下去改了用。直接拷贝下面这
段code修改后存为sac.py,然后运行python sac.py即可。在python 2.7下测试通过。
#!/usr/bin/python
import re
import urllib
import smtplib
import time
from email.mime.text import MIMEText
target=[['trekking', 'poles'],['Napali', 'Backpack'],['north', 'face'],['
oakley','battalion']] #The items you want to monitor, in every set of [] AND
logical will be us... 阅读全帖
k***e
发帖数: 7933
32
等着有高人做个系统tar文件,只要回复整个tar文件到usb就可以了。
好像有人在做。
OX
发帖数: 516
33
来自主题: _voip版 - dockstar安装问题
安装Debian过程中出现问题,运行./dockstar.debian-squeeze.sh后
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mkswap: can't open '/dev/sda2': No such device or address
mkdir: cannot create directory '/tmp/debootstrap': File exists
Connecting to cdn.debian.net (128.30.2.36:80)
wget: server returned error: HTTP/1.1 404 Not Found
ar: can't open 'debootstrap.deb': No such file or directory
tar: can't open 'data.tar.gz': No such f... 阅读全帖
OX
发帖数: 516
34
来自主题: _voip版 - dockstar安装问题
安装Debian过程中出现问题,运行./dockstar.debian-squeeze.sh后
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mkswap: can't open '/dev/sda2': No such device or address
mkdir: cannot create directory '/tmp/debootstrap': File exists
Connecting to cdn.debian.net (128.30.2.36:80)
wget: server returned error: HTTP/1.1 404 Not Found
ar: can't open 'debootstrap.deb': No such file or directory
tar: can't open 'data.tar.gz': No such f... 阅读全帖
m*d
发帖数: 7658
35
先安装archlinux
instruction在这里
http://archlinuxarm.org/platforms/armv6/pogoplug-provideov3
如果不想写用arch的uImage覆盖nand
可以这样
Following steps 7 and 8 above, partition and format the drive (using the
correct /dev device, highly likely NOT sda). Download and extract the root
filesystem tarball onto the new ext3 partition as the root user, not just
sudo. Create a file at /usr/local/mac_addr and place in it your Pro's MAC
address (its on the bottom of the unit) in the format XX:XX:XX:XX:XX:XX.
Safely umount ... 阅读全帖
m*d
发帖数: 7658
36
先安装archlinux
instruction在这里
http://archlinuxarm.org/platforms/armv6/pogoplug-provideov3
如果不想写用arch的uImage覆盖nand
可以这样
Following steps 7 and 8 above, partition and format the drive (using the
correct /dev device, highly likely NOT sda). Download and extract the root
filesystem tarball onto the new ext3 partition as the root user, not just
sudo. Create a file at /usr/local/mac_addr and place in it your Pro's MAC
address (its on the bottom of the unit) in the format XX:XX:XX:XX:XX:XX.
Safely umount ... 阅读全帖
i**w
发帖数: 883
37
来自主题: _voip版 - a9,请指点一下openwrt
搞定了,做个笔记
之前用Jeff的script装过Debian Squeeze
1.OpenWrt装到DockStar的USB盘上,这个毫无难度。直接下载uImage和rootfs.tar.gz
。先把rootfs.tar.gz展开到硬盘ext2分区的根目录,uImage文件放到/boot目录下(/
boot/uImage),搞定
http://downloads.openwrt.org/attitude_adjustment/12.09/kirkwood
2.OpenWrt装到DockStar的mtd上,这个折腾了很久。差点把it搞死了——幸好有TTL
cable。
nand的layout不变,single stage bootloader。仍然利用原来Jeff的uboot,不动mtd0
。把keneral写到mtd1,rootfs写到mtd2。写mtd1和mtd2的步骤见OpenWrt Wiki: http://wiki.openwrt.org/toh/seagate/dockstar
写keneral到mtd1:
---------------------------------... 阅读全帖
r***n
发帖数: 298
38
Seamus Heaney's Remarks

Following are remarks as delivered by Seamus Heaney,who addressed University
of North Carolina at Chapel Hill graduates in a Kenan Stadium ceremony May 12,
1996.

(Edited Transcript As Delivered)

Class of '96,

Today's date, May 12, will always be a memorable one for you, and for me too.
From here on, the mark of the tar is upon all of us, academically and
indelibly: so let us rejoice in that, because now we fare forth as Tar Heels
of the mind, and the w
e***e
发帖数: 3872
39
来自主题: _Exile版 - [转载] [趣闻]StarCraft之趣
【 以下文字转载自 Game 讨论区,原文如下 】
发信人: TAR (星--Flying......), 信区: Game
标 题: [趣闻]StarCraft之趣
发信站: The unknown SPACE (Sun Jun 11 20:58:14 2000), 转信
发信人: TAR (星--等待......), 信区: Games
标 题: [趣闻]StarCraft之趣
发信站: 老妖精站 (Sun Dec 26 05:13:12 1999), 转信
发信人: mesh (无忧劫), 信区: Game
标 题: [资料]StarCraft之趣
发信站: BBS 水木清华站 (Tue Apr 6 05:09:27 1999)
按照blizzard的传统,重复点击一个unit多次,它就会说一段怪话,SC正是如此。
Medic美眉:“I've already checked you out,Commander.”
(淫邪地)“You want another physical??"
……
Sieg
c**i
发帖数: 6973
40
(1) Malcolm Moore, China's workforce 'dries up.' Daily Telegraph, Mar 27,
2011.
http://www.telegraph.co.uk/news/worldnews
/asia/china/8409513/Chinas-workforce-dries-up.html
Note: ZHANG Zheng, Associate professor 张 峥
http://www.gsm.pku.edu.cn/template/teacherContentEn.aspx?ID=67
(2) Norimitsu Onishi, Japanese Towns' Great Walls Provided a False Sense of
Security. New York Times, Apr 2, 2011 (title in print).
http://www.nytimes.com/2011/04/02/world/asia
/02wall.html?_r=1&scp=1&sq=china%20japan%20g... 阅读全帖
d******a
发帖数: 32122
41
【 以下文字转载自 Military 讨论区 】
发信人: wayofflying (小破熊), 信区: Military
标 题: 说说中国高速铁路的重要军事战略意义
发信站: BBS 未名空间站 (Sun May 15 12:45:07 2011, 美东)
外媒称中国高速铁路具备重要军事战略意义
文章来源: 世界报 于 2011-05-15 09:05:39
敬请注意:新闻取自各大新闻媒体,新闻内容并不代表本网立场!
资料图:中国海军官兵搭乘高速铁路开赴驻地。
近日,美国詹姆斯顿基金会《中国简报》发表文章称,据解放军总后勤部军事交通
运输部透露,目前中国已有1000多个火车站配备了军事运输设施,以此构建起了一个完
整的铁路保障网络,增强了解放军的战略投射能力。而且,中国还在将其铁路基础设施
建设向周边地区延伸,这会对美国及西方国家在该地区利益产生重大的军事和战略影响
。本报编译此文,仅供读者参考。
伴随着中国在国际舞台上的崛起,中国军事实力实现了巨大提升。北京日益远大的
抱负,促使有关方面要求中国领导人更加积极地保护本国利益。目前,中国分析家所提
出的这些要求,已经使人们开始... 阅读全帖
c**i
发帖数: 6973
42
来自主题: History版 - Loyalists in Ameican Revolution
Thomas Fleming, Against Rebellion; Why did some colonials remain loyal to
the king? Wall Street Journal, Nov. 17, 2010.
http://online.wsj.com/article/SB10001424052748703506904575592613344540820.html
(book review on Thomas B. Allen, Tories; Fighting for the King in America’s
First Civil War. Harper Collins, 2010)
Quote: "How many Tories resided in the colonies at the outbreak of war?
Using the latest research, Mr. Allen reports that the old estimate—a third
of Americans—is outdated; under scruti... 阅读全帖
l**********r
发帖数: 4612
43
来自主题: History版 - 天朝发现带毛霸王龙。 (转载)
【 以下文字转载自 Military 讨论区 】
发信人: fibril (游来荡去), 信区: Military
标 题: 天朝发现带毛霸王龙。
发信站: BBS 未名空间站 (Thu Apr 5 10:29:21 2012, 美东)
世界首次发现带毛大型恐龙,特别是恐龙之王,霸王龙。
比较cute的是,这个带毛霸王龙貌似头部还有冠。
http://www.msnbc.msn.com/id/46954385/ns/technology_and_science-
Scientists find the king of the feathered dinosaurs
The discovery of a giant meat-eating dinosaur sporting a downy coat has some
scientists reimagining the look of Tyrannosaurus rex.
With a killer jaw and sharp claws, T. rex has long been depicted in movies
and po... 阅读全帖
h*****5
发帖数: 566
44
古代的爱尔兰
古希腊和古罗马的著作家以及教会的神甫们,关于爱尔兰都讲述得很少。
但是还存在着相当丰富的地方文献,虽然在十六世纪和十七世纪时有许多爱尔兰的手稿
已经毁于战火。这些文献包括短诗、文法、辞典、年表和其他历史著作以及法律汇编。
不过,除去极少数的例外,所有这些至少包括了八世纪至十七世纪这一时期的文献,都
只是手写本。用爱尔兰语出版书籍是不久以前才开始的,恰好是在这种语言已开始消亡
的时候。因此,原有的丰富材料只有极小的一部分可以被利用。
在年表中最重要的是“提格尔纳赫神甫年表”(该神甫于1088年去世),“奥尔斯脱年
表”,特别是“四教长年表”。“四教长年表”是1632—1636年圣芳济派教士迈克尔·
奥克莱里领导其他三个seanchaidhes(编年史家)在多尼果耳修道院编成的,他们所根
据的材料现在几乎已经完全散失。这部带有批注并附有英译文的年表是奥顿诺凡于1856
年据现在还保存着的多尼果耳修道院原手稿出版的。[注:由约翰·奥顿诺凡博士出版
并附有英译文的“四教长编爱尔兰王国年表”七卷集,1856年都柏林第2版四开本(《
Annala Rioghachta Eirea... 阅读全帖
w****j
发帖数: 5581
45
来自主题: History版 - 【侏罗纪公园】化石坑 (转载)
La Brea Tar Pit挺有名的,不过那个博物馆还真没去过。
l***y
发帖数: 1166
46
在阿特拉哈西斯(Atrahasis)神话中,由于人类的繁殖速度太快打扰了神的安宁。众
神之王的风神恩尼尔觉得人类太吵闹,于是决定利用瘟疫和干旱来消灭自己的创造物。
但是,善良的水神恩基传授阿特拉哈西斯灌溉、贮存谷物以及医药的知识,人类因此得
以存活下来。恩尼尔得知后异常愤怒,决定利用巨大的洪水完全灭绝人类,但还是被恩
基知道,并且事先安排乌塔那匹兹姆(Utnapishtim)造船避难。恩尼尔大怒,向ANU控告
恩基妨碍他的计划,恩基则向他解释,为了必须的平衡,不应该完全灭绝无辜的人类,
让剩下来的人类进行节育即可。作为条件,如果人类不信神祇而堕落,就可以任凭众神
屠杀。这是迄今发现的记载大洪水传说的最早版本。
在大英博物馆陈列室的粘土版中我们可以找到现存世界最古的记录着大洪水神话内容的
古代文献。用巴比伦语和亚述语书写的内容已经被解读完毕,公之于众。这就是著名的
阿特拉哈西斯(Atrahasis)神话。
大致的内容如下:
从事繁重劳动的下级神发动了武装叛乱。拿起武器冲到了主神恩尼尔的神殿下,要求把
他们从重劳动中解放出来。恩尼尔惊慌失措,请来天界的统治者ANU商议对策。后来采
用了水神... 阅读全帖
c******o
发帖数: 1184
47
评价的不错
http://www.exurbe.com/?p=2176
“The Borgias” vs. “Borgia: Faith and Fear” (accuracy in historical
fiction)
Posted by exurbe on July 26, 2013 Fandom
BorgiaFrenchTVPoster
A French “Spot the Saint” themed poster for “Borgia: Faith and Fear”
assigning Cesare the attributes: archbishop’s robes, scythe, dagger, bloody
hands, blood. The French caption reads “Don’t have faith in them.” I
can’t argue.
There was a Borgia boom in 2011 when, aiming to capitalize on the commercial
success of The Tudor... 阅读全帖
z**********e
发帖数: 22064
48
怛逻斯之战历史溯源——唐与大食百年政治关系述略
薛宗正(新疆社会科学院历史研究所 新疆 乌鲁木齐 830011)
[关键词]怛逻斯之战 历史溯源
[内容提要]从651年大食首次向唐遣使,就同唐朝出现了外交上相背走向,大食的河外
扩张实质上是对唐朝西域政治主权的严峻挑战。公元751年爆发怛逻斯之战,绝非一场
偶然的遭遇战,而是两国间政治冲突发展的必然结局。
[中图分类号]K242829 [文献标识码]A [文章编号]1002-6800(2000)04-0085-16
天宝十载(751)唐与大食之间爆发的恒逻斯之战究竟是一场“偶然的遭遇战”,还是
大食与唐朝之间政治、文化、外交之间冲撞的必然产物。对此,只须回顾从永徽二年(
651)大食始遣使通唐至天宝十载(751)期间的百年政治关系史就足以说明问题。其间
经历了大食共和哈利发、白衣大食(即阿拉伯伍麦叶王朝)及黑衣大食初期(阿拉伯阿
拔斯王朝)等三大历史阶段和唐朝方面高宗、武周、中宗、睿宗、玄宗等五个帝王在位
时期。在此整整一百年中,见于史书的大食单方面向唐遣使总共21次,而唐朝方面还聘
的记载则茫然无所稽考。这种不正常的外交现象兆示着双方... 阅读全帖
g**********0
发帖数: 886
49
欧美制药业业在印度设厂实验室有他们的好处: 1.输出了污染大人力成本高的SECTION
, 2.有利
于做帐,高管与股市挂钩的利益来的快。 被老印山寨是这些利好的副作用。
下面这个报道说的是老印怎么用“法律”来忽悠的:
December 1, 2000
MEDICINE MERCHANTS / Pirated Pills
Selling Cheap 'Generic' Drugs, India's
Copycats Irk Industry
By DONALD G. McNEIL Jr.
Related Articles
• Issue in Depth: Medicine
Merchants
Forum
• Join a Discussion on Prescription
Medication
OMBAY — To anyone else, the room looks like the
unprepossessing office of a college science teacher.
But to the multinational pharmace... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)