Her izinin bir rakamsal değeri vardır bunlar read için 4, write için 2 ve execute için 1 dir.
Each digit represents the access allowed and is the sum of 4 for read, 2 for write, and 1 for execute.
Örnek olarak, CLR bu bölümleri okuyacak ve runtime esnasında sınıfları nasıl yükleyeceğine ve kodunuzu nasıl execute edeceğine karar verecektir.
For example, the CLR will read these sections and determine how to load classes and execute your code at runtime.
Şimdi bu dosyaya Execute izni vermeliyiz.
So we want to give executable permission for this file.
Yeni komutları kontrol ettikten sonra, programlayıcı aktif komutlar listesinden geçer ve her komutta execute () ve isFinished () yöntemlerini çağırır.
After checking for new commands, the scheduler proceeds through the list of active commands and calls the execute() and isFinished() methods on each command.
Semantikler genellikle kanca tekniği adıyla iletilir (örneğin, Komuta'da, strateji execute () olarak adlandırılır).
Semantics is typically expressed in the hook method name (for example, in the Command, the method is called execute()).
Android Studio çalıştırmak için, terminalden android-studio/bin/ kısmına girip execute(çalıştır) studio.sh.
To launch Android Studio, navigate to the android-studio/bin/ directory in a terminal and execute studio.sh.
+ 'No commands to execute.' => 'İşletilmek için komut yok.',
Autolisp command to execute"." for none[]
Her komutun, bazı çalışma yapan bir execute () yöntemi ve tamamlandığını söyleyen isFinished () yöntemi vardır.
Each command has an execute() method that does some work and an isFinished() method that tells if it is done.
Yukarıdaki komut satırı ile "addition" isminde, "dotnetcore-env" environment'ını kullanan ve "FissionFunction" class'ını execute edecek bir function tanımlamış olduk.
With the above command line, we have defined a function called "addition" that uses the "dotnetcore-env" environment and will execute the "FissionFunction" class.
bindParam() - Bu metod execute() metoduna ulaşıldığında veriyi değerlendirir.
bindParam() - This method evaluates data when the execute() method is reached.
Yukarıdaki örneklerde execute(), executeQuery(), executeUpdate() gibi bir kaç farklı metod kullandım.
In Statement class, there's a bunch of methods such as execute(), executeQuery(), executeUpdate()
Eğer tablo bir EXECUTE komutu ile oluşturuluyorsa, bir sütun listesi belirtilemez.
If the table is created from an EXECUTE command, a column name list cannot be specified.