torvalds github

https://github.com/torvalds

运维网

https://www.iyunv.com/

在线Linux系统

https://distrotest.net/

arm

https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
http://arm9.net/download.asp

各种服务

http://www.server-world.info/en/
http://docs.linuxtone.org/ebooks/

CPU

https://software.intel.com/zh-cn/articles/book-Processor-Architecture_CPU_work_process
https://software.intel.com/zh-cn/documentation

IPMI

https://sourceforge.net/projects/ipmitool/

内核(kernel)官方文档

https://www.kernel.org/
https://www.kernel.org/doc/html/latest/

https://www.kernel.org/doc/Documentation/sysctl/kernel.txt

www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm

redhat/centos/fedora官方文档

redhat

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/
https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/
https://developers.redhat.com/products/rhel/download/
https://developers.redhat.com/rhel8/getrhel8/

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/8/html-single/8.0_release_notes/index#networking

centos

https://www.centos.org
http://vault.centos.org/
https://docs.centos.org/en-US/docs/

https://www.centos.org/download/mirrors/
https://wiki.centos.org/About/Building_8

fedora

https://getfedora.org/
https://docs.fedoraproject.org/en-US/docs/
https://fedoraproject.org/wiki/EPEL

https://dl.fedoraproject.org/pub/

https://admin.fedoraproject.org/mirrormanager/

安装

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/installation_guide/

网络

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/networking_guide/index

http://bbs.hh010.com/

https://linoxide.com/linux-command/use-ip-command-linux

https://book.systemsapproach.org/

安全

firewalld

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/security_guide/

http://www.firewalld.org/

http://www.netfilter.org/documentation/

iptables

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html-single/security_guide/index#sect-Security_Guide-Firewalls

http://dl.fedoraproject.org/pub/epel/6Server/

性能相关

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/performance_tuning_guide/

虚拟化

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/virtualization_getting_started_guide/

https://docs.openstack.org/image-guide/obtain-images.html

lvm(逻辑卷管理)

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html-single/logical_volume_manager_administration/

Ubuntu

https://help.ubuntu.com/lts/serverguide/index.html
http://releases.ubuntu.com/

镜像下载
https://mirrors.aliyun.com/ubuntu-releases/

debian

镜像下载
http://cdimage.debian.org/cdimage/archive/

https://blog.csdn.net/mbxc816/article/details/7473906?tdsourcetag=s_pcqq_aiomsg

harmonyos

文档:https://www.harmonyos.com/cn/develop

华为鸿蒙源代码:https://openharmony.gitee.com/openharmony

鸿蒙 OS 开源项目:https://www.openatom.org/openharmony

时间服务器

ntp1.aliyun.com    
ntp2.aliyun.com    
ntp3.aliyun.com   
ntp4.aliyun.com    
ntp5.aliyun.com   
ntp6.aliyun.com 
ntp7.aliyun.com
time1.cloud.tencent.com  
time2.cloud.tencent.com 
time3.cloud.tencent.com 
time4.cloud.tencent.com 
time5.cloud.tencent.com

openldap

http://www.openldap.org/doc/

https://blog.51cto.com/moerjinrong/2152891
https://blog.51cto.com/moerjinrong/2149584

https://www.itzgeek.com/how-tos/linux/centos-how-tos/step-step-openldap-server-configuration-centos-7-rhel-7.html

alpine

https://www.alpinelinux.org/

虚拟化

https://www.vmware.com
http://www.linux-kvm.org/page/Documents#
https://www.virtualbox.org/wiki/Downloads

teamviewer

https://www.teamviewer.com/cn/download/linux/

kickstart/cobbler

https://www.kickstarter.com/
http://cobbler.github.io

extundelete 数据恢复

http://extundelete.sourceforge.net/

Linux

http://www.tldp.org/LDP/abs/html/index.html
https://linux.cn/
https://www.linux.org/
https://www.linux.org/docs/
https://www.linux.com/
http://linux-wiki.cn
http://linux.linuxidc.com/

openstack

https://www.openstack.org/

https://docs.openstack.org/ocata/zh_CN/install-guide-rdo/

https://download.cirros-cloud.net

https://docs.openstack.org/image-guide/

http://cloud.centos.org/centos/7/images/
http://mirrors.ustc.edu.cn/centos-cloud/centos/7/images/

https://docs.openstack.org/image-guide/obtain-images.html#ubuntu
http://cloud-images.ubuntu.com/releases/18.04/release/

各种云平台

https://www.ucloud.cn/
https://www.aliyun.com/
https://cloud.tencent.com/

腾讯云

腾讯云官方文档

https://github.com/tencentyun/qcloud-documents

容器服务

https://cloud.tencent.com/document/product/457

容器镜像服务

https://cloud.tencent.com/document/product/1141

腾讯云产品

https://cloud.tencent.com/product

docker

http://www.docker.org.cn/
https://www.docker.com/

https://docs.docker.com/samples/library/mysql/

