码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
java 基础
goto const在java中没有意义,但也不能用,也被叫做“保留字”。main、String、System等不是关键字。变量 不能数字开头,不能是关键字 @不行java区分大小写 { int a = 0; } int a = 8; 作用域,{}声明一个代码块。long长整型.比较特殊后面加个L ...
分类:编程语言   时间:2018-05-21 00:03:41    阅读次数:208
Provided id of the wrong type for class pojo.Books. Expected: class java.lang.Integer, got class java.lang.Long
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment). log4j:WARN Please initialize the log4j system properly. Exception i ...
分类:编程语言   时间:2018-05-20 00:12:15    阅读次数:492
Who is Donald Trump?
Well, I know this topic is a little bit old. But I am writing this blog to basically show how I see Trump and help those who haven't heard of Trump be ...
分类:其他好文   时间:2018-05-19 15:48:24    阅读次数:437
【未完】Java--线程之间的通信
不带生产者和消费者之间的通信: 1 2 class SynchronizedMethods{ 3 int d; 4 synchronized void getDate() { 5 System.out.println("Got data:"+d); 6 } 7 synchronized void p ...
分类:编程语言   时间:2018-05-18 16:51:17    阅读次数:232
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:37:07    阅读次数:100
函数定义与使用
import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-60 ...
分类:其他好文   时间:2018-05-16 22:30:57    阅读次数:132
hdthtdhtdhgtd
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 import turtle turtle.setup(600,400,0,0) turtle.bgcolor('r... ...
分类:其他好文   时间:2018-05-16 22:22:32    阅读次数:143
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:21:38    阅读次数:111
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:18:27    阅读次数:206
the Way of Python Day 2
today,i got lots of knowledge of python ,like how to get the maximum value of three numbers. similarly i already was able to write a program of how to ...
分类:编程语言   时间:2018-05-16 19:43:50    阅读次数:229
1592条   上一页 1 ... 58 59 60 61 62 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!