码迷,mamicode.com
首页 >  
搜索关键字:thrift server client    ( 72255个结果
react debug from VS Code —— the Debugger for Chrome extension
原文:https://code.visualstudio.com/docs/nodejs/reactjs-tutorial To debug the client side React code, we'll need to install the Debugger for Chrome exten ...
分类:其他好文   时间:2021-03-16 14:09:27    阅读次数:0
【linux】修改宝塔默认的PHP CLI版本
删除原来的版本 rm -f /usr/bin/php 引用你想要的版本 ln -sf /www/server/php/74/bin/php /usr/bin/php ln命令用来为文件创建连接,连接类型分为硬连接和符号连接两种,默认的连接类型是硬连接。如果要创建符号连接必须使用"-s"选项。注意:符 ...
分类:Web程序   时间:2021-03-16 14:09:10    阅读次数:0
Eureka server
Eureka server使用的不是spring mvc的框架,而是使用Jersey。 Eureka server ,启动的流程,追本溯源,是在 DiscoveryClient里面,使用这个构造方法 @Inject DiscoveryClient(ApplicationInfoManager app ...
分类:其他好文   时间:2021-03-16 13:31:57    阅读次数:0
GoLand 连接数据库报错
问题: GoLand 连接数据库报错:Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually。 这是时区serverTimezone设置的问题 解决法: 修改本地 ...
分类:数据库   时间:2021-03-16 12:03:12    阅读次数:0
阿里云仓库配置
注意修改 localRepository <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001 ...
分类:其他好文   时间:2021-03-16 11:54:14    阅读次数:0
使用Hyper-V安装虚拟机Unbutun20.04
下载iso文件 Desktop版 https://ubuntu.com/download/desktop/thank-you?version=20.04.2.0&architecture=amd64 Sever版 https://ubuntu.com/download/server 1、打开 2、新 ...
分类:其他好文   时间:2021-03-16 11:52:55    阅读次数:0
mysql 设置相关
告诉mysql客户端这边的文字编码 告诉mysql希望返回的结果集编码; set character_set_client=gbk; set character_set_results=gbk; 查看最大上传文件大小 show global variables like 'max_allowed_p ...
分类:数据库   时间:2021-03-16 11:52:41    阅读次数:0
K8S 入门
一、启动pod 1. 手动启动 apiVersion: v1 kind: Pod metadata: name: nginx-test labels: app: nginx-test spec: containers: - name: nginx image: nginx imagePullPoli ...
分类:其他好文   时间:2021-03-15 11:26:20    阅读次数:0
MySQL长时间不登录密码过期解决办法
MySql管理工具 Navicat for MySql的时候,弹出了一个1862 - MySql Your password has expired.To log in you must change it using a client that supports expired password解 ...
分类:数据库   时间:2021-03-15 10:43:19    阅读次数:0
SQL Server 数据表给现有字段添加默认值或修改默认值
USE TESTGO --紧急联系人--删除原有约束--ALTER TABLE test drop constraint DF_TEST_JJLXR --添加约束ALTER TABLE test add constraint DF_TEST_JJLXR DEFAULT '' for JJLXR -- ...
分类:数据库   时间:2021-03-12 14:40:49    阅读次数:0
72255条   上一页 1 ... 47 48 49 50 51 ... 7226 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!