由买买提看人间百态

topics

全部话题 - 话题: simple
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c******n
发帖数: 4965
1
【 以下文字转载自 Linux 讨论区 】
发信人: creation (yy), 信区: Linux
标 题: what's wrong with this simple applet?
发信站: BBS 未名空间站 (Mon Feb 20 20:03:02 2006), 站内
发信人: creation (yy), 信区: Programming
标 题: what's wrong with this simple applet?
发信站: BBS 未名空间站 (Mon Feb 20 20:02:57 2006), 转信
import java.awt.*;
public class MyApplet extends java.applet.Applet{
public void init(){
setLayout(new BorderLayout());
add("Center", new MyPane());
}
}
class MyPane extends Panel{}
the browser fails to execute the applet,
if I chan
r*****l
发帖数: 2859
2
To make thing work, you are good.
To make thing work and keep it simple, you are better.
To make think work reliably, securely, etc. and still keep it simple, you
are the best.
b***i
发帖数: 3043
3
各位java更新了的,看一下下面这个网站,我看到什么exception了,好像是病毒。打
开java console.确认了我们要告诉buildingweb版。
【 以下文字转载自 BuildingWeb 讨论区 】
发信人: gnomeisway (因小而大), 信区: BuildingWeb
标 题: how to host a simple blog?
发信站: BBS 未名空间站 (Thu Jan 10 18:53:18 2013, 美东)
Nothing fancy,
just words, as simple as http://www.henryckliu.com/ (not that I agree all Henry's opinion, but I do like this simplicity in his blog layout)
Maybe add some comment section where registered users can have discussions.
Please help.
Will pay for advisory.
b***y
发帖数: 2799
4
☆─────────────────────────────────────☆
marting (martin) 于 (Thu Sep 8 10:42:14 2005) 提到:
Sorry can't input Chinese here.
I will need to have a simple HTML page with several links of file names, when
one link is clicked, the corresponding file in the server can be copied and
pasted into the local machine.
This task should be very simple, but I have no experience on HTML before, so
have no idea on how to achieve it. Any suggestion, link or sample code is
highly appreciated.
Thanks
以下是附件内容:
g*********s
发帖数: 1782
5
来自主题: Programming版 - implement a simple regular expression match?
yes, regex -> nfa -> dfa can completely solve the regex issue.
but what i expect here is some simplified solution for this simple regex.
or this is not simple as long as "*" is introduced, and a full fa based
solution is required?
X****r
发帖数: 3557
6
来自主题: Programming版 - implement a simple regular expression match?
For this simple regex you don't need to explicitly convert to DFA.
e.g. you can maintaining a list of possible 'leads' so far.
Of course, this won't be as efficient as pre-compute the
state table for the given regex, but if you want a simple one:
#define MAX_STARS 256
int match(const char *input, const char *regex) {
int p[2][MAX_STARS] = {0};
int c[2] = {1};
int w = 0, nw = 1, i, j;
char ch, nch;
for (; *input; input++) {
c[nw] = 0;
for (i = 0; i < c[w]; i++) {
j = p[w][... 阅读全帖
c********t
发帖数: 4527
7
【 以下文字转载自 DotNet 讨论区 】
发信人: choosewhat (bet on any), 信区: DotNet
标 题: baozi for help a simple way C# program
发信站: BBS 未名空间站 (Mon May 30 23:13:39 2011, 美东)
It is a simple C# program using a libray to do a message conversion (object
serializaiton), how to do performance analysis as it take a long time given
some test data.
Visual studio 2010 any built in tool/profile to analyse which part of the
code takes the long time. If not any free tools very easy to setup?
A java guy's new problem in C#
l**********n
发帖数: 8443
8
try to dump out your classpath, if you use simple logger, then you have to
make sure slf4j-simple-1.7.12.jar is in your classpath.
DO NOT place more than one binding in your classpath
b***i
发帖数: 3043
9
looks like a java vulnerability attack. someone to confirm?
Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
at sun.font.FontDesignMetrics.stringWidth(Unknown Source)
at Time.paint(Time.java:207)
at sun.awt.RepaintArea.paintComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.aw... 阅读全帖
e****r
发帖数: 581
10
You could either install a pirated version, which is illegal, or ask your
friends in China to purchase a SIMPLIFIED CHINESE version for you.
NOTE it's SIMPLIFIED CHINESE, not simple Chinese. Chinese is not simple,
neither are Chinese.
w*****s
发帖数: 122
11
[May 08, 2000] Simple Object Access Protocol (SOAP) 1.1 Submitted to W3C. The W3C has
acknowledged receipt of a submission request including the Simple Object Access Protocol (SOAP) 1.1.
The submission includes the text of the SOAP 1.1 specification along with a SOAP Envelope schema and
a SOAP Encoding schema. Reference: W3C Note 08-May-2000. By: Don Box (DevelopMentor), David
Ehnebuske (IBM), Gopal Kakivaya (Microsoft), Andrew Layman (Microsoft), Noah Mendelsohn (Lotus
Devel
q******g
发帖数: 23
12
1) The reason why it is a simple question (after studying the
bascis of MBA Finance courses):
According to the mainstream financial books, the risks can be
divided into "undiversified" risks (market risks) and "diversified"
risks (idiosynchratic risks or company-specific risks).
The market does NOT pay for "diversified risks". In other words,
you have nothing in return by bearing "diversified risks".
Actually you can diversify away the risks.
You can not diversify away "market risks" and you are
D********g
发帖数: 533
13
来自主题: Macromolecules版 - Ten Simple Rules 系列[zz]
http://gezhi.org/node/789
(注:具体链接请访问此站点)
Ten Simple Rules 系列
周二, 2007-11-06 07:08 — Yan
PLoS Computational Biology 从 2005 年开始做了个 Ten Simple Rules for ... 系
列文章,作者主要是主编 Philip E. Bourne,有时候是和人合作。
* 如何做出最好的研究工作
* 如何让你的成果发表
* 如何拿经费
* 如何做审稿人
* 如何选择博士后位置
* 如何成功和他人合作
* 如何做一个好的口头演讲
* 如何做一个好的挂图演讲
PLoS的期刊都是全文免费开放的,你可以阅读下载,你也可以自由把它们翻译成中文发
布,只要表明作者和出处。
这些文章很值得一读,即使看完了做不到,但心里有个印象也是有用的。很少有导师能
教学生这些。
via:马跃
另外,德国之声的中文网志:芒人摸象,报导了格致。和很多人一样,想当然地认为格
致是科普网站。
格致不是科普网站,可能偶尔有些科普文章,但科普不
G******i
发帖数: 163
14
来自主题: Mathematics版 - how to prove a group of order 30 is not simple
If it's simple, I should be able to get it instantly.
Now I don't get it.
Therefore, it's not simple. -QED-
W**********d
发帖数: 15
15
来自主题: Mathematics版 - another simple group problem:
Well, I guess Z_2 is a simple group. Suppose your group has a subgroup with
order m, it is not simple.
a*******o
发帖数: 2
16
来自主题: Mathematics版 - another simple group problem:
Let G be your group with order 2m, where m is odd.
It is well known that any even-ordered finite group contains
an element of order 2. Let H be the set of elements x in G
satisfying x^2 = e (the identity element). Then the order of
H is an even number and a divisor of 2m. Thus, |H| = 2 or |H| = 2m.
If |H| = 2m, then H = G. One can then show that G is abelian
and, with order =2m, not simple.
If |H| = 2, then one can show that H is a nontrivial
normal subgroup of G. Thus G is not simple.
Some deta
a*******o
发帖数: 2
17
来自主题: Mathematics版 - another simple group problem:
It is well known that S_3 is not a simple group.
As a matter of fact, the smallest nonabelian simple group is the alternating
group A_5 of order 60.
i******r
发帖数: 323
18
Hi I have about 15 tabs in the same excel file, I need to read them in one
by one. I can write a simple macro that read them in one at a time, but I
need to call it for 15 times and type in the tab name. Is there any simple
way?
Also i the excel spreadsheet, if the first row is not the column name, but
second or third row is the column names, so I used getnames=No, then how can
I retain the column names?
I used transpose twice to get the variable names, I think there should be
some easier way.
T
A*******s
发帖数: 9638
19
来自主题: Medicalpractice版 - 问个简单问题:关于simple partial seizure
Simple-awake; Complex-confused.
Partial-focal; Generized- all over.
Simple partial seizure usually has no postictal confusion.
g*****d
发帖数: 991
20
来自主题: Medicalpractice版 - 心血管疾病的预防— 介绍Life’s Simple 7
众所周知,心血管疾病是目前人类健康和生命的头号杀手。全球每年有超过一千五百万
人死于心血管疾病,而且这个数字在逐年增加。“心肌梗塞”,“脑中风”等等字眼越
来越为我们熟悉和讨论。身边的亲戚朋友时常会被心血管疾病所困扰。我们知道疾病治
疗的根本是预防。作为一个心脏科医生,经常有朋友询问我们应该如果正确预防这个“
头号杀手”的发生。如果我告诉大家,我们确实有一个指南,可以预防心血管疾病的发
生,可以让我们更健康,延长生命,大家会怎么做?
2010年美国心脏协会(American Heart Association AHA)首次颁布了理想心血管健康
指南,就是“Life’s Simple 7”。通过7项指标改善饮食和生活习惯从而达到理想心
血管健康。这一措施的目标是在10年间即2020年,提高美国人的心血管健康20%和降低
美国人的心血管疾病死亡率20%。
一个全国性的研究表明,如果我们能够达到7项中的至少5项指标,在5年中与一项都没
有达标者比,我们可以降低55%的死亡率。
那么,让我们大家都来熟悉这个健康指南吧。
1. 戒烟。目标:从不吸烟或者戒烟超过1年。AHA指出,吸烟是美国早... 阅读全帖
w*******y
发帖数: 60932
21
Dell Business
Samsung 2494LW 23.6-inch LCD Monitor w/ Simple Stand
$230 - $65 code NF$4?C5DG1MZF0
= $165 with free shipping
Get a definite viewing experience and true to life images with the 2494LW 23
.6-inch LCD Monitor from Samsung. This monitor combines enhanced performance
and stunning picture clarity in simple commercialized design. With a
striking resolution of 1920 x 1080 pixels, this monitor is designed to
exhibit a rich multimedia experience. With a dynamic contrast ratio of up to
50,00
w*******y
发帖数: 60932
22
Dell Home
Samsung 2494LW 23.6-inch LCD Monitor w/ Simple Stand
$230 - $67 Instant Savings
= $163 ($158 w/ DPA) + Free Shipping
Get a definite viewing experience and true to life images with the 2494LW 24
-inch LCD Monitor from Samsung. This monitor combines enhanced performance
and stunning picture clarity in simple commercialized design. With a
striking resolution of 1920 x 1080 pixels, this monitor is designed to
exhibit a rich multimedia experience. With a dynamic contrast ratio of up to
50,
w*******y
发帖数: 60932
23
Staples has Quickbooks Online Simple Start 2011 - either shipped free or
download for $105.99 with a $105.99 Easy Rebate: Link:
http://www.staples.com/QuickBooks-Online-Simple-Start-2011-for-
I was able to apply the coupon for $20 Off (22401) which was applied at
checkout.
I went through checkout and was charged 92.01 (sales tax) and submitted the
rebate for $105.99.
w*******y
发帖数: 60932
24
REI outlet has Simple Shoes Carnival leather shoes on sale for $24.93:
Link:
http://www.rei.com/outlet/deal-of-the-day
Go for a ride in the Simple Carnival shoes and enjoy your urban outings.
Suede leather uppers stand up to changing weather conditions; organic cotton
laces secure the fit
Soft organic cotton linings are highly breathable
Footbeds are made from EVA foam and provide cushioning underfoot
Durable rubber outsoles are made from recycled car tires and thus grip the
road as they should!... 阅读全帖
G*******s
发帖数: 10605
25
来自主题: _DealGroup版 - Simple Men's Loaf Slip-On $17.22 (转载)
【 以下文字转载自 SmartShopper 俱乐部 】
发信人: GoRockets (火箭加油), 信区: SmartShopper
标 题: Simple Men's Loaf Slip-On $17.22
发信站: BBS 未名空间站 (Tue Nov 8 20:56:31 2011, 美东)
Amazon has Simple Men's Loaf Slip-on for $17.22. Free shipping with Prime or
$25+ Order. This is the best price for this item since Nov last year.
Normally the price is around $30-$40.
http://userquote.com/forum/index.php?topic=872.msg1120#msg1120
w*******y
发帖数: 60932
26
Simple Clean Simply Ivory Scent Body Wash, 24-Ounce Bottles (Pack of 6) for
$3.85+4.99 s/h at amazon.com. shipped by soap.com
bought 3 myself. hope it ships.
Link:
http://www.amazon.com/Simple-Simply-Ivory-24-Ounce-Bottles/dp/B
w*******y
发帖数: 60932
27
Target is selling the Nook Simple Touch for $99 and offering a $30 GC with
the purchase. Offer expires 11/23/2011 at 11:59pm ET.
Link:
http://www.target.com/p/Barnes-and-Noble-NOOK-The-Simple-Touch-
w*******y
发帖数: 60932
28
quote
Originally Posted by Killerz
Target is selling the Nook Simple Touch for $99 and offering a $30 GC with
the purchase. Offer expires 11/23/2011 at 11:59pm ET.
Link:
http://www.target.com/p/Barnes-and-Noble-NOOK-The-Simple-Touch-
You can have the $7 discount coupon applied to your cart by clicking the
first link at this page: Link:
http://www.dealcatcher.com/target-coupons
After you add the $7 coupon, click this link to add the $5 coupon: Link:
http://www.a2zdeals.com/frame/23030
After you... 阅读全帖
w*******y
发帖数: 60932
29
Link:
http://www.6pm.com/search/null/filter/pricingTag/"6pm" OR Keds OR Keds Kids"/sort/recentSalesStyle/desc?utm_source=et&utm_medium=email&utm_term=6pm_120205_massmail_row3_2col2images_image1&utm_campaign=6pm_120205_massmail#!/search/null/filter/pricingTag/"6pm"/brandNameFacet/"Simple OR Keds OR Keds Kids"/zc1/"Shoes"/txAttrFacet_Gender/"Men"/sort/price/asc
#!/search/null/filter/pricingTag/%226pm%22/brandNameFacet/%22Simple+OR+Keds+
OR+Keds+Kids%22/zc1/%22Shoes%22/txAttrFacet_Gender/%22Men... 阅读全帖
w*******y
发帖数: 60932
30
I was looking for somewhere to get a Nook today. I saw Staples is offering a
$15 Gift card on the simple Touch or a $20 gift card on the Nook Color or
the Nook Tablet through February 11th. I came here looking for ways to
improve on this deal or for a better deal, but I am surprised that I don't
seem to see it posted. I suppose I missed it and this is probably a repost
and if so, sorry about that. I am sure you will let me know.
I searched the forums for a better deal and the only thing I could ... 阅读全帖
w*******y
发帖数: 60932
31
Office Depot FAR software for the week of 02/19/2012 including Quickbooks
Simple Start
Three titles advertised as free after rebate and three titles advertised as
$1, $4.99 and $9.99 after rebate. I will update to my usual standards no
later than Saturday.

AVG Internet Security 2012, For 3 Users, Traditional Disc $69.99 LINK:
http://www.officedepot.com/a/products/708817/AVG-Internet-Secur
$40 CONTINUING standard rebate #11-74849 LINK:
http://forms.young-america.com/125730_NV71-794-2012-... 阅读全帖
w*******y
发帖数: 60932
32
来自主题: _DealGroup版 - 【$】6pm.com: women's Simple shoes $9.99 FS
6pm.com has the women's Simple Take On Elastic HM shoe for $9.99 (82% off).
They are available in black, charcoal, and peaoat (blue). Shipping is free.
Link: 6pm.com:
http://www.6pm.com/simple-take-on-elastic-lace-hm-black
G*******s
发帖数: 10605
33
【 以下文字转载自 SmartShopper 俱乐部 】
发信人: GoRockets (火箭加油), 信区: SmartShopper
标 题: NOOK Simple Touch $49.99 Free Shipping
发信站: BBS 未名空间站 (Sat Aug 24 09:30:52 2013, 美东)
Best Buy Deal of the Day has Barnes & Noble - NOOK Simple Touch On Sale for
$49.99 with Free Shipping.
http://userquote.com/forum/index.php?topic=1984.msg2310#msg2310
y***o
发帖数: 503
34
By MARI YAMAGUCHI, Associated Press Writer Mari Yamaguchi, Associated Press
Writer – Wed Aug 25, 11:41 am ET
TOKYO – A key figure in Japan's ruling party dubbed Americans "simple-
minded" in a speech to fellow lawmakers Wednesday.
It was not clear what prompted the remarks by Democratic Party heavyweight
Ichiro Ozawa at a political seminar, in which he otherwise paid tribute to
Americans' commitment to democracy, saying it was something Japan should
learn from.
"I like Americans, but they are so
m**y
发帖数: 5225
35
刘源这样的人,对于高层来讲那就是“不可不用,不可重用”。你们啊,too simple。
按照这个“不可不用,不可重用”的方针去理解吧。
c******2
发帖数: 4019
36
来自主题: Military版 - 给姜瑜的建议:TOO SIMPLE TOO NAIVE
要想你江伯伯学习,不要引经据典,急了就直接一点:YOU ARE TOO SIMPLE, TOO
NAIVE
s**********d
发帖数: 36899
37
来自主题: Military版 - 给姜瑜的建议:TOO SIMPLE TOO NAIVE
too simple, sometimes naive.
w**********k
发帖数: 758
38
来自主题: Military版 - 某些ID too simple, sometimes native
版上不少关于薄,王的讨论, 还执着在他们是好人还是坏人上.
This is too simple, sometimes native...
做过好事的就是好人?
坏人就是只做坏事?
都什么时代了?!
法制社会里, 好人坏人这样模糊的概念应该没有必要存在了,
只需要依法判断有没有违法犯罪就可以了.
所以, 一个人以前没有犯罪纪录, 不表示以后不会犯罪;
一个有犯罪纪录的人, 也不表示以前一直在犯罪, 不表示没有做过一件有益的事.
王力军立过功, 王力军书法好, 王力军上过教科书, 王力军一堆专利, 王力军亲自解剖
草民...这些都不是坏事, 但是都不是王力军过去没有犯罪证据, 也不是将来不犯罪的
保证. 也许在法庭上可以作为性格证据, 但是都不是直接证据, 多说又何益?
同样适用于薄, 适用于其他政治局成员, 适用于任何人.
F****n
发帖数: 3271
39
来自主题: Military版 - 某些ID too simple, sometimes native
"法制社会里..." LZ这已经不是 too simple native 的病了吧
l*******t
发帖数: 343
40
江责民的英语口音还是比李科强的口音纯正的多。江的才能确实值得称赞,尤其是那
段too simple, sometimes naive!
m******n
发帖数: 15691
41
语言,你得承认天份,老江会5种外语,不是一般wsn能比的

尤其是那 段too simple, sometimes naive!
w*********g
发帖数: 30882
42
too simple, sometimes naive。
我说过很多次了,对于美日而言,钓鱼岛本身并不重要,借助钓鱼岛挑起对华战争才是
最重要的。
所谓“过上20年,等中国强大了就能如何如何”的想法是非常危险的。
因为敌人不是傻瓜,绝对不会等到他们打不过你了,才来找你打仗。他们的选择当然是
赶在你真正强大之前,提前发动战争,好打掉你发展的势头。
钓鱼岛让步的结果,就是敌人会策动台湾独立,挑起台海战争。
台湾再让步的结果,就是敌人会策动新疆和西藏独立,挑起西北战争。
如此循环反复,没完没了,直到中国解体,彻底无法完成复兴的大业为止。这才是西方
真正想要达到的目的。
所以,要想继续和平发展,就必须本着“打得一拳开,免得百拳来”的态度,做好早打
,大打,打核战争的充足
战争准备,争取一开战就把日本打残废,不光让美国无法再利用日本来拖住中国发展
的脚步,也给周边其他国家一个严厉的警告,告诉他们不要螳臂当车,阻挡中国崛起的
大势。
c*********3
发帖数: 6862
43

真的发生战争,美日可以三日亡华?可以全身而退?除了中美日,欧盟巴西印度俄罗斯
没有霸权野心?美日和中国玉石俱焚然后让俄罗斯欧盟上位取代美国霸主地位,这就是
美国要达成的目的是吧?你能不能不要这么simple, sometimes naive
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)