Vertaling van "class file" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
A namespace refers to a logical grouping of some class names so that they can be differentiated from other class names even if their names are the same, while path alias is used to refer to a class file or directory.
Przestrzeń nazw wskazuje na logiczną grupę nazw klas, tak, że mogą one zostać odróżnione od innych klas, nawet jeśli ich nazwy są identyczne, podczas gdy alias jest używany do wskazywania pliku klasy bądź też katalogu.
templates/default/widget.php: the default code template for generating a widget class file.
Klasa ta zawiera główną logikę generowania default/widget.php: domyślny kod szablonu do generowania pliku klasy widżetu.
To use a generic component, we first need to include its class file by using
Aby używać generycznych komponentów, najpierw musimy dołączyć ich plik klasy używając
Therefore, using diamond with anonymous inner classes is not supported since doing so in general would require extensions to the class file signature attribute to represent non-denotable types, a de facto JVM change.
Dlatego używanie konstrukcji diamentowej z wewnętrzną klasą anonimową nie jest wspierane, ponieważ generalnie wymagałoby to rozszerzenia podpisu pliku klasy do reprezentacji typów nieoznaczonych, czyli de facto zmiany wirtualnej maszyny Javy.
Tip: By convention, the name of a class file must be the same as the corresponding class name suffixed with the extension.php.
Wskazówka: Dla wygody, nazwa pliku klasy musi być taka sama jak odpowiadająca mu nazwa klasy i zakończona rozszerzeniem.php.
Step 9: Enter a name of the class file and enable 'public static void main' as shown below.
Krok 9: Podaj nazwę pliku klasy i umożliwić "public static void main", jak pokazano poniżej.
In our example, we only need to create one CCodeFile object that represents the widget class file being generated.
W naszym przykładzie musimy jedynie utworzyć obiekt CCodeFile, który reprezentuje plik klasy widżetu, który zostanie wygenerowany.
Step 4: Now that we have our User Model ready to hold the data, we will create a class file Users.cs which will contain methods for viewing users, adding, editing and deleting users.
Krok 4: Teraz, gdy mamy nasz model obsługi gotowy do przechowywania danych, stworzymy plik klasy Users.cs który będzie zawierał sposoby oglądania użytkowników, dodawanie, edycję i usuwanie użytkowników.
For example, an alias can be passed to Yii::createComponent() to create an instance of the corresponding class, even if the class file was not included previously.
Na przykład, alias może zostać przekazany do metody Yii::createComponent() w celu utworzenia instancji klasy komponentu, nawet jeśli plik klasy nie był dołączony wcześniej.
Create a java class file SendEmail, the contents of which are as follows
Tworzenie pliku klasy java SendEmail, którego treść przedstawiają się następująco
Compile both the class files and execute the TikaGUI.java class file, it opens the following window.
Skompilować oba pliki klas i uruchomić plik klasy TikaGUI.java, otwiera się następujące okno.
The "C" prefix is no longer used in class names. The naming scheme now follows the directory structure. For example, yii\web\Request indicates that the corresponding class file is web/Request.php under the Yii framework folder.
Prefiks "C" nie jest już używany w nazwach, a sam schemat nazewnictwa odpowiada teraz strukturze folderów - dla przykładu yii\web\Request wskazuje, że plik klasy to web/Request.php znajdujący się w folderze frameworka Yii.
Step 4: Added tables to class file.
Krok 4: Dodano tabel do pliku klasy.