隐式游标 sql游标 insert delete update select(返回单行记录的查询)引用游标类型 type stucursor is ref cursor;程序包和程序包体 create or replace package pname as procedure p1(b in var ...
分类:
其他好文 时间:
2017-08-18 12:35:00
阅读次数:
126
Two Wrongs Can Make a Right (and Are Difficult to Fix) Allan Kelly CODE NEVER LIES, BUT IT CAN CONTRADICT ITSELF. Some contradictions lead to those “H ...
分类:
其他好文 时间:
2017-08-18 12:30:17
阅读次数:
155
import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; public class ThreadFactory { private static ExecutorService thread... ...
分类:
其他好文 时间:
2017-08-18 11:18:30
阅读次数:
170
这是适配器里面的方法,只需这一点要改就行public View getView(int position, View convertView, ViewGroup parent) { if (position%2==0){ convertView=View.inflate(context,R.lay... ...
分类:
其他好文 时间:
2017-08-18 11:13:47
阅读次数:
183
- JS方法 - 就是一小段JS加到页面中就可以,下面把这段代码贴出来: - CSS方法 - 一、防止图片撑破DIV方法一 原始处理方法是将要展示的图片进行处理。比如你的DIV宽度为500px(像素),那你上传的图片或放入网页的图片宽度就要小于500px,也就是你图片需要图片软件剪切、等比例缩小方法 ...
分类:
其他好文 时间:
2017-08-18 11:05:42
阅读次数:
139
//兴趣爱好,循环取选中的值,拼接 var cks = ""; $(":checkbox:checked").each(function () { cks += $(this).val() + ","; }); cks = cks... ...
分类:
其他好文 时间:
2017-08-18 11:03:24
阅读次数:
135
//在js中写出前后加载的函数 加载层 1 ; !function () { 2 layer.config({//加载扩展模块 3 extend: '../lib/jquery.plugins/layer/extend/layer.ext.js' 4 }); 5 ... ...
分类:
其他好文 时间:
2017-08-18 11:03:16
阅读次数:
794
触发器定义:就是给前期设计擦屁股的东西。 前期设计乱吃东西吃坏肚子了,然后又舍不得动手术,放任拉肚子,拉完之后,拿出触发器把屁股一擦,干净了。 ...
分类:
数据库 时间:
2017-08-18 11:01:18
阅读次数:
179
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 // // Microsoft Data Access Application Block ...
分类:
数据库 时间:
2017-08-18 09:34:01
阅读次数:
137
在重新启动nginx时报socket错误请首先检查默认端口端口问题 nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol) nginx配置腾讯云ssl证书实例 location ~ \ ...
分类:
Web程序 时间:
2017-08-18 00:56:26
阅读次数:
327