51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#GE
python中,numeric(数字类型)和integer(整型)的区别
说明: 在今天做int实现的过程中,官方函数的解释是将numeric转换为integer,就突然不明白,两个有啥区别。numeric-数字类型包括: int,float,bool,complexinteger--整数,是numeric的一部分实验:>>>a,b,c,d=10,10.1,True,4...
代码星球
·
2020-04-03
python
numeric
数字
类型
integer
mysql中json_merge函数的使用?
需求描述: 通过mysql中的json_merge函数,可以将多个json对象合并成一个对象操作过程:1.查看一张包含json列的表mysql>select*fromtab_json;+----+----------------------------------------------------------...
代码星球
·
2020-04-03
mysql
json
merge
函数
使用
nodeJs 安装 npm nodeModules package.json
Nodejs 1.安装nodejs从nodejs官网下载最新版本的node,设置环境变量这样就可以在cmd下直接用命令行操作npm环境变量:path d:/nodejs查看本机node及npm版本2.从官网上直接拷一个小脚本:nodeExample.jsconsthttp=require('http...
代码星球
·
2020-04-03
nodeJs
安装
npm
nodeModules
package.json
git merge
gitmerge一简单的gitmerge操作gitfetch和gitmerge相当于gitpull,我们可以通过intellij的VCS来merge,也可以通过命令行来merge1.通过工具直接操作:如果是用intellij,可以选择VCS->Git->MergeChanges这里的currentbranc...
代码星球
·
2020-04-03
git
merge
RestService中的 get post put delete
HTTP定义了与服务器交互的不同方法,最基本的有四种方法:GET,POST,PUT,DELETE。URL即资源描述符,我们可以这样认为:一个URL地址,用于描述一个网络上的资源,而HTTP中的GET,POST,PUT,DELETE就对应着对这个资源的查,改,增,删四个操作。 根据HTTP规范,GET用于获取信...
代码星球
·
2020-04-03
RestService
中的
get
post
put
Buildroot ipa image
参考:https://github.com/csmart/ironic-python-agent/tree/buildroot/imagebuild/buildroot#buildroot-ironic-python-agenthttps://github.com/csmart/ipa-buildroot#openst...
代码星球
·
2020-04-03
Buildroot
ipa
image
dib build ipa image Injection password
针对dib制作的deployimage,注入密码有两种方式:devuser/dynamic-login1、对应dib添加密码,是通过dynamic-loginelement来完成的。首先制作带dynamic-login的映像:disk-image-createironic-agentcentos7dynamic-log...
代码星球
·
2020-04-03
dib
build
ipa
image
Injection
coreos ipa image Injection of public key
查看readmeToembedtheoem/directoryintoaCoreOSpxeimage: Note:Inordertohavetheabilitytosshintothecreatedimage,youneedtopasssshkeysinviathekernelcommandlineforCo...
代码星球
·
2020-04-03
coreos
ipa
image
Injection
of
diskimage-builder
Distributionswhicharesupportedasabuildhost:Centos6,7Debian8(“jessie”)Fedora20,21,22RHEL6,7Ubuntu14.04(“trusty”)GentooDistributionswhicha...
代码星球
·
2020-04-03
diskimage-builder
ironic images
参考:http://blog.csdn.net/wanghuiict/article/details/52757359ironic整个部署流程中有两组映像,分别是deploy映像和user映像,其中deploy映像用在inspector和部署阶段,user映像是用户需要安装的操作系统映像。制作ironicdeploy镜...
代码星球
·
2020-04-03
ironic
images
Ironic-Python-Agent
Ironic-Python-Agent在PXE部署环境中,deploy模块是通过打开一个iSCSI设备,ironic-conductro将OS的镜像文件写到iSCSI的设备,所以deploy_ramdisk只是完成了iSCSI部署的工作,但开发者觉得既然已经把kernel和ramdisk传过去了,只做一个工作是不是太少...
代码星球
·
2020-04-03
Ironic-Python-Agent
OZ customize windows iamge
1、之前通过修改auto文件和windows.py文件可实现自动安装OS,但是diskbus只能以IDE模式启动,进入系统自动下载运行bat文件,安装cloudbase-init和qga,及清理日志等操作2、winodws2008.tdl无法定义file注入系统3、通过Oz官方社区了解到,之前有人奉献过部分代码但是未合...
代码星球
·
2020-04-03
OZ
customize
windows
iamge
使用dib element proliant-tools制作deploy image
elementproliant-tools会在iparamdisk中安装一个rpm包hpssacli(HP的RAID管理工具),和一个pythonmoduleproliantutils(里面ProliantHardwareManager继承了ironic_python_agent.hardware:Gene...
代码星球
·
2020-04-03
使用
dib
element
proliant-tools
制作
使用RedisDesktopManager工具,解决连接失败问题
今天在云服务器上搭建好了redis环境,想用RedisDesktopManager工具去连接一下,结果连接不上,显示如下图: 我确保了服务器防火墙关闭,又在redis配置文件中设置了requirepass 密码,但还是失败。在自己电脑上也能够ping通服务端ip地址。我就看了一下redi...
代码星球
·
2020-04-03
使用
RedisDesktopManager
工具
解决
连接
【SQL Server学习笔记】Delete 语句、Output 子句、Merge语句
原文:【SQLServer学习笔记】Delete语句、Output子句、Merge语句DELETE语句--建表select*intodistributionfromsys.objects--1.当delete语句要关联其他表时与update语句类似,可参考上面update语句的写法--2.truncatetable语句...
代码星球
·
2020-04-03
语句
SQL
Server
学习
笔记
首页
上一页
...
314
315
316
317
318
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他