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. ;)
abiisalwayshappy
Posts
-
hi, please send me document about test software skill and experience -
Ecuse me! Please tell me how to import excel file and process it.that's right. But i want my program can do that when i click a button. If u know how, share for me, please :)
-
Ecuse me! Please tell me how to import excel file and process it.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 :)
-
hi, Please tell me how we can using java to read and write to XML file for a web application : )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 :)
-
hi, Please tell me how we can using java to read and write to XML file for a web application : )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 -
hi, Please tell me how we can using java to read and write to XML file for a web application : )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! : )
-
write Scripts for Linux commandsthanks Markkuk so much : )
-
write Scripts for Linux commands:) 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.
-
How can java web page connect to database such as Access, SQL, Oracle?How can java web page connect to database such as Access, SQL, Oracle? If u know, please tell me how? Thanks : )
-
How to become a newbe with CSS 3? [modified]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
-
How to manage DLL with complex parameters?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); -
how can i run an application with parameters ? [modified]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 -
I need gSpan source code ( C or Linux without graphic)!:) Thanks so much -- modified at 0:37 Tuesday 20th June, 2006
-
I need gSpan source code ( C or Linux without graphic)!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. :)
-
how can we run a program pernemently on our desktop?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 :)
-
Get all filenames in a chosen folder?hi, I use BrowserFolderDialog to pick one folder, how can i get all filenames in this folder. Please tell me how... thanks :)
-
How can i use another application outside my program?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. :)