E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Sites
Kali扫描 owasp_zap的使用
——扫描:OWASP_ZAP——一.使用(1).截断代理所有截断代理的结果都在左侧"
Sites
"中显示。代理侦听端口为8080。
冲鸭小慈
·
2023-09-30 10:31
使用python将网页下载为pdf
ChromeDriver,并配置环境遍历,版本需要与chrome版本一致下载地址:ChromeDriver-WebDriverforChrome-Downloads(google.com)https://
sites
.google.com
bailixuance
·
2023-09-29 23:51
pdf
Visual Studio (2022)安装配置pthread.h多线程库
首先是pthread的下载网站:https://www.mirrorservice.org/
sites
/sourceware.org/pub/pthreads-win32/选择最新的(最下面)那个版本下载
太阳终于出来啦
·
2023-09-27 01:53
各种配置
c++
ubuntu14.04下Apache2配置https
sudoa2enmodsslsudoa2ensitedefault-ssl3、放置自己的证书文件在/etc/apache2/新建一个cert目录,把自己的证书放在此目录下4、修改配置:sudovi/etc/apache2/
sites
-available
PowerY
·
2023-09-26 03:03
ICLR 2023 | LightGCL: 简单且高效的图对比学习推荐系统
论文链接:https://arxiv.org/abs/2302.08191代码链接:https://github.com/HKUDS/LightGCL港大数据智能实验室(指导老师:黄超)https://
sites
.google
怼怼是酷盖
·
2023-09-24 00:11
推荐系统
人工智能
机器学习
推荐算法
Linux下,使用Nginx配置SSL证书
然后打开Nginx的配置文件/etc/nginx/
sites
-available/default。输入下面配置:server{#监听443端口listen44
Pan_大宝
·
2023-09-22 15:14
apache2配置CGI运行脚本文件
1、cd安装apache2的位置cd/etc/apache22、找到
sites
-enabled文件夹文件内容.png3、查看内容ls4、编辑配置文件编辑配置文件.png//cgi文件路径ScriptAlias
1234yws
·
2023-09-22 09:48
selenium使用chrome浏览器运行的几种方式
浏览器即可运行,如果要使用别的浏览器chrome、ie等运行python脚本,需要下载相应的驱动文件:下面以chrome为例,介绍几种形式运行chrome浏览器(chromedriver下载地址:https://
sites
.google.com
慧琴如翌
·
2023-09-22 07:48
nginx+thinkphp+php-fpm 访问网页404
其实只需要修改nginx的配置文件nginx.conf,但是打开后,发现他没把服务器的配置信息写在这里面,而是写在了/etc/nginx/
sites
-enabl
Cassio Gao
·
2023-09-21 07:19
nginx
php
服务器
macOS中安装secoclient
secoclient全版本下载分享:https://blog.csdn.net/lxyoucan/article/details/111590024下载安装包http://www.corem.com.cn/
sites
ITKEY_
·
2023-09-19 09:37
mac
macOS
secoclient
Ubuntu安装nginx到配置ssl证书
1、命令安装nginxsudoapt-getinstallnginx配置文件默认在/etc/nginx文件夹下面,可以编辑nginx.conf或者
sites
-enabled文件夹下面的默认配置文件default2
一只花里胡哨的程序猿
·
2023-09-16 22:58
Linux
ubuntu
ssl
nginx
Ubuntu Apache 文件服务器搭建
sudoserviceapache2start//启动sudoserviceapache2stop//停止sudoserviceapache2restart//重启2,配置文件修改cd/etc/apache2/
sites
-enabledlsvimvim000
James_Geng
·
2023-09-11 17:32
python selenium控制浏览器打开网页 模拟鼠标动作
selenium是一个浏览器控制的库需要下载安装谷歌浏览器的驱动chromedriverhttps://
sites
.google.com/chromium.org/driver/downloads在这里选择跟自己谷歌浏览器版本号一致的驱动程序如果是最新的浏览器版本可以点这里下面这个链接
__DEBUG__
·
2023-09-09 06:24
selenium
测试工具
python
刷流量脚本
MongoDB 官方文档笔记之索引 Indexes
查看当前db索引db.COLLECTION_NAME.getIndexes()[{"v":1,"key":{"_id":1},"name":"_id_","ns":"newDB.
sites
"},{"v"
·
2023-09-08 10:04
后端
nginx反向代理配置
那么需要反向代理,通过Nginx转到对应端口去2、解决办法:1、安装Nginxsudoaptinstallnginx2、服务是否启动sudosystemctlstatusnginx3、在目录/etc/nginx/
sites
-enabled
君臣Andy
·
2023-09-08 09:26
nginx
服务器
运维
linux apache 配置
在apache2.conf里有
sites
-en
手表大大
·
2023-09-08 07:51
python 学习笔记(4)—— webdriver 自动化操作浏览器(基础操作)
EdgeDriver:https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ChromeDriver:https://
sites
.g
bodyHealthy
·
2023-09-06 17:14
Python
python
自动化
笔记
chrome
nextcloud 安装
修改/usr/local/etc/nginx/
sites
文件夹下的nginx站点配置,主要修改域名如果使用SSL证书将nextcloud_nossl.conf删除,nextcloud.conf.default
方圆百里找对手
·
2023-09-04 23:14
CPP:编译器及Boost库安装
C++相关库安装GCC安装wgetftp://ftp.mirrorservice.org/
sites
/sourceware.org/pub/gcc/releases/gcc-7.5.0/gcc-7.5.0
圣地亚哥_SVIP
·
2023-09-04 20:37
apache2配置二级域名
[TOC]apache2配置:1地址:/etc/apach22进入
sites
-availablecdsites-available3建立域名索引文件sudovitest.conf4配置内容#TheServerNamedirectivesetstherequestscheme
骆旺达
·
2023-09-03 23:48
GitHub打不开解决方法——授人以渔
1、打开GitHub看是哪个域名无法访问,F12一下2、DNS解析看对应的域名目前哪个IP可以访问DNS解析的网址:(1)https://
sites
.ipaddress.com(2)https://tool.chinaz.com
kk star
·
2023-09-03 05:06
github
git
DNS
Google的GSON处理JSON解析
更多关于GSON的API可以访问:http://
sites
.google.com/si
一羽清宁
·
2023-09-02 14:17
JSON
WEB开发
JAVA
gson
json
Vue3数据更新数组、对象的方法,使用setup(),Vue.reactive
Vue测试实例-数组更新{{
sites
}} {{myHobbies}} constSite={data(){return
世界还赞颂沉默吗
·
2023-08-30 21:25
vue
可爱的指针(一)
比如链接https://www.nasa.gov/
sites
/default/files/styles/full_width_feature/public/thumbnails/imag
SeanC52111
·
2023-08-29 23:19
nginx基于端口如何配置虚拟主机
创建站点配置文件:在/etc/nginx/
sites
-available/目录中创建两个配置文件,分别命名为site_port_8080和site_port_9090:sudo
Jtti
·
2023-08-29 17:52
nginx
java
服务器
Message: ‘chromedriver‘ executable may have wrong permissions.
chrome_options=options)上述代码运行报错如下:Message:'chromedriver'executablemayhavewrongpermissions.Pleaseseehttps://
sites
.google.com
woshicaiji12138
·
2023-08-29 11:40
常见错误
python基础
linux
python
intel avx512指令
https://software.intel.com/
sites
/landingpage/IntrinsicsGuide/#expand=388,0,3345,697,5024,697,3801,4953,3511,2228,3511,5773,4685,5773,3511,3500,3511,1428,2464,5319,5703,109,3500,703,6151,6149,4961,3500
kuaileXG
·
2023-08-28 17:36
笔记
c++
Mac上配置Apache 服务器
只需要修改几个配置就搞定了.简单.方便有些特殊的服务器功能,Apache都能很好的支持例如:HTTPPUT/DELETE三.准备工作用户没有密码需设置用户密码四.配置服务器1.首先在/Users/用户名/目录下创建"
Sites
hello_iOS程序媛
·
2023-08-28 03:02
新发现LTE36个新漏洞!高通海思也中招
LTEfuzz地址:https://
sites
.google.com/view/ltefuzz研究者在他
Philippian
·
2023-08-28 03:29
mysql left join 多表查询_mysql中left join多表联查询语句
最初我们用天最多的如果没用leftjoin我们就会如代码如下复制代码selectc.nom,e.nomfromconsultantc,affairea,besoinb,salariesa,
sites
,entrepriseewherec.consultant_id
weixin_39631519
·
2023-08-27 01:34
mysql
left
join
多表查询
Apache
安装apt-getinstallapache2apt-getinstalllibapache2-mod-wsgi-py3配置nano/etc/apache2/
sites
-enabled/000-default.confapache
奥特曼255
·
2023-08-26 03:05
High-resolution image reconstruction with latent diffusion models from human brain activity
High-resolutionimagereconstructionwithlatentdiffusionmodelsfromhumanbrainactivity论文地址:https://doi.org/10.1101/2022.11.18.517004项目地址:https://
sites
.google.com
通街市密人有
·
2023-08-24 21:45
扩散模型
大脑图像重建
计算机视觉
人工智能
深度学习
gcc离线安装 ubuntu 不用编译_Ubuntu 离线安装gcc (非root用户)
下载链接:https://ftp.mirrorservice.org/
sites
/sourceware.org/pub/gcc/releases/2,解压gcc并进入安装包的根目录tar-xzvfgcc
weixin_39924573
·
2023-08-24 21:28
gcc离线安装
ubuntu
不用编译
2019-01-29 课题设计总结关于circ及micro
由最上游的Lnc或者circRNA向下预测miRNA,circRNA的网站为https://circinteractome.nia.nih.gov/miRNA_Target_
Sites
/mirna_target_
sites
.html
青萍之末2333
·
2023-08-24 15:45
nginx主要配置文件在ubuntu位置
我使用的是ubuntu20.04+nginx1.18nginx.conf在/etc/nginx默认首页配置文件在/etc/nginx/
sites
-available默认首页素材路径在/var/www/html
weixin_53138722
·
2023-08-23 16:04
nginx
ubuntu
服务器
ubuntu20.04安装nginx并配置反向代理
1、安装nginx、查看版本aptinstallnginxnginx-v2、配置serve1、进入配置文件cd/etc/nginx/
sites
-enabled#编辑
sites
-enabled目录下的default
HusePanghu
·
2023-08-23 16:01
nginx
服务器
linux
mint下nginx和uwsgi部署django
etc/init.d/nginxstart#启动/etc/init.d/nginxstop#关闭/etc/init.d/nginxrestart#重启修改Nginx默认端口号打开/etc/nginx/
sites
-enabledlisten8
昱凯
·
2023-08-23 11:56
nginx
linux
centos
docker
mysql
nginx 一些配置相关
alias/spool/w3/images/;}}配置alias正确,但是一直资源一直访问不了,404NotFound404NotFound原因是默认情况下,nginx配置使用了/etc/nginx/
sites
-available
果好鲜
·
2023-08-22 03:50
owncloud 配置mysql_傻瓜式搭建私人网络硬盘——owncloud安装指南
为了启用web服务器上的.htaccess,可以通过Apache配置文件(基于Debain系统是/etc/apache2/
sites
-enabled/000
weixin_39593277
·
2023-08-20 23:35
owncloud
配置mysql
2019-12-13 python 操作mongodb
mongodbservermyclient=pymongo.MongoClient("mongodb://localhost:27017/")#创建数据库mydb=myclient["runooddb"]#创建集合mycol=mydb["
sites
1
hcc_9bf4
·
2023-08-20 00:27
新建的webservice本地测试调试,只能localhost访问不能ip访问的解决办法(亲测可用)...
右键点击IISExpress==》显示所有应用程序,下面有配置,用VS打开配置3.打开applicationhost.config文件,找到
sites
节点,找到自己的webservice的site节点,
weixin_30564785
·
2023-08-19 10:39
c#
GAMES101-计算机图形学基础 1-4
入门课程主页:https://
sites
.cs.ucsb.edu/~lingqi/teaching/games101.html计算机图形学分四块:1、光栅化2、几何造型3、光线追踪4、动画和仿真实时计算机图形学
qq_43133135
·
2023-08-18 09:18
计算机图形学
云服务 Ubuntu 20.04 版本 使用 Nginx 部署静态网页
2.修改配置文件//在/etc/nginx/
sites
南城猿
·
2023-08-16 18:08
Nginx
HTML
ubuntu
nginx
linux
linux下nginx配置https和反向代理本地端口
1修改配置文件/etc/nginx/
sites
-enabled/default在配置文件中增加一个server用来做https端口监听,ssl_certificate和ssl_certificate_key
羞羞的铁脚
·
2023-08-15 20:04
linux
nginx
https
模拟点击php webdriver
谷歌浏览器驱动:https://
sites
.google.com/a/chromium.org/chromedriver/downloadsseleniumhttp://selenium-release.storage.googleapis.com
空气KQ
·
2023-08-15 00:39
pyinstaller打包selenium报错找不到webdriver
在大部分机器上运行正常但是少数机器上运行报错selenium版本:3.141.0报错内容:Message:‘chromedriver.exe’executableneedstobeinPATH.Pleaseseehttps://
sites
.google.com
B0tton
·
2023-08-14 09:35
selenium
chrome
python
cdn perl_菜鸟教程perl总结
数据类型有:标量$,数组@,哈希%数组声明:@hits=(25,30,40);或者@
sites
=qw/googletaobaorunoob/;数组操作pop,push,shift,unshif,splice
杰杰洛特
·
2023-08-13 10:36
cdn
perl
2018-12-05使用Docker部署Ngrok实现内网穿透
准备工作域名解析:我的在:laradock-nginx-
sites
-[xxx.conf]配置域名ngrok.yuling.net或*.ngrok.yuling.net增加两条A记录解析到你的服务器。
扎扎瑜
·
2023-08-10 18:50
Nginx + Uwsgi + flask 部署服务访问不到问题解决
没有报错,但是无法访问,网页显示502Gateway.1.首先排查uwsgi的启动日志确定服务启动正常,以及nginx服务正常2.排查nginx的配置文件sudonginx-tc/etc/nginx/
sites
-enabled
俗人(俗不可耐)
·
2023-08-07 10:57
nginx
flask
python
tcl学习之路(四)(vivado设计分析)
setall_slice[get_sitesSLICE*]setcol_slice[get_sitesSLICEX0Y*]setall_sliceL[get_
sites
邶风,
·
2023-08-07 09:10
tcl学习
学习
tcl
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他