码迷,mamicode.com
首页 >  
搜索关键字:pl/sql developer 远程数据库 无本机oracle客户端    ( 7857个结果
2.1.3.Architecture components_LiveData
参考 https://developer.android.com/topic/libraries/architecture/livedata https://www.jianshu.com/p/55f94c1c5e0e LiveData LiveData是可观察的数据持有者类。 与常规的可观察对象不 ...
分类:其他好文   时间:2020-02-26 19:12:18    阅读次数:54
2.1.1.Architecture components_Lifecycles
参考 https://developer.android.com/topic/libraries/architecture/lifecycle https://developer.android.com/jetpack/androidx/releases/lifecycle 配置 需要在本目录的bu ...
分类:其他好文   时间:2020-02-26 18:40:33    阅读次数:56
2.1.2.Architecture components_ViewModel
参考 https://developer.android.com/topic/libraries/architecture/viewmodel 官方例子 https://github.com/android/architecture-components-samples/tree/master/Ba ...
分类:其他好文   时间:2020-02-26 18:31:23    阅读次数:72
2.0.Architecture components架构组件
参考 https://developer.android.com/topic/libraries/architecture/ Architecture架构组件 架构组件是Jeppack中的一组支持库,主要用于帮助开发者构建一个健壮的架构。 很早就接触这个,但一直用的云里雾里的,年前和最近一段时间把官 ...
分类:其他好文   时间:2020-02-26 18:27:33    阅读次数:60
利用MySQL之federated引擎实现DBLink功能
有时候我们需要跨库join查询,但是配置多数据源成本又太高,Oracle提供了DBLink功能,MySQL中也有类似的实现:federated engine。 1. MySQL中使用federated引擎的表能够映射远程数据库的表,本地的这张表相当于远程数据库某表在本地的引用,在本地对表的操作能够实 ...
分类:数据库   时间:2020-02-25 11:19:24    阅读次数:103
CSS: inline、block和inline-block的区别
block 块级元素特点: 1、每个块级元素都从新的一行开始,并且其后的元素也另起一行。(很霸道,一个块级元素独占一行) 2、元素的高度、宽度、行高以及顶和底边距都可设置。 3、元素宽度在不设置的情况下,是它本身父容器的100%(和父元素的宽度一致),除非设定一个宽度。 inline 内联元素特点: ...
分类:Web程序   时间:2020-02-25 00:35:21    阅读次数:91
Go Pentester - HTTP CLIENTS(2)
Building an HTTP Client That Interacts with Shodan Shadon(URL:https://www.shodan.io/) is the world's first search engine for Internet-connected device ...
分类:Web程序   时间:2020-02-23 20:14:39    阅读次数:74
历史版本xcode的下载
https://developer.apple.com/ 去苹果官网 登陆developer账号 去里面的download xcode34566788810 ...
分类:其他好文   时间:2020-02-23 14:23:45    阅读次数:228
android逆向工具
frida: https://frida.re/docs/home/ 用于 java/native 层 hook 安装:pip3 install install frida-tools 更新指定版本:pip3 install --upgrade frida-tools==6.0.1 基于frida ...
分类:移动开发   时间:2020-02-23 11:24:34    阅读次数:101
PL/SQL快键键——自动替换(输入sf直接跳出来select * from)
PL/SQL Developer使用技巧、快捷键 1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。 2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword ca ...
分类:数据库   时间:2020-02-23 09:58:00    阅读次数:159
7857条   上一页 1 ... 39 40 41 42 43 ... 786 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!