1 带外管理命令 ipmitool lan print [0|1|2...|8] ipmitool -I lanplus -H $ip -U taobao -P $pwd chassis bootdev pxe 设置下一次pxe重启 ipmitool -I lanplus -H $ip -U tao ...
分类:
系统相关 时间:
2018-06-15 13:14:41
阅读次数:
293
http://unixpapa.com/js/mouse.html Javascript Madness: Mouse Events Introduction This document summarizes the results of some browser tests done during ...
分类:
编程语言 时间:
2018-06-13 15:11:38
阅读次数:
187
一、使用.net core 2.0 EF mysql 运行一直报错如下: An unhandled exception occurred while processing the request. MissingMethodException: Method not found: 'Void Mic ...
分类:
移动开发 时间:
2018-06-13 11:53:38
阅读次数:
1439
//浏览器类型判定 function getOs(){ if(navigator.userAgent.indexOf("MSIE")>0) { return "IE"; //InternetExplor } else if(isFirefox=navigator.userAgent.indexOf(... ...
分类:
Web程序 时间:
2018-06-08 10:35:50
阅读次数:
178
参考资料: 1.grub引导修复:http://forum.ubuntu.org.cn/viewtopic.php?t=348503 2.亮度调节,综合网上知识 grub引导修复: 1.在grub rescue模式下,使用ls, ls (hd0,xxx)等命令,找到类似有grub或boot/grub ...
7 无线wifi传输视频开发 MT7601的驱动源码提供了两种:AP模式和STA模式源码。此时我使用USB作为AP热点,电脑作为STA模式,并使用ORTP实现无线传输视频 7.1、AP模式下USB WIFI驱动移植 (1)准备wifi源码并将源码复制到ubuntu服务器下解压 源码在主机的:E:\w ...
分类:
其他好文 时间:
2018-06-03 14:34:51
阅读次数:
173
实色效果英文名称R.G.B16色实色效果英文名称R.G.B16色 Snow 255 250 250 #FFFAFA PaleTurquoise1 187 255 255 #BBFFFF GhostWhite 248 248 255 #F8F8FF PaleTurquoise2 174 238 238 ...
分类:
其他好文 时间:
2018-06-02 20:05:18
阅读次数:
987
1. (1)将主提示符改为用户的主目录名 (提示:参考教材 4.6.8 节环境变量 PS1 和 HOME 的用法) (2)将字符串 DOS file c:>\$student\*赋值给变量 x,并显示出来 (提示:注意引号的选择,同时确保字符串中多个空格、$、*等完全原样显示) (3)在 shell ...
分类:
系统相关 时间:
2018-05-30 13:24:21
阅读次数:
191
1.固定到顶部scroll_view.requestFocusFromTouch();scroll_view.setScrollX(0);2.固定到指定位置 int[] location = new int[2]; titleTwo.getLocationOnScreen(location); in ...
分类:
其他好文 时间:
2018-05-23 19:09:05
阅读次数:
165