Could y开发者_运维问答ou please help me in exporting files to excel,pdf and .doc format through rails applications?? For Excel
Please help me to rectify my code. Here I have described the code what and why I am using... and finally whatI am getting at the end, but the end output is not the way what I want... Please help and t
I am trying to add permissions to a Liferay-Portlet based on the documentation of Liferay. Since the Portlet will be delivered in a war-package, I want to mantain the permission definition of the port
I have three cells, within that I have each textfields.Now I want the user is clicking in which textbox. This method textFieldDidEndEditing gives me the value which user is inputting but I don\'t get
I have a pointer to a function (which i get from a vtable) and I want to edit the function by changing the assembler code (changing a few bytes) at runtime. I tried using memset and also tried assigni
I seem to have a blocking issue with WCF. Say I have two users and each have created their own instance of a class exposed on a WCF host using net.tcp with endpoint something like this \"net.tcp://lo
Background: I\'m running multiple simulations on a set of data. For each session, I\'m allocating projects to students. The difference between each session is that I\'m randomising the order of the st
I just started with Java and downloaded Netbeans, i kind of like开发者_开发知识库 it, but i hear a lot about BlueJ and i was wondering wether if downloading and using BlueJ would be of any use when im
This is my code to copy files in a list from source to destination. Using the code below I am only able to copy files but not folders. Any ideas on how can I copy the folders and the files within thos
I want to display and edit some objects in a WPF data grid and I\'m looking for a good way to do so. All objects I want to display have the same fields, but every execution the fields of my objects ca