由买买提看人间百态

topics

全部话题 - 话题: alia
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
S*A
发帖数: 7142
1
来自主题: Programming版 - 10M persistent TCP connections
啊,是我算错了,应该 153 ip alias. 多谢指正。
Linux 虚拟网卡和 ip alias 是一样的东西?
S*A
发帖数: 7142
2
来自主题: Programming版 - 10M persistent TCP connections
啊,是我算错了,应该 153 ip alias. 多谢指正。
Linux 虚拟网卡和 ip alias 是一样的东西?
r**m
发帖数: 1825
3
来自主题: Programming版 - 学git,从哪开始呀
git其实很简单,如果从其他如 svn, perforce转过来的,
要搞清楚几个概念
1. git多了一个stage(index)中间层,这一点要牢记。git很多基本操作和技巧都和
这个stage中间层有关。在任何操作前知道文件的当前状况非常重要。
2. remote, 是容易混淆的概念,实际是本地的alias,对应一个remote repo,所有和
remote repository的操作都是和这个alias的交互,
很多branch信息都在 .git/config
看懂ref spec就都明白了。
+refs/heads/*:refs/remotes/origin/*
这是一个refspec
git最糟糕的地方是命令设计的很蠢。应该全部推倒从来。
I agree with lots of said here about the commands
Command options that are practically mandatory
http://steveko.wordpress.com/2012/02/24/10-things-i-hate-about-
r***s
发帖数: 737
4
来自主题: Programming版 - Concurrency of assignment statement in C
All "lock free" concurrency are implemented using atomic instructions
such as compare and swap, which use memory barrier to ensure safety.
It is non-sensible that you use lock free concurrency without
understanding memory barrier. Even if you get this one right you would
make other serious mistakes somewhere else.
Usually compilers won't allocate registers across instructions that
carries memory barrier behavior. However sometimes compiler may get
confused because of programmer's mistake. For ex... 阅读全帖
h******b
发帖数: 6055
5
来自主题: Programming版 - 自己架服务器搞email还真是技术活
godaddy买domain不提供免费email box了吧。 跟谷歌一样只是替换forward alias而
已。
回头试试zoho, 好像是唯一的主流免费@yourdomain邮箱了。
其实觉得这个方案还成:
1)domain alias forwarding, 用户发信给[email protected]/* */, 自动转给领导的
个人Gmail。
2)发确认信的时候,可以通过sendgrid来发? 过了white label process以后似乎就
可以通过[email protected]/* */来发信了。
唯一讨厌的是,如果领导想要以[email protected]/* */回信。 估计还得试试zoho?