镜像加速器
https://cr.console.aliyun.com

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{"registry-mirrors": ["https://gqk8w9va.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload

https://cr.console.aliyun.com/cn-hangzhou/instances/credentials

docker tag registry.cn-beijing.aliyuncs.com/minminmsn/kubernetes-dashboard:v1.10.1 registry.cn-hangzhou.aliyuncs.com/wuxingge/kubernetes-dashboard:v1.10.1docker login --username=dong1226032602 registry.cn-hangzhou.aliyuncs.comdocker push registry.cn-hangzhou.aliyuncs.com/wuxingge/kubernetes-dashboard:v1.10.1 

docker仓库
https://hub.docker.com

kubernetes

https://k8syaml.com/

https://www.kubernetes.org.cn/docs
http://docs.kubernetes.org.cn/
https://kubernetes.io/docs/home/?path=users&persona=app-developer&level=foundational

https://kubernetes.io/zh/docs/

https://v1-15.docs.kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-interactive/

https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/

概念
https://kubernetes.io/docs/concepts/
https://kubernetes.io/docs/reference/

https://kubernetes.io/docs/tasks/
https://kubernetes.io/docs/tutorials/

http://gcrx.io/

https://mirror.kaiyuanshe.cn/kubernetes/
https://packages.cloud.google.com/

https://kairen.github.io/2018/07/09/kubernetes/deploy/manual-v1.11/

https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64


Client Binaries
https://dl.k8s.io/v1.13.1/kubernetes-client-linux-amd64.tar.gz

Server Binaries
https://dl.k8s.io/v1.13.1/kubernetes-server-linux-amd64.tar.gz

Node Binaries
https://dl.k8s.io/v1.13.1/kubernetes-node-linux-amd64.tar.gz

etcd
https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz

flannel
https://github.com/coreos/flannel/releases/download/v0.10.0/flannel-v0.10.0-linux-amd64.tar.gz

https://kubernetes.io/docs/setup/release/notes/


https://github.com/minminmsn/k8s1.13

https://github.com/minminmsn/k8s1.13/blob/master/kubernetes/kubernetes1.13.1%2Betcd3.3.10%2Bflanneld0.10%E9%9B%86%E7%BE%A4%E9%83%A8%E7%BD%B2.md?tdsourcetag=s_pcqq_aiomsg

国内镜像仓库
https://kubernetes.feisky.xyz/fu-lu/mirrors

https://kubernetes.io/docs/setup/release/

git clone https://github.com/kubernetes/kubernetes.git
cd kubernetes
make release
docker pull mirrorgooglecontainers/kube-apiserver-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-controller-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-controller-manager-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-controller-manager-amd64:v1.13.1
docker pull mirrorgooglecontainers/kube-controller-manager-amd64:v1.14.2
docker pull mirrorgooglecontainers/kube-scheduler-amd64:v1.12.2
docker pull mirrorgooglecontainers/kube-proxy-amd64:v1.12.2
docker pull mirrorgooglecontainers/pause:3.1
docker pull mirrorgooglecontainers/etcd-amd64:3.2.24
docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.10.1
docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.5.1
docker pull mirrorgooglecontainers/kubernetes-dashboard-amd64:v1.4.1
docker pull mirrorgooglecontainers/coredns:1.2.2
docker pull mirrorgooglecontainers/coredns-amd64:1.2.2
docker pull coredns/coredns:1.2.2

registry.cn-beijing.aliyuncs.com/minminmsn/kubernetes-dashboard:v1.10.1

registry.cn-beijing.aliyuncs.com/minminmsn/kube-controller-manager-amd64:v1.12.2

构建、拉取镜像和打gcr.io标签

拉取新构建的镜像

docker pull registry.cn-shenzhen.aliyuncs.com/cookcodeblog/kube-apiserver-amd64:v1.10.3

打上gcr.io同名标签

docker tag registry.cn-shenzhen.aliyuncs.com/cookcodeblog/kube-apiserver-amd64:v1.10.3 k8s.gcr.io/kube-apiserver-amd64:v1.10.3

删除新构建的镜像,只保留gcr.io镜像

docker rmi registry.cn-shenzhen.aliyuncs.com/cookcodeblog/kube-apiserver-amd64:v1.10.3

一个拉取kubeadm镜像的脚本
https://github.com/cookcodeblog/k8s-deploy/blob/master/kubeadm/04_pull_kubernetes_images_from_aliyun.sh

#!/bin/bash
set -e
# Check version in https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/
# Search "Running kubeadm without an internet connection"
# For running kubeadm without an internet connection you have to pre-pull the required master images for the version of choice:
KUBE_VERSION=v1.10.3
KUBE_PAUSE_VERSION=3.1
ETCD_VERSION=3.1.12
DNS_VERSION=1.14.8GCR_URL=k8s.gcr.io
ALIYUN_URL=registry.cn-shenzhen.aliyuncs.com/cookcodeblogimages=(kube-proxy-amd64:${KUBE_VERSION}
kube-scheduler-amd64:${KUBE_VERSION}
kube-controller-manager-amd64:${KUBE_VERSION}
kube-apiserver-amd64:${KUBE_VERSION}
pause-amd64:${KUBE_PAUSE_VERSION}
etcd-amd64:${ETCD_VERSION}
k8s-dns-sidecar-amd64:${DNS_VERSION}
k8s-dns-kube-dns-amd64:${DNS_VERSION}
k8s-dns-dnsmasq-nanny-amd64:${DNS_VERSION})for imageName in ${images[@]} ; dodocker pull $ALIYUN_URL/$imageNamedocker tag  $ALIYUN_URL/$imageName $GCR_URL/$imageNamedocker rmi $ALIYUN_URL/$imageName
donedocker images

查看gcr.io官方镜像

https://console.cloud.google.com/gcr/images/google-containers/GLOBAL

然后再选择正确的镜像。

通常,gcr.io官方镜像的命名规则为:

gcr.io/google_containers/IMAGE_NAME:IMAGE_TAG

比如:

gcr.io/google_containers/kube-apiserver-amd64:v1.10.3

k8s.gcr.io
gcrxio

https://k8s.af/

k3s

https://github.com/rancher/k3s

rancher

https://rancher.com/docs/rancher/latest/zh/
https://www.cnrancher.com/

https://rancher2.docs.rancher.cn/docs/releases/v2.4.5/

日志

https://www.elastic.co/guide/index.html
https://www.elastic.co/guide/cn/index.html

elasticsearch

https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html

filebeat

https://www.elastic.co/guide/en/beats/filebeat/current/index.html

logstash

https://www.elastic.co/guide/en/logstash/current/index.html

kibana

https://www.elastic.co/guide/cn/kibana/current/index.html

存储

nfs

http://nfs.sourceforge.net/

mfs

https://moosefs.com/support/#documentation
https://github.com/moosefs/moosefs

glusterfs

https://docs.gluster.org/en/latest/

ceph

https://docs.ceph.com/docs/master/

fastdfs

https://github.com/happyfish100/fastdfs/wiki

wfs

https://github.com/donnie4w/wfs

可道云

https://kodcloud.com/download/

lvs

http://www.linuxvirtualserver.org/zh/
http://zh.linuxvirtualserver.org/

git

https://git-scm.com/documentation
https://git-scm.com/doc
https://git-scm.com/book/zh/v2

gitlab

https://docs.gitlab.com/

https://docs.gitlab.com.cn/

http://about.gitlab.com/

ubuntu gitlab-ce
https://mirror.tuna.tsinghua.edu.cn/gitlab-ce/apt/packages.gitlab.com/gitlab/gitlab-ce/ubuntu/pool/trusty/main/g/gitlab-ce/

github

https://github.com/
https://help.github.com/cn
https://github.com/521xueweihan/HelloGitHub
https://hellogithub.com/

https://github.com/malongshuai/

https://github.com/OUYANGSIHAI/JavaInterview

jenkins

http://www.jenkins.org.cn/jenkins%E6%8F%92%E4%BB%B6%E5%A4%A7%E5%85%A8
https://jenkins.io/doc/

https://jenkins.io/zh/doc/
https://jenkins-zh.cn/tutorial/

walle

http://www.walle-web.io/docs/

码云

https://gitee.com/

https://gitee.com/progit/

sonarqube(代码质量检测)

https://docs.sonarqube.org/latest/

code

http://www.mycodes.net/

开源软件

https://sourceforge.net/

监控

zabbix

https://www.zabbix.com/cn/
https://www.zabbix.com/documentation/4.0/zh/manual

https://zabbixchina.atlassian.net/wiki/spaces/ZABBIX/pages/262215/Zabbix

https://zabbix.org/wiki/Main_Page

https://book.open-falcon.org/zh/

监控插件

https://www.percona.com/downloads/percona-monitoring-plugins/

https://www.percona.com/doc/percona-monitoring-plugins/LATEST/index.html
https://www.percona.com/downloads/percona-monitoring-plugins/

Prometheus

https://prometheus.io/docs/introduction/overview/
https://www.bookstack.cn/read/prometheus-manual/README.md
https://love2.io/@1046102779/doc/prometheus/introductions/overview.md

tcp/ip

http://www.tcpipguide.com/free/

http协议
https://www.w3.org/Protocols/

dns

https://ftp.isc.org/isc/bind9/cur/9.11/doc/arm/Bv9ARM.html

tcpdump

http://www.tcpdump.org/manpages/tcpdump.1.html

ssh

https://www.ssh.com/ssh/
https://www.openssh.com/manual.html
http://www.hostbuf.com

终端

https://cmder.net/

rsync

http://rsync.samba.org/

crontab

http://crontab.org/

systemd官网

https://www.freedesktop.org/software/systemd/man/systemd.service.html
https://www.freedesktop.org/wiki/Software/systemd/
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/system_administrators_guide/index#sect-Managing_Services_with_systemd-Introduction

跳板机

teleport
https://docs.tp4a.com/

jumpserver
http://docs.jumpserver.org/zh/docs/

其它

http://mirrors.skyshe.cn/
http://apache.fayea.com/

数据库

https://db-engines.com/en/ranking

mysql

[http://downloads.mysql.com/archives/](http://sql
http://downloads.mysql.com/archives/)

http://repo.mysql.com/yum

https://www.percona.com/

percona

https://mirrors.tuna.tsinghua.edu.cn/percona/yum/

mariadb

https://mariadb.com/kb/zh-cn/mariadb/

proxysql

https://github.com/sysown/proxysql/wiki
https://repo.proxysql.com/ProxySQL/proxysql-2.0.x/centos/

mha

https://github.com/yoshinorim/mha4mysql-manager
https://github.com/ovaistariq/mha-helper
https://github.com/yoshinorim/mha4mysql-manager/releases

redis

http://download.redis.io/releases/

http://www.redis.cn/
http://doc.redisfans.com/
http://redisdoc.com/

mongodb

https://www.mongodb.com/download-center/community

https://docs.mongodb.com/

http://www.mongodb.org.cn/manual/
https://www.runoob.com/mongodb/mongodb-tutorial.html

https://mongodb-documentation.readthedocs.io/en/latest/
http://www.mongoing.com/docs/

Oracle中文

https://www.oracle.com/technetwork/cn/indexes/documentation/index.html

php yum源

http://mirror.webtatic.com/

http://mirror.webtatic.com/yum/el5/latest.rpm ##CentOs 5.x
http://mirror.webtatic.com/yum/el6/latest.rpm ##CentOs 6.x
https://mirror.webtatic.com/yum/el7/epel-release.rpm ##CentOs 7.X

https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

https://repo.webtatic.com/yum/el7/x86_64/RPMS/

http://us-east.repo.webtatic.com/yum/el7/x86_64/


https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/
https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/remi-release-7.rpm


remi repository

Remi repository是包含最新版本PHP和MySQL包的Linux源,由Remi提供维护
http://rpms.famillecollet.com/enterprise/remi-[release-7.rpm](http://release-7.rpm
http://rpms.remirepo.net/enterprise/remi-release-7.rpm

)
[http://rpms.remirepo.net/enterprise/remi-release-7.rpm](http://release-7.rpm
http://rpms.remirepo.net/enterprise/remi-release-7.rpm

)

https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
http://rpms.remirepo.net/enterprise/remi-release-7.rpm


npm

https://docs.npmjs.com/
https://www.npmjs.cn/
http://npm.taobao.org/

ansible/saltstack

http://docs.ansible.com
http://www.ansible.com.cn/

http://docs.saltstack.cn/
https://docs.saltstack.com/en/latest/

apollo

https://github.com/ctripcorp/apollo

dubbo

http://dubbo.apache.org/zh-cn/docs/user/quick-start.html

spring boot

https://docs.spring.io/spring-boot/docs/current/reference/html/

spring cloud

https://www.springcloud.cc/

ruby中国

http://ruby-china.org/

man手册

http://man.linuxde.net/
http://linux.51yip.com/
https://www.gnu.org/software/coreutils/manual/coreutils.html
https://wangchujiang.com/linux-command/
https://www.linuxcool.com/
https://man.openbsd.org/
http://man7.org/
www.die.net

http://man7.org/linux/man-pages/man4/console_codes.4.html

http://tldp.org/

Linux中文man手册安装

wget https://src.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpages-zh-1.5.1.tar.gz/13275fd039de8788b15151c896150bc4/manpages-zh-1.5.1.tar.gz./configure --disable-zhtw  --prefix=/usr/local/zhman
make
make installalias cman='man -M /usr/local/zhman/share/man/zh_CN'

gnu

https://www.gnu.org/software/gawk/manual/gawk.html
https://www.gnu.org/software/sed/manual/sed.html
https://www.gnu.org/software/grep/manual/grep.html
https://www.gnu.org/software/bash/manual/bash.html
https://www.gnu.org/manual/
https://www.gnu.org/software/coreutils/manual/coreutils.html

http://www.grymoire.com/Unix/Sh.html
http://www.grymoire.com/Unix/Csh.html

http://man7.org/
https://busybox.net/~landley/c99-draft.html

awk

http://www.dba86.com/docs/other/awk.html
http://www.grymoire.com/Unix/Awk.html

sed

http://www.dba86.com/docs/other/sed.html
http://www.grymoire.com/Unix/Sed.html

grep

http://www.dba86.com/docs/other/grep.html

http://www.grymoire.com/Unix/Regular.html

http://www.dba86.com/

rpm包

http://rpmfind.net/linux/
http://rpms.famillecollet.com/enterprise/
http://rpm.pbone.net/

https://pkgs.org/

http://rpms.remirepo.net/enterprise/
http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

wget --mirror --convert-links  --adjust-extension --page-requisites  --retry-connrefused  --exclude-directories=comments -U "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0"  --execute robots=off  http://xxxx.com

yum

http://yum.baseurl.org/wiki/

dnf

https://dnf.readthedocs.io/en/latest/

windows包管理

https://chocolatey.org/packages

站长工具

http://tool.chinaz.com/
https://tool.lu/

在线图库

https://www.iconfont.cn/

国内yum源

清华大学

http://mirrors.tuna.tsinghua.edu.cn

开源镜像站

http://mirrors.neusoft.edu.cn

开源社

http://mirror.azure.cn/

阿里云

http://mirrors.aliyun.com

中国科技大学

http://mirrors.ustc.edu.cn/

网易

http://mirrors.163.com
http://mirrors.cn99.com

华为云

http://mirrors.huaweicloud.com

北京理工大学

http://mirror.bit.edu.cn

浙江大学

http://mirrors.zju.edu.cn

上海交通大学

http://ftp.sjtu.edu.cn

上海大学

http://mirrors.shu.edu.cn

Sohu

http://mirrors.sohu.com

兰州大学

http://mirror.lzu.edu.cn

重庆大学

http://mirrors.cqu.edu.cn

南京大学

http://mirrors.nju.edu.cn

https://sourceforge.net/p/forge/documentation/Yum%20Repo%20in%20File%20Release%20System/

http://ftp.jaist.ac.jp/pub/

国内公共DNS服务器地址

1.2.4.8
210.2.4.8
101.226.4.6(电信及移动)
123.125.81.6(联通)

OneDNS

112.124.47.27

OpenerDNS

42.120.21.30

BaiduDNS

180.76.76.76

360

101.226.4.5

aliDNS

223.5.5.5
223.6.6.6

114DNS

114.114.114.114
114.114.115.115

Dns派:电信/移动/铁通

101.226.4.6
218.30.118.6

南方电信

180.153.225.136

Dns派:联通

123.125.81.6
140.207.198.6
202.106.0.20
202.106.196.115

IDE

https://www.jetbrains.com/

C语言 IDE

https://www.jetbrains.com/clion/download/
http://idea.lanyus.com/

https://sourceforge.net/projects/mingw-w64/

java IDE

https://www.jetbrains.com/idea/

各种语言文档

编程语言排行

https://www.tiobe.com/tiobe-index/

http://shouce.jb51.net/

java

https://www.ibm.com/developerworks/cn/java/j-introtojava1/index.html
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html
https://www.oracle.com/technetwork/cn/java/javase/documentation/index.html

https://lingcoder.github.io/OnJava8/#/
https://lingcoder.github.io/OnJava8/#/sidebar

maven

https://repo1.maven.org/maven2/

http://maven.outofmemory.cn/hot/
https://maven.java.net/

jar

https://www.findjar.com/index.x

groovy

http://www.groovy-lang.org/

c/c++

https://github.com/jobbole/awesome-c-cn
https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html
http://www.cplusplus.com
https://msdn.microsoft.com/zh-cn/library/cehk8f8b.aspx

https://visualstudio.microsoft.com/zh-hans/

https://cygwin.com
http://www.mingw.org/

https://clang.llvm.org/

python

https://www.python.org/downloads/

https://docs.python.org/zh-cn/3/reference/index.html
https://docs.python.org/zh-cn/3/tutorial/index.html
https://docs.python.org/zh-cn/3.6/

http://www.pythondoc.com/

https://uwsgi-docs.readthedocs.io/en/latest/
https://uwsgi-docs-zh.readthedocs.io/zh_CN/latest/

https://www.cnblogs.com/linhaifeng/p/7278389.html
https://www.cnblogs.com/yuanchenqi/articles/5782764.html
https://www.cnblogs.com/Eva-J/articles/7074818.html

pip源
https://pypi.doubanio.com/simple/

go

https://go-zh.org/doc/
http://docs.studygolang.com/doc/

http://docscn.studygolang.com/doc/

v

https://vlang.io/docs

rust

https://www.rust-lang.org/zh-CN/

json

http://www.json.org/json-zh.html

yaml

http://yaml.org/

json yaml 转换

https://www.json2yaml.com/

ini yaml 转换

https://www.palidin.io/utils/ini2yaml/

toml json 转换

https://toml-to-json.matiaskorhonen.fi/

web语言

http://www.w3school.com.cn/

html

https://html.com/
https://www.w3.org/html/
https://www.w3.org/TR/html5/

http://www.w3school.com.cn/tags/tag_html.asp
http://www.w3school.com.cn/

jQuery

https://jquery.com/download/
https://code.jquery.com/
http://www.jq22.com/jquery-info122

xml

http://www.w3school.com.cn/xml/index.asp

php

http://php.net/releases/
https://www.php.net/manual/zh/
https://www.php.net/manual/zh/configure.about.php
https://www.php.net/manual/zh/function.mysqli-connect.php

程序员手册大全

http://manual.51yip.com/

其他
http://c.biancheng.net/
http://c.runoob.com/

http://www.runoob.com/

bootstrap

https://getbootstrap.com/docs/4.1/getting-started/introduction/

程序员客栈

https://www.proginn.com/

开源众包

http://zb.oschina.net/

码市

https://codemart.com/

web服务器

https://w3techs.com/technologies/overview/web_server/all

nginx

http://nginx.org/
https://docs.nginx.com/nginx/
https://docs.nginx.com/nginx/admin-guide/
http://tengine.taobao.org/nginx_docs/cn/docs/

https://nginxconfig.io/

http://tengine.taobao.org/

httpd

http://httpd.apache.org/docs/
https://w3techs.com/technologies/overview/web_server/all
http://archive.apache.org/dist/httpd/

https://www.apachehaus.com/cgi-bin/download.plx

tomcat

http://tomcat.apache.org/
https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/

jetty

https://www.eclipse.org/jetty/

undertow

https://gitee.com/mirrors/undertow

nodejs

https://nodejs.org/en/docs/
http://npmjs.org

文档

在线office

https://shimo.im
http://docq.cn

为知笔记

https://www.wiz.cn/zh-cn/docker

在线思维导图

https://mubu.com/
http://naotu.baidu.com
https://www.mindmeister.com/zh
http://mm.edrawsoft.cn/

在线作图工具

https://processon.com/

markdown

https://www.zybuluo.com

typora

https://www.typora.io/#windows

atom

https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows
https://atom.io/docs

文件转换(pdf)

https://pdfcandy.com/tw/
http://www.docpe.com/

在线教程

中国大学慕课–国内IT技能学习平台
地址:
https://www.imooc.com/

学堂在线–国家精品课程在线学习平台
地址:http://www.xuetangx.com/

阿里云教程
https://www.aliyun.com/jiaocheng/

实验楼–做实验,学编程
地址:
https://www.shiyanlou.com/

菜鸟教程–提供各语言的入门教程
地址:
http://www.runoob.com/

coursera–一流大学在线课程
https://zh.coursera.org/

优达学城–传授硅谷的官方课程
地址:
https://cn.udacity.com/

edx–大规模开放在线课堂平台
地址:
https://www.edx.org/

codecademy–在线编程学习
地址:
https://www.codecademy.com/zh/

IBM developerWorks–IT教程,工具,社区
https://www.ibm.com/developerworks/cn/

在线练习

1.国内平台
牛客网-专业IT笔试面试备考平台
地址:
https://www.nowcoder.com/

赛码·IT面试笔试平台
地址:
http://www.acmcoder.com/index

2.国外平台
leetCode:
http://leetcode.com/

lintcode:
https://www.lintcode.com/

topcoder:
https://www.topcoder.com/

HackerRank:
https://www.hackerrank.com/

在线工具箱

程序员的工具箱
地址:
https://tool.lu/

开源中国的在线工具箱
地址:
http://tool.oschina.net/

在线编译器

Compiler Explorer–在线汇编查看
https://gcc.godbolt.org/

wandbox–支持多语言,多编译器版本的在线编译器
https://wandbox.org/

各种计算工具
http://tool.520101.com/

技术论坛或社区

stackoverflow–全球最大IT技术问答网站
地址:
http://www.stackoverflow.com/

github–代码托管平台和开发者社区
地址:
https://github.com/

Quora–国外在线问答网站,不限于IT
https://www.quora.com/

segmentfault–国内IT技术问答网站
地址:
https://segmentfault.com/

博客园–开发者的网上家园
地址:
https://www.cnblogs.com/

开源中国–开源技术社区
地址:
https://www.oschina.net/

EV录屏

https://www.ieway.cn/evcapture.html

视频

http://www.easydss.com/

统计工具

http://alexa.chinaz.com/default.html

pwiki官网
https://matomo.org/

https://ta.qq.com

http://echarts.baidu.com/

https://e.msxiaobing.com/

windows相关

http://www.itellyou.cn/
http://www.msdn.hk/
http://www.imsdn.cn/

https://www.itsk.com/
http://www.160.com/
http://www.drivergenius.com/

vnc

https://bintray.com/tigervnc/stable/tigervnc

查看本地公网IP

curl ifconfig.me
curl cip.cc
curl icanhazip.com
curl ident.me
curl ipecho.net/plain
curl whatismyip.akamai.com
curl myip.dnsomatic.com
curl ip.appspot.com

time

https://time.is/

各路大神博客
http://oldboy.blog.51cto.com/2561410
http://oldboy.blog.51cto.com/2561410/1862041
http://oldboy8.blog.51cto.com
http://blog.oldboyedu.com/
http://3060674.blog.51cto.com/
https://www.unixhot.com/
http://superleedo.blog.51cto.com/
http://lidao.blog.51cto.com/3388056/1914205
http://blog.itpub.net/7607759/
http://www.yanshiba.com/
http://blog.liuts.com/
http://blog.chinaunix.net/uid/29075379.html
http://nolinux.blog.51cto.com/
http://bbs.osapub.com
http://ylw6006.blog.51cto.com/
http://legend2011.blog.51cto.com/
http://yuhongchun.blog.51cto.com/
http://linuxzkq.blog.51cto.com/
http://yueliangdao0608.blog.51cto.com/
http://www.cnblogs.com/goodcook/
http://www.xuliangwei.com/
http://www.aclstack.com/
https://www.abcdocker.com/
http://liangweilinux.blog.51cto.com/
http://life2death.blog.51cto.com/
http://www.zyops.com/
http://www.jixuege.com/
http://lspgyy.blog.51cto.com/
http://www.90root.com/
http://sgk2011.blog.51cto.com/
https://www.unixhot.com/

https://tech.meituan.com/mysql_index.html


WebSphere inurl "www.aliyun.com"

声音

https://asoftmurmur.com
http://www.rainymood.com/
https://www.noisli.com/

http://www.pingguodj.com/topic/show-1504-1.html

资源搜索

http://m.panduoduo.net/
http://www.panduoduo.net/

硬件

http://detail.zol.com.cn/server/dell/
https://www.dell.com/zh-cn/work/shop/%E6%9C%8D%E5%8A%A1%E5%99%A8-%E5%AD%98%E5%82%A8%E5%99%A8%E5%8F%8A%E7%BD%91%E7%BB%9C%E4%BA%A4%E6%8D%A2%E6%9C%BA/sf/poweredge-rack-servers

面试

https://github.com/0voice/interview_internal_reference

电子书

http://www.banshujiang.cn/

https://www.jiumodiary.com/

https://bookset.me/

http://www.pdfbook.cn/

http://www.pdfzj.com/

https://manybooks.net/

https://www.zqbook.top/

https://www.ixdzs.com/

https://www.kgbook.com/

https://www.owllook.net/

http://mebook.cc/

http://www.xilinjie.com/

https://bookfere.com/

http://www.aibooks.club/

http://www.pansoso.com/

http://dianzishu.renrensousuo.com

http://ebook.name/

http://search.chongbuluo.com/#

https://convertio.co/

搜索资源网站

ghelper

http://googlehelper.net/

学习技术过程我们经常需要使用搜索引擎来检索资料,国内常用的也就是某度了。
当然有条件的话,搜索引擎首先还是推荐使用 Google,如果没办法使用,可以使用以下几个作为备用:

Bing

Bing 国际版:https://cn.bing.com/
比某度好用,之前还被停用了几天,最近可以了。

DuckDuckGo

DuckDuckGo:https://duckduckgo.com/
从官网的介绍来看这个搜索引擎不收集用户信息,而且没有广告。

Stack Overflow

Stack Overflow:https://stackoverflow.com/
我们如果常用 Google,很多技术问题的答案就在这个网站上,如果你无法使用 Google 可以在这个网站上直接检索就好了。

Gitlogs

Gitlogs:https://www.gitlogs.com/
Gitlogs 是专门针对 GitHub 项目的搜索引擎,我们通过他可以快速找到想要项目。

jiumo search

文档搜索引擎 jiumo search 鸠摩搜书:https://www.jiumodiary.com/
可以用来找一些技术文档手册,很多在百度网盘里。

Ebooke

Ebooke:https://ebookee.org/
Ebookee 是一个基于互联网并提供免费电子图书下载的搜索引擎网站。

Iconfinder

图标搜索:https://www.iconfinder.com/
用来查找 logo 图片。

TinEye

TinEye:https://www.tineye.com
用图片来检索图片,我们可以上传图片或输入图片的 URL 来检索。

SemanticScholar

SemanticScholar:https://www.semanticscholar.org/
SemanticScholar 是一个免费学术搜索引擎,其检索结果来自于期刊、学术会议资料或者是学术机构的文献。

LibreStock

LibreStock:https://librestock.com/
LibreStock 上可以检索一些优质的高清图片。

CC Search

CC Search:https://ccsearch.creativecommons.org/
CC Search 上搜索到的图片资源都是无版权的,我们可以免费的使用。

Pexels

Pexels:https://www.pexels.com/
高质量的图片网站,可以免费使用。

Unsplash

Unsplash:https://unsplash.com/
免费高清素材网站。

The App Store

The App Store:https://theappstore.org/
The App Store 是一个针对苹果手机、iPad、Mac 设备的应用搜索工具。

工具类

图片相关工具

TinyPNG:https://tinypng.com/
免费的在线图片压缩工具,压缩率高,无损画质,直接拖拽使用,很方便。
picdiet:https://www.picdiet.com/zh-cn
独特且强悍的JavaScript 算法,能极速压缩 80% 的图片大小,而不损害其质量。
SmartResize:
https://www.smartresize.com/zh-cn
这个工具基于 javascript+HTML5 编写而成的,是一个批量裁剪缩放图片的神器!

正则表达式相关工具

以下两个工具以图形的方式来展示正则表达式,更易于理解:
https://regexr.com/
https://jex.im/regulex/#!flags=&re=%5E(a%7Cb)*%3F%24

文件转换转换工具

以下资源支持各种格式(PDF、图片、Word)相互转换。
https://smallpdf.com/cn
https://convertio.co/zh/
https://www.online-convert.com/
https://www.pdftoword.com/
https://tools.pdf24.org/zh/
https://cn.office-converter.com/

在线编译器

包含前后端(php、java、c等)都可以在线运行测试
https://rextester.com/
https://www.onlinegdb.com/
https://c.runoob.com/

HTML、CSS、JS、设计类的工具

JSFiddle: https://jsfiddle.net/
CodePen: https://codepen.io/
Runoob: https://c.runoob.com/front-end/61
JSON 解析器: https://c.runoob.com/front-end/53
在线 PS: http://www.kantu.com/
表格转换工具: https://tableconvert.com/
支持的 Markdown、HTML table、CSV 和 Excel 的相互转换。
DesignCap: https://www.designcap.com/
在线设计海报,内置众多模板及素材。

思维导图工具

推荐几款绘图工具:
Xmind:https://www.xmind.cn/
跨平台、跨终端,拥有全功能的思维导图软件。
ProcessOn:https://www.processon.com/
免费在线作图,实时协作,支持流程图、思维导图、原型图、UML、网络拓扑图、组织结构图等。
MindMaster:https://www.edrawsoft.cn/mindmaster/
多平台思维导图软件,可用于Windows,Mac和Linux等桌面环境,也可以在线使用或在苹果,安卓等移动端上使用。
MindMeister:https://www.mindmeister.com/zh
在线思维导图工具,已有超过1000万个用户。
百度脑图:http://naotu.baidu.com/ 简洁的在线思维导图工具
Gliffy:https://www.gliffy.com/
我们可以在 Chrome 浏览器上安装 gliffy 插件。
可以在线创建流程图、UML图、线框图、BPNM、组织架构图等。

文档笔记平台

推荐几个常用的国内外云笔记平台,比较常用的应该是印象、有道、石墨,有一些国外的访问速度比较慢,影响体验。
现在用云笔记的人应该蛮多的,可以总结归纳自己的一些知识储备或者相关的业务资料,加上他们自带的跨平台特性,用起来还是很方便的。
印象笔记:https://www.yinxiang.com/
有道笔记:https://note.youdao.com/
OneNote:https://www.onenote.com/
幕布:https://mubu.com/
为知笔记:https://www.wiz.cn/
石墨文档:https://shimo.im/
Google keep:https://keep.google.com/
Simplenote:https://simplenote.com/

数量级

Y 24 (10的24次幂)
Z 21
E 18
P 15
T 12
G 9
M 6
k 3
h 2
da 1
1 0
d -1
c -2
m -3
u -6
n -9
p -12
f -15
a -18
z -21
y -24

查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. 多态~

    理解多态性&#xff1a;一个事物的多种形态 何为多态性&#xff1a;对象的多态性-------->父类的引用指向子类的对象 多态的使用&#xff1a;即虚拟方法调用 有了对象的多态性后&#xff0c;我们在编译期&#xff0c;只能调用父类中声明的方法&#xff0c;但在运行期&#…...

    2024/4/16 11:20:46
  2. 蛋糕师app开发有哪些功能?

    蛋糕师app开发有哪些功能&#xff1f;在家里做个糕点大师&#xff0c;用户体验的不仅是自己动手制作美食的乐趣&#xff0c;还能了解烘焙的知识&#xff0c;是一举两得的事情。那就一起和小编来看看蛋糕师app开发功能特点有哪些&#xff1f; 1.配方和原料准备提供&#xff1a;…...

    2024/4/28 12:50:39
  3. 母牛的故事 规律分析和时间超时的解决

    [递归]母牛的故事题目解法代码题目 题目链接 解法 和斐波那契数列的那个兔子题很像&#xff0c;自己可以推一下公式。 因为这道题是每头小母牛从第四个年头开始生一头小母牛&#xff0c;所以规律就是&#xff1a;前一年的头数加上前三年的头数&#xff08;因为前三年到今天刚…...

    2024/4/28 8:38:52
  4. Sprinboot+Hibernate+DM8(达梦8)整合实例

    1. 创建数据库 CREATE TABLE "SYSDBA"."ADDRESS"(ADDRESSID INT NOT NULL PRIMARY KEY,ADDRESS VARCHAR(60) NOT NULL,CITY VARCHAR(30));INSERT INTO "SYSDBA"."ADDRESS"(ID,ADDRESS,CITY) VALUES(1,sihui,beijing); INSERT INTO &q…...

    2024/4/7 13:58:43
  5. macOS Sierra/Catalina 支持NTFS/EXT4/osxfuse文件系统

    默默的点滴...

    2024/4/28 3:13:03
  6. linux下Anaconda的安装和使用

    一、Anaconda安装 1、Anaconda 官网下载 2、使用xshell登录服务器&#xff0c;将下载的Anaconda3-2020.07-Linux-x86_64.sh文件上传到服务器。 mkdir tools # 创建文件夹&#xff0c;将sh文件上传到该文件夹内 bash Anaconda3-2020.07-Linux-x86_64.sh # 安装anaconda&am…...

    2024/4/7 13:58:41
  7. PHP基础---错误处理

    错误处理 指的是系统&#xff08;或者用户&#xff09;在对某些代码进行执行的时候&#xff0c;发现有错误&#xff0c;就会通过错误处理的形式告知程序员 错误分类 1&#xff09;语法错误&#xff1a;在编译过程中不通过&#xff0c;所以代码不会执行&#xff08;Parse erro…...

    2024/4/28 2:44:54
  8. 每天进步一点点 2020/09/24

    面试三连 1、ArrayList 和 Vector 的区别是什么&#xff1f; Vector 是线程安全的&#xff0c;ArrayList 是非现场安全的&#xff0c;因此性能上 ArrayList 高发生扩容时&#xff0c;ArrayList 扩容1.5倍&#xff0c;Vector 扩容2倍 2、进程 和 线程 的区别&#xff1f; 进…...

    2024/4/28 0:17:14
  9. 请问:python+selenium如何定位这种只有动态id不同的元素

    ...

    2024/4/27 23:20:34
  10. Python从数据中随机去一个元素

    import random groupArr [A, B, C, D] random.choice(groupArr)...

    2024/4/28 13:41:04
  11. 【蓝桥杯】—{模块化编程}

    九层妖塔 起于垒土 【蓝桥杯】—{模块化编程}...

    2024/4/26 19:57:17
  12. GPU Memory Usage占用而GPU-Util却为0

    添加num_workersnum&#xff0c;需要多设置一些&#xff0c;就可以使用GPU加速 train_loader DataLoader(datasettrain_data, batch_sizetrain_bs, shuffleTrue, num_workers8)...

    2024/4/16 13:23:30
  13. 专业小偷,打家劫舍

    在前两篇中&#xff0c;我们分别学习了 “三角形最小路径和” 以及“矩形最小路径和” 的问题&#xff0c;相信已经掌握了这类题型的解题方式。我们只要明确状态的定义&#xff0c;基本上都可以顺利求解。 在本节中&#xff0c;我们将回归一道简单点的题目&#xff0c;目的是剖…...

    2024/4/7 13:58:34
  14. 哔哩哔哩---P2 WPF基础入门视频(样式)

    P3 WPF基础入门视频(样式)P4 WPF基础入门视频(触发器)...

    2024/4/19 8:55:20
  15. 7.5tableau再聊筛选器

    筛选器的执行顺序,下面的筛选器修改内容不影响上面的结果,上面的筛选器修改内容会影响下面的结果。...

    2024/4/26 14:08:32
  16. 当实体类无法引用,有没有任何问题的时候,报红报错无法启动

    当实体类无法引用&#xff0c;有没有任何问题的时候&#xff0c;报红报错无法启动。有可能是改变了实体属性的时候。 清除缓存并重启就可以了...

    2024/4/22 17:18:13
  17. 哔哩哔哩---P2 WPF基础入门视频(控件模板)

    P5 WPF基础入门视频(控件模板)P6 WPF基础入门视频(数据模板)P7 WPF基础入门视频(数据绑定)P8 WPF的DataGrid示例(MVVM模式)...

    2024/4/27 3:50:16
  18. openCV学习/找不到opencv_world3x0d.dll,无法继续执行代码,此类问题的解决方案

    调试过程中的提示错误&#xff1a;找不到opencv_world3x0d.dll&#xff0c;无法继续执行代码* 点击调试时弹错误提示窗口&#xff0c;无法找到此文件&#xff0c;数字为版本 解决方案&#xff1a; 1.找到自己的安装位置&#xff0c;找到如下文件D:\openCV\opencv\build\x64\…...

    2024/4/26 3:45:59
  19. Control Templates

    与UWP中一样&#xff0c;在资源中定义&#xff0c;然后使用键值静态引用。 <?xml version"1.0" encoding"utf-8"?> <ContentPage xmlns"http://xamarin.com/schemas/2014/forms"xmlns:x"http://schemas.microsoft.com/winfx/20…...

    2024/4/27 2:28:49
  20. adb 如何访问调试应用的 /data/data/目录

    本文主要是解决无法访问调试应用的data问题目录&#xff0c;非调试应用仍然是无法访问 没有root的android手机&#xff0c;访问应用的 /data/data/com.app.demo 目录时会出现以下无权限访问的提示 ls: /data/data/com.app.demo: Permission denied方案一 第一种方式是连接应用…...

    2024/4/7 9:41:57

最新文章

  1. Redis(五) Redis锁

    结合前四期 Redis(一) Redis简介(Redis(一) Redis简介-CSDN博客) Redis(二) 可编程性(Redis(二) 可编程性-CSDN博客) Redis(三) 事务与发布订阅(Redis(三) 事务与发布订阅-CSDN博客) Redis(四) 主从、哨兵、集群环境搭建(Redis(四) 主从、哨兵、集群环境搭建-CSDN博客) (本文代…...

    2024/4/28 14:32:37
  2. 梯度消失和梯度爆炸的一些处理方法

    在这里是记录一下梯度消失或梯度爆炸的一些处理技巧。全当学习总结了如有错误还请留言&#xff0c;在此感激不尽。 权重和梯度的更新公式如下&#xff1a; w w − η ⋅ ∇ w w w - \eta \cdot \nabla w ww−η⋅∇w 个人通俗的理解梯度消失就是网络模型在反向求导的时候出…...

    2024/3/20 10:50:27
  3. 鸿蒙实战开发-如何实现选择并查看文档与媒体文件

    介绍 应用使用ohos.file.picker、ohos.multimedia.mediaLibrary、ohos.file.fs 等接口&#xff0c;实现了picker拉起文档编辑保存、拉起系统相册图片查看、拉起视频并播放的功能。 效果预览 使用说明&#xff1a; 在首页&#xff0c;应用展示出最近打开过的文档信息&#xf…...

    2024/4/19 7:33:10
  4. 基于AI智能识别技术的智慧展览馆视频监管方案设计

    一、建设背景 随着科技的不断进步和社会安全需求的日益增长&#xff0c;展览馆作为展示文化、艺术和科技成果的重要场所&#xff0c;其安全监控系统的智能化升级已成为当务之急。为此&#xff0c;旭帆科技&#xff08;TSINGSEE青犀&#xff09;基于视频智能分析技术推出了展览…...

    2024/4/26 15:50:29
  5. 【C++】C++中的list

    一、介绍 官方给的 list的文档介绍 简单来说就是&#xff1a; list是可以在常数范围内在任意位置进行插入和删除的序列式容器&#xff0c;并且该容器可以前后双向迭代。list的底层是双向链表结构&#xff0c;双向链表中每个元素存储在互不相关的独立节点中&#xff0c;在节点中…...

    2024/4/22 17:51:44
  6. 416. 分割等和子集问题(动态规划)

    题目 题解 class Solution:def canPartition(self, nums: List[int]) -> bool:# badcaseif not nums:return True# 不能被2整除if sum(nums) % 2 ! 0:return False# 状态定义&#xff1a;dp[i][j]表示当背包容量为j&#xff0c;用前i个物品是否正好可以将背包填满&#xff…...

    2024/4/28 4:04:40
  7. 【Java】ExcelWriter自适应宽度工具类(支持中文)

    工具类 import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellType; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet;/*** Excel工具类** author xiaoming* date 2023/11/17 10:40*/ public class ExcelUti…...

    2024/4/28 12:01:04
  8. Spring cloud负载均衡@LoadBalanced LoadBalancerClient

    LoadBalance vs Ribbon 由于Spring cloud2020之后移除了Ribbon&#xff0c;直接使用Spring Cloud LoadBalancer作为客户端负载均衡组件&#xff0c;我们讨论Spring负载均衡以Spring Cloud2020之后版本为主&#xff0c;学习Spring Cloud LoadBalance&#xff0c;暂不讨论Ribbon…...

    2024/4/27 12:24:35
  9. TSINGSEE青犀AI智能分析+视频监控工业园区周界安全防范方案

    一、背景需求分析 在工业产业园、化工园或生产制造园区中&#xff0c;周界防范意义重大&#xff0c;对园区的安全起到重要的作用。常规的安防方式是采用人员巡查&#xff0c;人力投入成本大而且效率低。周界一旦被破坏或入侵&#xff0c;会影响园区人员和资产安全&#xff0c;…...

    2024/4/27 12:24:46
  10. VB.net WebBrowser网页元素抓取分析方法

    在用WebBrowser编程实现网页操作自动化时&#xff0c;常要分析网页Html&#xff0c;例如网页在加载数据时&#xff0c;常会显示“系统处理中&#xff0c;请稍候..”&#xff0c;我们需要在数据加载完成后才能继续下一步操作&#xff0c;如何抓取这个信息的网页html元素变化&…...

    2024/4/28 12:01:03
  11. 【Objective-C】Objective-C汇总

    方法定义 参考&#xff1a;https://www.yiibai.com/objective_c/objective_c_functions.html Objective-C编程语言中方法定义的一般形式如下 - (return_type) method_name:( argumentType1 )argumentName1 joiningArgument2:( argumentType2 )argumentName2 ... joiningArgu…...

    2024/4/28 12:01:03
  12. 【洛谷算法题】P5713-洛谷团队系统【入门2分支结构】

    &#x1f468;‍&#x1f4bb;博客主页&#xff1a;花无缺 欢迎 点赞&#x1f44d; 收藏⭐ 留言&#x1f4dd; 加关注✅! 本文由 花无缺 原创 收录于专栏 【洛谷算法题】 文章目录 【洛谷算法题】P5713-洛谷团队系统【入门2分支结构】&#x1f30f;题目描述&#x1f30f;输入格…...

    2024/4/28 12:01:03
  13. 【ES6.0】- 扩展运算符(...)

    【ES6.0】- 扩展运算符... 文章目录 【ES6.0】- 扩展运算符...一、概述二、拷贝数组对象三、合并操作四、参数传递五、数组去重六、字符串转字符数组七、NodeList转数组八、解构变量九、打印日志十、总结 一、概述 **扩展运算符(...)**允许一个表达式在期望多个参数&#xff0…...

    2024/4/27 12:44:49
  14. 摩根看好的前智能硬件头部品牌双11交易数据极度异常!——是模式创新还是饮鸩止渴?

    文 | 螳螂观察 作者 | 李燃 双11狂欢已落下帷幕&#xff0c;各大品牌纷纷晒出优异的成绩单&#xff0c;摩根士丹利投资的智能硬件头部品牌凯迪仕也不例外。然而有爆料称&#xff0c;在自媒体平台发布霸榜各大榜单喜讯的凯迪仕智能锁&#xff0c;多个平台数据都表现出极度异常…...

    2024/4/27 21:08:20
  15. Go语言常用命令详解(二)

    文章目录 前言常用命令go bug示例参数说明 go doc示例参数说明 go env示例 go fix示例 go fmt示例 go generate示例 总结写在最后 前言 接着上一篇继续介绍Go语言的常用命令 常用命令 以下是一些常用的Go命令&#xff0c;这些命令可以帮助您在Go开发中进行编译、测试、运行和…...

    2024/4/28 9:00:42
  16. 用欧拉路径判断图同构推出reverse合法性:1116T4

    http://cplusoj.com/d/senior/p/SS231116D 假设我们要把 a a a 变成 b b b&#xff0c;我们在 a i a_i ai​ 和 a i 1 a_{i1} ai1​ 之间连边&#xff0c; b b b 同理&#xff0c;则 a a a 能变成 b b b 的充要条件是两图 A , B A,B A,B 同构。 必要性显然&#xff0…...

    2024/4/27 18:40:35
  17. 【NGINX--1】基础知识

    1、在 Debian/Ubuntu 上安装 NGINX 在 Debian 或 Ubuntu 机器上安装 NGINX 开源版。 更新已配置源的软件包信息&#xff0c;并安装一些有助于配置官方 NGINX 软件包仓库的软件包&#xff1a; apt-get update apt install -y curl gnupg2 ca-certificates lsb-release debian-…...

    2024/4/28 4:14:21
  18. Hive默认分割符、存储格式与数据压缩

    目录 1、Hive默认分割符2、Hive存储格式3、Hive数据压缩 1、Hive默认分割符 Hive创建表时指定的行受限&#xff08;ROW FORMAT&#xff09;配置标准HQL为&#xff1a; ... ROW FORMAT DELIMITED FIELDS TERMINATED BY \u0001 COLLECTION ITEMS TERMINATED BY , MAP KEYS TERMI…...

    2024/4/27 13:52:15
  19. 【论文阅读】MAG:一种用于航天器遥测数据中有效异常检测的新方法

    文章目录 摘要1 引言2 问题描述3 拟议框架4 所提出方法的细节A.数据预处理B.变量相关分析C.MAG模型D.异常分数 5 实验A.数据集和性能指标B.实验设置与平台C.结果和比较 6 结论 摘要 异常检测是保证航天器稳定性的关键。在航天器运行过程中&#xff0c;传感器和控制器产生大量周…...

    2024/4/27 13:38:13
  20. --max-old-space-size=8192报错

    vue项目运行时&#xff0c;如果经常运行慢&#xff0c;崩溃停止服务&#xff0c;报如下错误 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 因为在 Node 中&#xff0c;通过JavaScript使用内存时只能使用部分内存&#xff08;64位系统&…...

    2024/4/28 12:00:58
  21. 基于深度学习的恶意软件检测

    恶意软件是指恶意软件犯罪者用来感染个人计算机或整个组织的网络的软件。 它利用目标系统漏洞&#xff0c;例如可以被劫持的合法软件&#xff08;例如浏览器或 Web 应用程序插件&#xff09;中的错误。 恶意软件渗透可能会造成灾难性的后果&#xff0c;包括数据被盗、勒索或网…...

    2024/4/28 12:00:58
  22. JS原型对象prototype

    让我简单的为大家介绍一下原型对象prototype吧&#xff01; 使用原型实现方法共享 1.构造函数通过原型分配的函数是所有对象所 共享的。 2.JavaScript 规定&#xff0c;每一个构造函数都有一个 prototype 属性&#xff0c;指向另一个对象&#xff0c;所以我们也称为原型对象…...

    2024/4/27 22:51:49
  23. C++中只能有一个实例的单例类

    C中只能有一个实例的单例类 前面讨论的 President 类很不错&#xff0c;但存在一个缺陷&#xff1a;无法禁止通过实例化多个对象来创建多名总统&#xff1a; President One, Two, Three; 由于复制构造函数是私有的&#xff0c;其中每个对象都是不可复制的&#xff0c;但您的目…...

    2024/4/28 7:31:46
  24. python django 小程序图书借阅源码

    开发工具&#xff1a; PyCharm&#xff0c;mysql5.7&#xff0c;微信开发者工具 技术说明&#xff1a; python django html 小程序 功能介绍&#xff1a; 用户端&#xff1a; 登录注册&#xff08;含授权登录&#xff09; 首页显示搜索图书&#xff0c;轮播图&#xff0…...

    2024/4/28 8:32:05
  25. 电子学会C/C++编程等级考试2022年03月(一级)真题解析

    C/C++等级考试(1~8级)全部真题・点这里 第1题:双精度浮点数的输入输出 输入一个双精度浮点数,保留8位小数,输出这个浮点数。 时间限制:1000 内存限制:65536输入 只有一行,一个双精度浮点数。输出 一行,保留8位小数的浮点数。样例输入 3.1415926535798932样例输出 3.1…...

    2024/4/27 20:28:35
  26. 配置失败还原请勿关闭计算机,电脑开机屏幕上面显示,配置失败还原更改 请勿关闭计算机 开不了机 这个问题怎么办...

    解析如下&#xff1a;1、长按电脑电源键直至关机&#xff0c;然后再按一次电源健重启电脑&#xff0c;按F8健进入安全模式2、安全模式下进入Windows系统桌面后&#xff0c;按住“winR”打开运行窗口&#xff0c;输入“services.msc”打开服务设置3、在服务界面&#xff0c;选中…...

    2022/11/19 21:17:18
  27. 错误使用 reshape要执行 RESHAPE,请勿更改元素数目。

    %读入6幅图像&#xff08;每一幅图像的大小是564*564&#xff09; f1 imread(WashingtonDC_Band1_564.tif); subplot(3,2,1),imshow(f1); f2 imread(WashingtonDC_Band2_564.tif); subplot(3,2,2),imshow(f2); f3 imread(WashingtonDC_Band3_564.tif); subplot(3,2,3),imsho…...

    2022/11/19 21:17:16
  28. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机...

    win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”问题的解决方法在win7系统关机时如果有升级系统的或者其他需要会直接进入一个 等待界面&#xff0c;在等待界面中我们需要等待操作结束才能关机&#xff0c;虽然这比较麻烦&#xff0c;但是对系统进行配置和升级…...

    2022/11/19 21:17:15
  29. 台式电脑显示配置100%请勿关闭计算机,“准备配置windows 请勿关闭计算机”的解决方法...

    有不少用户在重装Win7系统或更新系统后会遇到“准备配置windows&#xff0c;请勿关闭计算机”的提示&#xff0c;要过很久才能进入系统&#xff0c;有的用户甚至几个小时也无法进入&#xff0c;下面就教大家这个问题的解决方法。第一种方法&#xff1a;我们首先在左下角的“开始…...

    2022/11/19 21:17:14
  30. win7 正在配置 请勿关闭计算机,怎么办Win7开机显示正在配置Windows Update请勿关机...

    置信有很多用户都跟小编一样遇到过这样的问题&#xff0c;电脑时发现开机屏幕显现“正在配置Windows Update&#xff0c;请勿关机”(如下图所示)&#xff0c;而且还需求等大约5分钟才干进入系统。这是怎样回事呢&#xff1f;一切都是正常操作的&#xff0c;为什么开时机呈现“正…...

    2022/11/19 21:17:13
  31. 准备配置windows 请勿关闭计算机 蓝屏,Win7开机总是出现提示“配置Windows请勿关机”...

    Win7系统开机启动时总是出现“配置Windows请勿关机”的提示&#xff0c;没过几秒后电脑自动重启&#xff0c;每次开机都这样无法进入系统&#xff0c;此时碰到这种现象的用户就可以使用以下5种方法解决问题。方法一&#xff1a;开机按下F8&#xff0c;在出现的Windows高级启动选…...

    2022/11/19 21:17:12
  32. 准备windows请勿关闭计算机要多久,windows10系统提示正在准备windows请勿关闭计算机怎么办...

    有不少windows10系统用户反映说碰到这样一个情况&#xff0c;就是电脑提示正在准备windows请勿关闭计算机&#xff0c;碰到这样的问题该怎么解决呢&#xff0c;现在小编就给大家分享一下windows10系统提示正在准备windows请勿关闭计算机的具体第一种方法&#xff1a;1、2、依次…...

    2022/11/19 21:17:11
  33. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”的解决方法...

    今天和大家分享一下win7系统重装了Win7旗舰版系统后&#xff0c;每次关机的时候桌面上都会显示一个“配置Windows Update的界面&#xff0c;提示请勿关闭计算机”&#xff0c;每次停留好几分钟才能正常关机&#xff0c;导致什么情况引起的呢&#xff1f;出现配置Windows Update…...

    2022/11/19 21:17:10
  34. 电脑桌面一直是清理请关闭计算机,windows7一直卡在清理 请勿关闭计算机-win7清理请勿关机,win7配置更新35%不动...

    只能是等着&#xff0c;别无他法。说是卡着如果你看硬盘灯应该在读写。如果从 Win 10 无法正常回滚&#xff0c;只能是考虑备份数据后重装系统了。解决来方案一&#xff1a;管理员运行cmd&#xff1a;net stop WuAuServcd %windir%ren SoftwareDistribution SDoldnet start WuA…...

    2022/11/19 21:17:09
  35. 计算机配置更新不起,电脑提示“配置Windows Update请勿关闭计算机”怎么办?

    原标题&#xff1a;电脑提示“配置Windows Update请勿关闭计算机”怎么办&#xff1f;win7系统中在开机与关闭的时候总是显示“配置windows update请勿关闭计算机”相信有不少朋友都曾遇到过一次两次还能忍但经常遇到就叫人感到心烦了遇到这种问题怎么办呢&#xff1f;一般的方…...

    2022/11/19 21:17:08
  36. 计算机正在配置无法关机,关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机...

    关机提示 windows7 正在配置windows 请勿关闭计算机 &#xff0c;然后等了一晚上也没有关掉。现在电脑无法正常关机以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;关机提示 windows7 正在配…...

    2022/11/19 21:17:05
  37. 钉钉提示请勿通过开发者调试模式_钉钉请勿通过开发者调试模式是真的吗好不好用...

    钉钉请勿通过开发者调试模式是真的吗好不好用 更新时间:2020-04-20 22:24:19 浏览次数:729次 区域: 南阳 > 卧龙 列举网提醒您:为保障您的权益,请不要提前支付任何费用! 虚拟位置外设器!!轨迹模拟&虚拟位置外设神器 专业用于:钉钉,外勤365,红圈通,企业微信和…...

    2022/11/19 21:17:05
  38. 配置失败还原请勿关闭计算机怎么办,win7系统出现“配置windows update失败 还原更改 请勿关闭计算机”,长时间没反应,无法进入系统的解决方案...

    前几天班里有位学生电脑(windows 7系统)出问题了&#xff0c;具体表现是开机时一直停留在“配置windows update失败 还原更改 请勿关闭计算机”这个界面&#xff0c;长时间没反应&#xff0c;无法进入系统。这个问题原来帮其他同学也解决过&#xff0c;网上搜了不少资料&#x…...

    2022/11/19 21:17:04
  39. 一个电脑无法关闭计算机你应该怎么办,电脑显示“清理请勿关闭计算机”怎么办?...

    本文为你提供了3个有效解决电脑显示“清理请勿关闭计算机”问题的方法&#xff0c;并在最后教给你1种保护系统安全的好方法&#xff0c;一起来看看&#xff01;电脑出现“清理请勿关闭计算机”在Windows 7(SP1)和Windows Server 2008 R2 SP1中&#xff0c;添加了1个新功能在“磁…...

    2022/11/19 21:17:03
  40. 请勿关闭计算机还原更改要多久,电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机怎么办...

    许多用户在长期不使用电脑的时候&#xff0c;开启电脑发现电脑显示&#xff1a;配置windows更新失败&#xff0c;正在还原更改&#xff0c;请勿关闭计算机。。.这要怎么办呢&#xff1f;下面小编就带着大家一起看看吧&#xff01;如果能够正常进入系统&#xff0c;建议您暂时移…...

    2022/11/19 21:17:02
  41. 还原更改请勿关闭计算机 要多久,配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以...

    配置windows update失败 还原更改 请勿关闭计算机&#xff0c;电脑开机后一直显示以以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;配置windows update失败 还原更改 请勿关闭计算机&#x…...

    2022/11/19 21:17:01
  42. 电脑配置中请勿关闭计算机怎么办,准备配置windows请勿关闭计算机一直显示怎么办【图解】...

    不知道大家有没有遇到过这样的一个问题&#xff0c;就是我们的win7系统在关机的时候&#xff0c;总是喜欢显示“准备配置windows&#xff0c;请勿关机”这样的一个页面&#xff0c;没有什么大碍&#xff0c;但是如果一直等着的话就要两个小时甚至更久都关不了机&#xff0c;非常…...

    2022/11/19 21:17:00
  43. 正在准备配置请勿关闭计算机,正在准备配置windows请勿关闭计算机时间长了解决教程...

    当电脑出现正在准备配置windows请勿关闭计算机时&#xff0c;一般是您正对windows进行升级&#xff0c;但是这个要是长时间没有反应&#xff0c;我们不能再傻等下去了。可能是电脑出了别的问题了&#xff0c;来看看教程的说法。正在准备配置windows请勿关闭计算机时间长了方法一…...

    2022/11/19 21:16:59
  44. 配置失败还原请勿关闭计算机,配置Windows Update失败,还原更改请勿关闭计算机...

    我们使用电脑的过程中有时会遇到这种情况&#xff0c;当我们打开电脑之后&#xff0c;发现一直停留在一个界面&#xff1a;“配置Windows Update失败&#xff0c;还原更改请勿关闭计算机”&#xff0c;等了许久还是无法进入系统。如果我们遇到此类问题应该如何解决呢&#xff0…...

    2022/11/19 21:16:58
  45. 如何在iPhone上关闭“请勿打扰”

    Apple’s “Do Not Disturb While Driving” is a potentially lifesaving iPhone feature, but it doesn’t always turn on automatically at the appropriate time. For example, you might be a passenger in a moving car, but your iPhone may think you’re the one dri…...

    2022/11/19 21:16:57