摘要:
--创建表 create table TESTTABLE( id1 VARCHAR2(12), name VARCHAR2(32))select t.id1,t.name from TESTTABLE t insert into TESTTABLE (ID1, NAME)values ('1', ' 阅读全文
摘要:
1. 自定义 ref cursor 和 sys_refcursor; 2. sys_refcursor 做为参数传递结果集; 3. ref cursor 做为参数传递结果集; 1. 自定义 ref cursor 和 sys_refcursor: sys_refcursor 不需要声明可以直接使用: 阅读全文
摘要:
Oracle学习之创建数据库(新建实例) Oracle学习之创建数据库(新建实例) 2014年03月03日 22:32:16 阅读数:26454 2014年03月03日 22:32:16 阅读数:26454 阅读数:26454 出处:http://blog.csdn.net/luiseradl/ar 阅读全文
摘要:
又是十月南京阴雨天气 图书馆花了一个多小左右把11g安装折腾好了。其中折腾SQL Developer 花了好长时间,总算搞定了。好了,先总结下安装步骤,希望给后面的童鞋提高安装效率。 相互方便 共同进步! Oracle两个文件有需要的可以留言give you 一、Oracle 下载 注意Oracle 阅读全文
摘要:
建表 create table test_user( id VARCHAR2(12), name VARCHAR2(32), age number(2))select t.id,t.name,t.age from test_user t insert into test_user (ID, NAME 阅读全文
摘要:
前台代码: bindPhoto(e) { var that = this; wx.chooseImage({ count: 1, sizeType: ['original','compressed'],// 指定原图或者压缩图 sourceType: ['album', 'camera'], // 阅读全文
摘要:
Java文件下载的几种方式 public HttpServletResponse download(String path, HttpServletResponse response) { try { // path是指欲下载的文件的路径。 File file = new File(path); / 阅读全文
摘要:
<view style='word-break:break-all;'>{{con.blog}}</view> 阅读全文
摘要:
.div{ width:1000px; height:1000px; border:1px solid red; text-align:center; /*以下两段css代码就是设置图片上下对齐*/ display:table-cell; vertical-align:middle; } 阅读全文
摘要:
console.log(JSON.stringify(that.data.navigator[0].content) + "--____+" + JSON.stringify(that.data.tt)) that.setData({ 'that.data.navigator[0].content' 阅读全文