Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

abiisalwayshappy

@abiisalwayshappy
About
Posts
17
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • hi, please send me document about test software skill and experience
    A abiisalwayshappy

    hi, my job now is testing software about website, can you tell me some documents about testing skill and experience to improve the test quality and save time. Thanks so much. ;)

    Article Writing testing beta-testing code-review career

  • Ecuse me! Please tell me how to import excel file and process it.
    A abiisalwayshappy

    that's right. But i want my program can do that when i click a button. If u know how, share for me, please :)

    C# database help tutorial

  • Ecuse me! Please tell me how to import excel file and process it.
    A abiisalwayshappy

    Hi, I wanna know how we can read an Excel file and then write it into a table in Access Database. After that, we export our data into an Excel file. Please help me, thanks so much :)

    C# database help tutorial

  • hi, Please tell me how we can using java to read and write to XML file for a web application : )
    A abiisalwayshappy

    hihi me too. I use C as my main language, but my new project using Java and Japanese. So i must try so much :) Arigato :)

    XML / XSL java database xml

  • hi, Please tell me how we can using java to read and write to XML file for a web application : )
    A abiisalwayshappy

    hihi i'm a newbe in Java. If u don't mind, please show me basic code to create an XML file (i understood XML structure), how to retrieve data from this file and write data to it. I need to develop my application in "Eclipse.exe". Follow your instruction i read on "http://developerlife.com/xmljavatutorial1/default.htm" and see this coding: import com.sun.xml.tree.*; import org.w3c.dom.*; You must have the a String URL of the XML document before you can instantiate a DOM object from it. Assume that an XML file called AddressBook.xml is at the following URL: http://beanfactory.com/xml/AddressBook.xml. Here is the code to create a DOM object from this URL: try { String url = "http://beanfactory.com/xml/AddressBook.xml"; Document doc = XmlDocumentBuilder.createXmlDocument(url); } catch(Exception e){} But i can not download Sun's parser or IBM's parser. Can u tell me another way : ) -- modified at 1:55 Tuesday 19th December, 2006

    XML / XSL java database xml

  • hi, Please tell me how we can using java to read and write to XML file for a web application : )
    A abiisalwayshappy

    My exercise is using Eclipse to write a web application, and requirement is using XML to write database. Please show me how, thanks so much! : )

    XML / XSL java database xml

  • write Scripts for Linux commands
    A abiisalwayshappy

    thanks Markkuk so much : )

    System Admin linux tools tutorial question

  • write Scripts for Linux commands
    A abiisalwayshappy

    :) hi, every day i run the same linuc commands such as : rm, cd , ... some folders and files. Could u tell me how to write a script? Every day i will call this cript and it'll run automaticlly the commands i want.

    System Admin linux tools tutorial question

  • How can java web page connect to database such as Access, SQL, Oracle?
    A abiisalwayshappy

    How can java web page connect to database such as Access, SQL, Oracle? If u know, please tell me how? Thanks : )

    Web Development database java oracle question

  • How to become a newbe with CSS 3? [modified]
    A abiisalwayshappy

    hi, i want to study and master CSS 3. But i havn't known anything about it before? Please tell me, what i need and how to work? -- modified at 5:37 Friday 20th October, 2006

    Web Development css tutorial question

  • How to manage DLL with complex parameters?
    A abiisalwayshappy

    I have a compiled DLL by VC6.0, in with: #include "argedit.h" #include "allocpool.h" template class StreamARGLoader: public ARGEdit { public: typedef Allocator NodeAllocator; typedef Allocator EdgeAllocator; StreamARGLoader(NodeAllocator *nalloc, EdgeAllocator *ealloc, istream &in); static void write(ostream &out, ARGraph &g); static void write(ostream &out, ARGLoader &g); private: enum { MAX_LINE=512 }; void readLine(istream &in, char *line); int readCount(istream &in); void readNode(NodeAllocator *alloc, istream &in); void readEdge(EdgeAllocator *alloc, istream &in); }; instruction file : int main() { // Create the allocators NewAllocator node_allocator; NullAllocator edge_allocator; // Open the file ifstream in("graph.txt"); // Create the ARGLoader StreamARGLoader loader(&node_allocator, &edge_allocator, in); // Build the graph ARGraph graph(&loader); //...... And finally hihi i don't know how to using it in C#, i face problem about NodeAllocator and istream &in Is this "StreamARGLoader" a void or a function? [DllImport("GraphMatching270606.dll", EntryPoint="StreamARGLoader",CharSet=CharSet.Auto)] public static extern void StreamARGLoader(NodeAllocator *nalloc, EdgeAllocator *ealloc, istream &in);

    C# csharp data-structures help tutorial question

  • how can i run an application with parameters ? [modified]
    A abiisalwayshappy

    Please help me solve this problem: I wanna run an application with parameters, when i use these commands, the program doesn't work. System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.Filename = "gSpan.exe 10 set2.gsp out2_1"; p.Start(); "gSpan.exe" is a program coded by VB6.0 "10 set2.gsp out2_1" are 3 parameters that gSpan.exe needs. Thanks much :) -- modified at 23:17 Tuesday 20th June, 2006

    C# help question

  • I need gSpan source code ( C or Linux without graphic)!
    A abiisalwayshappy

    :) Thanks so much -- modified at 0:37 Tuesday 20th June, 2006

    C / C++ / MFC linux

  • I need gSpan source code ( C or Linux without graphic)!
    A abiisalwayshappy

    hi, if you know please tell me where i can get gSpan source code, it belongs to Data Mining to find out supgraph. Thanks so much. :)

    C / C++ / MFC linux

  • how can we run a program pernemently on our desktop?
    A abiisalwayshappy

    Please tell me how we can run a program pernamently on my desktop. For example: i write a program remind me about birthday of all my family members and friends. i want everytime i turn on my desktop, this program will run automaticly and tell me all birthays in this week. Thanks :)

    C# tutorial question

  • Get all filenames in a chosen folder?
    A abiisalwayshappy

    hi, I use BrowserFolderDialog to pick one folder, how can i get all filenames in this folder. Please tell me how... thanks :)

    C# question

  • How can i use another application outside my program?
    A abiisalwayshappy

    hi, Please tell me how can i use another application(*.exe) outside my program. And one more problem i face is how can i rename file ? For example: i have a picker, after i choose a file and fill the new name, this file will be save with the new name. thanks in advance. :)

    C# question help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups