由买买提看人间百态

topics

全部话题 - 话题: error
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
x**i
发帖数: 403
1
我在使用window server + was6.0,通过JDBC Driver连接到ORACLE数据库。每天第一次
连接的时候都会出现以下错误,但是再次连接就可以了。
SQL Exception: SQL state = null; error code = 17002; error Message = Io
exception: Connection reset by peer: socket write error
请问那位高人之道是什么原因?谢谢。
w*m
发帖数: 1806
2
来自主题: Database版 - Oracle SYS.DBMS_IREFRESH error
got an error:
Creating snapshot ALL_LOGS and it indexes....
from field, hole, activity, service, sequence, tape, unique_logs t,
activity_parameter
*
ERROR at line 30:
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYS.DBMS_IREFRESH" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at "SYS.DBMS_REFRESH", line 83
ORA-06512: at "SYS.DBMS_REFRESH", line 62
ORA-06512: at "SYS.DBMS_ISNAPSHOT", line 76
ORA-01403: no data found
n********6
发帖数: 1511
3
来自主题: Database版 - 求助:SQL05 Backup Error
Thank you in advance.
Multiple DB under Server
DB1 full backup works well in the past a couple of months.
DB2 newly setup full backup does not work today.
No DB changes.
Error Message:
Microsoft(R) Server Maintenance Utility (Unicode) Version 9.0.1399
Report was generated on "MITBBSSERV1".
Maintenance Plan: FULLBak_db2
Duration: 00:00:00
Status: Warning: One or more tasks failed..
Details:
Back Up Database (Full) (MITBBSSERV1)
Backup Database on Target server connection
Databases: db2
Type: Full... 阅读全帖
O***T
发帖数: 124
4
来自主题: Database版 - DB2 Stored Procedure Error Handler
因为可能还有其他的error存在, 所以想用error handler来处理各种可能的sp
failures.
现在的构想是想用VBA call 这个sp,放在access里给其他人用,一旦sp fail了,
access可以跳出一个窗口,告诉他们程序没有运行成功,但是他们不用知道具体的
error是什么。
l******9
发帖数: 579
5
【 以下文字转载自 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... 阅读全帖
l******9
发帖数: 579
6
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of sql query in MS Access database
发信站: BBS 未名空间站 (Wed Oct 15 17:38:15 2014, 美东)
I need to do a sql query in MS Access 2012.
But I got error in MS Access:
SELECT *
FROM
(
SELECT *
FROM table1
where not exists
(
SELECT *
FROM table2
where table2.id = table1.id
) as t
) as t1, table3
where table3.id = t1.id
Syntax error: (missing operator) in query expression 'not exists ( ... ) as
t'
A... 阅读全帖
l******9
发帖数: 579
7
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of importing data from txt file to IBM netezza SQL database
发信站: BBS 未名空间站 (Fri Nov 21 14:55:51 2014, 美东)
I would like to load data from a txt file (9 KB) to SQL IBM netezza database
in Aginity workbench.
After creating the table:
I right-clicked the table and go to "import data" tab and chose "comma" as
field delimiter and skip the first row for the header in the file.
The SQL query is:
INSERT INTO username.my_table... 阅读全帖
l******9
发帖数: 579
8
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
was truncated or one or more characters had no match in the target code page
.".
(SQL Server Import and Export Wizard)
I have created the destination table
CRE... 阅读全帖
M*******r
发帖数: 522
9
最近正在把一个vb6 app转成vb.net。原vb6 app是用oo4o连接到oracle db。现在vb.net
里改用OleDb连接。原程序对DbException做如下处理:
Select Case oSession.LastServerErr
Case 1017
Msg = "Error trying to login into Oracle: Invalid User Id/Password."
Case Else
Msg = "Error trying to login into Oracle"
End Select
问题是,如何从OleDbException当中获取这个oracle error code 1017. 当然这个1017在
exception.message里,但问题是除了parse string之外是否有更好的办法?
多谢。
k******y
发帖数: 1407
10
实在有点搞不清头绪
机器是 ThinkPad T400
硬盘是 Kingston 64GB SSDNow V Series SATA II 2.5" Solid State Drive (SSD)
冷启动没有任何问题,但是一旦是“重启”,就会出现错误
Error 2100 - Hard drive initialization error
查了一下吓了一跳,说是硬盘要fail了
请问有没有知道解决方法的?
谢谢!
b*g
发帖数: 644
11
5. Writing blank exception handlers
I know it's very tempting to write blank exception handlers, and to just
ignore errors. But if you run into problems, and haven't written any
error messages, it becomes almost impossible to find out the cause of
the error. Even the simplest exception handler can be of benefit. For
example, put a try { .. } catch Exception around your code, to catch ANY
type of exception, and print out the message. You don't need to write a
custom handler for every exception (t
g*****g
发帖数: 34805
12
来自主题: Java版 - Spring custom validation errors.
Is it calling getErrorsForNewForm?
BindException errors = getErrorsForNewForm(request);
errors.reject(...);
return showForm(request, response, errors);
Had to dig into source code a bit and find out, :-)

