码迷,mamicode.com
首页 >  
搜索关键字:open ssh    ( 40947个结果
Vue 中封装 websocket
// 创建 websocket.js 文件夹 let wsurl = 'ws://82.157.123.54:9010/ajaxchattest' let ws = null let weboscket_callback = null //获取 websocket 推送的数据 let websock ...
分类:Web程序   时间:2021-06-23 17:04:51    阅读次数:0
flowable 报错 Waiting for changelog lock....
1.把logback 日志级别改成 debug 2. 启动查看控制台 控制台 Waiting for changelog lock.... (from 源码 www.fhadmin.org) 说明是数据库死锁,把LOCKED 值只要是1的,都改成 0 工作流模块 www.fhadmin.org 1. ...
分类:其他好文   时间:2021-06-22 18:13:08    阅读次数:0
git推送文件到gitee
注册gitee账号 设置姓名、个人空间地址 点击头像旁边的加号,新建仓库 安装git # 设置姓名和邮箱,姓名是注册gitee时设置的姓名,邮箱是注册gitee的邮箱 git config --global user.name "chny" git config --global user.emai ...
分类:其他好文   时间:2021-06-22 18:09:32    阅读次数:0
python 协程 图片下载案例
import urllib.request import gevent from gevent import monkey monkey.patch_all() def downloader(img_name, img_url): req = urllib.request.urlopen(img_u ...
分类:编程语言   时间:2021-06-22 18:01:56    阅读次数:0
Urllib.requset.Request加入请求头部
上一个随笔中报错: urllib.error.HTTPError: HTTP Error 418: 百度后,加上头部得以解决。 urllib.request.Request 功能:声明一个request对象。可自定义header等请求信息。 本次,加入一个更多参数的header。 # 导入urlli ...
分类:Web程序   时间:2021-06-22 17:57:32    阅读次数:0
centos7.5-nginx-1.20.1安装教程
1.安装编码依赖包 nginx在linux安装的前提需要:wget、gcc、pcre、openssl、zlib [root@master ~]# yum -y install gcc gcc-c++ [root@master ~]# yum install -y pcre pcre-devel [r ...
分类:其他好文   时间:2021-06-21 21:09:19    阅读次数:0
线程绑定到指定CPU
参考:https://mp.weixin.qq.com/s/494wqyxyFzDuGwG_51tFbQ <dependency> <groupId>net.openhft</groupId> <artifactId>affinity</artifactId> <version>3.20.0</ve ...
分类:编程语言   时间:2021-06-21 20:34:49    阅读次数:0
发布flask项目到heroku
预备条件: 注册 heroku.com ;注册github ,新建公共或私人repository; 安装git bash; 1、复制git 链接(如果是https格式的,每次签入项目时会要求输入github的用户名和密码,如果选择SSH格式,每次签入push时不需要输入信息,但是事先在电脑上保存SS ...
分类:其他好文   时间:2021-06-21 20:25:11    阅读次数:0
数据json文件生成
ssa2 = location.read_locationa(row[4]) datajson["weather"]=ssa2['weather'] datajson["temperature"]=ssa2['temperature'] datajson["windpower"]=ssa2['win ...
分类:Web程序   时间:2021-06-21 20:16:26    阅读次数:0
小程序获取用户信息
getUserInfo <button open-type="getUserInfo" bindgetuserinfo="getUserInfo">获取信息</button> <block wx:if="{{userInfo}}"> <text>{{userInfo.nickName}}</text ...
分类:微信   时间:2021-06-21 20:10:50    阅读次数:0
40947条   上一页 1 ... 5 6 7 8 9 ... 4095 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!