$_SERVER["QUERY_STRING"],$_SERVER["REQUEST_URI"],$_SERVER["SCRIPT_NAME"] 和$_SERVER["PHP_SELF"] 之间的区别 1,$_SERVER["QUERY_STRING"] 说明:查询(query)的字符串 2,$_S ...
分类:
Web程序 时间:
2021-05-24 17:12:51
阅读次数:
0
打开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 ...
浏览器:Firfox、Edge(自带) 搜狗输入法 文件夹AMD AMD驱动往里扔 文件夹App Android: Gradle、 Android Studio Bandzip CSGO B5、perfectworld DD(钉钉) dzclient(魔兽对战平台) JAVA IDEA、JDK Ma ...
常用数据库 JDBC URL 格式 1 sqLite 驱动程序包名:sqlitejdbc-v056.jar 驱动程序类名: org.sqlite.JDBC JDBC URL: jdbc:sqlite:c:\*.db 默认端口 无 2 Microsoft SQL Server Microsoft SQ ...
分类:
数据库 时间:
2021-05-24 16:42:57
阅读次数:
0
QT 之 使用 ODBC 驱动连接人大金仓数据库 获取数据库驱动和依赖动态库 此操作可在人大金仓官网下载与系统匹配的接口动态库,或者从架构数据库的源码中获取驱动和依赖动态库 分别为: 驱动动态库:kdbodbcw.so 依赖动态库:libkci.so.5 安装 odbcinst 软件 sudo ap ...
分类:
数据库 时间:
2021-05-24 16:22:41
阅读次数:
0
开篇废话 telnet 很重要,当升级ssh失败时,无法通过ssh连接服务器时需要用 telnet 连接。 1 ssh -V 查询当前版本 openssl version 2 安装telnet-server yum install xinetd telnet-server -y 2.1 离线安装? ...
分类:
Web程序 时间:
2021-05-24 16:05:20
阅读次数:
0
using System; using System.Windows.Forms; using System.Drawing; namespace PickBoxTest { /// <summary> /// 这个类实现了窗体控件的 大小和移动函数 /// 用户运行时编辑 /// </summar ...
分类:
其他好文 时间:
2021-05-24 15:55:35
阅读次数:
0
优雅食用WSL 效果展示 前置条件 windows10且版本支持WSL 相关软件安装 WSL 在“启用或关闭Windows功能”中 勾选“适用于Linux的Windows子系统”选项,并确认(该操作需要重新启动Windows系统) Ubuntu termius 在Windows Microsoft ...
分类:
其他好文 时间:
2021-05-24 15:11:12
阅读次数:
0
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D ...
分类:
其他好文 时间:
2021-05-24 14:38:40
阅读次数:
0
1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:
编程语言 时间:
2021-05-24 14:35:17
阅读次数:
0