能用
p***p
发帖数: 559
6
来自主题: Security版 - OPENSSL给TOMCAT和IE认证的问题
我是阅读了IBM网站上和本站建立TOMCAT的SSL功能文章,严格按照其中步骤执行。
首先使用本站下载OPENSSL执行版,建立CA自己KEY,自签名做根证书。
使用KEYTOOL生成SERVER的钥匙对,以及待签名证书,COPY然后用OPENSSL证书签名。用OP
ENSSL生产
IE用的PK12证书加签名。
将CA根证书,SERVER证书引回到SERVER的KEYSTORE。将CA根证书和CLIENT证书引入IE,结
果访问8443
时候出现窗口,第三项依然是惊叹号,就是。页面名子和CA认证名字不相符,试验各种方
法都是不成。
请问一般是什么问题呢? 所有一切都是在本地一台机器上实现的。
还有几个问题:
1 如果用KEYTOOL为CLIENT何SERVER在同一机器上生成KEYPAAR,一定要用两个KEYSTORE吧
,请问KEY的ALIAS
到底什么作用呢,是不是要指定比如TOMCAT必须使用那个ALIAS的KEY。如果一个KEYSTORE
里面存在多个KEY PAAR
程序怎么知道该用哪个
2
IBM文章里面讲还要将CA根证书引入JSSE指定KEYSTORE,JDK/JRE/L
m*p
发帖数: 212
7
来自主题: Software版 - [转载] Re: Using CXterm through Xwin32
【 以下文字转载自 Windows 讨论区 】
【 原文由 elby 所发表 】
download chinese font at
http://www.ifcss.org/ftp-pub/software/fonts/gb/
把 gb16fs.dbf.gz gb24fs.bdf.gz guobia16.bdf.gz 都
当下来, 把他们的文件名都改成 *.bdf
把 fonts.alias 也当下来.
你可以在 xwin32/lib/fonts/下新建一个 gb 子目录
运行 x-util, 选择 Fonts/compile fonts
把刚才当的 *.bdf compile 成 *.pcf
放在 新将的目录下
然后 make fonts.dir
把 fonts.alias 放到 gb 下面, 该名为 fonts.ali
用文本编辑器修改 fonts.ali
只保留其中看起来最莫名其妙的几行
e.g
hanzigb16fs "-*-fangsong*-medium-r-normal--16-*-*-*-*-*-gb2312.*-0"
最后再 Modify FontPath,
a****y
发帖数: 1035
8
nod nod, that's must be a old style.
I always use this alias, so didn't pay attention to it.
alias fn 'find * -name \!:* -print'
i**********r
发帖数: 36
9
I have a command working in the interactive mode
$tcsh -f -c "cd ~/HowTo/;grep -e '^Q:' *.QA"
now I want to make an alias like
alias listht tcsh -f -c "cd ~/HowTo/;grep -e '^Q:' *.QA"
but obviously it won't work, since tcsh will strip the "s.
though in this particular case I can omit the inner ' and use ' to escape ",
but sometimes you need to escape both, then how can you do that?
thanks!
d******e
发帖数: 2265
10
csh shell series
alias setprompt 'set prompt="`whoami`:${cwd}>"'
setprompt
alias cd 'chdir \!* && setprompt'
d**r
发帖数: 315
11
来自主题: Unix版 - HELP!! (CXTERM)
Sorry, I cannot enter English right now.
I include such sentence in my .cshrc file:
alias font 'xset fp+ /tools/xfonts'
alias cxt 'CXterm -fh gb24st -fn 12x24 -fg white -bg black&'
And I have gb24st.pcf in my /tools/xfonts/ directory, as well
as the fonts.dir. But when I type in "cxt", the system always
tells me that
Specified font doesn't exist in the X Window system.
Then exits.
Can someone tell me why? I am really looking to solving this problem.
Thank you very much!
j***y
发帖数: 87
12
try to find what fonts CXterm uses( in CXterm script file), and use
xlsfonts to list all the fonts installed on your machine to see if
they are a vaialbe.
If the names don't match, use fonts.alias to alias the name.
s******r
发帖数: 21
13
在/usr/local/etc/rc.d下建立一个文件,比如netalias
文件中写入类似以下的语句
ifconfig dc1 alias xxx.xxx.xxx.xxx netmask 0xffffffff
ifconfig dc2 alias xxx.xxx.xxx.xxx netmask 0xffffffff
....
其中dc1,dc2是你网卡设备,你的机器上不一定叫做这个名字,你用/sbin/ifconfig 就可
以得到你的网卡设备名称。"xxx.xxx.xxx.xxx"是你的IP地址。将该文件的属性改成可执
行chmod +x netalias,如果你重新启动机器,你的所有网卡便绑在同一IP地址上了。
如果不愿意重起机器,就执行该文件,一切OK。
j*****h
发帖数: 62
14
来自主题: Unix版 - 简单问题一个

我跟喜欢用alias,
alias cda="cd /a/b/c/d/e"
这样不管到哪里,直接打cda就可以乐
o***n
发帖数: 72
15
just noticed this. when set an alias in .cshrc or other .files,
such as "alias lsls 'ls -ld '", and if I write a shell file
which has something like "lsls", the shell complains that
no such command found. the thing is if I run "lsls" without
including it in a shell file, then it works.
how to solve this problem?
i*****s
发帖数: 438
16
来自主题: Windows版 - Outlook .forward?

