06 2016 档案

摘要:package come.hanqi.test; public class YhBean { private String username; private String password; private String email; private String dizhi; public String getUsername() { ... 阅读全文
posted @ 2016-06-30 20:22 ①乷壹迣鎅 阅读(4357) 评论(0) 推荐(0) 编辑
摘要:package come.hanqi.test; public class XsBean { private String name; public String getName() { return name; } public void setName(String name) { this.n 阅读全文
posted @ 2016-06-29 16:41 ①乷壹迣鎅 阅读(6770) 评论(0) 推荐(0) 编辑
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2016-06-29 08:42 ①乷壹迣鎅 阅读(249) 评论(0) 推荐(0) 编辑
摘要:登录界面 用户名 密码&nbsp&nbsp&nbsp&nbsp 接收界面 显示界面 您的账号是: 您的密码是: 阅读全文
posted @ 2016-06-27 18:38 ①乷壹迣鎅 阅读(5426) 评论(0) 推荐(0) 编辑
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2016-06-27 09:48 ①乷壹迣鎅 阅读(1685) 评论(1) 推荐(0) 编辑
摘要:Insert title here 名称: 密码: Insert title here Insert title here 账号密码输入错误 阅读全文
posted @ 2016-06-25 09:32 ①乷壹迣鎅 阅读(10246) 评论(1) 推荐(0) 编辑
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="java.text.*" %> <%@ page import="java.util.*" 阅读全文
posted @ 2016-06-24 09:05 ①乷壹迣鎅 阅读(243) 评论(0) 推荐(0) 编辑
摘要:Insert title here "; }%> 阅读全文
posted @ 2016-06-23 18:28 ①乷壹迣鎅 阅读(436) 评论(0) 推荐(0) 编辑
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2016-06-22 17:00 ①乷壹迣鎅 阅读(1078) 评论(0) 推荐(0) 编辑
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2016-06-22 16:20 ①乷壹迣鎅 阅读(612) 评论(0) 推荐(0) 编辑
摘要:package come.hanqi.test; import java.sql.*; import java.util.Scanner; public class Shujuku { public static void main(String[] args) { Connection conn = null; try { ... 阅读全文
posted @ 2016-06-21 10:47 ①乷壹迣鎅 阅读(440) 评论(0) 推荐(0) 编辑
摘要:SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数;SQL> select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual; A A ZERO SPACE 65 97 48 32 2.CHR  阅读全文
posted @ 2016-06-15 16:25 ①乷壹迣鎅 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-06-15 16:11 ①乷壹迣鎅 阅读(106) 评论(0) 推荐(0) 编辑
摘要:1、 查询Student表中的所有记录的Sname、Ssex和Class列。 2、 查询教师所有的单位即不重复的Depart列。 3、 查询Student表的所有记录。 4、 查询Score表中成绩在60到80之间的所有记录。 5、 查询Score表中成绩为85,86或88的记录。 6、 查询Stu 阅读全文
posted @ 2016-06-12 20:57 ①乷壹迣鎅 阅读(161) 评论(0) 推荐(0) 编辑
摘要:GUID (全局唯一标识符) 全局唯一标识符(GUID,Globally Unique Identifier)是一种由算法生成的二进制长度为128位的数字标识符。GUID主要用于在拥有多个节点、多台计算机的网络或系统中。在理想情况下,任何计算机和计算机集群都不会生成两个相同的GUID。GUID 的总 阅读全文
posted @ 2016-06-11 20:14 ①乷壹迣鎅 阅读(115) 评论(0) 推荐(0) 编辑
摘要:-- Create table create table T_STUDENT ( sno VARCHAR2(3) not null, sname VARCHAR2(8) not null, ssex VARCHAR2(2) not null, sbirthday DATE, class VARCHAR2(5) ) tablespace U... 阅读全文
posted @ 2016-06-07 18:14 ①乷壹迣鎅 阅读(178) 评论(0) 推荐(0) 编辑
摘要:随便选择两个城市作为预选旅游目标。实现两个独立的线程分别显示10次城市名,每次显示后休眠一段随机时间(1000ms以内),哪个先显示完毕,就决定去哪个城市。分别用Runnable接口和Thread类实现。 阅读全文
posted @ 2016-06-03 20:17 ①乷壹迣鎅 阅读(217) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示