问题
使用mongoose做http服务器,自己构造的浏览器端jquery在访问server时,会遇到:
Access to XMLHttpRequest at http://127.0.0.1:8000/ from origin null has been blocked by CORS policy: No Access-Control-Allow-Origin header is pr…
DNS 基本概述
与 HTTP、FTP 和 SMTP 一样,DNS 协议也是应用层的协议,DNS 使用客户-服务器模式运行在通信的端系统之间,在通信的端系统之间通过下面的端到端运输协议来传送 DNS 报文。但是 DNS 不是一个直接和用户打交道的应用。DNS 是为因特…
环境准备 在上一篇文章
把mux.c 拷贝到main.c 中 使用 attribute(unused) 消除警告
__attribute__(unused)/** Copyright (c) 2003 Fabrice Bellard** Permission is hereby granted, free of charge, to any person obtaining a copy* of this software and associated docu…
这边技术选型是cx_oracle进行连接查询,cx_oracle的使用首先要有官方的客户端才能连接到数据库,python并不自带客户端。我用是Python3.9
安装客户端
可以到官网在选择最新版进行下载。
Instant Client for Microsoft Windows (x64) 64-bit 或者直接从我…