由买买提看人间百态

topics

全部话题 - 话题: error
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l****u
发帖数: 3449
1
【 以下文字转载自 shopping 讨论区 】
发信人: whataxman (whataman), 信区: shopping
标 题: 帮国内朋友问:在amazon,趁pricing error买的东西被seller取消了,怎么解决?
发信站: BBS 未名空间站 (Thu Dec 29 00:05:23 2011, 美东)
如题
下午给amazon打了电话,他们那边强调是error,没提怎么补偿。我没说死一定要按
error价买,但是要求给个说法,或者compensation。刚接到seller邮件,也是说error
,没说怎么办。
这种情况怎么要求给个说法
BTW: 这哥们花5$买了5,000$的东西
q**1
发帖数: 193
2
httpd.conf 里面:
ErrorDocument 404 /error.html
我现在希望在 error.html 里面动态加上request URL地址,
例如我 Server 是:
http://example.com
我访问任意一个不存在的网页,例如:
http://example.com/dir/non_exist.html
我需要在 error.html 里面显示该 request 的 URI
/dir/non_exist.html
而不是 /error.html,该如何动态实现?? //bow
O***T
发帖数: 124
3
来自主题: Database版 - DB2 Stored Procedure Error Handler
我现在有一个很简单的stored procedure in db2
create or replace procedure P_1()
begin
insert into table_A ( column1,column2)
select a,b
from table_b;
end;
为了防止这个procedure fail(比如table_b不存在之类的情况...),我想放一个error
handler在这个statement里面,我不在乎到底是什么error,只要上面那个Insert
statement fail了(或者说这个sp fail了?),就往另外一个table添加一条类似Log
的记录Insert into table_c (column1,column2) values (P_1,current date)
想请教各位大牛这个code我该怎么写,从来没写过error handler的东西,网上查了很
久,仍旧是一片雾水,连应该放在这个insert statement前面还是后面还是专门写一个
error handler的sp都没想明白。
另外,因为工作关系,现在开始接触... 阅读全帖
b*g
发帖数: 644
4
2. Capitalization errors
This is one of the most frequent errors that we all make. It's so simple
to do, and sometimes one can look at an uncapitalized variable or
method and still not spot the problem. I myself have often been
puzzled by these errors, because I recognize that the method or variable
does exist, but don't spot the lack of capitalization.
While there's no silver bullet for detecting this error, you can
easily train yourself to make less of them. There's a very simple
trick you can
c*****t
发帖数: 1879
5
I have a question regarding Jelly and other XUL or XAML tools on
error handling. Basically, how they do it.
1. how they handle parse errors. The errors are not syntactic ones
that XML parsers SAX/JDOM detect, but semantic ones like unknown
tags, invalid variables, invalid values, wrong attributes etc.
2. logging.
3. warning/debugging.
I am currently trying to come up a solution to improve CookXml
( cookxml.sourceforge.net )'s error handling, but it would be nice
to know how others doing
b****l
发帖数: 132
6
来自主题: Java版 - 怎么回事Struts的不work
Struts (1.1/1.2) project, 用生成error message in JSP page. In
formbean validate()查fields, 生成actionErrors.
但结果是jsp里不work。不能生成error message。哪位高人指点一下
j****c
发帖数: 19908
7
这两天两次遇到这个问题。
昨天我用rsync向移动硬盘备份数据,数据量比较大,100G左右,terminal里面出现一
行信息说 I/O error 然后就死机了,我重启后显示硬盘有error, force check硬盘后
找不到/proc 等文件夹,无法开机。用安装光盘启动也无法进入rescue mode。
今天把系统重装了之后,继续备份数据,开了两个terminal进行 cp 操作,之后又是同
样的问题 IO error,跟昨天一样开不了机。
现在回想起来,我在cp操作进行当中,又另外开了一个termail,进入正在进行cp 操作
的那个目录下用 ls -l 查看文件复制的情况,好像就是在执行 ls -l 的时候出现这个
IO error的。是不是因为cp 的数据量很大,两三百G的样子,导致在执行 ls -l 的时
候损害了磁盘的信息?
还有,这时候有什么办法能让我不用重装系统也能开机吗?
g****g
发帖数: 1828
8
来自主题: Linux版 - rsync error
从远程机器往自己笔记本拷东西。最后有个小error。但我查看了一下,貌似大多数文
件都考成功了。error是因为什么呢。
sent 28356 bytes received 10150005 bytes 452371.60 bytes/sec
total size is 36899505 speedup is 3.63
rsync error: some files/attrs were not transferred (see previous errors) (
code 23) at main.c(1526) [generator=3.0.
h******n
发帖数: 4
9
I got a weird error message when the following line of javascript code was
encountered:
parent.lising.location.hash = "example" + currOffset
The message says
An error has occured in this dialog
error 84
unspecified error
I searched google and couldn't get the answer. Can anybody help me?
l******9
发帖数: 579
10
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: Truncation error import csv file to SQL table
发信站: BBS 未名空间站 (Wed Apr 29 15:28:46 2015, 美东)
I would like to import a .csv file into a SQL Server 2008R2 database table
on Win 7.
It has one column and one row.
File1:
name
runeocnu 430274 sjunosnv djduenvop 934m ljfonm3
I got error:
Error 0xc02020a1: Data Flow Task 1: Data conversion failed. The data
conversion for column "NAME" returned status value 4 and status text "Text
w... 阅读全帖
l******9
发帖数: 579
11
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of saving pdf file w/o read-only on win 7
发信站: BBS 未名空间站 (Sun Mar 30 12:06:06 2014, 美东)
I am trying to add some comments to a pdf file that is opened by Adobe
Reader XI on win 7.
But, when I saved the pdf file, I got error:
The file may be read-only, or another user may have it open. Please save the
document with a different name or in a different folder
After searching and doing many research, I thought that this ca... 阅读全帖
l******9
发帖数: 579
12
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of saving pdf file w/o read-only on win 7
发信站: BBS 未名空间站 (Sun Mar 30 12:06:06 2014, 美东)
I am trying to add some comments to a pdf file that is opened by Adobe
Reader XI on win 7.
But, when I saved the pdf file, I got error:
The file may be read-only, or another user may have it open. Please save the
document with a different name or in a different folder
After searching and doing many research, I thought that this ca... 阅读全帖
b******n
发帖数: 147
13
来自主题: Mathematics版 - Help, please...DCT error analysis
I meet a big problem about the DCT error analysis in my research.
For a discrete funtion f(i), i=0,1,...,n-1, I use the discrete cosine
transform to approximate it, which means calculate m coefficients and
approximate f(i) as f_m(x) where x=0,1,...,n-1. We know that only infinite
coefficients can approximate the original discrete function f(i) without any
error.But now since we only used m coefficients, some errors are introduced.
My problem is, how to calculate such error without any priori kno
l******9
发帖数: 579
14
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of saving pdf file w/o read-only on win 7
发信站: BBS 未名空间站 (Sun Mar 30 12:06:06 2014, 美东)
I am trying to add some comments to a pdf file that is opened by Adobe
Reader XI on win 7.
But, when I saved the pdf file, I got error:
The file may be read-only, or another user may have it open. Please save the
document with a different name or in a different folder
After searching and doing many research, I thought that this ca... 阅读全帖
f*******r
发帖数: 257
15
OLS estimator is consistent given E(Xe)=0. There is nothing about the
distribution of the error term. It is true that MLE estimator with normal
error term turns out to be the same as the OLS estimator, but that does not
mean the OLS estimator relies on normal error term. If you have normal
error term, that's better: small sample inference is valid. If not, and you
have a relatively large sample, then you are still fine: asymptotic
inference is still valid. The key assumption is E(Xe)=0; bas
S******y
发帖数: 1123
16
来自主题: Statistics版 - R: rulefit error on Linux
My platform is - R version 2.8.1 on Linux 64-bit
I am trying to run 'rulefit' function (Rule based Learning Ensembles). but I
got the following error -
> rulefit(x,y)
Warning: This program is an suid-root program or is being run by the root
user.
The full text of the error or warning message cannot be safely formatted
in this environment. You may get a more descriptive message by running the
program as a non-root user or by removing the suid bit on the executable.
xterm Xt error: Can't open dis... 阅读全帖
s*r
发帖数: 2757
17
http://en.wikipedia.org/wiki/Familywise_error_rate
Tukey first coined the term experimentwise error rate and "per-experiment"
error rate for the error rate that the researcher should use as a control
level in a multiple hypothesis experiment.
Since not all tests done in an experiment should constitute a single family
(for example: in a multiple-stage experiment, a separate family might be
used for each stage), the terminology was changed (by Miller) to "family-
wise error-rate"
l****4
发帖数: 486
18
想通过RSS订本站一些版面,发现有的版面可以订有的不行
不可以的:
http://www.mitbbs.com/board_rss/DataSciences.xml
http://www.mitbbs.com/board_rss/Hardware.xml
可以的:
http://www.mitbbs.com/board_rss/Programming.xml
http://www.mitbbs.com/board_rss/Apple.xml
所有不可以的在chrome打开都看到warning:
----
This page contains the following errors:
error on line 115 at column 10: Encoding error
Below is a rendering of the page up to the first error.
----
如果试图导入reeder的话就会说源找不到的错误。
g**1
发帖数: 10330
19
One in four Americans who signed up for Obamacare in first two months may
not get insurance due to errors
Obama administration said 25 per cent of applications submitted through
HealthCare.gov in October and November had errors
In December, error rate went down to 10 per cent
Technical glitches occurred when applicants submitted 834 form containing
names, addresses, contact information and Social Security numbers
http://www.dailymail.co.uk/news/article-2520171/One-Americans-s
c**u
发帖数: 14
20
https://www.cnbc.com/2018/02/22/medical-errors-third-leading-cause-of-death-
in-america.html
- A recent Johns Hopkins study claims more than 250,000 people in the U.S.
die every year from medical errors. Other reports claim the numbers to be as
high as 440,000.
- Medical errors are the third-leading cause of death after heart disease
and cancer.
e****a
发帖数: 4783
21
眼看着大家买的车越来越新,符合SAE OBD II的engine有上百个sensor,error code更是有
4位,可以达到一万个.SAE的标准为各厂商留出了自己的扩展部分,这样就有很多和牌子/mo
del有关的error code.除了error code以外engine出错时的frame data也很有用.
另外sensor的数值,在车里的位置等也是很重要的,sensor的DIY相对容易,如果能收集一下
有关的贴,可以帮大家省不少钱. :)
e**y
发帖数: 51
22
来自主题: Faculty版 - 如影随形的Grammar errors
一直都知道这个grammar errors会很annoying people, 努力改进也始终无法避免出现
这些个grammar errors,直到最近onsite回来,本来一切都好,发thank you letter的
时候仔细反复看来看去,都没看出哪有error,结果晚上再看的时候发现有好几个明显
的单复数和动名词的错误,好不懊悔,如果因为这个把offer搞没了,这就简直是一个
不可原谅的失误。。。
板上各位前辈,朋友,不知你们是否愿意分享分享你们是如何克服这些语言上的问题的
?多谢!
k*****i
发帖数: 2373
23
来自主题: FleaMarket版 - error message for amazon promotion code
【 以下文字转载自 ebiz 讨论区 】
发信人: kanlezi (hehe), 信区: ebiz
标 题: error message for amazon promotion code
发信站: BBS 未名空间站 (Wed Nov 25 14:18:57 2009, 美东)
got this error message when I applied amazon promotion code
Erro Message:
Important Message
There's something wrong with the gift certificate/card claim code you
entered. Please check for transposed digits, omitted digits, and similar
errors.
any one knows why?
thanks
l******9
发帖数: 579
24
I am trying to add some comments to a pdf file that is opened by Adobe
Reader XI on win 7.
But, when I saved the pdf file, I got error:
The file may be read-only, or another user may have it open. Please save the
document with a different name or in a different folder
After searching and doing many research, I thought that this can be fixed by
closing preview-pane in the windows explorer.
But, I got the same error.
I also tried to save it to a different folder with a different name. I got
the sa... 阅读全帖
l******9
发帖数: 579
25
【 以下文字转载自 Quant 讨论区 】
发信人: light009 (light009), 信区: Quant
标 题: error run SQL query from pyodbc python 3.2.5
发信站: BBS 未名空间站 (Thu Jun 19 12:04:26 2014, 美东)
I am working on pyodbc in Eclipse (4.3.2v20140221-1852) with PyDev on Win 7.
My python is 3.2.5.
At my code:
cursor.execute("select top " + str(1) + " a.my_id, a.mycode" +
"from my_table as a where a.mycode = ?", aGivenCode)
I got an error :
pyodbc.ProgrammingError: ('42000', "[42000] [Microsoft][ODBC SQL Server
Driver]
[SQL Ser... 阅读全帖
t***u
发帖数: 3711
26
来自主题: Money版 - vanilla reload error message
WE APOLOGIZE FOR THE INCONVENIENCE
ERROR PROCESSING TRANSACTION
We have NOT reloaded your card. The description of the error can be found
below. Please print this screen for your records and contact Customer
Service at: 1-877-429-8141
An error has occurred during this transaction. Please verify all the
information is correct and try again. If you continue to receive this
message contact a service representative for assistance. (180)
l*******r
发帖数: 33
27
在宝宝1,2个月的时候,闻到宝宝小手和耳后有汗脚的味道,当时没有太在意。怕宝宝
挠自己的脸,mist总会掉,所以手上带的是小袜子;耳朵后面以为吐奶没擦干净造成的
。因此发现味道后,就勤给宝宝洗手洗脸,之后味道也越来越淡。小手几乎闻不到,耳
朵后偶尔还有些淡淡的
一个月前,在宝宝4个半月的时候,偶尔看到一篇文章说,宝宝身上的异味不容忽视,
其中包括汗脚味,说有可能影响宝宝的智力发育。于是立刻带宝宝去检查,医生当时也
说没有闻到什么abnormal odor, 但还是做了尿样检查。
今天初步结果出来(没有见到医生,护士给的诊断书,说还要等metabolism anaylists
interprete),但在Associated Diagnoses 上写:screen metaolism, inborn errors
[v77.7].
有姐妹知道这是最后诊断吗?
还有,如果有这种inborn error,宝宝有自我修复功能吗?因为从3个月以后味道越来越
淡,现在都不太闻得到;
这种病难治吗?会多宝宝的智力发育有怎样严重的影响?
如果真有inborn error, 是否已经对宝宝造成损伤了?
e********e
发帖数: 435
28
inborn errors of metabolism只是笼统的term,包括的病很广,有些很非常严重,有
些相对轻很多。Associated Diagnoses 上写:screen metaolism, inborn errors的意
思是说医生order了screening tests for inborn errors of metabolism, 并不代表你
的孩子有这问题。再举个例子,有时候associated diagnosis会写r/o PKU (意思是医
生要排除PKU,并不代表有PKU).
b**j
发帖数: 20742
29
来自主题: Reunion版 - DS-160 photo error
ComputeOverall failed with error code: License Error, license eithe incorrec
t or expired
what's this error?
w*******n
发帖数: 119
30
如题
下午给amazon打了电话,他们那边强调是error,没提怎么补偿。我没说死一定要按
error价买,但是要求给个说法,或者compensation。刚接到seller邮件,也是说error
,没说怎么办。
这种情况怎么要求给个说法
BTW: 这哥们花5$买了5,000$的东西
i*****u
发帖数: 776
31
This is regarding my wife's H-1B extension.
Her current H-1B expires on 06/10/2011, and her H-1B extension has been filed recently and we already have the paper receipt notice. However, in the copy of H-1B extension petition package we received from our university's international office, we found an error on the I-129 form.
In I-129, Part 2, 3: the most recent H-1B petition receipt was filled wrong. She has 2 H-1B cases 3 years ago because the lady who filed her petition 3 years ago made a typo ... 阅读全帖
f**********n
发帖数: 873
32
来自主题: Visa版 - DS160 照片上传error
现在照片能上传了,但卡在最后一步
Application Error
An unexpected error has occurred while processing your previous request. The
error has been reported to the site administrator; no further action is
required. To retrieve your DS-160 application, please enter your Application
ID.
h******e
发帖数: 305
33
来自主题: Visa版 - DS160 照片上传error
发现照片可以上传,但是传完点击下一步之后,又报错
Application Error
An unexpected error has occurred while processing your previous request. The
error has been reported to the site administrator; no further action is
required. To retrieve your DS-160 application, please enter your Application
ID.
d*********l
发帖数: 34
34
来自主题: Visa版 - DS160 照片上传error
Application Error
An unexpected error has occurred while processing your previous request. The
error has been reported to the site administrator; no further action is
required. To retrieve your DS-160 application, please enter your Application
ID.
P*****D
发帖数: 141
35
【 以下文字转载自 I485 讨论区 】
发信人: ProbeID (ProbeID), 信区: I485
标 题: I485 case 在状态显示 user defined error??什么意思
发信站: BBS 未名空间站 (Mon Apr 20 23:33:41 2015, 美东)
USCIS case status 我的I485 case 查不到,显示 user defined error,其他I140,
AP,EDA 的case都可以查到 状态是case has been received,律师说的USCIS的网站有
时有问题,可是好几天了,我I485的case 一直是显示user defined error,有谁知道
怎么回事吗?
我EB1B,I140交了3个多月,I485交了2个多月,都在等消息。
i*****u
发帖数: 776
36
Sorry I cannot type Chinese here.
I just did Eb1a 140 e-filing to TSC (I belong to NSC territory). After
checking the generated pdf after aubmission, I noticed an error: in Part 6.
4. "Has any immigrant visa petition ever been filed by or on behalf of this
person?", BOTH No and Yes are checked. During e-filing, I did have some
trouble when providing the info of my previous NIW 140 (the e-file system
won't let me go though to the next step). I think I clicked No at some point
, but I am pretty su... 阅读全帖
P*****D
发帖数: 141
37
【 以下文字转载自 I485 讨论区 】
发信人: ProbeID (ProbeID), 信区: I485
标 题: I485 case 在状态显示 user defined error??什么意思
发信站: BBS 未名空间站 (Mon Apr 20 23:33:41 2015, 美东)
USCIS case status 我的I485 case 查不到,显示 user defined error,其他I140,
AP,EDA 的case都可以查到 状态是case has been received,律师说的USCIS的网站有
时有问题,可是好几天了,我I485的case 一直是显示user defined error,有谁知道
怎么回事吗?
我EB1B,I140交了3个多月,I485交了2个多月,都在等消息。
O*****s
发帖数: 990
38
来自主题: EB23版 - Validation Error
请教一下网站上查case status收到这样的error message。这是什么情况?
Validation Error(s)
You must correct the following error(s) before proceeding:
At this time USCIS cannot provide you with information for your case. Please
contact the NCSC 1 (800) 375-5283 for additional information.
P*****D
发帖数: 141
39
【 以下文字转载自 I485 讨论区 】
发信人: ProbeID (ProbeID), 信区: I485
标 题: I485 case 在状态显示 user defined error??什么意思
发信站: BBS 未名空间站 (Mon Apr 20 23:33:41 2015, 美东)
USCIS case status 我的I485 case 查不到,显示 user defined error,其他I140,
AP,EDA 的case都可以查到 状态是case has been received,律师说的USCIS的网站有
时有问题,可是好几天了,我I485的case 一直是显示user defined error,有谁知道
怎么回事吗?
我EB1B,I140交了3个多月,I485交了2个多月,都在等消息。
j***a
发帖数: 98
40
短信说 我交的 485有更新,输入号码
结果网站说:
Validation Error(s)
You must correct the following error(s) before proceeding:
User-Defined Error
ead, ap的都有结果,但是就485的不行 之前已经转到 NBC了,
请问这个什么原因?
n*******e
发帖数: 2213
41
来自主题: Baseball版 - Earned Run和error
without error, this is the sequence

K
1 out
2 outs
second
2 outs, bases loaded (no er)
3 outs, inning over.
scored
the grandslam should not have happened without the error. without error, the
bases loaded walk would not happen either.
h*d
发帖数: 19309
42
PSN is down, some titles experiencing game-crashing errors
by Griffin McElroy { Feb 28th 2010 at 7:32PM } Breaking News
PlayStation
A wide rash of game-crashing errors is spreading among the PS3-owning
community at the moment, most of which can be chalked up to a 8001050F
error code. This has led to a variety of unfortunate side-effects for
those affected, including corrupted trophy information and an
inability to access the PSN. When combined, those two issues prevent
players from launching cer
s****h
发帖数: 921
43
D80显示error。
local sotre说shutter坏了。
打电话给一个维修点,说肯定是Aperture Control Unit error。
还有人说这2个问题都可能造成显示error。
如何区分啊?
Aperture Control Unit 现在没货,可是 shutter control unit 有货。
希望是shutter control unit 坏了,这样就可以修好。
h*******e
发帖数: 8370
44
来自主题: PhotoGear版 - Price error?
这么说吧。。。
我虽然买,也卖,但是一般不占奇怪的便宜。。。。
我觉得今天你占人的price error,明天人也占你的price error。
谁能保证自己哪天不昏头price error呢。。。
k*******9
发帖数: 87
45
来自主题: PhotoGear版 - Nikon D300 持续性出现FEE error
最近相机一直出现FEE error,查了以后说是老式镜头光圈接触不良引起的,清洁一下
触点就可以了
反复擦镜头光圈环和机身光圈触电,error提示还在
微微拧一下光圈环有时候会消失,但过一会儿动动镜头,error又出现了
在我的17-35和35 2两个af镜头上都有这个毛病
AF-S和老手动头装上就一切正常
求救啊求救啊
v******p
发帖数: 700
46
来自主题: Apple版 - [Error 28] iPhone 3G
What's the error message did you get from greenpoison? Very wired...
I never had error 28 before and all of them can initiate DFU mode w/o any
problem.
The error 28 in China won't be an expensive fix, usually re-soldering the
nand would make the problem go away.
If you can remove the logic board, most likely one (or more) of the pins on
one of the nands became loose, see if you can do the job yourself. Otherwise
move on. 3G is really very slow right now, especially with ios 4.
q**1
发帖数: 193
47
The problem is when accessing /error.html, the request object has been
passed to /error.html. this is finished in an earlier Apache server
phase. So in my HTML::Mason code, the Mason request object returned is
/error.html. to get the previous request handler, I have to use Apache
request object, mod_perl somehow fills that space by tracking the
whole Apache request sequence..:) I have not yet touch any seesion
related stuff, and will read and hope it can reach a better solution :-)..
Anyway, the
x****g
发帖数: 6597
48
来自主题: Database版 - ora-12560: TNS: Protocol adaptor error
My Oracle have a trouble in this week.
c:\svrmgrl
ora-12560:TNS: Protocol adaptor error
c:\sqlplus scott/t***[email protected]
no error
however
c:\sqlplus scott/tiger
ora-12560:TNS: Protocol adaptor error
I wonder why.
Thanks
m******y
发帖数: 588
49
When I'm running EXEC master..xp_cmdshell 'osql .. test.sql ..', I'm not
able to use @@ERROR to catch any error happening when executing test.sql
using osql utility. Is there anyway to error handling that? Thanks.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)