调试程序的时候,出现异常消息“The underlying provider failed on Open”;详细信息:和{"服务器 '' 上的 MSDTC 不可用。"};网上溜达了一下下,很快解决了;解决方案:来自heooMSDTC(分布式交易协调器),协调跨多个数据库、消息队列、文件系统等资源管...
分类:
其他好文 时间:
2014-06-19 08:53:05
阅读次数:
217
sql语句查询后几行数据并倒着排列$conn = mysql_connect("数据库地址","用户名","密码");if(!$conn){die("mysql conn failed");}else{ mysql_query("SET NAMES 'utf8'"); mysql_sel...
分类:
数据库 时间:
2014-06-19 00:37:22
阅读次数:
345
安装Android SDK时遇到Failed to rename directory E:\Java\Android SDK\android-sdk_r06-windows\android-sdk-windows\tools to E:\Java\Android SDK\android-sdk_r0...
分类:
移动开发 时间:
2014-06-19 00:09:31
阅读次数:
353
When you know that a certain condition will not change throughout the life of the program, it makes sense to test the condition only once. Browser sni...
分类:
编程语言 时间:
2014-06-18 22:35:12
阅读次数:
341
#include#include#includeint k,h[110],mark;struct M{ int data; struct M *next;}*head[110];void init(){ int i; for(i = 0; i next = NULL; ...
分类:
其他好文 时间:
2014-06-17 00:58:16
阅读次数:
315
正确的程序如下所示:
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from VideoCapture import Device
import time
import sys,pygame
pygame.init()
size = width,height = 620,485
speed = [2,2]
blac...
分类:
编程语言 时间:
2014-06-16 23:10:24
阅读次数:
568
svn提交错误file is scheduled for addition, but is missing
svn ci -m ""
svn: E155010: Commit failed (details follow):
svn: E155010: '/Volumes/File/ymall_Project/daling/trunk/GiftShop/GiftS...
分类:
其他好文 时间:
2014-06-16 21:19:39
阅读次数:
928
nfs共享portmap要求1.将/root共享给192.168.10.20,可写、同步,允许客户机以root权限访问2.将/usr/src共享给192.168.10.0/24网段,可写、异步,所有用户身份都映射成nfsnobody3.访问测试,并自动挂载实现步骤:安装需要的软件包Yum–yinstallnfs-utilsprotmap二、/etc/init.d/..
分类:
其他好文 时间:
2014-06-16 17:28:31
阅读次数:
306
6)、启动相关服务[root@centreon~]#/etc/init.d/httpdstart
[root@centreon~]#/etc/init.d/mysqldstart
[root@centreon~]#mysqladmin-urootpassword‘111111‘
[root@centreon~]#/etc/init.d/ndo2dbstart7)、WEB界面安装http://192.168.100.187/centreon发现提示php-posix模块没..
分类:
移动开发 时间:
2014-06-16 15:11:56
阅读次数:
288
报错信息:password authentication failed Permission denied, please try again1 开启ubuntu上的ssh功能先安装,安装后就自动开启了.sudo apt-get install openssh-server openssh-clie...
分类:
其他好文 时间:
2014-06-15 14:05:28
阅读次数:
277