-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
This one started as an OTN how-to question that seemed like something that should work automatically - turns out you need a couple of small tweaks to get it working.
The idea is to have a table on a page showing multiple records, you can click any row in the table - and get a pop-up window that shows…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
There’s a nasty rumor going around that you can’t compare database objects and/or code in Oracle SQL Developer. So let’s put that to bed right now. First, here’s how to compare:
PL/SQL to PL/SQL or a SQL statement to another SQL statement
So now that that’s settled…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Hello my friends!
Could you help me?
I'm a Eclipse's user and I want synchronize my workspace on Ubuntu One. The problem is because the Eclipse creates a metadata inside of workspace, this meta have some configurations of computer that use this program....
So, when I sync my workspace folder, this…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a notebook and a desktop computer, both running Ubuntu 11.10. I used to sync between the two with the help of Unison, so both computers have identical content in the Documents folder.
I decided to try UbuntuOne. My question is, if I activate UbuntuOne for the two machines for the folders with…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I use two computers, a Linux one for coding and building and a Windows one which has the programming application to load the built program onto the hardware. Both computers have access to a network drive which I use to pass the files from Linux to Windows.
My problem is, that every time I build I…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I'm experimenting with setting various graphical settings in my Direct3D9 application, and I'm currently facing a curious problem with anti-aliasing. When running under the debug runtime, AA works as expected, and I don't have any errors or warnings. But when running under the retail runtime, the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've tried the following settings on pom.xml to use Axis2 wsdl2code:
<dependencies>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
<version>1.5.1</version>
</dependency>
</dependencies>
...
<build>
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a problem when serializing a Dictionary<string,Person> to IsolatedStorageSettings. I'm doing the following:
public Dictionary<string, Person> Names = new Dictionary<string, Person>();
if (!IsolatedStorageSettings.ApplicationSettings.Contains("Names"))
{
…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Azure Mobile Services is a platform that provides a small set of functionality consisting of authentication, custom data tables, custom API’s, scheduling scripts and push notifications to be used as the back-end of a mobile application or if you want, any application or web site. As described in my…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I add the Cometd plugin to Grails 1.2.1, grail's "jetty" debug environment will no longer start up.
I have been unable to debug this, not being familiar enough with the underlying components. (This is a big issue with Grails development in general. While it tries to hide everything from you…
>>> More