码迷,mamicode.com
首页 >  
搜索关键字:centos7 github    ( 52863个结果
订阅发布机制
订阅发布机制 github地址: https://github.com/mroderick/PubSubJS import PubSub from 'pubsub-js' // or when using CommonJS const PubSub = require('pubsub-js'); / ...
分类:其他好文   时间:2021-06-17 16:36:50    阅读次数:0
关于tinymce复制word里的图片
首先下载powerpaste-4.0.1-317(分版本5.x用这个)- 4.x用powerpaste-3.3.3-308 下载地址:https://github.com/9kg/tinymce_powerpaste 把你下载的依赖包放在public里 在init里配置 convert_urls: ...
分类:其他好文   时间:2021-06-17 16:25:15    阅读次数:0
WinForm 打开指定网页,类似浏览器
需求:一般用于考试,窗口打开默认最大化,禁用最小化,最大化,鼠标右键,双击窗口最小化等 读取指定地址跳转,指定标题等 技术:采用CefSharp CefSharp简单来说就是一款.Net编写的浏览器包,方便你在Winform和WPF中内嵌的Chrome浏览器组件。 https://github.co ...
分类:Windows程序   时间:2021-06-16 18:13:49    阅读次数:0
github clone太慢解决办法
1.公开仓库可以采取替换网址: https://www.zhihu.com/question/27159393 将原本的网站中的http://github.com 进行替换为github.com.cnpmjs.org 2.通过gitee进行导入 参考:https://www.hangge.com/b ...
分类:其他好文   时间:2021-06-16 18:08:14    阅读次数:0
免费堡垒机-jumpserver
服务安装与启动 官方文档:https://docs.jumpserver.org/zh/master/install/setup_by_fast/ 官方给出的一键安装脚本(注:要求系统内存≥4G): curl -sSL https://github.com/jumpserver/jumpserver ...
分类:其他好文   时间:2021-06-16 17:59:44    阅读次数:0
Centos安装Docker图文教程
先看看官方安装文档:https://docs.docker.com/engine/install/centos/#prerequisites,得知官方建议Centos7及以上的版本; 其他说明也非常详细,安装方法也推荐了好几种;我这里再整理一下以供学习。 Docker安装: 1、安装依赖包: sud ...
分类:其他好文   时间:2021-06-16 17:57:54    阅读次数:0
Python中集成es两种方式
1、原生集成 # https://github.com/elastic/elasticsearch-py # https://github.com/elastic/elasticsearch-dsl-py # Official low-level client for Elasticsearch # ...
分类:编程语言   时间:2021-06-16 17:36:10    阅读次数:0
自动驾驶的自行车——GitHub 热点速览 v.21.24
作者:HelloGitHub-小鱼干 用什么词来概述这周的 GitHub 热点呢?大概是人工智能是真的神!它能让 EssayKiller_V2 写出规范的高考作文,工整又对仗,也能用 XUAN-Bike 让自行车名副其实——自动骑行,避让周遭的障碍物,实现无人骑行。而 Jina 则实现了神经搜索即服 ...
分类:其他好文   时间:2021-06-15 18:14:32    阅读次数:0
centos7关闭防火墙
有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 ...
分类:其他好文   时间:2021-06-15 18:12:55    阅读次数:0
阿里云centos7.4安装nexus
阿里云centos7.4安装nexus 威先生2018关注 2019.03.23 19:41:43字数 390阅读 473 准备材料 系统:centos7.4、nexus-2.11.2-03、jdk1.8(跳过讲解安装) nexus-2.11.2-03下载地址方式: 方式一:https://sona ...
分类:其他好文   时间:2021-06-13 09:47:46    阅读次数:0
52863条   上一页 1 ... 10 11 12 13 14 ... 5287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!