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