Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have made a function simular to the print_r function in php. Is there a way that you can add to the ba开发者_运维百科se functions of php so any sites that are on your server can use your new functi
I need to redirect any Authenticated user to a specific page if they do not satisfy a condition. I have implemented a base controller from which all controllers inherit.In its OnActionExecuting overr
I often get confused with the href attribute, the link tag, and the base tag. I\'m unsure how to properly link the CSS file so a file can be moved into a subfolder and still work (example later on) so
I\'m new to perl but was wondering if anyone know of a script that was similar to the following PHP version which works great!
I am wondering if it is possible to call a derived class´ function from within a function called by the base constructor (shouldn´t it already be created when the code in the brackets are executed?)
This link suggests to create an abstract base class that can read the job data map information for Quartz.net and each of the jobs will derive from this base class.
I want to set a page\'s base href attribute in Javascript based off of the current hostname. I have generated HTML pages that can be viewed on different hos开发者_C百科tnames, which means generating a
I\'d like to be able to create a static generic type with a base type constraint like 开发者_如何学Cpublic static class Manager<T> where T : HasId
I\'m totally blank about sql, but im have to make sql query in OO Base. Query h开发者_高级运维ave to avoid compare, when cell in table is blank.