会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
airduce
对科学与知识保持敬畏之心,路漫漫其修远,不急不躁!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
下一页
2018年4月27日
oracle 12c 创建能用navicat 远程登录的帐号
摘要: 当前模式是在cdb模式,navicat工具能连接。sqlplus用下面账户也能连接。 查看当前模式,如果不是cdb,请切换。(上一篇有讲)创建表空间create tablespace my_space datafile '/usr/local/yrm/oracle_data/my_space.dbf
阅读全文
posted @ 2018-04-27 09:14 一梦、
阅读(1221)
评论(0)
推荐(0)
2018年4月18日
ubuntu14.0安装 oracle instant client(oracle 12c)
摘要: 安装环境 本文介绍在ubuntu14.04系统(X64)上安装Oracle Instant Client,安装版本为11.2.0.4.0(读者需要按照自己安装版本修改相应的版本号) 安装RPM文件 在Oracle官网地址 http://www.oracle.com/technetwork/topic
阅读全文
posted @ 2018-04-18 15:53 一梦、
阅读(596)
评论(0)
推荐(0)
2018年4月17日
最小安装的centos7.4下安装oracle 12c
摘要: 下载 oracal 安装包 进入https://www.oracle.com/index.html 依次选择-->Menu -->Downloads and trials -->Database -->Oracle Database 勾选Accept License Agreement。 找到Ora
阅读全文
posted @ 2018-04-17 15:49 一梦、
阅读(3086)
评论(0)
推荐(1)
2018年4月12日
互联网乱世之下,那些人才流动中的心酸和无奈
摘要: 文/ TOMsInsight (微信公众ID:tomsinsight) 北京,入秋,雾霾天及社交网络的分享,让大家忽略了这个三千多年六朝古都传承下来的秋悲寂寥。北京的天气如二进制码般分明:今天重度污染,明天就晴空万里。而TMT行业也是如此,成王败寇:一方面是热火朝天的互联网化的颠覆,另一方面很多企业
阅读全文
posted @ 2018-04-12 10:17 一梦、
阅读(600)
评论(1)
推荐(0)
2018年4月5日
ubuntu16下载安装
摘要: 进去官网 www.ubuntu.com 。 点击Downloads下的 Overview。 点击 ubuntu desktop。 点击downloads 选择不去捐款Not now, take me to the download ›。 然后就自动下载了。 ubuntu安装好后,默认带有gcc,g+
阅读全文
posted @ 2018-04-05 15:59 一梦、
阅读(620)
评论(0)
推荐(0)
2018年4月2日
c语言实现strcp函数
摘要: #include #include void main() { char *strcopy(char *target, char *source); char a[] = "hello world~"; strcopy(a,"thanks!"); printf("%s\n",a); getchar(); } char *strcopy(char *t...
阅读全文
posted @ 2018-04-02 14:51 一梦、
阅读(958)
评论(0)
推荐(0)
2018年4月1日
c语言用递归求:10的阶乘、100+99+98...+3+2+1的值。
摘要: #include #include void main(){ int myfun(int in); int a =myfun(10); printf("%d\n", a); } int myfun(int in){ if (in > 1) //将下面的*换成+,就可以求100+99+98...+3+2+1的值呢。 retur...
阅读全文
posted @ 2018-04-01 11:52 一梦、
阅读(2180)
评论(0)
推荐(0)
2018年3月22日
spring事务的两种配置方式,不是很理解。先放到这里。
摘要: 一、 二、
阅读全文
posted @ 2018-03-22 18:35 一梦、
阅读(426)
评论(0)
推荐(0)
mysql 往表中insert的时候如何让主键id按当前表的最大值自动增长?
摘要: 示例: 上面的new_id就是你想拿到的id。 本人在实际项目中的应用:
阅读全文
posted @ 2018-03-22 11:29 一梦、
阅读(3673)
评论(0)
推荐(0)
2018年3月17日
visual studio 2013 win7安装笔记
摘要: 百度搜索 “我告诉你”,点击msdn的那个,进去选择开发人员工具,找到 visual studio 2013 单击,在右边框中选择Visual Studio Ultimate 2013 (x86) - DVD (English),查看详情,复制下面的的链接到迅雷进行下载。
阅读全文
posted @ 2018-03-17 19:11 一梦、
阅读(551)
评论(2)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
下一页
公告