警告:未能解析引用的程序集“*******, Version=1.0.0.0,
Culture=neutral,”,因为它对不在当前目标框架“.NETFramework,Version=v4.0,Profile=Client”中的“System.Data.OracleClient,
Vers...
分类:
其他好文 时间:
2014-05-10 07:54:23
阅读次数:
296
在执行/etc/init.d/ndbd--initial出现下列错误[root@ndbd1~]#/etc/init.d/ndbd--initialUnabletoconnectwithconnectstring:nodeid=0,localhost:1186Retryingevery5seconds.Attemptsleft:121110987654321,failed.解决办法1.查看/etc/my.cnf文件配置[root@ndbd1~]#cat/etc/my.cnf..
分类:
数据库 时间:
2014-05-10 04:07:58
阅读次数:
1778
Redis的client设计如下:
/* With multiplexing we need to take per-clinet state.
* Clients are taken in a liked list. */
typedef struct redisClient {
int fd;
redisDb *db;
int dictid;
sds que...
分类:
其他好文 时间:
2014-05-10 03:44:21
阅读次数:
292
inets模块MODULE SUMMARYThe inets services
API。inets:start():启动应用。
分类:
Web程序 时间:
2014-05-10 02:46:43
阅读次数:
303
error: RPC failed; result=22, HTTP code = 411fatal:
The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
分类:
其他好文 时间:
2014-05-10 01:06:09
阅读次数:
367
windows平台可用net view;nbtstat-a ip
找到mac及主机名(netbios);在POSIX-linux系统下要是想用nmblookup那么你需要安装samba-client软件包;nmblookup:
command not foundgethostbyaddr getho...
分类:
系统相关 时间:
2014-05-10 00:09:13
阅读次数:
1160
ORA-1017: 用户名/口令无效;
登录被拒绝一、出现症状 1、使用sqlplus和PL/SQL客户端连接正常 2、C#使用Oracle.DataAccess.Client
连接时,报上面的错误二、原因 1、Oracle11G之前密码是不区分大小写的,从11G开始默认密码区分大小写 2、使用10...
分类:
数据库 时间:
2014-05-09 23:24:20
阅读次数:
754
1.首先简单说说wifidog认证的过程
客户端首次连接到wifi后,浏览器请求将会被重定向到:
login/?gw_address=%s&gw_port=%d&gw_id=%s&url=%s
验证通过后,客户端被重定向到网关,url格式如下:
http://网关地址:网关端口/wifidog/auth?token=
wifidong会启动一个线程周期性地报告每一个用户的状态信息,并通过...
分类:
Web程序 时间:
2014-05-09 22:28:57
阅读次数:
581
在 mkfs.ext4 /dev/sda2 格式化硬盘空间时,可能出现这样的错误。
had this situation at office where I was told to re-partition an already existing partition. The situation was to get the below schema
/dev/sdb1 1 3040 24...
分类:
其他好文 时间:
2014-05-09 20:49:25
阅读次数:
343
1. 下载mysql-5.6.17-win32;官网下载地址百度2.
解压到自定义目录,我这里演示的是D:\wamp\mysql\3.
复制根目录下的my-default.ini,改名为my.ini,my.ini用下面内容替换#以下是复制内容,这行可不复制[client] port=3306
def...
分类:
数据库 时间:
2014-05-09 19:46:38
阅读次数:
451