码迷,mamicode.com
首页 >  
搜索关键字:windows rac    ( 85080个结果
Linux学习 (5) 安装Nginx
《Windows Azure Platform 系列文章目录》 本文在CentOS 6.10安装Nginx 1.开始安装Nginx (1)安装pcre依赖 wget https://sourceforge.net/projects/pcre/files/pcre/8.44/pcre-8.44.tar ...
分类:系统相关   时间:2021-06-02 10:44:46    阅读次数:0
判断手机端和pc端
//判断pc和手机 browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); if (/ipad|iphone|midp|rv:1.2.3.4|ucweb|android|windows ce|windows mo ...
分类:移动开发   时间:2021-05-25 18:31:07    阅读次数:0
【Python函数与模块学习记录4】虚拟环境
1、虚拟环境-virtualenv 第一步:安装虚拟环境:pip instal virtualenv 第二步:新建一个目录来保存虚拟环境,相当于虚拟了三台电脑 cd / 进入根目录, mkdir envs 创建新目录,cd envs进入,显示:C:\envs> #这样就进入了虚拟环境的根目录。 现在 ...
分类:编程语言   时间:2021-05-24 17:22:54    阅读次数:0
Windows家庭版打开或关闭Hyper-V
打开hyper-v 创建open_hyper-v.bat文件 pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.tx ...
分类:Windows程序   时间:2021-05-24 17:03:45    阅读次数:0
更换到Windows专业版后的软件下载
浏览器:Firfox、Edge(自带) 搜狗输入法 文件夹AMD AMD驱动往里扔 文件夹App Android: Gradle、 Android Studio Bandzip CSGO B5、perfectworld DD(钉钉) dzclient(魔兽对战平台) JAVA IDEA、JDK Ma ...
分类:Windows程序   时间:2021-05-24 16:47:39    阅读次数:0
PickBoxTest示例(1)
using System; using System.Windows.Forms; using System.Drawing; namespace PickBoxTest { /// <summary> /// 这个类实现了窗体控件的 大小和移动函数 /// 用户运行时编辑 /// </summar ...
分类:其他好文   时间:2021-05-24 15:55:35    阅读次数:0
centos安装java8
yum -y install java-1.8.0-openjdk java -version 使用的openjdk 8 oracle下载必须登录,这操作我也是服了。。 ...
分类:编程语言   时间:2021-05-24 15:27:46    阅读次数:0
优雅食用WSL
优雅食用WSL 效果展示 前置条件 windows10且版本支持WSL 相关软件安装 WSL 在“启用或关闭Windows功能”中 勾选“适用于Linux的Windows子系统”选项,并确认(该操作需要重新启动Windows系统) Ubuntu termius 在Windows Microsoft ...
分类:其他好文   时间:2021-05-24 15:11:12    阅读次数:0
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
dapper调用Oracle存储过程时: 添加存储过程返回值,第二个参数不要为空。 ...
分类:数据库   时间:2021-05-24 14:57:37    阅读次数:0
SpringMVC_08_Jackson
Jackson Jackson的使用步骤 第一步 导入Jackson所需依赖 <!-- jackson --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artif ...
分类:编程语言   时间:2021-05-24 14:51:13    阅读次数:0
85080条   上一页 1 ... 23 24 25 26 27 ... 8508 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!