摘要:
类型值的范围和占用字节类型声明符Short(短整型)-32768---32767(2字节,16位)Integer(整型)-2147483648---2147483647(4字节)%Long(长整型)-9223372036854775808-9223372036854775808(8字节)&Single(单精度型)1.4E-45---3.4E38(4个字节)!Double(双精度弄)(8个字节)#Decimail(大浮点数)(16个字节)@Byte(字节型)0~255(1个字节)String(字符串型)依实际占用空间而定最多20亿个... 阅读全文
posted @ 2012-05-18 10:51
几米的理想
阅读(256)
评论(0)
推荐(0)
摘要:
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress1 If Char.IsDigit(e.KeyChar) Or e.KeyChar = Chr(8) Or e.KeyChar = "." Then2 If e.KeyChar = "." And InStr(TextBox1.Text, ".") > 0 Then3 e. 阅读全文
posted @ 2012-05-18 08:55
几米的理想
阅读(107)
评论(0)
推荐(0)

浙公网安备 33010602011771号