由买买提看人间百态

topics

全部话题 - 话题: reader
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
C***t
发帖数: 10731
1
来自主题: Chicago版 - google reader要没了
谁给推荐个替代品吧 不然以后不知道怎么看新闻了
--------------------------------------------------
Google Reader, one of the best-known feeds through which users can pull
together their favorite Web content in one place, will be shutting down, the
company announced.
In an age of Facebook posts and retweets, Google Senior Vice President Urs
Holzle said in a post on the official Google blog that Reader was losing
popularity.
"While the product has a loyal following, over the years usage has declined,
" Holzle wrote.
Read... 阅读全帖
s********r
发帖数: 403
2
我觉得大致是这样
[reader]:
get_mutex();
reader++;
release_mutex()
Read();
get_mutex();
reader--;
release_mutex()
[writer]:
for (;;)
{
get_mutex();
if (reader > 0)
{
release_mutex();
}
write();
release_mutex();
break; // Made it
}
如果想防止 reader block writer forever (starvation), 再加一个 mutex_wr, 当
writer 抢到 mutex_wr 后,阻止 reader++,直到 reader 全部释放,writer 能够拿
到第一个 mutex 进行写操作。
m*t
发帖数: 2464
3
来自主题: shopping版 - acrobat reader X
ftp://ftp.adobe.com/pub/adobe/reader/mac/10.x/10.0.0/en_US/AdbeRdr1000_en_US
.dmg
ftp://ftp.adobe.com/pub/adobe/reader/mac/10.x/10.0.0/misc/FontPack1000_zh_CN
.dmg
ftp://ftp.adobe.com/pub/adobe/reader/mac/10.x/10.0.0/misc/FontPack1000_zh_TW
.dmg
ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.0.0/en_US/AdbeRdr1000_en_US
.msi
ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.0.0/misc/FontPack1000_zh_CN
.msi
ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.0.0/misc/FontPack1000_zh_TW
.msi
s*****n
发帖数: 430
4
来自主题: Reader版 - [转载] 弹劾Reader BM over
【 以下文字转载自 Complain 讨论区 】
【 原文由 solomon 所发表 】
Reader BM over上次上站时间:
over (淡然而去) 共上站 445 次,发表过 872 篇文章
上次在 [Mon Jun 10 13:18:14 2002] 从 [209.135.227.14] 到本站一游
信箱:[信] 生命力:[324] 等级: [ B ]
Reader BM over上次在Reader发文时间:
发信人: over (淡然而去), 信区: Reader
标 题: [版务]诚征版副
发信站: The unknown SPACE (Fri Aug 11 19:54:56 2000), 转信
Reader 精华区自2000年以后未更新,即使硬盘恢复后自2002年3月3日以后
未更新。
据此本人弹劾Reader BM over。
c**1
发帖数: 71
5
#1: right writer can block reader
#2: of course I mean suspend the thread until being notified. condition
variable is needed to implement this, like the sample from stackoverflow.
infinite busy wait is never a good idea. consider these situations:
#1 single cpu system, writer has higher priority while it is in the busy
wait, reader will never has a chance to --reader, thus deadlock
#2 even in multi cpu system, when a reader is preempted after ++reader,
enough number of writers coming in... 阅读全帖
z***e
发帖数: 5600
6
Quite a few very capable rss readers are free. They all sync with google
reader. There are some differences in social functions (which sites can
share with etc) and user interface otherwise similar in functionality.
Flipboard for iphone. ETA by end of the year.The one I am waiting for. The
most beautiful and well-thought-out reader on ipad.
iReadG. The only one that can share to tumblr. The one I am using now.
Feeddler free. Very solid. Very high reviews. Like it a lot
MobileRSS free. My ... 阅读全帖
l*******n
发帖数: 635
7
【 以下文字转载自 Hardware 讨论区 】
发信人: liangshan (梁山), 信区: Hardware
标 题: acrobat reader 2015和acrobat reader DC有什么区别啊?
发信站: BBS 未名空间站 (Sun Apr 26 21:14:47 2015, 美东)
2015
ftp://ftp.adobe.com/pub/adobe/reader/win/Acrobat2015/1500630033/
AcroRdr20151500630033_MUI.exe
DC
ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/
AcroRdrDC1500720033_MUI.exe
看数字签名,2015还更新一点。
b*****f
发帖数: 50
8
刚好碰到这个问题,发重复了莫怪,赫赫~~
Foxit PDF Reader with Texmaker and WinEdt
=============================
Foxit PDF Reader with Texmaker
=============================
1. Make a MSDOS batch file called "viewpdf.bat" in its installation folder
with the following lines:
taskkill -fi "windowtitle eq %1*"
start %1
REM "C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe" %1
2. If Foxit PDF Reader is not your default PDF viewer, comment out the
second the line, uncomment the third line and make sure the
m********y
发帖数: 21909
9
【 以下文字转载自 Military 讨论区 】
发信人: monkeylady (Monkeyqueen), 信区: Military
标 题: Adobe reader的问题, 有偿求教
发信站: BBS 未名空间站 (Thu Dec 6 23:12:43 2012, 美东)
先看下这个帖子, 知道问题的来源。
http://www.mitbbs.com/article_t0/Military/38844477.html
我于是跑到了国内的软件网站下了一个adobe reader XI,想这样的话, 看中文文献的
问题就解决了。
我安装到最后, 有个阶段是“状态: 正在优化性能---已完成进度99%” ,可是最后
的这个1%貌似永远也完成不了, 都等了有一个小时了。
我目前的问题是, 在programmer里面找不到这个adobe reader的软件,所以无法
remove, 但是, 我以前看不了的文件都可以看了。
还有, adobe reader的那个三角图标我没有, 但打开文件的时候, 电脑屏幕下的文
件却有那个图标。
大家帮忙给看看, 我该怎么办? 而且我现在也无法关掉那... 阅读全帖
g****t
发帖数: 31659
10
你装错软件了.
重起然后安全模式杀毒吧.
另外Foxit就能看中文,而且很快.

