码迷,mamicode.com
首页 >  
搜索关键字:imm    ( 556个结果
在SAP WebIDE Database Explorer里操作hdi实例
在WebIDE里将SAP HANA Database Explorer启用: 打开database Explorer视图: 添加一个数据库: 数据库实例作为HDI容器被添加: When the database was created for you in your trial subaccount ...
分类:数据库   时间:2020-02-17 16:22:30    阅读次数:109
manjaro linux 安装 Apache,MariaDB,PHP(LAMP)
manjaro linux 安装 Apache,MariaDB,PHP(LAMP) root 身份执行下面的命令 1. 升级系统 2. 安装 Apache 升级完后,安装Apache 编辑 /etc/httpd/conf/httpd.conf file 找到LoadModule unique_id_ ...
分类:数据库   时间:2020-02-17 14:12:35    阅读次数:75
srvctl commands in Oracle RAC 11g
srvctl commands in Oracle RAC 11g SRVCTL (Server Control utility) commands in Oracle 11g RAC srvctl command target [options] commands: enable|disable| ...
分类:数据库   时间:2020-02-14 10:32:57    阅读次数:68
vscode 简介
方便的git管理 支持基本所有的常用操作,图形化操作git代码冲突合并 修改对比 图形化的git log历史,多分支显示 便捷的最新修改记录,git lens 多种多样的git插件 markdown 多样化的markdown展示 能够上传网络图片 代码编写 多点编辑 启动快捷,轻量级编辑器 安装 打 ...
分类:其他好文   时间:2020-02-06 10:57:35    阅读次数:80
【flutter学习】基础知识(一)
今天开始学习一下flutter 学习思路:首先由一个简单的例子引出每次学习的对象,一点一点加入元素,针对于代码去了解学习详细知识。 看完本篇博客能够快速的读懂flutter简单代码。 flutter Hello Word 这是一个简单的Hello Word 首先引入了material库 "mater ...
分类:其他好文   时间:2020-02-04 00:24:09    阅读次数:88
Scala实验任务三
统计学生成绩 学生的成绩清单格式如下所示,第一行为表头,各字段意思分别为学号、性别、课程名 1、课程名 2 等,后面每一行代表一个学生的信息,各字段之间用空白符隔开 Id gender Math English Physics 301610 male 80 64 78 301611 female 6 ...
分类:其他好文   时间:2020-02-03 18:45:13    阅读次数:312
Tcpdump
相比wireshark,tcpdump是基于命令行(无图形化界面)的抓包分析工具,并且是linux系统默认安装的。 root@kali:~# tcpdump -h tcpdump version 4.9.2 libpcap version 1.8.1 OpenSSL 1.1.1b 26 Feb 20 ...
分类:其他好文   时间:2020-01-30 17:23:58    阅读次数:76
Go接口和继承
1. 继承和接口 package main import ( "fmt" ) //猴子结构体 type Monkey struct { Name string } func (this *Monkey) climbing() { fmt.Println(this.Name, " 生来会爬树..") ...
分类:其他好文   时间:2020-01-26 10:21:29    阅读次数:112
Catch That Cow
Problem Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N  ...
分类:其他好文   时间:2020-01-22 14:39:56    阅读次数:72
Mybatis Generator
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://m ...
分类:其他好文   时间:2020-01-17 20:51:07    阅读次数:45
556条   上一页 1 ... 4 5 6 7 8 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!