- 博客(71)
- 资源 (8)
- 收藏
- 关注
原创 ubuntu 下载配置maven
下载maven下载地址sudo cp ~/Downloads/apache-maven-3.6.3-bin.tar.gz /usr/local修改配置文件sudo vim conf/settings.xml<localRepository>/usr/local/repository</localRepository> <mirror> <id>nexus-aliyun</id> <name>
2020-10-06 08:09:25
403
原创 oracle 新建空间 和 用户
create tablespace bap171 datafile 'c:\app\Administrator\oradata\orcl\bap171.dbf' size 100m autoextend on maxsize unlimited segment space management auto; create user bap171identified by "supcon"default tablespace bap171temporary tablespace TEMPprofil
2020-09-10 21:11:15
139
原创 Sourcetree的安装及使用
https://blog.csdn.net/wjy1990831/article/details/80417820
2020-08-21 15:54:15
148
原创 正则表达式匹配ORACLE时间
被匹配字符TIMESTAMP '2020-08-19 18:05:11.130000'正则表达式TIMESTAMP '[0-9- :.]+'
2020-08-21 15:47:21
795
原创 ubuntu 安装idea
https://blog.csdn.net/weixx3/article/details/81136822
2020-07-26 16:33:43
414
原创 ubuntu 安装jdk8
https://linuxize.com/post/install-java-on-ubuntu-18-04/
2020-07-26 15:59:29
127
原创 ubuntu c++环境安装
https://blog.csdn.net/qq_39852676/article/details/88174011?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522159572978419195188441986%2522%252C%2522scm%2522%253A%252220140713.130102334…%2522%257D&request_id=159572978419195188441986&biz_id=0&a
2020-07-26 11:34:29
852
原创 Telnet服务器和客户端请求处理
https://www.cnblogs.com/fly-bird/p/6298254.html测试socket端口是否通telnet localhost 9999
2020-07-22 09:01:29
305
原创 Windows中系统服务出现卡在 停止挂起、stopping、starting等状态的问题解决
https://blog.csdn.net/qq_34902590/article/details/82665584
2020-07-20 09:20:21
1473
转载 Sql Server 备份数据库
https://docs.microsoft.com/zh-cn/sql/relational-databases/backup-restore/quickstart-backup-restore-database?view=sql-server-ver151)创建测试数据库USE [master]GOCREATE DATABASE [SQLTestDB]GOUSE [SQLTestDB]GOCREATE TABLE SQLTest ( ID INT NOT NULL PRIMA
2020-07-03 19:03:33
229
原创 windows热备份 oracle 数据库
1)新建backup.bat文件如下@echo offexp LW10/supcon@orcl file=C:\BACKUP\LW10_%date:~0,4%%date:~5,2%%date:~8,2%.dmp log=C:\BACKUP\LW10_%date:~0,4%%date:~5,2%%date:~8,2%.log@exit2)C盘新建BACKUP文件夹3)创建定时任务4)执行bat文件进行备份...
2020-06-30 10:30:38
354
1
原创 oracle expdp impdp备份/还原数据库
https://www.cnblogs.com/grisa/p/10450923.htmlses24/[email protected]/orclselect * from dba_directories;create or replace directory backup as ‘C:\oraclebf\PDMIS’;quitexpdp SES24/supcon@orcl directory=backup schemas=SES24 dumpfile=pdmis_20190228.dmp l
2020-06-24 16:49:43
369
原创 查询oracle历史数据
select count(1) from PLBD_MODULEFUNCTION AS OF TIMESTAMP to_timestamp(‘20200622 10:00:00’,‘yyyymmdd hh24:mi:ss’);
2020-06-22 15:04:48
1106
原创 安装使用zookeeper
配置JAVA环境,设置JAVA_HOME环境变量下载zookeeper配置zookeeper配置信息启动zookeeper
2020-04-12 09:07:56
132
原创 ubuntu 配置环境变量,Command '*' not found
非root用户打开配置文件sudo vim /etc/profile 配置环境变量export JAVA_HOME=/usr/local/jdk1.8.0_241export JRE_HOME=$JAVA_HOME/jreexport CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:$JRE_HOME/libe...
2020-03-29 19:27:58
835
转载 纯硬盘安装Kali 无需U盘
https://www.cnblogs.com/lfoder/p/5982684.html
2020-02-25 18:41:24
2848
转载 sudo: conda: command not found等问题
https://blog.csdn.net/jiangjiang_jian/article/details/88933530
2020-02-23 19:52:41
432
原创 steam
download steamfixhttps://github.com/ValveSoftware/steam-for-linux/issues/5511
2020-01-28 09:31:44
431
原创 github加速配置
配置github访问指点服务器# Copyright © 1993-2009 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file contains the mappings of IP addresses to host names. Each...
2020-01-06 20:41:49
922
原创 JAVA快捷键
https://www.cnblogs.com/zhangpengshou/p/5366413.html
2020-01-06 20:09:55
112
原创 查询同义词的网站
http://www.thefreedictionary.com
2020-01-06 20:08:53
856
原创 解决github速度慢问题
查询github.com地址http://tool.chinaz.com/dns/?type=1&host=github.com&ip=查询github.global.ssl.fastly.net地址https://fastly.net.ipaddress.com/github.global.ssl.fastly.net
2020-01-05 12:18:44
135
原创 导出导入oracle数据,用dmp格式
导出oracle数据https://bbs.csdn.net/topics/390869255https://blog.csdn.net/gray_key/article/details/81072345sql plus连接数据库https://blog.csdn.net/czh500/article/details/89633382ORACLE_HOME=D:\oracle\ludun...
2020-01-05 12:17:29
144
原创 关闭Window防火墙
https://blog.csdn.net/xiaoxuetu_/article/details/77098028
2020-01-05 12:14:58
231
原创 chromeDriver
https://www.cnblogs.com/sxming/p/7662945.html
2020-01-05 12:14:16
148
原创 强化学习
https://www.jianshu.com/p/6436b99dcaef
2020-01-05 12:13:34
115
原创 window右键出不来相关菜单
https://jingyan.baidu.com/article/86fae34618ab313c49121a34.htmlhttps://www.cnblogs.com/ray-mr-huang/p/10446638.html
2020-01-05 12:08:46
156
原创 vs2019 密钥
https://blog.csdn.net/xilutian/article/details/89006511
2020-01-05 12:03:45
2684
原创 markdown
https://blog.csdn.net/qq_42446456/article/details/80690340
2020-01-05 12:03:07
119
原创 idea签名
https://blog.csdn.net/m0_37089517/article/details/89764197
2020-01-05 12:02:14
252
原创 oracle数据删除后恢复
https://www.cnblogs.com/liuyb/p/11189652.html
2020-01-05 12:01:34
138
原创 Oracle死锁
https://www.cnblogs.com/tianwyam/p/oracle_lock.html
2020-01-05 11:56:49
170
1
原创 ubuntu 改变文件用户
https://www.cnblogs.com/zhihaowu/p/8810686.html
2019-12-01 20:04:54
242
原创 ubuntu 安装less(查看文件)
https://www.cnblogs.com/jesseZh/p/3141416.html
2019-12-01 20:03:40
1432
Postman-win64-4.8.1-Setup (1).exe.7z
2020-09-09
PL2303_Prolific_DriverInstaller_v1.14.0
2020-07-30
Postman-win64-8.2.3-Setup.exe.7z
2021-04-18
npp.7.8.9.Installer.x64.exe.7z
2021-04-18
jdk-8u281-windows-x64.7z
2021-04-18
dbeaver-ce-21.0.2-win32.win32.x86_64.zip
2021-04-18
sourcecode.zip
2020-10-10
robo3t-1.3.1-windows-x86_64-7419c406.exe.7z
2020-09-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人