i have a question for you. I have a component that have 2 methods. The first method needs to be attached to a outher transacion started from another component present into the chain (I use Spring Inte
I am new to rails. Having a blast. The query API though is giving me some trouble. I\'ve been zooming and doing a lot of stuff very quickly,
I have a parent master page (Master.Master) and child master page (Child.Master). The Child.Master inherits Master.Master master page file. Now in the Child.Master i want to set the visibility of Div
I have 4 different levels of access; admin, partner, employee and client. Admin, Partner, and Employee have administrative access over clients. Basically开发者_如何学编程 what I have done is created a
Ho do I make Genshi parse the output of a match template? In other words: I\'ve got a template like this in Genshi:
I have a base class which has a nested type, inside. There\'s a function in the oute开发者_开发百科r (base) type which would be overridden by it\'s children later. In fact this function belongs to the
I have two tables: invoice and charges, with a one-to-many relationship. (simplified) invoice has: id, description, date as fields and charges has: id, id_invoice, price, qty, date as fields
Does the following insert work? The reason for my question is that the body has another structure in it that has yet another structure (array) in it.All the variables a, b, c, x, y, and z are secondar
If I have a vector in C++, I know I can safely pass it as an array (pointer to the contained type): void some_function(size_t size, int array[])
Here is a query I have that returns the chain of supervisors for an employee but it uses a bunch of nested SELECT statements.