is
That makes sense. Then what can be done on the Exchange server side? My
email admin told me the only way it would work would be to remove my account
entirely, and only make an alias.
That's not as desirable because I totally lost the account, but the alias.
So what can be done on the Exchange server side? Thank you very much!
g******7
发帖数: 1532
17
You can use alias school email address. Search for it. Up to 3 alias.

了?
k***s
发帖数: 370
18
H SERIES AUDIOVISUAL AND MULTIMEDIA SYSTEMS
Characteristics of transmission channels used for other than telephone purposes
H.13 (11/88) Impulsive noise measuring equipment for telephone-type circuits
This Recommendation is published under alias number O.71
H.16 (10/84) Characteristics of an impulsive-noise measuring instrument for wideband data transmission
This Recommendation is also included but not published in O series under alias number O.72
Red Book Fascicle III.4
Characteris
k*********3
发帖数: 257
19
来自主题: EE版 - ADC 一问
多谢! 请问 anti alias的 buffer 和 一般的buffer (opamp有什么区别)
另外这个 anti-alias 是不是就是 adc的采样的时候把noise按照采样频率折合进来了
d****6
发帖数: 971
20
来自主题: EE版 - 请问个AD/DA的问题
恩,是这个意思。
DAC输出的alias如果表示成n*Fs-f的话,加入ADC的sampling frequency也是一模一样
的Fs.那么这个alias就被ADC sample进去了。
但是假如DAC和DAC的sampling clock完全一致,DAC的输入和ADC的输出的digital数据
是完全一样的。
所以我想不明白为什么
b*****e
发帖数: 223
21
来自主题: Statistics版 - Unix/Linux scripts for SAS
or which sascommand
老大,最近我可是苦读了一番 linux 呢
还记得上次我纠结为什么我的彩色 prompt 出了 home 就不 work 么?再回到 home 也不行?原来我们 admin 把 cd alias 成
alias cd 'cd \!* ; set prompt = "${USER}@%m(%~)> "'
吐血.....
g*********r
发帖数: 2847
22

1. rank() is better than row_number() because there might be several people
with same score.
2. don't think you can use alias (for this example, "year") within the same
query where the alias is created. In other words, you have to put RIGHT(Year
_Month, 4) instead of year after "PARTITION BY"
O***T
发帖数: 124
23
来自主题: Statistics版 - 求问一个关于SQL的exist的问题
In your second query, the subquery
SELECT nt.* FROM nt t, nt nt WHERE nt.x = t.x AND nt.y > t.y
doesn't have any join with you main query, alias nt only refer to the table
in your subquery.
It can be rewrite to SELECT a.* FROM nt t, nt a WHERE a.x = t.x AND a.y > t.
y
In this way, it is very obvious there is no join between your subquery with
the main one. Exist function here only plays a role like checking if the
statement is correct.
So be careful with the alias. Don't use the same one. It wil... 阅读全帖
H******s
发帖数: 578
24
跟风问下, 不过比较急
我需要在amazon花$1300买东西,想反馈1.5%给ocef, 通过ocef的link进了goodshop
, 然后找到了amazon出现了这个link
http://www.amazon.com/?tag=goodshop46226-20
然后在这个网页(amazon)search了下我要买的东西, 那个新的link出来就看不出跟
goodshop有什么关系了。比如我search “canon” 出现下面的link
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&f
我如果不用goodshop, 直接上amazon。com, seach “canon” 出现的link跟上面一
模一样:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&f
我是不是做错什么?
w*******y
发帖数: 60932
25
Amazon has the American Girl pet sets:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&field-keywords=american girl pet
(Honey, Sugar, Ginger, Coconut, Licorice, Praline) for $16.47 FSSS. Not a
huge deal, but these are $20 without shipping on Americangirl.com and if
that is all you need there, shipping is an additional $7.00 - so $27 for a
small stuffed animal. The ones on American Girl also don't come with the
book that Amazon's does.
I was especially happy because Coconut and Gin... 阅读全帖
w*******y
发帖数: 60932
26
Amazon:
http://www.amazon.com/Evangelion-1-11-You-Alone-Blu-ray/dp/B0030ZOYHC/
has Evangelion: 1.11 You Are (Not) Alone on Blu-ray for $9.99 and it
qualifies for free shipping with Prime or > $25 purchase. 1.11 is a slight
improvement on the 1.01 release (if you have that one) in that there are a
few extra minutes in the film and more extra features.
You can find this for $10 once in a great while but it's usually $20. The
DVD is $20.99.
If you don't have prime and want to bump your cart over ... 阅读全帖
w*******y
发帖数: 60932
27
Radio Flyer Classic Tiny Trike:
http://www.amazon.com/Radio-Flyer-Classic-Tiny-Trike/dp/B00005BRNH/ref=sr_1_1?s=toys-and-games&ie=UTF8&qid=1291906086&sr=1-1

