I mean I want to add table rows in javascript and I tried. but I had a infinate loop.
the input elements in each table row are named, so they can be processed by action pages or servlets. the names are "string"_"number" and they should be incresed by 1.
here is the code.
<!DOCTYPE html PUBLIC...
usb memory is unwritable. unformatable, but it is deletalbe.
It's formatted FAT32, but windows xp recognizes as NTFS.
according my company code, I have to install a media security program.
Should I change cmos settings?
is it possible to ignore it?
so annoying.
I have a trigger looks simmar like this.
GET_NAME is a function and works good.
What's wrong?
create or replace trigger trg_update_USER
after
update on USER
for each row
begin
if UPDATING then
UPDATE USER
set NAME = GET_NAME(:new.EMP_NO,:new.DEPT,'2')
where EMP_NO =...
I use Office 2003(Powerpoint).
when I copy from the web pages, the ppt smart tag gives 3 options ;
1.keep original format
2.use design template
3.copy text only
default is 2.
I want 3 to be the default option.
How can I change the setting in powerpoint or office-wide?
what's the difference of the xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes?
xsi:noNamespaceSchemaLocation is used for the physical location of schemas like xsi:noNamespaceSchemaLocation="http://.../my.xsd" or xsi:noNamespaceSchemaLocation="mylocal.xsd", right?
what about...
I have a large text file sized 1MB or over.
I have to modify just the first or second line and the remaing remains as the same.
I tried LineNumberReader and it works fine.
(read each line and the modify first or the second line
and append them to stringbuffer and toStringed it.)
but I'm...
my handler looks like ---------------
public class RMSAXDefaultHandler extends DefaultHandler implements LexicalHandler {
...
...
public void comment(char[] ch, int start, int length) throws SAXException {
System.out.println("comment ===============");
String...
In SAX, Is it possible to determine whether the element have the text or not in it in startElement()?
I want the collapsed form of element like <EMPTY_ELEMENT/>
when the element have no text in it.
I have the form of <EMPTY_ELEMENT></EMPTY_ELEMENT>, because
I put
"<", element_name,">" in...
how can I filter out xml elements in cdata sections or comments.
I have to parse xml elements and manupulate their attributes.
but I want the text in the form of <TAG> ... </TAG> or <TAG/> in the cdata sections or comments untouched.
help me.
Thanks.
What's the difference between two cases below.
case 1)
String url = "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.133.103.142)(PORT=1522))(ADDRESS=(PROTOCOL=TCP)(HOST=10.133.103.112)(PORT=1522)))(CONNECT_DATA = (SERVICE_NAME = ORAKIPO))))"
String driver =...
How can I run some commands repeatedly?
for example I want to print "ps -ef | grep Exus | wc -l"
the below won't work.
while true do "ps -ef | grep Exus | wc -l ;sleep 1" done;
Thanks.
What's the difference the value of "rm.oracle.db.url" case A, and case B
why the url A is not working?
Thanks in advance.
========= Java source =======
Class.forName(conf.get("rm.oracle.db.driver"));
con = DriverManager.getConnection(conf.get("rm.oracle.db.url")...
I want to implement download feature with zip archive file.
but the code below won't work.
Can you help me?
<%@ page import="java.util.zip.ZipOutputStream" %>
<%
ZipOutputStream zos = request.getAttribute("zip_output_stream");
String file_name = (String)request.getAttribute("file_name")...
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.