03 2014 档案

摘要:JRE(Java Runtime Environment)即Java运行环境,是运行JAVA程序所必须的环境的集合,包含各种类库。这里介绍jre的下载 安装 跟环境变量的配置Jre官方下载;http://www.oracle.com/technetwork/java/javase/downloads... 阅读全文
posted @ 2014-03-28 10:24 cnmarkao 阅读(4409) 评论(0) 推荐(1) 编辑
摘要:begindbms_output.put_line('Hello world');dbms_output.put_line('2*3='|| 2*3);—dbms_output.put_line(‘2*3=’|| (2*3))dbms_output.put_line('What''s') ;end;... 阅读全文
posted @ 2014-03-27 15:14 cnmarkao 阅读(299) 评论(0) 推荐(0) 编辑
摘要:下载JDK7或者以上和Oracle SQL Developer;下载地址:http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html这个免费哦!而且和SQL Server SSMS差不多,总... 阅读全文
posted @ 2014-03-19 11:50 cnmarkao 阅读(411) 评论(0) 推荐(0) 编辑
摘要:事务的概念挺简单,要么全执行要么全不执行,就像银行转账,这被奉为经典案例!谈事务必提,我就不提了。事务分显示提交和隐式提交,还有一种自动提交。显示提交必须手动敲入commit或rollback命令。DML必须显示提交,包括的命令:update、insert、delete,这几个很好理解,但selec... 阅读全文
posted @ 2014-03-18 15:58 cnmarkao 阅读(1402) 评论(0) 推荐(0) 编辑
摘要:1.row_number()select row_number() over (order by score desc) as rownumber, aa.examname, aa.studentid, aa.scorefrom( select examname,studentid,score fr... 阅读全文
posted @ 2014-03-17 15:41 cnmarkao 阅读(706) 评论(0) 推荐(0) 编辑
摘要:在SQL Server 2008 SSMS中执行下面的语句:create database test --创建数据库gouse testgocreate table t_random(name nvarchar(10) not null,salary decimal(5,0) not null) -... 阅读全文
posted @ 2014-03-17 14:35 cnmarkao 阅读(476) 评论(0) 推荐(0) 编辑
摘要:之前我的win7下安装ORACLE 10g后,没有注意EM。今天偶尔心血来潮查看了下EM,结果麻烦不断。在网上找了之后需要设置时区,就是修改$ORACLE_HOME/db_1/$HOSTNAME/sysman/config/emd.properties把agentTZRegion的GMT改为Asia... 阅读全文
posted @ 2014-03-03 21:43 cnmarkao 阅读(386) 评论(0) 推荐(0) 编辑

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