--String s = "a" + "b" + "c" + "d";
一共创建了多少个对象?--对于如下代码:String s1 = "a";String s2 = s1 + "b";String s3 = "a" +
"b";System.out.println(s2 == "ab"); // ...
分类:
编程语言 时间:
2014-05-08 20:27:38
阅读次数:
326
第二部分:JSP相关编码设置2.1 JSP页面本身的编码形式pageEncoding
指的是jsp文件本身在本地保存时的编码方式。注意:在eclipse环境下会根据pageEncoding保存的。2.2
服务器端发送字节流的编码是服务器端java程序运行时的输出字节流的编码方式,即服务器端向客户端输...
分类:
其他好文 时间:
2014-05-08 20:25:39
阅读次数:
367
Telerik 支持更改以下控件样式 System.Windows.Button
System.Windows.ScrollViewer System.Windows.CheckBox System.Windows.TextBox
System.Windows.RadioButton Sy...
分类:
Web程序 时间:
2014-05-07 20:10:14
阅读次数:
428
1:打开"记事本",输入这段代码 (注意大小写)class HelloWorld { public
static void main(String args[]) { System.out.println("Hello World"); } } 2:以
He...
分类:
编程语言 时间:
2014-05-07 19:43:54
阅读次数:
367
本文来自:http://msdn.microsoft.com/zh-cn/library/system.data.sqlclient.sqlcommand.executescalar(v=vs.100).aspx执行查询,并返回查询所返回的结果集中第一行的第一列。忽略其他列或行。命名空间:Syste...
分类:
数据库 时间:
2014-05-07 19:18:11
阅读次数:
665
using System;using System.Collections;using
System.Collections.Generic;using System.IO;using System.Linq;using
System.Text;using System.Threading.Task...
分类:
其他好文 时间:
2014-05-07 19:10:55
阅读次数:
387
1.Subclipsehttp://subclipse.tigris.org/update_1.8.xEnabled2.propedithttp://propedit.sourceforge.jp/eclipse/updates/Enabled3.
Mavenhttp://download.ecli...
分类:
系统相关 时间:
2014-05-07 18:47:03
阅读次数:
345
Java eclipse Myeclipse tomcat安装及配置作者:天涯 来源:中国自学编程网
发布日期:1223857747目前,开发Java网页程序,最流行的就是用Myeclipse来进行编程设计。这主要跟该程序的有点有非常大的原因。Myeclipse程序中,有数不尽的原因,但值得向大家推...
分类:
编程语言 时间:
2014-05-07 18:44:24
阅读次数:
353
NMEA协议信息类型为:GPGSV:可见卫星信息GPGLL:地理定位信息GPRMC:推荐最小定位信息GPVTG:地面速度信息GPGGA:GPS定位信息
GPGSA:当前卫星信息1、 Global Positioning System Fix Data(GGA)GPS定位信息$GPGGA,,,,,,....
分类:
其他好文 时间:
2014-05-07 18:31:23
阅读次数:
351
1 private void SetTableLayout()2 {3
this.tableLayoutPanel1.ColumnStyles[0] = 4 new System.Windows.Forms.Co...
分类:
其他好文 时间:
2014-05-07 17:43:04
阅读次数:
313