码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
Nova服务运维
Nova服务运维 Nova中的安全组只是对进入虚拟机的流量加以控制,对虚拟机外出流量没有加以限制 (1)常用的安全组命令。 # nova secgroup-create 功能:创建安全组。 创建一个名为test的安全组,描述为'test the nova command about the rule ...
分类:其他好文   时间:2020-07-17 19:53:59    阅读次数:163
Cocos Creator 微信小游戏 远程资源设置
版本:2.3.4 参考: cocos教程:发布到微信小游戏 因为微信小游戏有包体大小限制。一般主包中放代码,而图片、声音等到放到分包或者远程服务器上。 下面看微信如何将资源放到远程服务器。 发布时,设置远程服务器地址。 cocos的资源下载逻辑如下: 点击构建后,将发布后的res文件夹移动到远程服务 ...
分类:微信   时间:2020-07-17 19:34:27    阅读次数:280
.gitignore常用配置
.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
279. Perfect Squares
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
IDEA JRebel热部署( IDEA版本是2020.1.2)
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
EntityFramework 6 Tips
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
drf?jwt自动签发与手动签发
一、自动签发 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
VBA基础七:字典
借花献佛:一、定义字典 Set d = CreateObject("Scripting.Dictionary")二、呼之即来,挥之即去d("张三“)=1 '相当于给字典赋值,张三过来(没有就生成)拿个1站一边去d("李四”)=2 '相当于给字典赋值,李四过来(没有就生成)拿个2站一边去d("李四”) ...
分类:编程语言   时间:2020-07-15 23:52:50    阅读次数:66
chrome 内部设置
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
error: incomplete type 'blink::Event' named in nested name specifier note: forward declaration of 'blink::Event'
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
20899条   上一页 1 ... 57 58 59 60 61 ... 2090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!