摘要:正则表达式在字符串处理上有着强大的功能,sun在jdk1.4加入了对它的支持 下面简单的说下它的4种常用功能: 查询: string str="abc efg abc"; string regex="a|f"; //表示a或f pattern p=pattern.compile(regex); matcher m=p.matcher(str); boolea......
摘要:visual studio "whidbey"的对象空间初识
探索了.net环境下的对象/关系映射框架—对象空间的特性
原作:
dino espositowintellect
february 2004
翻译:
刘海东
2004-9-20
适用于:
microsoft® visual studio® code-named......
关于Ehlib的ReadOnly小BUG修正。ehlib本来是一个非常不错的控件,但是tdbediteh的readonly有一些问题,在后续版本之间也尚未修正.经追踪源代码后,发现procedure tcustomdbediteh.cmenter(var message: tcmenter); 【程序编程相关:
DELPHI常用函数集及简要范例】 【推荐阅读:
使用JAXB将XML Schema绑定到】begin 【扩展信息:
JSP连接Mysql数据库】 setfocused(true); inherited; if autoselect and not (cslbuttondown in controlstate) then selectall; if syslocale.fareast and fdatalink.canmodify then setcontrolreadonly(false ); //有问题,关联数据集后将readonly改为true总是可以为修 ...
下一页 摘要:
......