SqlServer 2008“Msg 1807, Level 16, State 3, Line 1Could not obtain exclusive lock on database ‘model’. Retry the operation later.Msg 1802, Level 16, S...
分类:
数据库 时间:
2014-07-19 17:28:23
阅读次数:
1153
止乎于分享using System.Management;using System.Net; public class PCInfoHelper { /// /// 操作系统的登录用户名 /// /// publ...
分类:
Web程序 时间:
2014-07-19 15:31:35
阅读次数:
307
我们在安装好VS2010后,会发现VS2010自带了sql server 2008,但自带的版本缺少SQL_Server_Management,所以我们得自己安装这个,在网上找到了比较详细的步骤,如下:安装的先决条件:1.SQLManagementStudio_x86_CHS,这个可以自己到官网下载...
分类:
数据库 时间:
2014-07-19 00:20:34
阅读次数:
304
/** \brief poj 1502--Dijkstra
*
* \ date 2014/7/15
* \ state AC
* *
*/
#include
#include
#include
#include
using namespace std;
#define inf 0x03f3f3f3f
const int MAXN=101;
int n;
int co...
分类:
其他好文 时间:
2014-07-18 21:22:31
阅读次数:
192
问题:昨天安装rabbitmq(3.3.4版本)服务,并启用rabbitmq_management插件去管理rabbitmq服务,但是在访问管理界面使用guest用户登录时出现login failed错误。到服务器上查询日志显示出现错误的原因是:HTTP access denied: user 'g...
分类:
数据库 时间:
2014-07-18 17:29:38
阅读次数:
642
用过plsql的都知道,双击表名默认是【展开/关闭】。
习惯了MySql Workbench或者Sqlserver Management Studio等管理工具的可能不太适应。
直接上解决办法:
Tools -> Preferences -> User
Interface -> Browser -> Object
type(Table) -> Double-click
Actio...
分类:
数据库 时间:
2014-07-18 15:10:55
阅读次数:
271
neutron-openvswitch-agent代码分析neutron.plugins.openvswitch.agent.ovs_neutron_agent:main# init ovs first by agent_config:# setup plugin_rpc, state_rpc, m...
分类:
其他好文 时间:
2014-07-18 00:28:37
阅读次数:
434
本文由秀依林枫提供友情赞助,首发于烂泥行天下。 服务器的迁移,因为业务使用的数据库是SQL Server 2005,所以就要首先对数据库进行备份。 备份可以分为手动备份和自动备份,我们先来介绍手动备份。 打开SQL Server Management Studio, 点击要备份的数据库—“任务”—“...
分类:
数据库 时间:
2014-07-17 18:37:28
阅读次数:
229
Description
Byteman, one of the most deserving employee of The Goldmine of Byteland, is about to retire by the end of the year. The Goldmine management would like to reward him in acknowledgment...
分类:
其他好文 时间:
2014-07-17 10:24:12
阅读次数:
307