【 以下文字转载自 Military 讨论区 】
发信人: monkeylady (Monkeyqueen), 信区: Military
标 题: Adobe reader的问题, 有偿求教
发信站: BBS 未名空间站 (Thu Dec 6 23:12:43 2012, 美东)
先看下这个帖子, 知道问题的来源。
http://www.mitbbs.com/article_t0/Military/38844477.html
我于是跑到了国内的软件网站下了一个adobe reader XI,想这样的话, 看中文文献的
问题就解决了。
我安装到最后, 有个阶段是“状态: 正在优化性能---已完成进度99%” ,可是最后
的这个1%貌似永远也完成不了, 都等了有一个小时了。
我目前的问题是, 在programmer里面找不到这个adobe reader的软件,所以无法
remove, 但是, 我以前看不了的文件都可以看了。
还有, adobe reader的那个三角图标我没有, 但打开文件的时候, 电脑屏... 阅读全帖
s********r
发帖数: 403
11
[1] writer block reader
writer(),
一旦发现 reader == 0, 马上进入写操作不释放 mutex, 直到写完。
release_mutex() 发生在写完之后,release 之前 reader 无法占有 mutex 增加
counter,不能进入read 操作。
[2] 这个是最基本版,用来演示原理。考虑 performance,可以不用 reader / writer
lock,好的 option 针对具体 case 有的是。
另外,您觉得在多核系统中, goto sleep 是个好的 option 吗?
进程切换大约多少个时钟周期啊?

