USE [DataCenter_BaoTou_Collect]GO/****** Object: UserDefinedFunction [dbo].[fn_GetQuanPin] Script Date: 10/14/2015 17:11:06 ******/SET ANSI_NULLS ...
分类:
其他好文 时间:
2015-10-15 20:15:14
阅读次数:
193
class Project < ActiveRecord::Base has_many :tasks def self.all_names find(:all).collect(&:name) endend一个&符号后面跟着一个名字叫做to_proc,是rails对ruby的一点功能补充...
分类:
其他好文 时间:
2015-10-14 00:10:20
阅读次数:
163
实现方式1、引入UGUI自带的事件系统 UnityEngine.EventSystems2、为我们的类添加接口 IBeginDragHandler, IDragHandler, IEndDragHandler 1 using UnityEngine; 2 using System.Collect.....
分类:
其他好文 时间:
2015-10-06 20:44:55
阅读次数:
1029
http://www.jeasyui.com/tutorial/app/crud.phpIt has become a common necessily for web application to collect data and manage it properly. CRUD allows u...
分类:
移动开发 时间:
2015-09-29 22:05:58
阅读次数:
501
Problem DescriptionMany years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , su...
分类:
其他好文 时间:
2015-09-23 21:18:03
阅读次数:
214
Postman-简单使用Postman-进阶使用管理请求保存请求-添加“打开百度首页请求”设置请求方式为Get,地址为www.baidu.com.点击右侧保存按钮在弹出的保存请求中设置保存的内容。Collections:百度,Request name:打开百度首页。点击“Add to Collect...
分类:
其他好文 时间:
2015-09-20 01:38:12
阅读次数:
149
Bulk collect当没有数据抛出异常跟implicit cursor 处理不一样。先看一下implicit cursor的处理吧:cl scr;DECLARE l_descr hardware.descr%type;BEGIN SELECT descr INTO l_descr FROM .....
分类:
其他好文 时间:
2015-09-19 06:07:49
阅读次数:
178
上一篇讲到了调用集锦,这篇关注一下性能问题吧。DECLARE CURSOR c_tool_list IS SELECT descr d1 FROM hardware; l_descr hardware.descr%type;BEGIN OPEN c_tool_list; LOOP ...
分类:
其他好文 时间:
2015-09-19 01:02:31
阅读次数:
340
事先申明,本文所有示例都皆源于《Expert PL SQL Practices》这本电子书的第六章。小陈觉得在学习PLSQL的过程中,将来或许会用到,在此笔记一番。正文如下: 首先准备基础数据吧 HARDWARE 表。 表结构如图所示: 然后插入1,000,000条数据吧。这里不得不说,PLSQL里...
分类:
数据库 时间:
2015-09-18 01:59:44
阅读次数:
410
一、效果展示二、思路分析 1> 布局的基本流程 当设置好collectionView的布局方式之后(UICollectionViewFlowLayout),当系统开始布局的时候,会调用 prepareLayout 来布局 - (void)prepareLayout; 与此同时,collect...
分类:
移动开发 时间:
2015-09-18 01:56:39
阅读次数:
513