码迷,mamicode.com
首页 >  
搜索关键字:customize    ( 329个结果
KVM使用virt-sysprep -d 清理机器信息报错及解决方法
报错信息: 因为virt-sysprep命令是libguestfs-tools工具下命令的一个,所以先查看了libguestfs-tools的版本: 发现版本是libguestfs-tools-1.28.1-1.55。而另外一台执行virt-sysprep -d可以成功的。所以看一下另外一台的lib ...
分类:其他好文   时间:2018-01-17 22:01:34    阅读次数:414
Java错误随手记
一.Eclipse启动时提示: An internal error occurred during: "Initializing Java Tooling" 1.关闭Eclipse。有时候不关闭eclipse 删除东西会引起其他莫名的错误。 2.删除 当前工作目录文件夹下的 /.metadata/. ...
分类:编程语言   时间:2018-01-14 12:13:28    阅读次数:216
12c密码加固
12c密码加固
分类:其他好文   时间:2018-01-12 11:29:48    阅读次数:158
android dialog
1.写在前面 Android提供了丰富的Dialog函数,本文介绍最常用的8种对话框的使用方法,包括普通(包含提示消息和按钮)、列表、单选、多选、等待、进度条、编辑、自定义等多种形式,将在第2部分介绍。 有时,我们希望在对话框创建或关闭时完成一些特定的功能,这需要复写Dialog的create()、 ...
分类:移动开发   时间:2018-01-04 16:19:45    阅读次数:215
Qt Customize QVariant
Customize QVariant include include include struct Str{ int num; bool flag; }; Q_DECLARE_METATYPE(Str) int main(int argc, char argv[]) { QCoreApplicati ...
分类:其他好文   时间:2018-01-03 19:47:26    阅读次数:133
JAVA Http Basic auth
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with thi ...
分类:编程语言   时间:2017-12-06 13:10:38    阅读次数:162
fiddler 面板内显示IP地址
1.打开fiddler, 快捷键Ctrl+R (菜单->Rules->Customize Rules…) 然后在CustomRules.js文件里Ctrl+F查找字符串:static function Main(),然后添加一行代码即可显示IP, 保存,关闭,重启 ...
分类:其他好文   时间:2017-11-16 17:20:14    阅读次数:199
转-spring boot web相关配置
spring boot web相关配置 80436 80436 spring boot集成了servlet容器,当我们在pom文件中增加spring-boot-starter-web的maven依赖时,不做任何web相关的配置便能提供web服务,这还得归于spring boot 自动配置的功能(因为 ...
分类:编程语言   时间:2017-11-13 13:56:40    阅读次数:193
esxi开启ssh方法
一、 在ESXi主机的控制台进行设置 一、 在ESXi主机的控制台进行设置 1. On the start screen press F2 for“Customize System”;在ESXi主机界面按F2进行配置系统界面 2. Login with the local password;使用本地 ...
分类:其他好文   时间:2017-11-10 15:19:45    阅读次数:1490
学习环境搭建1——安装python
操作系统:windows7 64bit 下载地址python :https://www.python.org/ 下载Windows x86-64 executable installer 安装python Add python to path要勾选,自定义安装customize installati ...
分类:编程语言   时间:2017-11-04 11:28:18    阅读次数:176
329条   上一页 1 ... 13 14 15 16 17 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!