2018年4月4日

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApp1 8 { 9 class Program 10 { 11 ... 阅读全文
posted @ 2018-04-04 17:59 三盛乙烯 阅读(179) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static void Main(string[] ... 阅读全文
posted @ 2018-04-04 17:53 三盛乙烯 阅读(108) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static void Main(string[] ... 阅读全文
posted @ 2018-04-04 17:12 三盛乙烯 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApp1 8 { 9 class Program 10 { 11 ... 阅读全文
posted @ 2018-04-04 10:48 三盛乙烯 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApp1 8 { 9 class Program 10 { 11 ... 阅读全文
posted @ 2018-04-04 10:23 三盛乙烯 阅读(146) 评论(0) 推荐(0) 编辑

2018年4月3日

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApp1 8 { 9 class Program 10 { 11 ... 阅读全文
posted @ 2018-04-03 18:20 三盛乙烯 阅读(88) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static void Main(string[] ... 阅读全文
posted @ 2018-04-03 17:55 三盛乙烯 阅读(95) 评论(0) 推荐(0) 编辑

2018年3月13日

摘要: 再新建一个demo.js文件. alert("Hello World"); 阅读全文
posted @ 2018-03-13 13:15 三盛乙烯 阅读(71) 评论(0) 推荐(0) 编辑

2018年3月12日

摘要: scott用户的密码不对,进入管理员用户,修改scott用户密码即可 或者这样修改密码:在运行栏里面敲:sqlplus(空格)/nolog 回车接着在弹出框里面敲:conn sys/password as sysdba回车提示已连接最后敲:alter user scott identified by 阅读全文
posted @ 2018-03-12 17:38 三盛乙烯 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1 --建表 2 --student表+注释 3 create table student( 4 sno varchar2(3) not null, 5 sname varchar2(9) not null, 6 ssex varchar2(3) not null, 7 sbirthday date, 8 ... 阅读全文
posted @ 2018-03-12 12:56 三盛乙烯 阅读(131) 评论(0) 推荐(0) 编辑

导航