0601-Zuul构建API Gateway-API gateway简介 ...
分类:
Windows开发 时间:
2018-04-25 21:47:42
收藏:
0 评论:
0 赞:
0 阅读:
652
Exchange Server 2013可以部署在Windows Server 2012的平台,也可以部署在Windows Server 2008 R2的平台。如果部署在Windows Server 2008 R2平台要求操作系统版本为Windows Server 2008 R2 SP1的版本。如下拓扑图:在本架构中有两台服务器,都安装了Windows Server 2008 R2 SP1的操作系
分类:
Windows开发 时间:
2018-04-25 18:41:31
收藏:
0 评论:
0 赞:
0 阅读:
294
2.1.1全局命令 Key * 查看所有键,(慎用,会把所有键都遍历一次并列出) Dbsize 查看键总数,不会遍历所有键,只是从内置函数中读取一个数 Exists [key] 检查键是否存在 Del [key] 删除键 Expire [key] [seconds] 设置键过期时间 Type [ke ...
分类:
Windows开发 时间:
2018-04-25 18:13:34
收藏:
0 评论:
0 赞:
0 阅读:
267
WPF Expander 控件Style和使用,当控件摆放空间有限情况下,可以适当排列显示,然后将显示不下的内容收缩起来; ...
分类:
Windows开发 时间:
2018-04-25 18:07:50
收藏:
0 评论:
0 赞:
0 阅读:
271
一般linux系统之前连接,用ssh即可,但是win连接linux不可以。ssh是linux系统特有的,win是没有这个功能的。如果win想远程控制linux,如下步骤: 1.保证win和linux在一个局域网下,并查看linux的ifconfig 2.下载“PuTTY_0.67.0.0.exe”。 ...
分类:
Windows开发 时间:
2018-04-25 17:41:26
收藏:
0 评论:
0 赞:
0 阅读:
219
环境win10,VM12pro1、虚拟机更改网络配置(虚拟网络编辑器)右下角更改设置2、再点击左下角还原默认设置3、桥接到处,选择你能上网的网卡,点击确定4、打开虚拟机,配置网络,桥接模式,复制物理连接状态5、配置好Linux的网络,然后ping外网
分类:
Windows开发 时间:
2018-04-25 16:56:06
收藏:
0 评论:
0 赞:
0 阅读:
320
使用webapi cors 1.安装包:Install-Package Microsoft.AspNet.WebApi.Cors –IncludePrerelease 2.在webapiconfig.cs中增加如下代码。 ...
分类:
Windows开发 时间:
2018-04-25 16:45:35
收藏:
0 评论:
0 赞:
0 阅读:
384
Remediation Edit Task Let us make the necessary changes, which is to specify the Start folder. Here are the steps: Choose the Actions tab The actions ...
分类:
Windows开发 时间:
2018-04-25 16:43:10
收藏:
0 评论:
0 赞:
0 阅读:
522
以下均为在centos7上进行的操作 防火墙上添加端口 firewall-cmd --zone=public --add-port=80/tcp --permanent 防火墙上删除端口 firewall-cmd --zone=public --remove-port=80/tcp --perman ...
分类:
Windows开发 时间:
2018-04-25 16:30:28
收藏:
0 评论:
0 赞:
0 阅读:
746
输入命令:netstat -ano,列出所有端口的情况。在列表中我们观察被占用的端口,比如是8005,首先找到它。 查看被占用端口对应的PID,输入命令:netstat -aon|findstr "8005",回车,记下最后一位数字,即PID,这里是6020。 继续输入tasklist|findst ...
分类:
Windows开发 时间:
2018-04-25 16:17:08
收藏:
0 评论:
0 赞:
0 阅读:
227
1.关闭wifi ,调用Api 2.获取当前连接wifi 网卡句柄 The WlanOpenHandle function opens a connection to the server. 就是为了返回 ClientHandle ,传入WlanDisconnect(...) 中的hClientHa ...
分类:
Windows开发 时间:
2018-04-25 15:50:56
收藏:
0 评论:
0 赞:
0 阅读:
524
前面地图查询篇实现图层查询query功能,但是查询结果的气泡窗口展示信息是在代码写死绑定图层的字段来的,比如name属性字段对应的值。但是这种实现方式很不灵活,对于图层字段不变的情况下或者多个图层字段名称都是一致情况下,还好,代码也不用变动;要是图层字段新增或者删除以及多个图层的字段不一致情况下,每... ...
分类:
Windows开发 时间:
2018-04-25 15:43:16
收藏:
0 评论:
0 赞:
0 阅读:
350
1. 首先在windows下面创建share文件夹并设置共享(右键->属性->共享)2. 确认ubuntu安装了mount.cifs,apt-get install mount.cifs 或者换成( cifs-utils)3. ubuntu下创建 /mnt/winshare用于挂载共享文件 $ su ...
分类:
Windows开发 时间:
2018-04-25 14:50:22
收藏:
0 评论:
0 赞:
0 阅读:
202
首次启动报错redis-server.exeredis.windows.conf//启动redis服务creatingservertcplisteningsocket127.0.0.1:6379:bindNoerror//报错解决方案:重新开启一个命令行窗口,依次执行redis-cli.exeshutdwonexit重新启动redis-server.exeredis.windows.conf安装w
分类:
Windows开发 时间:
2018-04-25 14:26:31
收藏:
0 评论:
0 赞:
0 阅读:
184
因为跨域请求会先发送一个OPTIONS请求,所以需要判断下OPTIONS请求的就直接返回 在返回json数据的时候需要在头部加上 ...
分类:
Windows开发 时间:
2018-04-25 13:45:29
收藏:
0 评论:
0 赞:
0 阅读:
358
针对CentOS 6.5系统。通过linux 的mount命令挂载windows下的共享目录,挂载后目录权限为755,普通用户没有权限写入。通过linux的 man mount.cifs 简单的了解下。???????file_mode=arg
???????&
分类:
Windows开发 时间:
2018-04-25 11:26:18
收藏:
0 评论:
0 赞:
0 阅读:
239
window2008 使用了 windows evtsys_x64 https://download.csdn.net/download/chen_yi_ping/10046676 配置 https://jingyan.baidu.com/article/03b2f78c161fcb5ea237ae ...
分类:
Windows开发 时间:
2018-04-25 10:47:19
收藏:
0 评论:
0 赞:
0 阅读:
202
一、searchLookUpEdit 绑定数据源 GetSetGridContrl 方法的代码 二、 GridColumn-->RepositoryItemSearchLookUpEdit --> gridView --> ...
分类:
Windows开发 时间:
2018-04-25 10:06:49
收藏:
0 评论:
0 赞:
0 阅读:
1012
1 namespace Test 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 //作业:橡皮rubber鸭子、木wood鸭子、真实的鸭子realduck。 8 //三个鸭子都会游泳,而橡皮鸭子和真实的鸭... ...
分类:
Windows开发 时间:
2018-04-24 23:06:41
收藏:
0 评论:
0 赞:
0 阅读:
271
原文:https://www.cyberciti.biz/faq/linux-traffic-shaping-using-tc-to-control-http-traffic/ I‘ve 10Mbps server port dedicated to our small business serve ...
分类:
Windows开发 时间:
2018-04-24 22:58:49
收藏:
0 评论:
0 赞:
0 阅读:
316