1. cmd中运行VBoxManage modifyhd D:\我的资料库\Documents\VirtualBox VMs\ubuntu\ubuntu.vdi --resize 61440提示错误 Syntax error: Invalid parameter 'VMs\ubuntu\ubuntu...
分类:
其他好文 时间:
2014-10-24 14:19:31
阅读次数:
205
在Linux服务器(虚拟机)上使用fdisk添加分区、格式化分区后,遇到了Linux Error: 22: Invalid argument错误,操作步骤如下所示 [root@oracle-server ~]# echo "- - -" > /sys/class/scsi_host/host0/sc...
分类:
系统相关 时间:
2014-10-24 12:44:08
阅读次数:
376
The administration of the Tomsk Region firmly believes that it's time to become a megacity (that is, get population of one million). Instead of improving the demographic situation, they decided to ach...
分类:
其他好文 时间:
2014-10-24 11:09:27
阅读次数:
181
判断是否WIN7系统以及设置注册表封装到方法,启动时调用即可//确保以兼容模式运行if (myHelper.IsWindows7)myHelper.SetRunInWinXP(myApp.AppPath + "\\myAlarmSystem.exe");封装的方法:#region WIN7操作系统处...
1、在网站的跟路径下面添加 QQWry.dat 文件,这个文件是IP数据库文件 2、添加以下一个类 IPScanner C# 代码 复制 public class IPScanner { //私有成员#region 私有成员 private string d...
分类:
Web程序 时间:
2014-10-24 10:32:26
阅读次数:
312
:-(昨天一天没有写东西了,今晚略显有愧啊。昨天整理了下自己的电脑和桌面,把一些没有用和杂乱的东西都收拾收拾,于是一天就没了。今天赶快来补文章。本篇主要讲的是解决Invalid layout of java.lang.String at value的问题。这个是什么问题呢,在Eclipse中建立an...
分类:
编程语言 时间:
2014-10-24 09:07:10
阅读次数:
206
Xcode6.1 发布 出现 The ipa is invalid. It does not include a Payload Directory 错误...
分类:
其他好文 时间:
2014-10-24 01:43:43
阅读次数:
172
最近数据处理时经常发现有数字中含有大量字符,执行过程报“ORA-01722:?invalid?number”异常,整理了一下,可以有以下几种方法去除: 1、replace 用法简单,写法较复杂,只能处理已知字符 ??With?test_tabl...
分类:
数据库 时间:
2014-10-23 10:49:33
阅读次数:
214
[oracle@ogg1 lib]$ cat filelist.txt
4 /opt/oracle/oradata/orcl11g/users01.dbf
3 /opt/oracle/oradata/orcl11g/undotbs01.dbf
2 /opt/oracle/oradata/orcl11g/sysaux01.dbf
1 /opt/oracle/oradata/orcl11g/...
分类:
其他好文 时间:
2014-10-23 10:42:45
阅读次数:
171
using System.Text.RegularExpressions;namespace DotNet.Utilities{ /// /// 操作正则表达式的公共类 /// public class RegexHelper { #region 验证输入字符串是否与模式字符串匹配 /// ...
分类:
其他好文 时间:
2014-10-22 18:01:03
阅读次数:
143