Search:

Type: Posts; User: saeedeh

Search: Search took 0.42 seconds.

  1. Replies
    6
    Views
    1,084

    [SOLVED] Re: Bing api sample code

    I found the answer and correct the question in first post. :)
  2. Replies
    6
    Views
    1,084

    [SOLVED] Re: Bing api sample code

    no there was not any error.

    but this code is not complete. this code only connect to bing and search a word. but i want to access to webtotal in the result. how can i access to this part from...
  3. Replies
    6
    Views
    1,084

    [SOLVED] Re: Bing api sample code

    I want to access the number of search result for a string using bing api.
    i have key for using this api.
    know i have problem in using this api.
    from below link...
  4. Replies
    6
    Views
    1,084

    [SOLVED] Bing api sample code

    Hi
    here is a code for bing api search.
    my problem is in line :
    sb.indexOf("<d:Description")
    what dose this line do? :confused:

    correct answer is below:...
  5. Replies
    7
    Views
    1,232

    Re: nextLine().split(",") not work correctly

    i found the answer. i should write a file reader by using a opencsv. :)
    because scanner takes each line in nextLine command.
    and each cell contains several line that should be consider as one cell...
  6. Replies
    7
    Views
    1,232

    Re: nextLine().split(",") not work correctly

    thanks again. :)
    I correct that code and this error is corrected,
    but main problem is still remain.
    wrong data are stored in data.
    the split character is "," but this character is ignored. and...
  7. Replies
    7
    Views
    1,232

    Re: nextLine().split(",") not work correctly

    thanks.

    i got this error:

    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10
    at javaapplication19.NewClass.main(NewClass.java:27)
    Java Result: 1
  8. Replies
    7
    Views
    1,232

    nextLine().split(",") not work correctly

    Hi
    there is a csv file that contain 10 rows and two columns.
    i want to convert this csv file to array.
    each cell contains several line of string.
    but the output is wrong.
    after printing output,...
Results 1 to 8 of 9