Examples of using Statically in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Compile PHP statically into Apache.
We would like toemphasize that extension functions are dispatched statically.
Data was first statically presented to users.
With all that said and done, Scala is still a statically typed language.
Dhclient is statically linked and resides in/sbin.
People also translate
The Crystal programming language is a statically typed Ruby variant.
Workloads were statically bound to a private cloud or public clouds.
The test function has one local parameter and one statically allocated buffer.
Go builds statically linked binaries which means Doozer has no external dependencies;
As we know, Java is statically a type language.
First, atypical of most such“little languages”[2], Sawzall is statically typed.
If you attempt to do this in a statically typed language(such as Java or C), an error will be thrown.
In this case,recursive calls to the function also have access to the(single, statically allocated) variable.
Scala is a different story- it is a statically typed language- and we have learned a lot from Scala's design.
The big three contains two dynamically typed languages(Groovy, Clojure) and one statically typed language(Scala).
If the IP address is set statically, verify that the guest operating system has an address on the correct virtual network.
The simplest solutionis to segment your user address space and statically"assign" a number of IP addresses to each gateway.
In 2001, Python added statically nested scopes, which allow lambda functions to capture variables defined in enclosing functions:.
Twenty years ago there were mixed languages that would allow using the dot notation torequest some code fragments to call dynamically and some statically.
A static variableis a variable that has been allocated statically and whose lifetime extends across the entire run of the program.
It's statically typed so, unlike with JavaScript, the engine doesn't need to speculate during compilation about what types will be used.
It is a practical language, which is statically typed with type inference, but also supports dynamic typing when required.
It is a statically typed functional language more similar to Haskell than C, but without the head-scratching complexity of Haskell.
This is key to Julia's ability to statically infer and compile code to run fast, without the usual JIT tricks and overhead.
In most statically typed languages, the input and output types of functions and local variables ordinarily must be explicitly provided by type annotations.
On the other hand, the i and length variables are statically typed integer variables, that can only have integer values in the entire program execution.
Linking[name of your program] statically or dynamically with other modules is making a combined work based on[name of your program].
For example, Java is statically typed, but certain operations require the support of runtime type tests, which are a form of dynamic typing.
Since PHP 4.3.0 OpenSSL support must be statically compiled into PHP, since PHP 5.0.0 it may be compiled as a module or statically.
The load command also supports packages that are statically linked with the application, if those packages have been registered by calling the Tcl_StaticPackage procedure.