My weblogic server requires user authentication,but sometimes it will deny any login,even if the password is correct.After a while,it resumed,as if the ip was blocked by weblogic for several minutes.Does anyone know about this?How to unset the secure strategy?
Help!
My weblogic server powered off accidentally yesterday.
Now it's failing to startup reporting an "Negative Arraysize Exception"
Can anyone help me?
There're two servers,one with weblogic and the other with oracle.
Now they're supposed to work on internet.All the ports are to be closed except the necessary ones concerning security strategy.
The connection pool of weblogic requires port 1521 to access oracle server.I told them to open...
I used a component called "jchart" to produce pie chart and wanna output jpg to browser instead of making a file.
Here is the code:
<%@ page contentType="image/jpeg; charset=gb2312" %>
<%@ page import="org.jCharts.chartData.ChartDataException" %>
<%@ page...
the problem is:
i created a div element with document.createElement()
than i created a talbe element,with all its' trs and tds and append it to the div's child nodes.
but the table cannot be displayed
here is the source code
function createTable(rownum,colnum)
{...
I'm writing a php file to display a table and there's a link in every row.When clicked,the hyperlink leads to a new browser window.Each link needs a viriable to show in alertbox.
My php code:
<tr>
<td>.....</td>
..
..
<td><? echo "<a href='PDelPaper.php?Type=One&sPaperID=$rowpart[PaperID]'...
It works,but it also changes "C:\winnt\phptmp2A3.tmp" to "C:winntphptmp2A3.tmp".
Is there any other way?
Can I get the string with '\' unchanged through post?
I use copy($sfile,$sfile1).$file1 is made up of my default file path and $file_name(the system variable in uploading).
Because $sfile is changed to "C:\\winnt\\phptmp2BA.tmp",it causes an error.I just don't know why the $sfile changes just through "post".
Hi,need your help!
I'm making some uploading page with php.First I upload a file and store the file name in $sfile as "c:\winnt\phptmp2BA.tmp".It is posted to itself and $sfile is a hidden input.
But the seconde time I use it to upload another file,find that $sfile is changed to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.