码迷,mamicode.com
首页 >  
搜索关键字:cannot connect to th    ( 19082个结果
OpenERP report doesn't work
1. When you have used OpenOffice edited one of reports,it has stored the report's banary data is database,which caused the problem when you refresh th...
分类:其他好文   时间:2014-07-22 22:56:35    阅读次数:216
db2数据导出导入
C:\Users\yexuxia>set db2instance=TCASHMANC:\Users\yexuxia>db2(c) Copyright IBM Corporation 1993,2007DB2 客户机 10.5.0 的命令行处理器db2 => connect to TCASHMAN u...
分类:数据库   时间:2014-07-22 22:56:14    阅读次数:348
动态链接库找不到 : error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
问题:运行gsl(GNU scientific Library)的函数库,用gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o编...
分类:其他好文   时间:2014-07-22 22:54:54    阅读次数:591
AIR
There is a meaning for wings that cannot fly,it's a previous memory of when you once flew through the sky.——Anonymous。 这个夏天看的第一部关于夏天的动漫,记忆中,观铃仰望天...
分类:其他好文   时间:2014-07-19 21:18:36    阅读次数:236
Mysql报错 Cannot load from mysql.proc
Auth: JinDate: 20140716mysql --default-character-set utf8 -h127.0.0.1 -uroot -p SHOW PROCEDURE status; ERROR 1548 (HY000): Cannot load from mysql.pro....
分类:数据库   时间:2014-07-19 21:08:37    阅读次数:327
html5 websocket + node.js 实现网页聊天室
1 client: socket.io server: node.js + express + socket.io 一个简单的聊天室 demo,没有注册,内置了一些测试用户2 client 关键代码var socket = io.connect('http://localhost:8080');.....
分类:Web程序   时间:2014-07-19 20:25:18    阅读次数:252
设置IIS服务器监听特定IP的特定端口(IIS与IHS或Apache共存的解决方案)
在灾难恢复的试验中,遇到了一个IIS无法启动的情况,会报如下的错误:"The network location cannot be reached, xxxxxx"要知道,Windows报的这种弹窗错误,也只能通过Windows自带的事件管理器里查看了。直接运行:eventvwr,打开SYSTEM项...
分类:其他好文   时间:2014-07-19 20:15:55    阅读次数:290
MySql 事务处理
$mysqli=@new mysqli('localhost','root','','sqldb'); if(mysqli_connect_errno()){ echo "链接错误".$mysqli->error.":".$mysqli->errno; } /...
分类:数据库   时间:2014-07-19 00:02:17    阅读次数:252
Flex4_Tree组件2(添加多选框、修改树图标)
1、新建AS类,用于为Tree生成复选框,及一些选择事件。package com.th.myUtils{ import flash.events.Event; import flash.events.MouseEvent; import mx.controls.Alert;...
分类:其他好文   时间:2014-07-19 00:02:02    阅读次数:305
3.1 测试能否对标准输入设置偏移量
file/seek.c#include "apue.h"intmain(void){ if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) printf("cannot seek\n"); else printf("seek OK\n"); exit(0);}
分类:其他好文   时间:2014-07-18 23:27:20    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!