two
s********r
发帖数: 403
12
The semantics of reader / writer lock is:
[1] Allow multiple readers for read_op(), when reader reads, no writer can
write
[2] When writer perform write_op(), no reader can read_op() successfully.
Would you think that one mutex implementation can describe the above
semantics?
Besides, what do you mean:
"Even in kernel, it is very hard to get the guarantee that the lock holder
does not block on anything and will release the lock in a timely manner."
In Linux kernel, the spinlock works on hardwar... 阅读全帖
c*****r
发帖数: 8227
13
来自主题: Stock版 - E-reader price war started
Two of the leading makers of electronic-book readers, threatened by the
success of iPad, slashed prices Monday in a move that could further drive e-
readers into the mainstream.
Early Monday, Barnes & Noble Inc. cut the price of its Nook e-reader to $199
and introduced a Wi-Fi-only model for $149. Hours later, Amazon.com Inc.
lowered the price of its Kindle e-reader to $189.
f**c
发帖数: 791
14
【 以下文字转载自 Hardware 讨论区 】
发信人: ffgc (■缙云山■), 信区: Hardware
标 题: card reader还真危险啊。。。
发信站: BBS 未名空间站 (Sat Jan 24 19:07:15 2009)
前不久刚攒的机子,前面的USB接口插flash drive 没事,结果今天插了一个CF card
reader,想把照相机中的相片倒腾一下,结果刚插上系统(fedora 10 64bit)立马就
crash了,直接到了刚开机时的主板画面。更糟糕的是不能启动了!
机子里挂了一个sata系统盘,另外两个pata数据盘,后来发现boot选项中不知为何没有
了sata盘,只剩下光驱和pata,重新找回sata盘,设定为第一启动,这才又活了过来,
吓死了。。。以后不敢用card reader了。。。。
大家看这是什么问题??主板接线检查过,没错啊,况且原来flash drive也可以读啊
,难道是card reader电流过大,。。。。?幸好主板硬盘都没事。
g****n
发帖数: 3313
15
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: gpsfan (坚强的八戒), 信区: SanFrancisco
标 题: 谁是PDF(ADOBE)专家阿?我发包子求教个问题。搞了一天了
发信站: BBS 未名空间站 (Tue Sep 9 20:31:46 2008)
我用acrobat pro 7.05 作一个pdf文件(从doc转换成pdf),用它的高级编辑工具加了
几个复选框和文本域, 然后保存,在另外的机器上打开,可以用adobe reader 填写,
check 复选框,然后打印,但是却不能保存我的填写内容。
我用reader可以填写其他的pdf文档并保存阿,我自己作的pdf就不能保存?我已经早
ADOBE ACROBAT PRO 7里面把该文件的安全性策略全部取消,可是在READER 8里打开的
时候,仍然注明是是不能保存的,难道是因为我的PRO 7 是中文版,READER 8是版?
怎么农阿这个。都农了一天了也没明白。我法包子求教。。。。。谢谢!
l*****i
发帖数: 13
16
来自主题: Windows版 - Acrobat Reader 7.0 问题求助
Hi:
我的一个Dell台式机(XP)装了Acrobat Reader 7.0,几天后发现点击桌面的reader图标
后,reader的窗口没有被打开,但是检查进程时候发现有这个进程。如果多次点击图标,
会发现又多个进程驻留在内存。这个是问题一。
问题二是我删除了Acrobat Reader 7,然后重新安装。安装完后第一次点击图标时,窗口
可以出来,一切正常。然后我关掉窗口,然后发现这个进程还驻留在内存,而且占用50%
的资源。于是手动kill这个进程,重新点击图标,这个时候窗口出不来了。很是奇怪。
请大侠们诊断一下!
谢谢
a*****a
发帖数: 112
17
投诉人(ID):
arietta (春風不解憶長安)
投诉对象及职务(限版主):
reader版主none
投诉标题:
運\用粗暴手段濫用職權,黨同伐异,扼殺言論自由
投诉目标(更改处理决定/更改板规/弹劾板主...):
更改处理决定,恢復被刪貼及本人在reader版發文權力,停止濫用職權
投诉理由及证据:
本人與reader版素無瓜葛。前天偶然拜訪,發現版上雄文,幾乎都是一種腔調。不以爲
然之餘,不禁作文一篇,關于韓寒表達了一點不同意見,以示商榷,其中幷未對任何ID
進行人身攻擊。不想幾小時之後,便被none以“Group Attack and Improper Pos”爲
由,遭刪貼並禁止發文14天。現在看來,none以這種法西斯行徑,悍然封殺不同意見,
粗暴踐踏言論自由,恐怕是reader版成為一言堂的重要原因。本人對于none的版霸作風
,表示極大的鄙視和堅决的抗議。
w*******y
发帖数: 60932
18
USB SDHC Memory Card Reader, Multi in 1 USB2.0 Card Reader with Built-in USB
Port, Smoke Color:
http://www.meritline.com/usb-sdhc-memory-card-reader---p-38760.aspx
Coupon code:MLCK1191060723HPL1
Deal Starts today at 12:00PM PDT
w*******y
发帖数: 60932
19
My Target (19610 - Wyomissing, PA) just marked down their Sony Pocket Reader
(PRS-300):
http://www.sonystyle.com/webapp/wcs/stores/servlet/ProductDisplay?catalogId=10551&storeId=10151&langId=-1&productId=8198552921665921188&XID=O:PRS 300:dg_read_gglsrch
to $37.48. This is the first time I've seen it below $74.98. Nice thing
about the Sony Readers - you can download many books from libraries - I use
the Free Library of Philadelphia which is FREE to anyone who has a PA
library card.
I also picke... 阅读全帖
w*******y
发帖数: 60932
w*******y
发帖数: 60932
21
Link:
http://www.meritline.com/pixxo-gaming-case-slim-micro-atx-mini-itx-desktop-ci-8102---p-54264.aspx
Pixxo (CI-8102), Slim Micro ATX / Mini ITX Desktop Computer Case/Chassis, 5
In 1 Card Reader, Supports CF, MD, SM,MS, Mini SD, T-Flash, USB2.0, Red
Color
Manufacturer Part # CI-8102
Product Summary:
The Pixxo Slim desktop CI-8102 series with a stylish design provides
powerful and scalable that can be customized to meet all your business and
entertainment needs. Slim and compact design allows i... 阅读全帖
w*******y
发帖数: 60932
m********y
发帖数: 21909
23
来自主题: Military版 - Adobe reader的问题, 有偿求教
先看下这个帖子, 知道问题的来源。
http://www.mitbbs.com/article_t0/Military/38844477.html
我于是跑到了国内的软件网站下了一个adobe reader XI,想这样的话, 看中文文献的
问题就解决了。
我安装到最后, 有个阶段是“状态: 正在优化性能---已完成进度99%” ,可是最后
的这个1%貌似永远也完成不了, 都等了有一个小时了。
我目前的问题是, 在programmer里面找不到这个adobe reader的软件,所以无法
remove, 但是, 我以前看不了的文件都可以看了。
还有, adobe reader的那个三角图标我没有, 但打开文件的时候, 电脑屏幕下的文
件却有那个图标。
大家帮忙给看看, 我该怎么办? 而且我现在也无法关掉那个还在优化的对话框。
s********8
发帖数: 440
24
$150/each, Your label
Canon PowerShot SD4500 IS Silver Bundle w/ 8GB Memory, Reader, Case, Mini
Tripod, More
Condition: Brand new, USA Warranty
Kit Includes:
Canon - PowerShot SD4500IS 10MP Digital Elph Camera w/ 10x Optical Zoom
1080P HD Video
Full HD 1080P Video
Compact Design w/ 10x Image stabilized zoom
Canon's HS System: 10MP CMOS Sensor DIGIC 4 Image Processor
3 inch LCD
HDMI output
General Brand - Hi-Speed 8GB Secure Digital SD Memory Card
Perfect for expanding your camera memory to tak... 阅读全帖
d********e
发帖数: 925
25
【 以下文字转载自 shopping 讨论区 】
发信人: didarsmile (didarsmile), 信区: shopping
标 题: Sony PRS-300SC Reader Silver for $115 inclu
发信站: BBS 未名空间站 (Sat May 8 15:06:10 2010, 美东)
http://slickdeals.net/forums/showthread.php?sduid=0&t=2012176
$119 in post, but will be $115 as bing cb become 15%
Sony PRS-300SC Reader Pocket Edition Silver for $119 including shipping
after 10% bing cb from Tiger Direct
Use bing link to get 10% cb.
http://www.bing.com/shopping/Sony...reader&p1=[CommerceService%20scenario%3d%22sum%2
y***n
发帖数: 975
26
来自主题: FleaMarket版 - [出售]3 sony PRS-505 ebook reader @350 each
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
3 sony PRS-505 ebook reader @350 each
单张面值:
可接受价格(必须明码标价!):
3 sony PRS-505 ebook reader @350 each
物品新旧要求:
3 sony PRS-505 ebook reader @350 each
邮寄方式要求:
your label
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
boa
其他补充说明:
广告的有效期:
till gone
物品来源(Required for All Cards!):
我的联系方式:
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip:
s********8
发帖数: 440
27
$150/each, Your label
Canon PowerShot SD4500 IS Silver Bundle w/ 8GB Memory, Reader, Case, Mini
Tripod, More
Condition: Brand new, USA Warranty
Kit Includes:
Canon - PowerShot SD4500IS 10MP Digital Elph Camera w/ 10x Optical Zoom
1080P HD Video
Full HD 1080P Video
Compact Design w/ 10x Image stabilized zoom
Canon's HS System: 10MP CMOS Sensor DIGIC 4 Image Processor
3 inch LCD
HDMI output
General Brand - Hi-Speed 8GB Secure Digital SD Memory Card
Perfect for expanding your camera memory to tak... 阅读全帖
a*******n
发帖数: 2097
28
来自主题: PennySaver版 - 【极速灭草】My First Story Reader
在买e-reader之前在toysrus买了一套my first story reader, 里面四本书,需要有个
芯卡换的,翻页时候会自动读书,开始时候娃喜欢,我也喜欢,终于不用我这个口音的
妈来念书了,到时候我买书来念行了,没想到,不到一年,有时候书翻页也不念了,或
者念错页了,去网上想再买书,没想到旧版的不卖了,也没书可买了,基本上就是只能
看四本书的节奏。
网上已经找不到卖的了,在amazon上面找了一个类似的,不过评价也很差。
http://www.amazon.com/First-Reader-Interactive-Mickey-Storybook
s*********0
发帖数: 65
29
t400 这两个有什么区别?Smart Card Reader/Media Card Reader
读sd卡要那个?
多谢
a*****a
发帖数: 1085
30
假期要带孩子学游泳等课外活动,想随身带一个E-reader读一些PDF格式的学术论文。请问哪个E-reader对PDF的支持最好,是kindle or sony e-reader or nook?
N*L
发帖数: 899
31
没有适合看pdf论文的e-reader,kindle dx也不行

