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
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
I extended the User model in django to include several other variables, such as location, and employer. Now I\'m trying to create a form that has the following fields:
Disk Utility in OSX easily mounts an SD Card image as a device, but not so the other img files. I want to get the database I just created in the Android Emulator off the drive and into my osx file sy
I would like to be able to see the Identity Specification (not as worried about seed/increment) and hate having to scroll around on the column properties panel.
I\'m quite familiar with Java and I would like to work on a project on my free time but for some reason, I just hate having to work with Java GUIs. I\'m wondering what kind of Java technol开发者_C百科
I am working on a license management type application that copies a password protected zip file to the applications root. The user clicks a button \"Open Presentation\" and the zipped file is extracte
Background story: when a user selects a portion of text in a text field with her mouse (mark it up manually), and subsequently hits \"alt\" key, a certain function would trigger.
I have a table which has a column called Direct of type char(1).It\'s values are either \'Y\' or \'N\' or NULL.I am creating a view and I want开发者_运维问答 the value to be transformed to either 0 or
I have the following CSS which positions a div at the bottom of the page. Q: How can I stop content flowing underneath it?