预览模式: 普通 | 列表

膨胀螺栓 dynabolt 的使用

膨胀螺栓(dynabolt) 是适用于砖和水泥上的最坚固的固定方式。


图中是6mm*600mm的螺栓。不过所有膨胀螺栓形状都差不多。一般直径越粗,承重系数越大。而长度的选择则与要固定的东西的厚度有关。

查看更多...

Tags: 膨胀螺栓 dynabolt

分类:DIY | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 525

电视挂墙

楼下Rumpus room里有一个烧柴的壁炉,冬天点起来感觉还是很不错的。


而这个房间里的50吋plasma 电视机是放在一个TV Bench上。所靠着的墙与火炉所在的墙成90度。

查看更多...

Tags: 电视机 挂墙 wallmount bracket fireplace 壁炉 膨胀螺栓

分类:DIY | 固定链接 | 评论: 3 | 引用: 0 | 查看次数: 377

[wip] Windows 7 for HTPC?

1. 32 bit or 64 bit?
According to 32 bit or 64 bit, most of people favors 32bit for its better driver coverage. When you think about it, it is true as the only obvious benefit from 64 bit is support of memory size larger than 3.5 GB, which is not that often in terms of HTPC. My HTPC has only 1G and it works perfectly fine with that amout of RAM.

Finally spend about 4 hours yesterday and managed to put up an Win7 Home Premium x86 on my HTPC and get it working with the TV and my own movie collections.

查看更多...

Tags: HTPC windows7 hvr2200 windows_xp hdmi audio problem

分类:数码时代 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 298

2010-02 家庭照片

分类:家庭 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 260

车房的储物架

相信大多数家庭都同意这样的一个看法:房子再大,杂物更多。

这些年我们从2-bedroom的flat, 搬到1-bed room的apartment, 然后3-bedroom的unit, 最后4-bedroom的two-storey House。不管住在哪儿,都发现空间不够用。现在住的家已经有3车房加储藏室,却仍然沮丧地发现仍然不够用。各种车房用品,旅游用具,运动器材,童车玩具,乱七八糟的东西丢的车房里到处都是。只能挖掘潜力,往空中发展了。于是决定在一个车房靠底的砖墙上装一个架子来组织一下。

想法很简单。将活动支架的底座铁条固定在墙上,之后活动支架就可以自由安装在铁架上,然后在支架上安放木板就完了。固定在墙上的优点是不占地面。同时选用活动支架以便于灵活调整每层架子之间的高度。

查看更多...

Tags: 车房 dynabolt 膨胀螺栓 架子 diy

分类:DIY | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 283

Differences in behavior between SQLNCLI and MDAC

Following differences are listed in Updating an Application to SQL Server Native Client from MDAC:

引用内容 引用内容


  • If you use an ODBC or OLE DB call to start transactions, there is a difference in behavior between SQL Server Native Client and MDAC; transactions will begin immediately with SQL Server Native Client, but transactions will begin after the first database access using MDAC. This can affect the behavior of stored procedures and batches because SQL Server requires @@TRANCOUNT to be the same after a batch or stored procedure finishes execution as it was when the batch or stored procedure started. See Rollbacks and Commits in Stored Procedures and Triggers for more information.

查看更多...

Tags: stored_procedure transaction sql_native_client MDAC SQL_Server

分类:程序员 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 340