Cilium v1.6 Documentation
Cilium? Cilium is open source software for transparently securing the network connectivity between application services deployed using Linux container management platforms like Docker and Kubernetes. At the the Linux kernel, Cilium security policies can be applied and updated without any changes to the application code or container configuration. Why Cilium? The development of modern datacenter applications shifted to a service-oriented architecture often referred to as microservices, wherein a large application is split into small independent services that communicate with each other via APIs using lightweight0 码力 | 734 页 | 11.45 MB | 1 年前3Go 101 (Golang 101) v1.21.0
values n memory are implementation-specific. Generally, The size of int and uint values are 4 on 32-bit architectures, and 8 on 64- bit architectures. The size of uintptr value must be large enough to OSes, but invalid on 32- bit OSes. For each uint value has only 32 bits on 32-bit OSes. (1 << 64) - 1 is not representable as 32-bit values. (Here, << is bitwise-left-shift operator.) const MaxUint uint = similar method can be used to get the number of bits of a native word, and check the current OS is 32-bit or 64-bit. // NativeWordBits is 64 or 32. const NativeWordBits = 32 << (^uint(0) >> 63) const Is64bitOS0 码力 | 610 页 | 945.17 KB | 1 年前3Go 101 (Golang 101) v1.21.0
values n memory are implementation-specific. Generally, The size of int and uint values are 4 on 32-bit architectures, and 8 on 64-bit architectures. The size of uintptr value must be large enough to OSes, but invalid on 32- bit OSes. For each uint value has only 32 bits on 32-bit OSes. (1 << 64) - 1 is not representable as 32-bit values. (Here, << is bitwise-left-shift operator.) 1| const MaxUint uint similar method can be used to get the number of bits of a native word, and check the current OS is 32-bit or 64-bit. 1| // NativeWordBits is 64 or 32. 2| const NativeWordBits = 32 << (^uint(0) >> 63)0 码力 | 880 页 | 833.34 KB | 1 年前3PyArmor Documentation v6.2.7
information of one obfuscated package How to protect data files Examples Obfuscating and Packing PyQt Application Running obfuscated Django site with Apache and mod_wsgi Using Project Managing Obfuscated Scripts dist/license.lic The special key 1 means current Python interpreter. Note Do not use this feature in 32-bit Windows, because the bind key is different in different machine, it may be changed even if python build_data_module.py data.txt > data.py Examples Here are some examples. Obfuscating and Packing PyQt Application There is a tool easy-han based on PyQt. Here list the main files: config.json main.py ui_main0 码力 | 159 页 | 123.91 KB | 1 年前3PyArmor Documentation v6.3.1
information of one obfuscated package How to protect data files Examples Obfuscating and Packing PyQt Application Running obfuscated Django site with Apache and mod_wsgi Using Project Managing Obfuscated Scripts dist/license.lic The special key 1 means current Python interpreter. Note Do not use this feature in 32-bit Windows, because the bind key is different in different machine, it may be changed even if python build_data_module.py data.txt > data.py Examples Here are some examples. Obfuscating and Packing PyQt Application There is a tool easy-han based on PyQt. Here list the main files: config.json main.py ui_main0 码力 | 161 页 | 124.89 KB | 1 年前3Computer Programming with the Nim Programming Language
"Learning by doing" is not bad. However, in computer science, starting with a larger example application can be overwhelming, as you have to learn a lot of things simultaneously. It may work for you only examples in which you may not be really interested: Of course, we can create a simple chat application, a simple Twitter clone, and do some basic web scraping using async/await. Or create a basic development of web-based software using the Nim programming language, including a simple chat application and the foundation of a microblogging and social networking service. You may also consult the0 码力 | 865 页 | 7.45 MB | 1 年前3Computer Programming with the Nim Programming Language
"Learning by doing" is not bad. However, in computer science, starting with a larger example application can be overwhelming, as you have to learn a lot of things simultaneously. It may work for you only examples in which you may not be really interested: Of course, we can create a simple chat application, a simple Twitter clone, and do some basic web scraping using async/await. Or create a basic development of web-based software using the Nim programming language, including a simple chat application and the foundation of a microblogging and social networking service. You may also consult the0 码力 | 784 页 | 2.13 MB | 1 年前3Cilium v1.7 Documentation
Cilium? Cilium is open source software for transparently securing the network connectivity between application services deployed using Linux container management platforms like Docker and Kubernetes. At the the Linux kernel, Cilium security policies can be applied and updated without any changes to the application code or container configuration. Why Cilium? The development of modern datacenter applications shifted to a service-oriented architecture often referred to as microservices, wherein a large application is split into small independent services that communicate with each other via APIs using lightweight0 码力 | 885 页 | 12.41 MB | 1 年前3Cilium v1.5 Documentation
kube-system You should see that nodes are in Ready state and Cilium pods are in Running state Demo Application Follow this link [h�ps://cilium.readthedocs.io/en/stable/ge�ngstarted/minikube/#step-2- deplo Using Minikube as the simplest way to set up a Kubernetes cluster with Cilium. Deploy the Demo Application Now that we have Cilium deployed and kube-dns opera�ng correctly we can deploy our demo applica�on Using Minikube as the simplest way to set up a Kubernetes cluster with Cilium. Deploy the Demo Application DNS-based policies are very useful for controlling access to services running outside the Kubernetes0 码力 | 740 页 | 12.52 MB | 1 年前3PyArmor Documentation v5.5.7
init config build info check banchmark register download Examples Obfuscating and Packing PyQt Application When Things Go Wrong Segment fault Could not find _pytransform The license.lic generated doesn’t to one file and in advanced mode: pyarmor pack -e " --onefile" -x " --advanced" foo.py If the application name is changed by passing option -n of PyInstaller, the option -s must be specified at the same pyarmor download --list linux32 Examples Here are some examples. Obfuscating and Packing PyQt Application There is a tool easy-han based on PyQt. Here list the main files: config.json main.py ui_main0 码力 | 104 页 | 85.70 KB | 1 年前3
共 628 条
- 1
- 2
- 3
- 4
- 5
- 6
- 63