The integer is a value that describes how the system should continue the service in the event that the system kills it. The default implementation for IntentService handles this for you, but you are able to modify it.
Это целое число описывает, как система должна продолжать выполнение службы в случае, когда система уничтожила ее (как описано выше, реализация по умолчанию для класса IntentService обрабатывает эту ситуацию, хотя вы изменить ход реализации).
If you don't handle the menu item, you should call the superclass implementation of onOptionsItemSelected() (the default implementation returns false).
Если пункт меню не обрабатывается, следует вызвать реализацию суперкласса onOptionsItemSelected() (реализация по умолчанию возвращает значение false).
Note: If your fragment is a subclass of ListFragment, the default implementation returns a ListView from onCreateView(), so you don't need to implement it.
Примечание. Если фрагмент является подклассом класса ListFragment, реализация по умолчанию возвращает класс ListView из метода onCreateView(), так что реализовывать его нет необходиомости.
Use the default implementation of the component as it stands (which should be enough for most applications).
Использование стандартной реализации компонента в том виде, как она есть (этого должно быть достаточно для большинства приложений).
The current default implementation has a flaw: it doesn't check dependencies itself but rather completely leaves that to the dpkg tool (usually this poses no problem, though).
Имеющаяся на данный момент команда, осуществляемая по умолчанию, имеет недостаток: она не проверяет зависимости сама, а полностью полагается на инструмент dpkg (хотя обычно это не вызывает проблем).
Java 1.1 does include a default implementation, but vendor-specific implementations may also be used in conjunction with this package.
В Java 1.1 отсутствуют реализации по умолчанию, но наряду с этим пакетом можно использовать реализации, осуществляемые продавцом конкретного программного продукта.
Most subsystems, though, with a notable exception in the I/O Manager, rely on the default implementation for all object type procedures.
Большинство подсистем, однако, с заметным исключением в диспетчере ввода-вывода, полагаются на реализацию по умолчанию для всех процедур.
Provides a default implementation of onBind() that returns null.
For the purposes of this article, I'll focus on the memory management done by the default implementation of Python, CPython.
Для целей этой статьи я сосредоточусь на том, как работают механизмы управления памятью в эталонной реализации Python - CPython.
However, many people don't use the default implementation from Google Analytics, or they haven't updated in years, or they're using Google Tag Manager and haven't thought about this issue.
Однако многие люди не используют реализацию по умолчанию из Google Analytics, или они не обновлялись годами, или они используют Диспетчер тегов Google и не думали об этой проблеме.
Provides a default implementation of onStartCommand() that sends the intent to the work queue and then to your onHandleIntent() implementation.
Предоставляет реализацию метода onStartCommand() по умолчанию, которая отправляет намерение в рабочую очередь и затем в вашу реализацию onHandleIntent().
For example, onStartCommand() must return the default implementation, which is how the intent is delivered to onHandleIntent(): Kotlin
Например, метод onStartCommand() должен возвращать реализацию по умолчанию (которая доставляет намерение в onHandleIntent()):
Free and open-source software portal CPython - the default implementation of Python, written in C. IronPython - an implementation of Python in C# targeting.NET and Mono.
CPython - основная реализация Python, написанная на C. IronPython - реализация Python C# для платформы.NET и Mono.