List Price: $101.99
Price: $44.99 & eligible for free shipping with Amazon Prime
Radio Flyer Classic Red Wagon:
http://www.amazon.com/Radio-Flyer-Classic-Red-Wagon/dp/B00000IS6G/ref=sr_1_2?s=toys-and-games&ie=UTF8&qid=1291906086&sr=1-2
List Price: $139.99
Price: $64.99 & eligible for free shipping with Amazon Prime
Radio Fl... 阅读全帖
w*******y
发帖数: 60932
28
Amazon:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=grocery Choice soup 12 pack&qid=1297235197&rh=n:16310101,k:Healthy Choice soup 12 pack&sort=price
#/ref=sr_st?keywords=Healthy+Choice+soup+12+pack&qid=1297235197&rh=n%
3A16310101%2Ck%3AHealthy+Choice+soup+12+pack&sort=price" rel="nofollow"
target="_blank" onclick="_gaq.push(['_trackEvent', 'thread', 'click', '
2652731 - healthy-choice-15oz-canned-soups-12-packs-1114-chicken-noodle-
vegetable-clam-chowder']);">Amazon [Amazon:
http:/... 阅读全帖
w*******y
发帖数: 60932
w*******y
发帖数: 60932
30
I was looking around tonight on amazon for christmas gift baskets, and found
some of these Halloween gift baskets... yes I know Halloween is over..lol
But these were 39.99 and up and now are on sale for $10.00 shipped w/prime.
Art of Appreciation Gift Baskets Pumpkin Patch Halloween Candy and Treat
Gift Tower:
http://www.amazon.com/Art-Appreciation-Gift-Baskets-Halloween/d
Art of Appreciation Gift Baskets Spooktacular Coffin of Candy and Halloween
Treats:
http://www.amazon.com/Art-Appreciation-G... 阅读全帖
w*******y
发帖数: 60932
31
Link to all KRE-O Transformers at Amazon:
http://www.amazon.com/s/ref=nb_sb_ss_i_0_4?url=search-alias=toy transformers&sprefix=kreo#/ref=sr_nr_p_4_0?rh=n:165793011,k:kreo transformers,p_85:2470955011,p_lbr_one_browse-bin:Transformers,p_4:KRE-O&bbn=165793011&sort=relevancerank&keywords=kreo transformers&ie=UTF8&qid=1323285057&rnid=197718011
#/ref=sr_nr_p_4_0?rh=n%3A165793011%2Ck%3Akreo+transformers%2Cp_85%
3A2470955011%2Cp_lbr_one_browse-bin%3ATransformers%2Cp_4%3AKRE-O&bbn=
165793011&sort=releva... 阅读全帖
w*******y
发帖数: 60932
32
My First good Deal! Got it from an email. It says After Christmas Sale. Not
a huge deal, but should help those who got iPhone or iPad as Christmas gift
a little bit.
JustCase iPhone 4/4S Slim Cases:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&fie slim iphone 4 4s case white&x=10&y=17
JustCase iPad 2 Smart Cover Companion Cases:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias=aps&fie ipad smart cover companion&rh=i:aps,k:justcase ipad smart cover companion&ajr=0
The coup... 阅读全帖
w*******y
发帖数: 60932
33
来自主题: _DealGroup版 - 【$】Kmart Lego sets
Kmart's selling some of the small to medium size sets pretty cheap. Here's
a list of the ones I found on their site:
LEGO LEGO ATLANTIS 7977 SEABED STRIDER: $2.50
Link:
http://www.kmart.com/shc/s/p_10151_10104_004W002946403000P?prdN
Amazon has it for $9.99
Link:
http://www.amazon.com/LEGO-Atlantis-Seabed-Strider-7977/dp/B004
-----------------
LEGO Atlantis Wreck Raider 8057: $2.50
Link:
http://www.kmart.com/shc/s/p_10151_10104_004W015722260001P?prdN
Amazon has it for $9.49
Link:
http://www.amaz... 阅读全帖
m*********k
发帖数: 10521
34
来自主题: _mitbbscheck版 - 2012.2.10首页文章奖励
成功奖励 20 伪币的用户: alias, bbarry, Bosnower, btphy, childheart,
civic2002, CMNIU, daisysun01, drck8202, fengxiaoshui, Glamor, glass,
goldenratio, greatpanda, gsxdca, HeiGuGu, hitpoint, huohuoxiong, kisskaren,
kittyazei, LEAUPARKENZO, ljx, lookacar, mdsryzy1, meanfield, mttbbs,
mykr2003, P836, pastoral, pcweak, PigHead5, qiaopiwa, qingshufang, qwxqwsean
, returning, SPR, StupidMIT, swjtuer, Taraxacum, thisismymj, waixiner,
wetpoet, windking, xiaoputi, xiaoyj, yanyanma, yorkchen
成功奖励 40 伪币的用户: pwwp
奖励版... 阅读全帖
m*********k
发帖数: 10521
35
来自主题: _mitbbscheck版 - 2012.3.27首页文章奖励
成功奖励 20 伪币的用户: bigtempler, Herzog, osculation, ramvan, Herzog,
Revolution, blueberry3, dano, grasswalker, Oldeagle, yanjie, Woshimao, biggu
, alias, smokinggun, Revolution, gongren, albertwz, Mine99, foolish,
MPIPthread, malcolmx, zzbc, qwxqwsean, edeljing, bowie1636, bluetoys, theo,
cwh, billsun, happypigs, mtshui, NONONO123, wr542013710, liangbaoma,
Aplusplus, texasredneck, chopstick14, haipan, zhangpingyu, poppyseeds,
auraxr, tablef, HappyF1, ReneeJones, hwlv, guvest, vanjoy, huangquanlu,
one... 阅读全帖
m*********k
发帖数: 10521
36
来自主题: _mitbbscheck版 - 2012.5.4首页文章奖励
成功奖励 20 伪币的用户:
molecularmed, eidos, shinean, strangeman, swjtuer, Nazi, nova888, alias,
deadpig, LoneWolf, whctmj, goolar, jn74612001, Option81, therock2006, gumtx,
mcmartingale, dango, JanuaryBaby, shincha, Seashores, zxr2008, Body,
rufuslei, aj312, ja94, cesuoluobo, diandian23, QiTong, slimcan, sturtle,
goldy, greentea99, wh, BeStill, ManU123, NIYO, Slytherin, rushhourtwo,
newbielisk, haipan, MindSpeed, Dannyphoto, goldy, Taraxacum, blueforpus,
aquarius923
奖励版面:(Apple)20伪币成功
奖励版面:(Basketball)2... 阅读全帖
m*********k
发帖数: 10521
37
来自主题: _mitbbscheck版 - 2012.08.21首页文章奖励
本次统计截止时间为:2012-08-21 02:00:00 (美东时间)

