Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: porkymin
  • Content: Threads
  • Order by date
  1. porkymin

    How to process excel file using jsp?

    Hi all, I have a scenario described as follows but i am not sure whether is there any solution for jsp on this: 1) Is it possible to upload excel file into web? 2) Upon uploading, can we display the contents in the excel file onto the web using jsp? 3) Suppose there are formulas in the...
  2. porkymin

    what the difference?

    hi all, Was trying to figure out what is the difference between public static boolean workday(Collection colworkday) and public boolean workday(Collection colworkday)? Any kind help is greatly appreciated.
  3. porkymin

    What is classpath?

    Hi all, I am a beginner in Java, but i am currently working on project on J2EE, stuffs like EJB, MDB, etc. How can i help myself to learn concepts in Java fast so that i can work on J2EE? I don't even know what is a classpath, how do we set it and how application reads and interpret from...
  4. porkymin

    Is this UNIX scripting?

    Hi, I would like to learn more about scripting. May i enquire whether the following commands refer to UNIX scripting? If yes, what does the '$', % mean? OBJECTS_CLNT = $(SOURCES_CLNT.cc:%.cc=%.o) $(TARGETS_CLNT.cc:%.cc=%.o) OBJECTS_SVC = $(SOURCES_SVC.cc:%.cc=%.o) $(TARGETS_SVC.cc:%.cc=%.o)...
  5. porkymin

    Recommendations for easy-to-use IDE tools

    Hi all, I am a beginner in Java programming. Currently, I am using eclipse as IDE tool but i find it relatively hard to use. May i know is there any other easy-to-use IDE tools to aid my program development in Java? Any kind help is greatly appreciated. Another query, what is the different...
  6. porkymin

    How to check the return data list is null?

    Hi all, I have the following Collection declared as followed. How do i check whether the return collection is null or empty? say i have: ml = getReport((List)mndDataLst); I have tried to check whether return data list is null as described but it does not work. if(ml == null ||...
  7. porkymin

    Useful java links?

    Hi all, I am new to Java programming. Would like to seek for recommendation to learn Java language from useful websites & good books in shortest time possible.
  8. porkymin

    What scripting language can be used to upload files in lotus notes

    Hi all, I am trying to write a script in lotus notes so as to enable users to upload files into a share folder in the server. What kind of scripting language must I use? Is it possible for users to upload files using lotus notes? Any kind help is greatly appreciated. Regards, porkymin
  9. porkymin

    amp.exe-Entry point not found

    Hi all, I have recently installed a LabVIEW runtime engine version 7.0 on my pc which is running on Winnt 4.0 Workstation. After which I have tried to run the LabVIEW program amp.exe but I encountered this error. amp.exe-Entry Point Not Found "The procedure entry point GetCVT windowshandler...

Part and Inventory Search

Back
Top