Answer the question
In order to leave comments, you need to log in
Is there a plugin to help when entering procedure functions?
Often you have to edit large files (from 2k lines) of code.
Functions/procedures are preceded by comments similar to javadoc:
/**
* Запись в XML файл информации по реактивам
* @param varchar rea Реактив
* @param date datep Дата поставки
* @param varchar cno Номер контракта
* @param PLS_INTEGER cType Тип избирательности
* @param number contrType Тип контракта
* @param varchar isSn Класс опасности
*/
procedure WriteRRecInXml(rea in varchar, datep in date, cno in varchar, cType in PLS_INTEGER, contrType in varchar, isSn in varchar)
Answer the question
In order to leave comments, you need to log in
something like this:
location /wwd/ {
rewrite ^ https://site.com/www/index.jsp permanent;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question