。请问哪个E-reader对PDF的支持最好,是kindle or sony e-reader or nook?
k***r
发帖数: 13724
32
【 以下文字转载自 A_Song_of_Ice_and_Fire 俱乐部 】
发信人: kejer (kejer), 信区: A_Song_of_Ice_and_Fire
标 题: 马丁被愤怒book reader给逼急了
发信站: BBS 未名空间站 (Mon May 18 10:51:02 2015, 美东)
在blog上回应了,看了就是认了。
The Show, the Books
May. 18th, 2015 at 12:55 AM
I am getting a flood of emails and off-topic comments on this blog about
tonight's episode of GAME OF THRONES. It's not unanticipated.
The comments... regardless of tone... have been deleted. I have been saying
since season one that this is not the place to debate or dis... 阅读全帖
n****o
发帖数: 14771
33
Thousands of PurseBlog readers submitted their votes and now the results are
in!
Balenciaga and Coach take the crown as our readers’ favorites for 2010.
Honorable mentions are Chanel and Bottega Veneta, as well as Treesje and
Alexander Wang, who took 4th and 5th in the premier and contemporary
designer categories respectively.
Thanks to everyone who voted, we are looking forward to next year’s awards
and will be following the upcoming designs of this year closely!
http://www.purseblog.com/genera... 阅读全帖
wh
发帖数: 141625
34
你是指什么方面?如果是内容,这里电影、音乐方面的帖子也不少,reader版基本上都
是读书方面的。其他好像都不像,reader版比较纯,讨论都很集中在书上,似乎更偏重
政治意义。我们这里瞎灌水的多,政治讨论少。
a**e
发帖数: 8800
35
【 以下文字转载自 Military 讨论区 】
发信人: monkeylady (Monkeyqueen), 信区: Military
标 题: Adobe reader出来什么事儿? (转载)
发信站: BBS 未名空间站 (Thu Dec 6 14:43:36 2012, 美东)
发信人: monkeylady (Monkeyqueen), 信区: Detective
标 题: Adobe reader出来什么事儿?
发信站: BBS 未名空间站 (Thu Dec 6 14:38:42 2012, 美东)
我最近机器有问题, 重新装了一个看PDF文件的adobe reader, 网上下的, 估计是盗
版。
问题有了。 以前看pdf是没有问题了, 这个新的有了问题。 我看有些中文的pdf, 它
出来一个小框, 上面说: A font package is required to correctly display this
page. Click "OK" to direct your brower to download the add-on from adobe.
co... 阅读全帖
j*j
发帖数: 5564
36
(有一些剧透,请还没看电影的网友慎入)
在前阵子mitbbs上对the reader讨论得很热烈的时候,答应一位朋友等看电影后
发篇影评。这一等等了一个多月,终于有资格上来谈谈自己的感想。
影片开始不久,15岁少年Michael就和中年女人Hanna上床了,这给我很突兀的感
觉。虽然那个夏天两人象情侣一样享受着甜蜜爱情,但这不是什么伟大爱情,这是
一个成年人勾引青少年得手后产生的畸恋。开始时少年Michael沉浸在爱欲之中洋
洋自得,看着完全不是个受害者。由于两性间的不平等的社会心理,成年女人勾引
未成年男孩所造成的伤害一般都很隐性,不象成年男人勾引未成年女孩发生性关系,
女孩很快就会觉得自己吃亏受伤;男孩反而往往会觉得很自豪。
这种隐性伤害在Michael后来的生活中显示出来,他一度生活在自我里,和家人缺乏
交流,婚姻也很失败。最后,当他向那个犹太女作家坦白自己的感情经历时,他承认
和Hanna的关系影响了他一生;真可谓是"一夜为君读,终生系我命".
但Michael这个reader显然不是受Hanna伤害最大的reader, 正如Michael说的,she
(Hanna) did
r****y
发帖数: 26819
37
来自主题: Apple版 - good reader看pdf的问题
good reader看扫描版pdf挺好,我试过打开大概800M的辞海pdf,没问题。
但偏偏是打开非扫描的文字版pdf有个问题:没有内嵌的中文字体,就只能看到乱码。
这个问题不能怪good reader。有的pdf没有内嵌字体,在电脑上用别的字体替代着看的。
但是iphone/itouch上不可能这么做。而PDF的字体管理功能很弱,不知道怎么往已有的
PDF文件里加入新的字体。
所以想用good reader看这些pdf,就得先转成图片或者djvu,再得到图片版pdf。
我的办法是在acrobat里save as PNG/TIFF,合并的时候选用最大体积的pdf。这样在
清晰程度上最接近文字版。目前暂时只好这么办,好在这样的pdf还不算太多。
w*******e
发帖数: 285
38
Is there a way to change the default directory of good reader to the home
directory of dropbox on Ipad? I need to click a file and then "open it using
good reader" from dropbox view it in good reader right now.
m*t
发帖数: 2464
39
来自主题: Apple版 - acrobat reader X
ftp://ftp.adobe.com/pub/adobe/reader/mac/10.x/10.0.0/en_US/AdbeRdr1000_en_US
.dmg
ftp://ftp.adobe.com/pub/adobe/reader/mac/10.x/10.0.0/misc/FontPack1000_zh_TW
.dmg
ftp://ftp.adobe.com/pub/adobe/reader/mac/10.x/10.0.0/misc/FontPack1000_zh_CN
.dmg
f*******3
发帖数: 351
40
Reader and reading list are two new Safari features at iOS 5.
But I did not find where to enable reader inside Safari. Anybody knows.
The reader is turning a webpage into a black/white clean page by removing
all the clutters.
i*i
发帖数: 918
41
请问在 iPad 下有什么 ePub reader 可以自动读书的(Text-To-Speech)? 我只找
到 iBook, BlueFire Reader 可以读 ePub (good reader 不行),但没有TTS。现
在主要是读英文书,但如果有读中文书的app,也请一并推荐。
多谢
s**9
发帖数: 207
42
问题:一个writer线程向一个queue写数据,另一个reader线程从中读数据.读的时候如果
为空, reader应当block.
Solution:
In the main thread, initialize a semapore S to 0, initialize a mutex M.
In the write thread, for each write, lock M, write, unlock M, post S.
In the reader thread, for each read: wait S, lock M, read, unlock M.
上面的解法有没有问题? 其它有更好的算法么?
l*******n
发帖数: 635
43
2015
ftp://ftp.adobe.com/pub/adobe/reader/win/Acrobat2015/1500630033/
AcroRdr20151500630033_MUI.exe
DC
ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/
AcroRdrDC1500720033_MUI.exe
看数字签名,2015还更新一点。
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)