码迷,mamicode.com
首页 >  
搜索关键字:amazon services    ( 5112个结果
NO.A.0006——DOS常用命令
一、DOS常用命令操作:1、常用操作示例:win+R键打开运行命令行:启动DOS窗口:sndrec32-------录音机Nslookup-------IP地址侦测器explorer-------打开资源管理器logoff---------注销命令tsshutdn-------60秒倒计时关机命令lusrmgr.msc----本机用户和组services.msc---本地服务设置oobe/msoo
分类:其他好文   时间:2020-11-24 12:22:11    阅读次数:9
Axios和.Net Core 跨域配置(当后台启用windows验证的情况)
前台Axios配置: axios.defaults.withCredentials = true; .Net Core 后台配置: #region CORS //跨域方法,先注入服务,声明策略,然后再下边app中配置开启中间件 services.AddCors(c => { //一般采用这种方法 c ...
分类:移动开发   时间:2020-11-23 12:38:19    阅读次数:18
亚马逊云aws - ubuntu 之旅开始了
因为这个:注册了一个亚马逊账号。毕竟百度云还剩几个月要到期了,续费有点贵啊 > < 登陆之后:页面: 登陆入口: https://signin.aws.amazon.com/signin?redirect_uri=https%3A%2F%2Fus-east-2.console.aws.amazon. ...
分类:系统相关   时间:2020-11-19 12:33:07    阅读次数:13
Vue中WebSocket加入心跳机制
<script> import { collectService } from '@/services'; export default { prop: ['formWhere'], data() { return { dialogPop: false, isDisabled: true, webI ...
分类:Web程序   时间:2020-11-18 13:26:21    阅读次数:31
在 ASP.NET Core 5.0 中访问 HttpContext
ASP.NET Core 应用通过 IHttpContextAccessor 接口及其默认实现 HttpContextAccessor 访问 HttpContext。 只有在需要访问服务内的 HttpContext 时,才有必要使用 IHttpContextAccessor。 通过 Razor Pa ...
分类:Web程序   时间:2020-11-17 12:57:51    阅读次数:26
选择集
1、根据图块名过滤 Dim tksTV(0) As DatabaseServices.TypedValue tksTV.SetValue(New DatabaseServices.TypedValue(DatabaseServices.DxfCode.BlockName, tkNames), 0) ...
分类:其他好文   时间:2020-11-16 14:02:31    阅读次数:17
ftp容器搭建
一个做ftp的docker-compose文件 version: "2.0" services: ftp-server: image: fauria/vsftpd container_name: ftp-test1 ports: - "2340:20" - "2341:21" - "21100-21 ...
分类:其他好文   时间:2020-11-16 13:26:52    阅读次数:6
微信小程序Senparc.Weixin.Open SDK
功能描述:PC上获取微信二维码:扫码进入小程序对应页面 问题:使用第三方SDK碰到下面的问题 解决方法:Asp net core 需要在Start.cs中ConfigureServices注册服务 引用命名空间 在Configure中全局注册 使用时,需要注册 await AccessTokenCo ...
分类:微信   时间:2020-11-13 13:13:30    阅读次数:37
.Net Core Swagger 给类库模型添加注解
因为公司流程的需要,需要给每个API的Request 和Response 模型及属性加上注解,发现Api项目依赖的Model 类库中的/// Summy的注解并没有作用。 通过翻资料和实践。发现借助 Swashbuckle.AspNetCore.Annotations 包可以实现。 步骤: 在模型字 ...
分类:Web程序   时间:2020-11-12 14:12:28    阅读次数:12
X Window System protocols and architecture
X Window System protocols and architecture In computing, the X Window System (commonly X11 or X) is a network-transparent windowing system for bitmap ...
分类:Windows程序   时间:2020-11-12 13:35:00    阅读次数:19
5112条   上一页 1 ... 8 9 10 11 12 ... 512 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!