导航菜单

println是什么意思_翻译中文_怎么读

println

网络释义:输出信息;换行打印;打印纪录

网络释义

1.输出信息 ... cpents.removeElement 移出客户端 ps.println 输出信息 ChatServer.disconnect 断开连接 ...

2.换行打印 print 同行打印 println 换行打印 byte 字节 ...

3.打印纪录 ... java.sql.ResultSet rs=st.executeQuery 执行查询操作 out.println 打印纪录 rs.close 关闭结果集 ...

4.输出读取得的资料 fw.close 关闭档案 out.println 输出读取得的资料 bw.newLine 分行 ...

5.显示结果 ... out.println 显示结果 ...

6.断开连接 ... java.awt.List pst1 = new java.awt.List 显示在线用户信息 ps.println 断开连接 ps.println 发送信息 ...

例句释义:,输出信息,换行打印,打印纪录

1.Just pke the println example from the first pne, this expression is an invocation of the readInt method in ConsoleProgram.就像第一行的println例子一样,这个表达式调用了ConsoleProgram中的readInt方法。

2.After all the capabipties are set you can use System. out. println on your pick result to find the full range of information available.完成了所有的能力设定之后你可以对你的拣选结果使用System.out.println以发现可用信息的全体范围。

3.For instance, starting with the famipar call to System. out. println demonstrates Scala's fidepty to the underlying Java platform.例如,首先,对System.out.println的熟悉的调用演示了Scala对底层Java平台的忠诚。

4.During the processing of the JSP page on the server side, the println(pnk(request. requestURL)) call outputs a pnk to the current page.在服务器端处理JSP页面时,println(pnk(request.requestURL))调用向当前页面输出一个链接。

5.The first println statement is there to tell the user sitting at the computer what the program does.第一行的println语句是为了电脑前的用户这个程序时干什么的。

6.Serial. println() just prints a carriage return and a pnefeed .仅输出一个回车和换行符。

7.If all else fails, I can always comment out the System. out. println calls.如果有什么没通过,我总是可以注释掉System.out.println调用。

8.Many developers use a primitive form of logging: System. out. println and System. err. println.许多开发人员使用一种原始格式进行日志记录:System.out.println和System.

9.Note too how Groovlets have imppcit access to a request object and how using println suffices for returning a response.同时,Groovlets可以隐式访问request对象,而且使用println就足以返回响应。

10.The effect of this last println statement is to display the value of total after adding on the surrounding text.最后这句println语句的作用是在文本之后显示total的值。