Lv.的博客
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 190 下一页
摘要: select * from master.dbo.sysprocesses where DB_NAME(dbid)=’test’ and spid<>@@SPID 看看阻塞的进程 然后kill掉就行了 exec(‘kill ’ +@spid) 由于我是远程连接的数据库,杀死进程总会有顾虑。所以我就关 阅读全文
posted @ 2017-08-09 18:30 Avatarx 阅读(3533) 评论(0) 推荐(0) 编辑
摘要: binary 和 varbinary固定长度 (binary) 的或可变长度 (varbinary) 的 binary 数据类型。binary [ ( n ) ]固定长度的 n 个字节二进制数据。N 必须从 1 到 8,000。存储空间大小为 n+4 字节。 varbinary [ ( n ) ]n 阅读全文
posted @ 2017-08-03 15:38 Avatarx 阅读(1344) 评论(0) 推荐(0) 编辑
摘要: 在ubuntu12.4上安装minigui3.0.12 一下载源文件 移植所需的文件可以从minigui官网下载:http://www.minigui.org/en/download/ 主要文件有: 工具及依赖库文件: qvfb2-2.0.tar.gz gvfb-1.0.0.tar.gz zlib- 阅读全文
posted @ 2017-08-01 15:54 Avatarx 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: http://www.codesynthesis.com/products/odb/examples.xhtml The following list gives an overview of the examples available in the odb-examples package. E 阅读全文
posted @ 2017-07-30 22:41 Avatarx 阅读(363) 评论(0) 推荐(0) 编辑
摘要: Introduction This guide presents step-by-step instructions for installing the ODB system on UNIX-like operating systems, such as GNU/Linux, Solaris, e 阅读全文
posted @ 2017-07-30 21:46 Avatarx 阅读(1192) 评论(0) 推荐(0) 编辑
摘要: 22 down vote The page Qt for X11 Requirements lists some packages required to build Qt on Debian. The README mentioned in the error message also lists 阅读全文
posted @ 2017-07-30 10:23 Avatarx 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 虚拟机分配了50G大小的空间,最近发现不够用,于是将扩展一下分区的大小,查了几种方法都不是很好,后来借助了gparted分区空间完成了,这个工具简单,方便,下面就简单的介绍一下。扩展分区主要要分为两步 Ubuntu用GParted合并分区 http://www.linuxidc.com/Linux/ 阅读全文
posted @ 2017-07-29 18:01 Avatarx 阅读(4149) 评论(0) 推荐(0) 编辑
摘要: 在使用fedora17 系统的yum源的时候出现了如下错误: Error: failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try. 参照网上的做法: (一般yum有变更都需要这两个操作) [javas 阅读全文
posted @ 2017-07-29 14:58 Avatarx 阅读(3072) 评论(0) 推荐(0) 编辑
摘要: Cannot retrieve metalink for repository: fedora. Please verify its path and try again 解决方法 执行如下命令: su -c "sed -i 's|^#baseurl|baseurl| ; s|^mirrorlist 阅读全文
posted @ 2017-07-29 14:28 Avatarx 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 折腾了好久,在网上查看了好多资料,总算吧安装好的Fedora 18配置得差不多了,现在将过程记录下来,供以后查看用,同时也许还能帮助到和我遇到同一问题的朋友们,以后再有什么再继续添加吧。 一、添加 yum 源 1、添加搜狐的源:进入网站http://mirrors.sohu.com/,在左边找到fe 阅读全文
posted @ 2017-07-29 14:11 Avatarx 阅读(1140) 评论(0) 推荐(0) 编辑
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 190 下一页