05 2014 档案

摘要:1、JSEnhancements 折叠JS和CSS代码http://visualstudiogallery.msdn.microsoft.com/0696ad60-1c68-4b2a-9646-4b5f4f8f2e06/(支持2010)http://visualstudiogallery.msdn.... 阅读全文
posted @ 2014-05-27 10:56 Jack.Y 阅读(258) 评论(0) 推荐(0)
摘要:1、增加表字段 alter table tbsptrustquotdoc(表名) add chargeapplystate(字段名) char(1)(类型) default '1'(默认值)2、修改字段类型 a、数据为空的情况 alter table 表名 modify (字段名 字段类型... 阅读全文
posted @ 2014-05-08 10:14 Jack.Y 阅读(1096) 评论(0) 推荐(0)
摘要:1.登录PL/SQL Developer这里省略Oracle数据库和PL/SQL Developer的安装步骤,注意在安装PL/SQL Developer软件时,不要安装在Program Files (x86)目录下,不然无法启动PL/SQL Developer。奇怪这里为什么选择不到数据库的TNS... 阅读全文
posted @ 2014-05-06 22:48 Jack.Y 阅读(258895) 评论(18) 推荐(25)