成功奖励 20 伪币的用户: mar17, TravisBickle, Tianzi, sophiakang, penrose777,
amo, xiaobenmao, ydzhang, joj, lilybank, lighunter, lilybank, Jeremyfe,
liuyucheng, poecher, newava, rubybule, auklet, lovehui, reknaz, lanfrui,
gemini2012, gemini2012, osama, swordsman, Christiano, wingsheart, kirn,
feishi, fancy9, feishi, alias, pker, aegeanboat, sugarzi, mitbbsshare, hone,
cartier2000, leuboo, CMNIU, ssunnybaby, qiushuiyiren, nn2, rae1, ronanzj,
haipan, boulders, ... 阅读全帖
m*********k
发帖数: 10521
38
来自主题: _mitbbscheck版 - 2012.09.06首页文章奖励
本次统计截止时间为:2012-09-06 00:00:00 (美东时间)
成功奖励 20 伪币的用户: presbyopia, xiaojiang007, zdchen, lli, waluzz78,
luna85, StephenKing, xgzh, cici61, loopkill, lipstick, indigofly, darksibyl,
hw21106, alassea, alv999, emcare, Macaulish, huaimao1124, purplerain88,
Ceiba2500, soymilk, Dreamer, forion, wayofflying, Saob, Saob, fightclub,
cscw, CRH1235, jennifertian, jpostsildavi, mitbbsshare, locarno, qwxqwsean,
Ksharp, autoking, alias, mpenza, BornIn1974, alassea, Terminator, yxrs,
sd176, orangesky, casact,... 阅读全帖
Z***e
发帖数: 3693
39
前几天登录到 Verizon Wireless 的帐号,说我可以有个免费 phone upgrade, 是
Samsung 的 Alias 2。 在网上看到这手机的 Review 还不错,前天晚上到 Local 店里
看了一下实物,当场就说 Upgrade,可店里的人说在店里买的话,是 $50 Mail-in-
Rebate 后才是免费,如果是网上的话,就是 instant discount 了。我怕又忘了寄
Mail-in-Rebate,就决定在网上 upgrade 了。
昨天下午,因为懒省事敲 VZ 的 URL,就从我老的 ExtraRebates.com 去了 VZ 的网站
,免费 upgrade 了这款 Samsung Alias 2。结果今天早上发现这一分钱不花的
Upgrade Order 也有 $15 的 Cashback!爽!中午时分,手机也由 FedEx Overnight
送到了。于是就 Active 了,可以用了。
用 Verizon Wireless 的伙计 qualify Free upgrade 的,不妨走 ExtraRebates.com
,不花一分钱,可
a***s
发帖数: 1084
40
【 以下文字转载自 Military 讨论区 】
发信人: alias (贾人贾义), 信区: Military
标 题: 脚踏实地的为消除汉维敌视支个招
发信站: BBS 未名空间站 (Fri Jul 10 17:19:38 2009, 美东)
吃饭的时候想到的,为什么不学学老外教会里的人那样弄一个host familiy呢?当年刚
来美国时culture shock很厉害,host family给我们帮忙实在不少。
具体来说,这一活动主要是针对在少数民族聚居地的汉人和在汉族聚居地的少数民族们
的,尤其是学生和打工仔们。愿意host这项活动的居民向当地民政部分登记一下,等有
了合适的人后安排大家见面认识,都相当于多了一个亲戚一样,平时多走动走动,该帮忙
的都互相帮一下,对消除民族偏见和歧视显然非常有效啊。这种活动根本可以和教会不挂
上钩,我党也不要担心。
大家讨论一下看这招可不可行。
a*********y
发帖数: 38
41
来自主题: ChinaNews版 - 挖个大坑吧--关于老毛 (转载)
http://www.amazon.com/s/ref=nb_ss?url=search-alias%3Dstripbooks&field-
keywords=mao+dictator&x=0&y=0
刚才是你吧?
不长记性?
骂老毛在西方不新鲜,土鳖有种的,可以去挺毛,挺毛的才新鲜。。。
a***s
发帖数: 1084
42
【 以下文字转载自 Returnee 讨论区 】
发信人: alias (贾人贾义), 信区: Returnee
标 题: 海龟们要忍受兲朝稀奇古怪的各种规章制度和决定
发信站: BBS 未名空间站 (Mon Jan 18 12:16:31 2010, 美东)
兲朝的光腚肿菊下令Avatar 2D在22号下映(有谣传说3D和2D一块下),不管无数的二三
线城市没有3D电影可看。目的很简单,要为主旋律片<<孔子>>的上映让路,要照顾每年国
产片票房超过进口片票房的规定,要减少观众们受该片所影射的宣传暴力抵抗拆迁的错误观
念的影响。可怜的Avatar,才上映两个多星期,接光腚肿菊的指示,饱受各种媒体的冷处
理,甚至CCAV的金球奖报道都不提最佳影片和最佳导演。LOL,Avatar不就一娱乐片嘛。
还有现在正在进行的网络围剿,手机短信围剿,等等如火如荼的战役。看个网文就有无
数的关键字被过滤,发个黄色短信就要停机。这都什么年代了还这么脑残?改革三十年了,
兲朝的制度真是远远落后于经济发展。
a***n
发帖数: 1355
43
来自主题: ChinaNews版 - 阿凡达遭遇批评如潮 (转载)
【 以下文字转载自 Joke 讨论区 】
发信人: LostInMoney (蛤蟆功第一重), 信区: Joke
标 题: 阿凡达遭遇批评如潮 (转载)
发信站: BBS 未名空间站 (Tue Jan 19 14:31:24 2010, 美东)
发信人: alias (贾人贾义), 信区: Movie
标 题: 阿凡达遭遇批评如潮
发信站: BBS 未名空间站 (Tue Jan 19 14:22:16 2010, 美东)
有图有真相
a***s
发帖数: 1084
44
【 以下文字转载自 paladin 讨论区 】
发信人: alias (贾人贾义), 信区: paladin
标 题: zz 新闻出版总署公布第三批违规网站名单
发信站: BBS 未名空间站 (Wed Jan 27 11:23:30 2010, 美东)
http://news.sohu.com/20100127/n269854278.shtml
本网讯 记者 李淼 近日,新闻出版总署根据网络出版监管系统的监测线索,对57家
登载《风流艳帝》等13部淫秽色情网络文学作品的网站进行了查处。
据了解,这是新闻出版总署自去年年底公布197家登载淫秽色情及低俗内容网站名
单,及今年年初公布74家登载淫秽色情网络
小说网站名单之后,公布的第三批违规网站名单。此次被查处的网站名单包括飞龙小
说网、耽美小说网、书生读吧、四月天原创网、中国博客网等57家。
为有效加强网络出版监管,新闻出版总署今后将不定期公布相关违规网站名单,并鼓
励社会公众对有关网站及整改效果进行监督,共同营造有利于未成年人健康成长的网络文
化环境。
第三批违规网站名单如下:
1 飞卢小说网
2 耽美小说网
3 新国学网
4 学生小
a***s
发帖数: 1084
45
【 以下文字转载自 Military 讨论区 】
发信人: alias (贾人贾义), 信区: Military
标 题: ZT 研究显示中国精神病患超1亿 重症人数逾1600万
发信站: BBS 未名空间站 (Fri May 28 18:42:44 2010, 美东)
赞一下土共
T*******x
发帖数: 8565
46
【 以下文字转载自 Military 讨论区 】
发信人: alias (贾人贾义), 信区: Military
标 题: 有分教:平西王断臂求寸进,王都头避祸入番堂
发信站: BBS 未名空间站 (Thu Feb 9 19:34:44 2012, 美东)
末世拍案惊奇有续集了吗?
a***s
发帖数: 1084
47
【 以下文字转载自 Military 讨论区 】
发信人: alias (贾人贾义), 信区: Military
标 题: 博讯:陈光诚委托郭玉闪发表的最新声明
发信站: BBS 未名空间站 (Thu May 3 14:07:41 2012, 美东)
陈光诚委托郭玉闪发表的最新声明
(博讯北京时间2012年5月04日 综合报道)
陈光诚委托郭玉闪发表的最新声明

