当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 根据汉字声母,要在表中找相关记录,怎么实现?比如输入"zgyh",就能找到所有“中国银行”的记录。
 

 

 ·java的秘密:使用全屏幕模式    »显示摘要«
    摘要:什么时候会用到全屏幕模式? 也许用到的机会很少,但jdk还是为我们提供了这个的功能。像许多软件中的打印预览功能,还有某些文本编辑器中为了获得更大的编辑画面,也用到了全屏幕模式,如果你有兴趣写一个像acdsee这样的软件,使用全屏幕模式可以让用户看到更大的图片画面。 如何使用全屏幕模式? 关键是java.awt.*里面的两个与显示设备有关的类:graphicsenvironment和graphics......
    摘要: zend´s php 5 coding contest - the winners! it really wasn´t that easy to choose between the top applications; there are quite a few that ended up in the top 20 or so tha......


根据汉字声母,在表中找相关记录。比如输入"zgyh",就能找到所有“中国银行”的记录。

根据汉字声母,要在表中找相关记录,怎么实现?比如输入"zgyh",就能找到所有“中国银行”的记录.

【程序编程相关:Windows2000 server和w

【推荐阅读:项目组开发用机器如何管理

if exists (select * from dbo.sysobjects where id = object_id(n´[dbo].[f_getpy]´) and xtype in (n´fn´, n´if´, n´tf´)) 【扩展信息:[原创]不用模板,只用ASP+FSO生成

 drop function [dbo].[f_getpy]

go

--创建取拼音函数

create function f_getpy(@str nvarchar(400))

returns nvarchar(4000)

as

begin

 declare @strlen int,@re nvarchar(4000)

 declare @t table(chr nchar(1) collate chinese_prc_ci_as,letter nchar(1))

 insert @t select ´吖´,´a´ union all select ´八´,´b´

 union all select ´嚓´,´c´ union all select ´咑´,´d´


...   下一页
    摘要: 1.4.1.1 asp.net的特性 首先,也是最重要的,asp.net页面是结构化的。这就是说,每一个页面都是一个继承自.net system.web.ui.page的有效类,而且你可以重写一些方法,这些方法会在整个页面的生存其中调用(你可以认为这些方法就像原来在asp下的global.asa里的onapplication_start 和 onsession_start事件差不多)。因为......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE