Nova服务运维 Nova中的安全组只是对进入虚拟机的流量加以控制,对虚拟机外出流量没有加以限制 (1)常用的安全组命令。 # nova secgroup-create 功能:创建安全组。 创建一个名为test的安全组,描述为'test the nova command about the rule ...
分类:
其他好文 时间:
2020-07-17 19:53:59
阅读次数:
163
版本:2.3.4 参考: cocos教程:发布到微信小游戏 因为微信小游戏有包体大小限制。一般主包中放代码,而图片、声音等到放到分包或者远程服务器上。 下面看微信如何将资源放到远程服务器。 发布时,设置远程服务器地址。 cocos的资源下载逻辑如下: 点击构建后,将发布后的res文件夹移动到远程服务 ...
分类:
微信 时间:
2020-07-17 19:34:27
阅读次数:
280
.gitignore常用配置 #Maven beginning target/ pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties dependency-reduced-po ...
分类:
其他好文 时间:
2020-07-17 09:28:37
阅读次数:
83
package LeetCode_279 import java.util.* import kotlin.collections.HashSet /** * 279. Perfect Squares * https://leetcode.com/problems/perfect-squares/d ...
分类:
其他好文 时间:
2020-07-17 01:15:12
阅读次数:
72
1.安装JRebel插件 在IDEA->Settings->plugins先安装JRebel插件: 2.下载工具 安装好JRebel后,找到lanyus大神文章中写的git地址:http://github.com/ilanyu/ReverseProxy/releases/tag/v1.4,下载自己机 ...
分类:
其他好文 时间:
2020-07-16 18:28:26
阅读次数:
718
When working with Web applications, use a context instance per request. Install-Package EntityFramework -Version using System.Data.Entity; public clas ...
分类:
其他好文 时间:
2020-07-16 11:45:43
阅读次数:
67
一、自动签发 urls from rest_framework_jwt.views import obtain_jwt_token # 使用jwt自带的登录视图 urlpatterns = [ path('login/', obtain_jwt_token), ] settings import d ...
分类:
其他好文 时间:
2020-07-16 00:03:00
阅读次数:
59
借花献佛:一、定义字典 Set d = CreateObject("Scripting.Dictionary")二、呼之即来,挥之即去d("张三“)=1 '相当于给字典赋值,张三过来(没有就生成)拿个1站一边去d("李四”)=2 '相当于给字典赋值,李四过来(没有就生成)拿个2站一边去d("李四”) ...
分类:
编程语言 时间:
2020-07-15 23:52:50
阅读次数:
66
List of Chrome URLs chrome://about chrome://accessibility chrome://appcache-internals chrome://apps chrome://autofill-internals chrome://blob-internal ...
分类:
其他好文 时间:
2020-07-15 23:48:41
阅读次数:
117
c++编译报错: .\../../third_party/blink/renderer/modules/clipboard/clipboard.cc(34,19): error: incomplete type 'blink::Event' named in nested name specifie ...
分类:
其他好文 时间:
2020-07-15 23:24:54
阅读次数:
71