(博讯 boxun.com)
今晚我(郭玉闪)终于与光诚通上电话了(北京时间5月3日22:58分到23:40分)
,在打了无数个占线电话后。与他交流,他一如既往的理性与从容,他首先担心的是我
、珍珠以及其他帮助他逃出山东非法控制的朋友们的安危,这让我非常感动。我重点与
他交流了从昨天到今天新闻上体现出来的他态度的戏剧性变化,他非常吃惊,也为给美
使馆等带来的压力而感到万分歉意。但因为今天一直没能与美外交官在医院见面交流(
据光诚说,美外交官在探望光诚时不知何故被阻拦住,在医院一直待到下午5点,无果
,只好离开),所以无法有直接沟通,故特委托我向外界表达以下四点意思(不是光诚
原话,但是是他的... 阅读全帖
a***s
发帖数: 1084
48
【 以下文字转载自 Military 讨论区 】
发信人: alias (贾人贾义), 信区: Military
标 题: 陈光诚的美国陷阱和前景展望
发信站: BBS 未名空间站 (Fri May 4 12:23:46 2012, 美东)
得知土共允许陈光诚出国留学,看来昨天陈的改口确实给了大家台阶,赢得了一个对三
方面都说得过去的解决方式。
但是对陈光诚即将来临的美国生活,俺倒是比较担心,他面临的陷阱都很深很深。
首先是政治陷阱。以陈的经历和名望,他一到美国,必然将成为美国各种政治势力争取
的对象。共和党民主党今年大选,肯定希望能从他嘴里掏出攻击对方或者标榜自己的话
语;宗教和反堕胎组织,也肯定希望他能为自己站台;还有各种反华势力人权组织,显
然也不会放过他的这块唐僧肉。陈光诚在乡村里过了几十年,我不知道在突如其来的喧
嚣面前能不能保持足够的淡定。陷入这个陷阱弄不好会把他变成一个美国的政治小丑。
其次的金钱陷阱。对老外而言,陈光诚的经历是具有传奇性的。不难想象,陈将接到无
数出书的要求,电台电视台的邀约,甚至还有电影商的开价。所有的这些都是钱呀。陈
光诚你能hold住吗?
第三... 阅读全帖
j****e
发帖数: 12067
49
来自主题: Detective版 - thread 50
【 以下文字转载自 Piebridge 讨论区 】
发信人: yaz (柏林低温武警), 信区: Piebridge
标 题: thread 50
发信站: Unknown Space - 未名空间 (Tue Apr 27 23:37:07 2004) WWW-POST
yaz
就是拿了,也不能池浴。
在现在这个敏感时期,池浴一定要小心。
mrbean
even with tampax, you should not take bath.
bath can be harmful in this sensitive time
alias
wokao!!!! I fule you!
卫生巾,护妹妹
月事时节莫进水
洗澡也能坏宝贝
unless
The pad is to protect your little sister
When in period there should be no water
Even tub bath or shower
They are harmful to your flower
unknowngirl
纸巾丹碧护小妹
保持干躁一定对
切记淋浴泡澡水
细菌
j****e
发帖数: 12067
50
【 以下文字转载自 Piebridge 讨论区 】
发信人: yaz (柏林低温武警), 信区: Piebridge
标 题: 结果--日子好了,大家对主席的教导领会不够
发信站: Unknown Space - 未名空间 (Sat Apr 24 00:46:52 2004) WWW-POST
yaz:
闲时吃稀,忙时吃干,平时半稀半干,杂以瓜果菜蔬。
raison:
eat fluid food at leisure, eat solid food when busy. usually eat fluid as well
as solid, with fruits and vegetables
alias:
闲水酒,忙干粮
有水有粮是平常
瓜果蔬菜不慌忙
unless:
Drink wine when at easy
Eat food when you are busy
Water and food are common daily
Fruits and vegetables are not necessary
gardenia:
闲时当饮酒,
忙时当进馔。
饮食须及时,
菜果非良
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)