Download Mode n BootRom USB Download Mode ² Enter BootRom Download Mode Case 1: Target without Pre-Loader, first time to download, for example, BootRo ...
分类:
其他好文 时间:
2017-09-22 10:13:50
阅读次数:
345
ubuntu 命令行sudo apt-get update W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public k ...
一、【辨析UPDATE/UPGRADE】 UPDATE: update is used to download package information from all configured sources. UPGRADE: upgrade is used to install available ...
分类:
系统相关 时间:
2017-09-21 21:16:02
阅读次数:
177
In JDK-6962930[2], it requested that string table size be configurable. The resolved date of that bug was on 04/25/2011 and it's available in JDK 7. I ...
分类:
其他好文 时间:
2017-09-21 21:15:17
阅读次数:
193
php yii 敲回车 This is Yii version 2.0.11. The following commands are available: - asset Allows you to combine and compress your JavaScript and CSS files ...
分类:
Web程序 时间:
2017-09-21 13:52:41
阅读次数:
296
安装go语言的编译环境,在安装到 delve时候出现如下错误: 解决方法: 1. cd $HOME/Library/Caches/Homebrew 2. 执行 tar xf delve-*.gz 3 cd 到解压之后的文件夹路径中 (我的是 delve-1.0.0-rc.1 ) 4. 执行 sh s ...
分类:
系统相关 时间:
2017-09-19 23:13:11
阅读次数:
1211
Shell Style Guide Revision 1.26 Each style point has a summary for which additional information is available by toggling the accompanying arrow button ...
分类:
系统相关 时间:
2017-09-16 11:58:21
阅读次数:
254
1、 查看物理内存配置 # lsdev -Cc memory 查看配置的物理内存设备,下面为其输出示例: L2cache0 Available L2 Cache mem0 Available Memory # lsattr -El mem0 输出类似如下所示: goodsize 7936 Amoun ...
分类:
其他好文 时间:
2017-09-15 22:34:14
阅读次数:
178
Definition and Usage The keyCode property returns the Unicode character code of the key that triggered the onkeypress event, or the Unicode key code o ...
分类:
其他好文 时间:
2017-09-15 20:15:55
阅读次数:
248
在Web服务项目中的Web.config文件中添加如下配置即可: <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices></syst ...
分类:
Web程序 时间:
2017-09-14 10:43:31
阅读次数:
626