纸上得来终觉浅,绝知此事要躬行。

 

2012年5月2日

SQL Server标量值函数-汉字转拼音

摘要: /****** 对象: UserDefinedFunction [dbo].[HZ2PY] 脚本日期: 05/02/2012 18:23:38 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO--汉字转换拼音函数ALTER Function [dbo].[HZ2PY]( @cString nVarChar (200)) Returns nVarChar(100)AS Begin Declare @nFor Int --字符串循环用 Declare @nPYFor Int --拼音串... 阅读全文

posted @ 2012-05-02 18:28 JRoger 阅读(475) 评论(0) 推荐(0) 编辑

WPF 将一个元素的依赖属性Binding到另一个元素的依赖属性上面

摘要: 代码如下: <RadioButton x:Name="twoRb" GroupName="oneGroup" Style="{StaticResource NormalRadioButtonStyle}">数量</RadioButton> <TextBlock Style="{StaticResource NormalTextBlockStyle}" Margin="15,0,0,0">:</TextBlock> <TextBox Width 阅读全文

posted @ 2012-05-02 13:45 JRoger 阅读(748) 评论(0) 推荐(0) 编辑

导航