码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
Daily Scrum 11.19 部分测试报告
下面是我们的部分测试报告:功能测试部分:1Exception in thread "Thread-11" java.lang.IllegalArgumentException: Invalid uri 'http://tieba.baidu.com/home/main?un=?????1': Inv...
分类:其他好文   时间:2014-11-20 00:01:15    阅读次数:362
驱动笔记 - 字符设备常用函数
字符设备:静态申请设备号int register_chrdev_region(dev_t from, unsigned count,const char *name)申请使用从from开始的count个设备号(主设备号不变,次设备号增加)from:希望申请使用的设备号count:希望申请使用的设备号...
分类:其他好文   时间:2014-11-19 23:52:46    阅读次数:177
Linux如何删除以特殊字符开头的文件
作者:zhanhailiang 日期:2014-11-18 Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”: [root@~]# rm -\,trail\:- rm: invalid option -- ',' Try `rm ./-,trail:-' to remove the file `-,tra...
分类:系统相关   时间:2014-11-19 11:16:41    阅读次数:618
Linux如何删除以特殊字符开头的文件
作者:zhanhailiang 日期:2014-11-18 Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”: [root@~]# rm -\,trail\:- rm: invalid option -- ',' Try `rm ./-,trail:-' to remove the file `-,tra...
分类:系统相关   时间:2014-11-19 01:17:31    阅读次数:238
C#常用方法集合
public class Utility:Page { #region 数据转换 /// /// 返回对象obj的String值,obj为null时返回空值。 /// /// 对象。 /// 字符串。 ...
分类:Windows程序   时间:2014-11-18 23:18:01    阅读次数:346
读取Excel中数据
#region 读取导入Excel数据 /// /// /// /// /// /// public DataSet ReadDataFromExcel(string filename, string fields) { D...
分类:其他好文   时间:2014-11-18 17:29:10    阅读次数:263
解决oracle用户锁定
故障现象:SQL> connect scott/scottERROR:ORA-01017: invalid username/password; logon deniedSQL> connect scott/scottERROR:ORA-28000: the account is locked表明:...
分类:数据库   时间:2014-11-18 14:41:58    阅读次数:203
ODI接口运行报错 911 : 42000 :java.sql.SQLException: ORA-00911:无效字符
参见博客http://blog.csdn.net/lzflydream/article/details/20570813这上面这么说的,但是大神们说的太高端了我不知道怎么解决 911 : 42000 :java.sql.SQLException: ORA-00911: invalid charac....
分类:数据库   时间:2014-11-17 15:44:19    阅读次数:457
xml中1字节的UTF-8序列的字节1无效([字符编码]Invalid byte 1 of 1-byte UTF-8 sequence终极解决方案)
今天在eclipse中编写pom.xml文件时,注释中的中文被eclipse识别到错误:Invalid byte 1 of 1-byte UTF-8 sequence,曾多次遇到该问题,问题的根源是: The cause of this is a file that is not UTF-8 is ...
分类:其他好文   时间:2014-11-17 13:59:48    阅读次数:191
MAC下安装树莓派的镜像到SD卡中
mac下在将镜像写入sd卡中出现如下情况dd: invalid number '4m'error,解决方法来自http://www.raspberrypi.org/documentation/installation/installing-images/mac.mde.g.sudo dd bs=1m...
分类:系统相关   时间:2014-11-15 23:12:01    阅读次数:878
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!