疑问? Oracle普通的B树索引是升序还是降序? 一、测试创建对象 SQL> create table a as select * from dba_objects; Table created. SQL> create index a_id on a(object_id); Index crea ...
分类:
数据库 时间:
2020-07-05 17:08:37
阅读次数:
73
[Git 中文开发手册git verify-pack (Plumbing Commands) - Git 中文开发手册命名git-verify-pack - 验证打包的Git存档文件概要git verify-pack [-v|--verbose] [-s|--stat-only] [--] .idx... ...
分类:
其他好文 时间:
2020-07-05 13:15:35
阅读次数:
100
底层命令 git对象 git hash-object -w fileUrl : 生成一个key(hash值):val(压缩后的文件内容)键值对存到.git/objects tree对象 git update-index --add --cacheinfo 100644 hash test.txt : ...
分类:
其他好文 时间:
2020-07-04 22:20:47
阅读次数:
59
C# Object Clone Wars Cloning C# objects is one of those things that appears easy but is actually quite complicated with many "gotchas." This article d ...
一、基本概念 大数据也称之为LOB(Large Objects),LOB又分为:clob和blob,clob用于存储大文本,blob用于存储二进制数据,例如图像、声音、二进制文等。 在实际开发中,有时是需要用程序把大文本或二进制数据直接保存到数据库中进行储存的。 对MySQL而言只有blob,而没有 ...
分类:
其他好文 时间:
2020-07-03 23:11:05
阅读次数:
72
1. 内容回顾 1. django有关的所有命令 1. django的安装 pip install django==1.11.11 pip install -i yuan django==1.11.11 2. 创建项目 django-admin startproject 项目名 通过manage.p ...
分类:
其他好文 时间:
2020-07-02 09:25:21
阅读次数:
38
public interface Collection<E> extends Iterable<E> The root interface in the collection hierarchy. A collection represents a group of objects, known a ...
分类:
编程语言 时间:
2020-07-01 09:41:31
阅读次数:
55
名称: 中介者模式(Mediator Pattern) 问题: The Mediator pattern simplifies communication among objects in a system by introducing a single object that manages me ...
分类:
其他好文 时间:
2020-06-30 19:04:07
阅读次数:
53
AtomicReference An object reference that may be updated atomically. The AtomicReference class provides reference objects that may be read and written ...
分类:
其他好文 时间:
2020-06-30 12:37:08
阅读次数:
65
参考资料:https://python-gitlab.readthedocs.io/en/stable/gl_objects/mrs.html 这是python-gitlab接口文档,用作参考 首先做一些准备工作 1 import gitlab 2 3 url = 'http://服务器地址/' 4 ...
分类:
编程语言 时间:
2020-06-30 11:12:08
阅读次数:
116