码迷,mamicode.com
首页 >  
搜索关键字:world    ( 10945个结果
以16进制的形式查看java class二进制文件
首先创建java文件 HelloWorld.java public class HelloWorld { public static void main(String[] args) { String s = "Hollo World"; } } 编译 javac HelloWorld.java 生 ...
分类:编程语言   时间:2020-07-15 23:16:19    阅读次数:110
495. Teemo Attacking
In LOL world, there is a hero called Teemo and his attacking can make his enemy Ashe be in poisoned condition. Now, given the Teemo's attacking ascend ...
分类:其他好文   时间:2020-07-15 15:50:01    阅读次数:61
Docker 学习记录(记录中......)
概念介绍 使用Docker启动Hello World 常用命令 查看命令清单直接输入docker或者是docker help 可以查看其所有支持命令的命令清单,如下:[root@ecs-8fdd-0004 docker]# dockerUsage: docker [OPTIONS] COMMANDA... ...
分类:其他好文   时间:2020-07-15 15:13:33    阅读次数:63
逆向工程hello-world
首先采用VS2019进行windows的message函数编程,实现一个message窗口。 具体代码如下: #include<Windows.h> int CALLBACK WinMain( _In_ HINSTANCE hInstance, _In_ HINSTANCE hPrevInstanc ...
分类:其他好文   时间:2020-07-15 10:44:18    阅读次数:63
JavaScript简单入门
JavaScript JavaScript是一门世界上最流行的脚本语言 1、JS基础 1、JS的两种引入方式 1.1、内部标签 <script> alert("hello world"); </script> 1.2、外部引入 abc.js alert("hello world"); heml文件 ...
分类:编程语言   时间:2020-07-13 21:35:06    阅读次数:69
字符串的大小写转换。
String str3 = "helloworld"; System.out.println(str3.substring(3)); System.out.println(str3.substring(2, 8)); String[] arr = str3.split("ow"); for (Str ...
分类:其他好文   时间:2020-07-13 18:43:15    阅读次数:62
Docker化的java应用
什么是docker docker历史 2010 dotCloud PAAS 2013 docker开源 2014.6 Docker1.0 Docker is the world's leading software containerization platform. Docker公司开发,开源,托 ...
分类:编程语言   时间:2020-07-13 18:12:31    阅读次数:64
如何利用 JDK 编译和运行程序
1.前言 JDK (Java Development Kit)是由Sun公司提供给Java程序猿的开发工具包,处理提供必要的运行环境,主要的的提供工具是编译和运行,也就是javac 和 java。 2.使用javac 和java 前提:JDK的系统环境配置完好 测试:一个入门java程序:Hello ...
分类:其他好文   时间:2020-07-13 15:33:21    阅读次数:85
Docker学习记录 - 构建镜像
一、 编写程序 二 、编译成可执行文件 三、编写Dockerfile 四、构建镜像 五、查看镜像 六、运行镜像 参考资料: 根据Dockerfile创建hello docker镜像 Docker image创建之Hello world ...
分类:其他好文   时间:2020-07-13 13:28:06    阅读次数:54
PHP复习题(选择题)
PHP复习题(选择题) 1. 如何使用 PHP 输出 “hello world”? A. "Hello World"; B. echo "Hello World"; C. Document.Write("Hello World"); 答案:B 2. 下面代码执行结果是? <?php FUNCTION ...
分类:Web程序   时间:2020-07-13 09:41:59    阅读次数:834
10945条   上一页 1 ... 36 37 38 39 40 ... 1095 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!