码迷,mamicode.com
首页 >  
搜索关键字:syslog client    ( 15941个结果
团队冲刺第二十三天
今天主要是做了一下获取地方的相关的天气方面的东西。主要的运行截图如下: 主要的代码如下: package com.weather; import android.Manifest; import android.app.ProgressDialog; import android.content.C ...
分类:其他好文   时间:2020-05-28 00:28:36    阅读次数:73
flink的架构
(1)flink的任务提交流程(无Dispatcher提交) 1、client向yarn提交application后,同时向HDFS上传flink的Jar包和配置。ResourceManager为application分配Container资源并通知对应的NodeManager启动Applicati ...
分类:其他好文   时间:2020-05-27 18:53:08    阅读次数:80
Power Apps Community Plan及一些常见问题
申请地址: https://powerapps.microsoft.com/en-us/communityplan/ Dynamics 365客户端编程示例:两个选项集字段的联动 https://www.cnblogs.com/luoyong0201/p/Dynamics_365_Client_Pr ...
分类:移动开发   时间:2020-05-27 18:43:05    阅读次数:192
获取电脑的网络连接状态(五)WebClient
网络连接判断,使用WebClient测试获取: 1 public static bool IsWebClientConnected() 2 { 3 try 4 { 5 using (var client = new WebClient()) 6 using (var stream = client. ...
分类:Web程序   时间:2020-05-27 15:26:53    阅读次数:71
SpringCloud:Eureka 配置心跳机制
Server服务端 server: port: 8761 eureka: client: #实例是否在eureka服务器上注册自己的信息以提供其他服务发现,默认为true register-with-eureka: false #此客户端是否获取eureka服务器注册表上的注册信息,默认为true ...
分类:编程语言   时间:2020-05-26 22:20:53    阅读次数:469
springboot SFTP 文件上传下载功能
新增sftp.properies 文件保存 sftp服务器信息 # 协议 sftp.client.protocol=sftp # ip地址 sftp.client.host=改成自己的文件服务器地址 # 端口 sftp.client.port=22 # 用户名 sftp.client.usernam ...
分类:编程语言   时间:2020-05-26 20:35:02    阅读次数:85
linux检测活体ip并邮件提醒
1、安装mailx 2、vi /etc/mail.rc,追加一下内容: set from=44XXX4902@qq.comset smtp=smtps://smtp.qq.com:465set smtp-auth-user=44XXX4902@qq.comset smtp-auth-password ...
分类:系统相关   时间:2020-05-26 20:09:29    阅读次数:112
eggjs中egg-mysql不支持mysql集群,代码修改为支持集群
说明:暂不支持egg-mysql动态数据源,用到动态数据源请自行修改。欢迎各位大佬指导。。。 1.找到node_modules/ali-rds/lib/client.js, RDSClient修改如下: function RDSClient(options) { if (!(this instanc ...
分类:数据库   时间:2020-05-26 18:20:26    阅读次数:91
记一次操作:主机上Redis未配置profile导致的命令无效
道理很简单,未配置profile需要去bin目录执行命令 问题:redis是别人部署的,Java代码中能访问,在shell中执行 redis-cli 无法进入redis 解决办法: 1.执行ps -ef |grep codis 2.通过pid找程序路径 pwdx 107564 3.进入工作目录bin ...
分类:其他好文   时间:2020-05-26 15:33:39    阅读次数:74
c# sharepoint client object model 创建列表库
ClientTools tools = new ClientTools(); ClientContext clientContext= tools.GetContext(OnlineSiteUrl, User, Pass, true); //false 本地 true ONline Web web ...
分类:Windows程序   时间:2020-05-26 12:30:17    阅读次数:99
15941条   上一页 1 ... 75 76 77 78 79 ... 1595 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!