首页 > 2017年03月07日 > 全部分享
return sql ret
simple way: --创建procedure create or replace procedure sql_test(out_return out sys_refcursor) is begin open out_return for 'select * from tgp_funds'; e ...
分类:数据库技术   时间:2017-03-07 09:05:57    收藏:0  评论:0  赞:0  阅读:234
2016-2017-2点集拓扑作业讲解视频
ex1-7 ex1-6 ex1-5 ex1-4 ex1-3 ex1-12 ...
分类:其他   时间:2017-03-07 09:05:36    收藏:0  评论:0  赞:0  阅读:212
使用Grafana展示时间序列数据
简介 Grafana是一个独立运行的系统,内置了Web服务器。它可以基于仪表盘的方式来展示、分析时间序列数据。 Grafana支持多种数据源,例如:Graphite、OpenTSDB、InfluxDB、Elasticsearch。你可以混合使用多种数据源。它对Graphite有以下增强的支持: 在U ...
分类:其他   时间:2017-03-07 09:05:16    收藏:0  评论:0  赞:0  阅读:1482
[HDU3518]Boring counting
[HDU3518]Boring counting 试题描述 035 now faced a tough problem,his english teacher gives him a string,which consists with n lower case letter,he must fig ...
分类:其他   时间:2017-03-07 09:05:03    收藏:0  评论:0  赞:0  阅读:248
2017.3.7
1、边框加线的先后顺序会影响效果 border:1px solid #D9E0EE; border-top: 3px solid #FF8400; 2、下拉菜单定位结构? <div class="header"> <div class="logo"><img src="images/logo.gif ...
分类:其他   时间:2017-03-07 09:04:50    收藏:0  评论:0  赞:0  阅读:323
前端学习笔记--HTTP缓存
原文地址:https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching?hl=zh-cn 缓存并重用之前获取的资源的能力是性能优化的一个关键方面。 每个浏览器 ...
分类:Web开发   时间:2017-03-07 09:04:33    收藏:0  评论:0  赞:0  阅读:221
NET Core WordPress
NET Core 上运行的 WordPress 在.NET Core 上运行的 WordPress,无需安装PHP既可跨平台运行WordPress。 在Peachpie中实现PHP所需的功能数月后,现在终于可以运行一个真实的应用程序:WordPress。 本文是基于Peachpie https:// ...
分类:Web开发   时间:2017-03-07 09:04:21    收藏:0  评论:0  赞:0  阅读:333
transform对定位元素的影响
1、基本概念 absolute:生成绝对定位的元素,相对于除position:static 定位以外的第一个有定位属性的父元素进行定位,若父元素没有定位属性则相对于浏览器窗口的左上角定位,定位的元素不再占据文档的空间。 relative:生成相对定位的元素,相对于其正常位置进行定位,定位的元素仍然占 ...
分类:其他   时间:2017-03-07 09:03:54    收藏:0  评论:0  赞:0  阅读:320
java===数组工具类创建,并使用eclipse导出说明文档.html
Export==java==javadoc==next==添加javadoc路径==finish 文档格式没出错就可以创建成功了!!! ...
分类:编程语言   时间:2017-03-07 09:03:36    收藏:0  评论:0  赞:0  阅读:317
[Django] The admin interface
Now let's see how to access admin interface. 1. Create a super user which can access admin interface: 2. Inside admin.py, we import the Models we have ...
分类:其他   时间:2017-03-07 09:03:10    收藏:0  评论:0  赞:0  阅读:221
495. Teemo Attacking
In LLP world, there is a hero called Teemo and his attacking can make his enemy Ashe be in poisoned condition. Now, given the Teemo's attacking ascend ...
分类:其他   时间:2017-03-07 09:02:48    收藏:0  评论:0  赞:0  阅读:197
第一篇 css导入方式 及选择器
一 推荐资料 推荐书籍 css Zen Garden 中文(css禅意花园) 二、css样式 1、css样式表特征 继承性 大多数css的样式规则可以被继承 层叠性 1)可以定义 多个样式 2)不冲突的时候,多个样式表中的样式可层叠为一个 优先级 样式定义冲突的时候,按照不同的样式规则的优先级来用用 ...
分类:Web开发   时间:2017-03-07 09:02:14    收藏:0  评论:0  赞:0  阅读:678
闭关修炼——six——Spring
day3: 基于aspectj的注解aop:会用 Spring的jdbcTemplate操作: 为什么会有jdbcTemplate(jdbc):做项目中尽量少用其它技术就能实现功能,不单单是 jdbc的封装 ,spring对不同的持久化层技术都进行封装 jdbcTemplate使用和 dbutils ...
分类:编程语言   时间:2017-03-07 09:01:51    收藏:0  评论:0  赞:0  阅读:228
在不同的页面之间通过查询字符串传递信息
最近在做项目,遇到了两个页面之间如何传递信息,如何沟通的问题,困扰了我一段时间,今天在浏览其他的网站时,发现了一些网站使用在url后面以传递字符串的形式来传递信息,觉得很有意思,所以这里希望总结一下,并运用在项目中。 第一步:问题分析 在首页有这样一部分内容,当点击三个图片(或对应的文字)时,都会跳 ...
分类:其他   时间:2017-03-07 09:01:26    收藏:0  评论:0  赞:0  阅读:334
370. Range Addition
Assume you have an array of length n initialized with all 0's and are given k update operations. Each operation is represented as a triplet: [startInd ...
分类:其他   时间:2017-03-07 09:00:59    收藏:0  评论:0  赞:0  阅读:229
balanced-binary-tree
Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binary tree in which the dept ...
分类:其他   时间:2017-03-07 09:00:44    收藏:0  评论:0  赞:0  阅读:259
531. Lonely Pixel I
Given a picture consisting of black and white pixels, find the number of black lonely pixels. The picture is represented by a 2D char array consisting ...
分类:其他   时间:2017-03-07 09:00:26    收藏:0  评论:0  赞:0  阅读:231
2015级同学建立技术博客
deadline 2017-03-31 12:00am 1、建立个人技术博客 在www.cnblogs.com上注册开设个人博客。 2、关于为何写技术博客请参考下述链接: http://www.cnblogs.com/rocedu/p/5145864.html http://www.cnblogs. ...
分类:其他   时间:2017-03-07 09:00:05    收藏:0  评论:0  赞:0  阅读:217
BZOJ 1502:月下柠檬树
BZOJ 1502:月下柠檬树 题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1502 题目大意:给出一棵有圆台构成的树以及一个平行光源,问树的阴影面积. 计算几何 Simpson积分 第一次写计算几何题,一直wa...明天补 ...
分类:其他   时间:2017-03-07 08:59:51    收藏:0  评论:0  赞:0  阅读:208
merge-two-sorted-lists
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solu... ...
分类:其他   时间:2017-03-07 08:59:09    收藏:0  评论:0  赞:0  阅读:212
1143条   上一页 1 ... 44 45 46 47 48 ... 58 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!