I intend to do a url redirection of the form : from: domain.com/A into domain.com/someReso开发者_高级运维urse/id/10
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have three classes Container, Stage and View. Stage inherits from Container, View also inherits from Container. When I call instanceof on an instance of the View class (View object), I get the follo
I have following controller structure: abstract class AbstractController { // ... } abstract class AbstractDiagramController extends AbstractController {
I have a site that uses a base tag to set an absolute path for relative URLs. It works fine in all the browsers I tested it in, except IE (big surprise). Based on the request that IE is making for the
I have base class and two inherited classes, these two inherited classes also share the two properties. I would like to access these properties from base class. How to do that? Example below.
Are there known algorithms which will take a big integer with n digits encoded in one base/radix and convert it to another arbitrary base? (Let\'s say from base 7 to base 19.) n can be really big, lik
I\'m getting a very confusing error in my program. I think I may have two different objects of the same class where I thought I had the same object. It is confusing because I am dealing with a very la
I\'m setting up a subdomain profile system for my website using Rails 3.1. Each profile will have its own subdomain, however, all links ou开发者_如何转开发tside of that page will need to be back on t
Hi all am in a pickle :P All my code is working fine apart from one small part <body> <?=$loginBar?>