is
g*****g
发帖数: 34805
13
来自主题: Java版 - Tomcat JSP syntax error
The error message is not html error, more like jsp or
servlet error which a developer should go in and fix.

clue
A**o
发帖数: 1550
14
来自主题: Java版 - Tomcat JSP syntax error
for some error, there is the error page you can resort.
for some other errors, you have to read the console。

clue
l****u
发帖数: 2166
15
来自主题: Java版 - Tomcat JSP syntax error
it is JSP error.
they are JSP developers, they know how to fix the error if they
can see the error messages...
s*********g
发帖数: 2350
16
The following is part of code:
/////////////////////////
public class MaxPQ1 {
private Key[] pq;
...
MaxPQ1(int capacity){
pq = (Key[]) new Object[capacity+1]; //runtime error
....
}
...
public static void main(String[] args){
MaxPQ1 maxPQ = new MaxPQ1(1); //runtime error
.....

}
///////////////////////
the compiler said it is cast error:
[Ljava.lang.Object; cannot be cast to [Ljava.lang.Comparabl
b***i
发帖数: 3043
17
来自主题: Java版 - Fatal Error怎么回事?
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007feff501773, pid=
23212, tid=23300
# JRE version: 6.0_37-b06
# JavaVM:JavaHotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode windows-
amd64
compressed oops)
# Problematic frame:
# C [ole32.dll+0x21773]
# An error report file with more information is saved as:
# ----------------------------hs_err_pid23212.log
# The crash happened outside the Java Virtual Machi... 阅读全帖
s******u
发帖数: 179
18
来自主题: Linux版 - Help! Bus error!
在cluster上运行一个比较大的程序,总是会出现bus error,而且每次是在程序的不同
位置出现,然后就退出,当然偶尔也会运行正常结束。这种问题貌似不是程序的bug,
是程序和系统的交互问题。程序在运行过程中会申请大量的内存。我看了下,有些bus
error是在程序申请内存时发生的,也有些是在别的地方发生。不知道bus error这种错
误是由哪些原因引起的,怎么调试,如何才能让程序更稳定...Please give me some clue! Thank you
very much!
a*******e
发帖数: 3021
19
来自主题: Linux版 - mplayer-gui vo error
自从换了新显卡,mplayer-gui就给我vo error 和ao error.
重新装了系统还是老样子,奶奶的。题外话新系统nautilus还有bug。。
anyway,发现了如何解决vo error,因为mplayer console播放没问题。
办法就是console, gmplayer -vo x11,能播放文件,然后他会自动
生成个~/.mplayer/gui.conf就可以了。手动改这个gui.conf成vo=x11还不行。。。
y******n
发帖数: 3
20
This might be a very simple question for most of the people here.I am using
Perl.I have to use system calls to run another fortran script. I am running
this fortran script on thousands of different input files. For some files,
the script doesn't work and output an error message. I need to get these
error messages. But I don't know how to do this. Please help!!!!
If I run this fortran script independently, the error message will be
through the standard output. But using the system calls, I don't
b********n
发帖数: 609
21
来自主题: Programming版 - error while building gcc
I downloaded gcc head(using svn), got errors while trying to build.
"
./configure --with-gnu-as --with-gnu-ld --verbose --with-system-zlib --
disable-nls --enable-version-specific-runtime-libs --enable-languages=c,c++
"
Error message:
"
/gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_tempbuf.h:65:29: error:
bits/stl_memory.h: No such file or directory
In file included from /gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_
algo.h:66,
from /gcc/i686-pc-linux-gnu/libstdc++
t***i
发帖数: 40
22
来自主题: Programming版 - winsock error 10053
Hi;
I tried to created a simple http client program to see why it gave me error
10053. 10053 is a winsock error with the description "Software caused
connection abort." Basically I created a socket and connected to www.google.
com and every couple of seconds sent the same request. It worked several
minutes then came up error 10053. The following is the code. Any suggestions
are greatly appreciated!
WSADATA wsaData;
int wsaret=WSAStartup(0x101,&wsaData);
if(wsaret)
exit(1);
SOCKET sock;
so
n**d
发帖数: 9764
23
来自主题: Programming版 - fatal error C1001: INTERNAL COMPILER ERROR
Thanks! You did find one error, but the VC++ compiler still has the same
error.
j***i
发帖数: 1278
24
来自主题: Programming版 - question overloading ++ error
I define the class UPint and overload ++ operator.
In the main function c=a++ will have a error but c=++a is fine , anybody
know the reason?
int main()
{ UPint a(1);
UPint c;
c=a++// this will produce a error
// error: no matching function for call
// to ‘UPint::UPint(const UPint)’
c=++a// fine
return 0
}
//////////////////
class UPint
{
public:
UPint(int x=0): value(x){};
UPint(UPint &rhs):value(rhs.value){};
UPint& operator=(const UPint &rhs);
UPint& op
j*****k
发帖数: 1198
25
来自主题: Programming版 - Help for a python error
# code
import wx
from wx.animate import *
class ImagePanel(wx.Panel):
""" create a panel with a wx.StaticBitmap """
def __init__(self, parent):
wx.Panel.__init__(self, parent)
ctrl = GIFAnimationCtrl(self)
app = wx.App(0)
# create window/frame instance
frame = wx.Frame(None)
# create the panel instance
ImagePanel(frame)
# show the frame
frame.Show(True)
# start the GUI event loop
app.MainLoop()
# error
# Python Error
# can't open file " (error 3...
l******9
发帖数: 579
26
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of opening a file located in a remote server from pyton
发信站: BBS 未名空间站 (Sun Jul 27 19:03:52 2014, 美东)
I need to access read a csv file located in a server from python 3.2 on win7.
The file name is
csv_file =
file_loc = '\serverName.myCompanyName.com\mypath\Files\myfile.csv'
with open(file_loc , 'r') as csv_file # error !!!
csv_reader = csv.reader(csv_file, delimiter=',')
error:
IOError: [Err... 阅读全帖
l******9
发帖数: 579
27
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of sql query in MS Access database
发信站: BBS 未名空间站 (Wed Oct 15 17:38:15 2014, 美东)
I need to do a sql query in MS Access 2012.
But I got error in MS Access:
SELECT *
FROM
(
SELECT *
FROM table1
where not exists
(
SELECT *
FROM table2
where table2.id = table1.id
) as t
) as t1, table3
where table3.id = t1.id
Syntax error: (missing operator) in query expression 'not exists ( ... ) as
t'
A... 阅读全帖
l******9
发帖数: 579
28
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of importing data from txt file to IBM netezza SQL database
发信站: BBS 未名空间站 (Fri Nov 21 14:55:51 2014, 美东)
I would like to load data from a txt file (9 KB) to SQL IBM netezza database
in Aginity workbench.
After creating the table:
I right-clicked the table and go to "import data" tab and chose "comma" as
field delimiter and skip the first row for the header in the file.
The SQL query is:
INSERT INTO username.my_table... 阅读全帖
l******9
发帖数: 579
29
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: debug error unable to automatically step into the server in VS 2013 on win 7
发信站: BBS 未名空间站 (Sun Jan 25 10:09:24 2015, 美东)
I am doing debug in C# for project with web services in VS 2013 on win 7.
I got error:
visual studio unable to automatically step into the server.
unable to determine a stopping location. Verify symbols are located.
Error while processing breakpoints
I have checked the links of :
https://msdn.m... 阅读全帖
g*******u
发帖数: 3948
30
features dim 大概有60
做多类分类
总共有训练样本10,000 测试样本2000
iteration set 1000
训练样本从1000 逐渐增加到10,000, train error 一直是 0 .。。
test error 在样本增加到7000左右的时候 变很小
其他还可以解释.
这个training error 随着样本增加 都不变 而且一直是 0.
哪里可能出问题?谢谢
n********e
发帖数: 92
31
我的电脑经常弹出一些error message,比如:
Message from FROM to TO on 2006-8-27 0:56:23
STOP! WINDOWS REQUIRES IMMEDIATE ATTENTION.
Windows has found 55 Critical System Errors.
To fic the errors please do the following:
1. Download Registry Update from www.helpfixpc.com
2. Install Registry Update
3. Run Registry Update
4. Reboot your computer
FAILURE TO ACT MOW ,AY LEAD TO SYSTEM FAILURE!
这是病毒还是spyware?
多谢
b*******g
发帖数: 513
32
来自主题: TeX版 - 奇怪的latex error。
有没有人遇到这种latex error,就是可能修改,添加了什么东西,例如appendix,然
后又删除了appendix。之后再编译整个thesis的时候,突然编译进行不下去了。总是有
个error,

Runaway argument?
!File ended while scanning
use of \@newl@bel

\par
1.101 \begin{document}
?
然后,敲H,会显示:
I suspect you have forgotten a '}',causing me to read past where you wanted
me to stop, I will try to recover; but if the error is serious, you'd better
type 'E' or 'X' now and fix your file.
然后按照它说的敲E或X,就显示在 \begin{document}那块,说那少个‘... 阅读全帖
m*****e
发帖数: 4193
33
Bus error is generated whenever there is an error in the bus. It's
architecture dependent.
On some architectures (SPARC, for example), variables have to be aligned.
For instance, an int has to be stored at 4-byte boundary, otherwise you
will get a bus error when you try to access it.
This usually happens for the following reasons:
1) Your pointer has a wrong value.
2) Your pointer has a wrong type, esp. when you cast the pointer from a
shorter type to a longer one and violate the alignment r
n********e
发帖数: 92
34
我的电脑经常弹出一些error message,比如:
Message from FROM to TO on 2006-8-27 0:56:23
STOP! WINDOWS REQUIRES IMMEDIATE ATTENTION.
Windows has found 55 Critical System Errors.
To fic the errors please do the following:
1. Download Registry Update from www.helpfixpc.com
2. Install Registry Update
3. Run Registry Update
4. Reboot your computer
FAILURE TO ACT MOW ,AY LEAD TO SYSTEM FAILURE!
这是病毒还是spyware?
多谢
e***a
发帖数: 4
35
why does windows always give fvcking error codes instead of the error
messages ? Do people in microsoft speak every day like this ?
sorry, 800240082
excuse me, please 312235333
would you please 240012998 ?
l******9
发帖数: 579
36
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: debug error unable to automatically step into the server in VS 2013 on win 7
发信站: BBS 未名空间站 (Sun Jan 25 10:09:24 2015, 美东)
I am doing debug in C# for project with web services in VS 2013 on win 7.
I got error:
visual studio unable to automatically step into the server.
unable to determine a stopping location. Verify symbols are located.
Error while processing breakpoints
I have checked the links of :
https://msdn.m... 阅读全帖
a***y
发帖数: 19743
37
来自主题: Biology版 - 关于Error bar的问题
这篇文章讨论了error bar的问题
Error bars in experimental biology
Geoff Cumming,1 Fiona Fidler,1 and David L. Vaux2
独立试验做一次,算n=1,不管你里面有多少biological replicates, technical
replicates。
n越大越好。所以应该是另肯bio和tech的rep少一点,也要把试验多重复几次,n才会上
去。
但是如果一个试验做一次要两个月,重复两次,一共花半年,n才等于三。对于一些系
统误较大的试验,实验与实验之间差异较大,但是单个实验内的差别,趋势都是很明显
,但是最后n=3来做出mean和error bar然后做statistics,会不significant,那怎么
办呢?
因为我知道一些领域实验不重复的,有些是因为重复的话成本太高。
还有一些领域会展示三次重复实验中的一次的结果,给出SE或SD然后还算p value,说
三次实验的结果,趋势都类似。
这个按照这篇文章貌似是不可以的。
那么到底应该怎么做?一个实验耗时很长,每个实验之间系统误差较大的,咋办... 阅读全帖
D*a
发帖数: 6830
38
来自主题: Biology版 - 关于Error bar的问题
我理解他说得是如果一只老鼠和一只KO搞的测量,就是n = 1, 如果增大n,要增大老鼠
数量。因此如果一次测量10只老鼠的血液某指标,那么n = 10
We could choose one mutant mouse and one wild type, and perform 20 replicate
measurements of each of their tails. We could calculate the means, SDs, and
SEs of the replicate mea- surements, but these would not permit us to
answer the central question of whether gene deletion affects tail length,
because n would equal 1 for each genotype, no matter how often each tail was
measured. To address the question successfully we ... 阅读全帖
S******e
发帖数: 393
39
看了一些paper, 有的注明come from independent experiments;
有的paper是在figure下面或suppl information 里注明是triplicate;
还有的通篇没有说是triplicate 还是independent experiment,
只说error bar represent standard error of mean (SEM)
想问一下各位都是如何做的,是不是两种都可以?
投NCS的话是不是要求用 independent experiments to calculate error bar?
谢谢!
s******y
发帖数: 28562
40
我倒,我觉得guest0是一个比较简单的概念错误,而你则是上纲上线的错误。
呵呵呵。我们这里只谈论统计上的正确问题,并不涉及什么国家决策人民生死
那么高档的东西。
guest0的说法,我觉得他是把平均值和SEM在生物学里的意义搞错了。
具体怎么错我还不知道怎么说好。因为就是我以前说过一次那样,我们这种
纯粹的生物学家数学不是特别好,公式啥啥的我不知道怎么推导,很多是靠
直觉。所以大家千万不要逼我说我到底是就哪个公式提出来的结论。
其实对于一个群体,在群体数目是个有限数字的前提下(这个你可能没有考虑到),必
然存在一个绝对的可以精确得到的理论平均值,这个和群体里面的
个体的数据的离散性无关。
我再强调一次:在数目有限的前提下和个体的数据不变的前提下,这个理论上
的平均值是一个绝对的,不波动的数据,也就是一个不需要标示任何
error bar的数据。
但是因为在实际情况下,不可能真的把整个群体完全检查来得到数据,所以
一般是抽查n个样品,然后由这n个样品来计算一个平均值。而这个SEM的意义,
其实就是衡量那个计算出来的practical平均值和那个理论上存在的theoretical
平均值... 阅读全帖
s******y
发帖数: 28562
41
你说的那个standard error of the mean和standard error 的概念差别是对的。
但是我想原楼主应该是在问standard error of the mean,因为在生物圈里
要么就是用SD,要么就是用SEM. 很少有人用你说的那个经典概念里的SE

)
of
s******y
发帖数: 28562
42
我倒,我觉得guest0是一个比较简单的概念错误,而你则是上纲上线的错误。
呵呵呵。我们这里只谈论统计上的正确问题,并不涉及什么国家决策人民生死
那么高档的东西。
guest0的说法,我觉得他是把平均值和SEM在生物学里的意义搞错了。
具体怎么错我还不知道怎么说好。因为就是我以前说过一次那样,我们这种
纯粹的生物学家数学不是特别好,公式啥啥的我不知道怎么推导,很多是靠
直觉。所以大家千万不要逼我说我到底是就哪个公式提出来的结论。
其实对于一个群体,在群体数目是个有限数字的前提下(这个你可能没有考虑到),必
然存在一个绝对的可以精确得到的理论平均值,这个和群体里面的
个体的数据的离散性无关。
我再强调一次:在数目有限的前提下和个体的数据不变的前提下,这个理论上
的平均值是一个绝对的,不波动的数据,也就是一个不需要标示任何
error bar的数据。
但是因为在实际情况下,不可能真的把整个群体完全检查来得到数据,所以
一般是抽查n个样品,然后由这n个样品来计算一个平均值。而这个SEM的意义,
其实就是衡量那个计算出来的practical平均值和那个理论上存在的theoretical
平均值... 阅读全帖
s******y
发帖数: 28562
43
你说的那个standard error of the mean和standard error 的概念差别是对的。
但是我想原楼主应该是在问standard error of the mean,因为在生物圈里
要么就是用SD,要么就是用SEM. 很少有人用你说的那个经典概念里的SE

)
of
B******a
发帖数: 216
44
来自主题: Chemistry版 - 求教怎么换算error bar? (转载)
【 以下文字转载自 Biology 讨论区 】
发信人: Bibibaba (不^^是很丑), 信区: Biology
标 题: 求教怎么换算error bar?
发信站: BBS 未名空间站 (Wed Mar 17 18:17:43 2010, 美东)
是这样的
A组得到一个平均值a,B组得到一个平均值b,C组得到一个平均值c。。。。以此类推。。
a,b,c...进行拟合得到一个斜率u1
类似的,通过其他组分别拟合得到斜率u2,u3.。。
这样就得到了一个u1,u2,u3.。。的线性图
我想在这个图上加上error bar,怎么把最初原始数据的error bar加到最后这个图上去
,谢谢
v*****s
发帖数: 20290
45
来自主题: Chemistry版 - 求教怎么换算error bar? (转载)
不行吧,你这儿的standard error只是模型和数据之间的error,并没有考虑数据本身
的error。
n*l
发帖数: 44
46
来自主题: EE版 - PCB Allegro DRC Error!
I'm making a 6-layer board and went through the DRC error report. There're
approximately 1000 error related to every single via I have on the board.
Can anyone who has experience with Allegro PCB software give me a hand?... I
spent the past several hours and couldn't find a fix for it.
The error is:
"Shape to Thru Via Spacing
Required spacing 8 MIL
Constraint set name DEFAULT
Etch subclass VD2"
I made the via myself in the PadStack.
Thanks a lot!!
c********r
发帖数: 154
47
来自主题: Macromolecules版 - how to estimate experimental error?
【 以下文字转载自 Chemistry 讨论区 】
发信人: colloidpar (macro), 信区: Chemistry
标 题: how to estimate experimental error?
发信站: BBS 未名空间站 (Wed Apr 9 09:54:59 2008), 转信
I saw many papers indicated the uncertainty in graphs. From my opinion, you
have to repeat the experiment several times and know the statistical error.
However, I don't think people have done that for every experiment. So how
did they add the error bar in the graph?
Thanks a lot!
l******9
发帖数: 579
48
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error of opening a file located in a remote server from pyton
发信站: BBS 未名空间站 (Sun Jul 27 19:03:52 2014, 美东)
I need to access read a csv file located in a server from python 3.2 on win7.
The file name is
csv_file =
file_loc = '\serverName.myCompanyName.com\mypath\Files\myfile.csv'
with open(file_loc , 'r') as csv_file # error !!!
csv_reader = csv.reader(csv_file, delimiter=',')
error:
IOError: [Err... 阅读全帖
b*******g
发帖数: 513
49
options nodate;
proc iml;
a=3;
start mod2(n) global(matri);
matri=2*n;
return(matri);
finish;
run mod2(a);
print matri;
quit;
error message:
59 run mod2(a);
ERROR: RUN executed for function module.
有谁明白,希望能帮一下忙。多谢!
B******a
发帖数: 216
50
来自主题: Statistics版 - 求教怎么换算error bar? (转载)
【 以下文字转载自 Biology 讨论区 】
发信人: Bibibaba (不^^是很丑), 信区: Biology
标 题: 求教怎么换算error bar?
发信站: BBS 未名空间站 (Wed Mar 17 18:17:43 2010, 美东)
是这样的
A组得到一个平均值a,B组得到一个平均值b,C组得到一个平均值c。。。。以此类推。。
a,b,c...进行拟合得到一个斜率u1
类似的,通过其他组分别拟合得到斜率u2,u3.。。
这样就得到了一个u1,u2,u3.。。的线性图
我想在这个图上加上error bar,怎么把最初原始数据的error bar加到最后这个图上去
,谢谢
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)