码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
Implicit declaration of function 'ether_ntoa' is invalid in C99
报错代码:strcpy(temp, (char *)ether_ntoa(LLADDR(sdl)));解决方法:导入这三个头文件即可,#include #include #include 然后上面那行代码会有一个警告:"Incompatible pointer types passing 'cadd...
分类:其他好文   时间:2015-01-10 09:59:47    阅读次数:1152
net 对mssql 的操作(备份,还原,获取表数据,获取表字段信息)
#region 数据库管理 /// /// 还原恢复数据库 /// /// 保存路径 /// public bool DataRestore(string FilePath) { string[] Connection = ConfigHelper.GetA...
分类:数据库   时间:2015-01-10 06:37:53    阅读次数:194
C# 将 Json 解析成 DateTable
#region 将 Json 解析成 DateTable /// /// 将 Json 解析成 DateTable。 /// Json 数据格式如: /// {table:[{column1:1,column2:2,column3:3},{column1:1,column2:2,column3:3....
分类:Windows程序   时间:2015-01-09 18:51:19    阅读次数:214
ajax检测账户是否存在
AccountControl.cs private IAccountService _accountService { get; set; } #region 检测账户是否存在 public ActionResult CheckAccountIfExist(...
分类:Web程序   时间:2015-01-09 17:14:49    阅读次数:136
BUG:mysql 5.6 Invalid use of GRANT/REVOKE command breaks replication
bug描述:当使用revoke,grant命令收回,授予权限出错时(语法错误除外),会导致主从同步异常终止。如: mysql> revoke select on *.* from aaa; ERROR 1141 (42000): There is no such grant defined for user 'aaa' on host '%'     该用户没有该权限却执行了回收该权限...
分类:数据库   时间:2015-01-09 15:38:05    阅读次数:277
如何解决"the currently displayed page contains invalid values"
大概看了下网上的解决方法,发现在我的项目中不能解决问题,于是我自己去慢慢查找问题,后来发现原来是我update项目的时候,这个project.properties文件出现的问题,但是因为没有报错,所以比较难找这个问题。下面是我update后project.properties这个问题出现的部分,导致这个问题的原因是我本地项目的库引用路径和svn上的不一样,所以导致了这个问题。 ---------...
分类:其他好文   时间:2015-01-09 10:49:27    阅读次数:181
EMCA fails with error "ORA-01017: invalid username/password; logon denied"
Creation of dbcontrol repository fails when execute $ emca -config dbcontrol -repos createWith error:Database connection through listener failed. Fix the error and run EM Configuration Assistant again...
分类:其他好文   时间:2015-01-08 13:26:13    阅读次数:354
DirFile
using System;using System.Text;using System.IO;namespace MyListen{ /// /// 文件操作夹 /// public static class DirFile { #region 检测指...
分类:其他好文   时间:2015-01-08 13:08:38    阅读次数:206
oracle 11g 报错记录
1.ORA-01034: ORACLE not available sqlplus "sys/password as sysdba"2.ORA-00119: invalid specification for system parameter LOCAL_LISTENER 修改bhome_1\dat...
分类:数据库   时间:2015-01-08 11:05:41    阅读次数:159
Visual Studio sort函数出现“invalid operator<”原因分析
下午使用sort时遇到一个“invalid operator void sort (RandomAccessIterator first, RandomAccessIterator last); 但是自己明明使用的是重载函数的第二种函数,即: template void sort (RandomAc...
分类:其他好文   时间:2015-01-07 20:31:35    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!