Click here to Skip to main content
15,889,479 members
Home / Discussions / Java
   

Java

 
GeneralRe: i can't pause the song in this code Pin
Member 101909836-Aug-13 4:42
Member 101909836-Aug-13 4:42 
GeneralRe: i can't pause the song in this code Pin
Richard MacCutchan6-Aug-13 4:56
mveRichard MacCutchan6-Aug-13 4:56 
QuestionTwo salt Values? Pin
chdboy3-Aug-13 5:14
chdboy3-Aug-13 5:14 
AnswerRe: Two salt Values? Pin
jschell3-Aug-13 5:18
jschell3-Aug-13 5:18 
AnswerRe: Two salt Values? Pin
Bernhard Hiller4-Aug-13 22:32
Bernhard Hiller4-Aug-13 22:32 
Questionhow can i solve method RequestProcessor with using thread Pin
Zeff Portal31-Jul-13 15:39
Zeff Portal31-Jul-13 15:39 
AnswerRe: how can i solve method RequestProcessor with using thread Pin
Richard MacCutchan31-Jul-13 21:02
mveRichard MacCutchan31-Jul-13 21:02 
Questionread idmef.xml file Pin
peniya30-Jul-13 5:00
peniya30-Jul-13 5:00 
How to read this XML file:
I need to read attribute name/value pair and element contents.

XML
<?xml version="1.0" encoding="UTF-8"?>
<idmef:IDMEF-Message xmlns:idmef="http://iana.org/idmef" version="1.0">
  <idmef:Alert messageid="abc123456789">
    <idmef:Analyzer analyzerid="bc-sensor01">
      <idmef:Node category="dns">
        <idmef:name>sensor.example.com</idmef:name>
      </idmef:Node>
    </idmef:Analyzer>
    <idmef:CreateTime ntpstamp="0xbc71f4f5.0xef449129">2000-03-09T10:01:25.93464Z</idmef:CreateTime>
    <idmef:Source ident="a1a2" spoofed="yes">
      <idmef:Node ident="a1a2-1">
        <idmef:Address ident="a1a2-2" category="ipv4-addr">
          <idmef:address>192.0.2.200</idmef:address>
        </idmef:Address>
      </idmef:Node>
    </idmef:Source>
    <idmef:Target ident="b3b4">
      <idmef:Node>
        <idmef:Address ident="b3b4-1" category="ipv4-addr">
          <idmef:address>192.0.2.50</idmef:address>
        </idmef:Address>
      </idmef:Node>
    </idmef:Target>
    <idmef:Target ident="c5c6">
      <idmef:Node ident="c5c6-1" category="nisplus">
        <idmef:name>lollipop</idmef:name>
      </idmef:Node>
    </idmef:Target>
    <idmef:Target ident="d7d8">
      <idmef:Node ident="d7d8-1">
        <idmef:location>Cabinet B10</idmef:location>
        <idmef:name>Cisco.router.b10</idmef:name>
      </idmef:Node>
    </idmef:Target>
    <idmef:Classification text="Ping-of-death detected">
      <idmef:Reference origin="cve">
        <idmef:name>CVE-1999-128</idmef:name>
        <idmef:url>http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-1999-128</idmef:url>
      </idmef:Reference>
    </idmef:Classification>
  </idmef:Alert>
</idmef:IDMEF-Message>

AnswerRe: read idmef.xml file Pin
Richard MacCutchan30-Jul-13 5:52
mveRichard MacCutchan30-Jul-13 5:52 
GeneralRe: read idmef.xml file Pin
peniya30-Jul-13 5:55
peniya30-Jul-13 5:55 
GeneralRe: read idmef.xml file Pin
Richard MacCutchan30-Jul-13 6:27
mveRichard MacCutchan30-Jul-13 6:27 
Questionread .csv file and write relationship between data Pin
peniya30-Jul-13 4:43
peniya30-Jul-13 4:43 
AnswerRe: read .csv file and write relationship between data Pin
Richard MacCutchan30-Jul-13 5:51
mveRichard MacCutchan30-Jul-13 5:51 
GeneralRe: read .csv file and write relationship between data Pin
peniya30-Jul-13 5:53
peniya30-Jul-13 5:53 
GeneralRe: read .csv file and write relationship between data Pin
Richard MacCutchan30-Jul-13 6:24
mveRichard MacCutchan30-Jul-13 6:24 
Questionselecting numbers that is not between double/single qoutes with regular expression Pin
mohammadkaab29-Jul-13 12:55
mohammadkaab29-Jul-13 12:55 
SuggestionRe: selecting numbers that is not between double/single qoutes with regular expression Pin
Richard MacCutchan29-Jul-13 20:59
mveRichard MacCutchan29-Jul-13 20:59 
QuestionNot able to add my hash password into my database(mssql) Pin
chdboy25-Jul-13 23:11
chdboy25-Jul-13 23:11 
AnswerRe: Not able to add my hash password into my database(mssql) Pin
pa1joc26-Jul-13 2:54
pa1joc26-Jul-13 2:54 
GeneralRe: Not able to add my hash password into my database(mssql) Pin
chdboy26-Jul-13 19:18
chdboy26-Jul-13 19:18 
GeneralRe: Not able to add my hash password into my database(mssql) Pin
Richard MacCutchan26-Jul-13 22:28
mveRichard MacCutchan26-Jul-13 22:28 
QuestionJava Server App : Request advice Pin
ptr_Electron25-Jul-13 6:22
ptr_Electron25-Jul-13 6:22 
AnswerRe: Java Server App : Request advice Pin
Richard MacCutchan25-Jul-13 7:05
mveRichard MacCutchan25-Jul-13 7:05 
QuestionUsername ,Password Validation Pin
chdboy23-Jul-13 22:16
chdboy23-Jul-13 22:16 
AnswerRe: Username ,Password Validation Pin
Blue_Boy23-Jul-13 22:58
Blue_Boy23-Jul-13 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.