经验之谈
iteye_17584
这个作者很懒,什么都没留下…
展开
-
一个判断页面是否有改变的小经验
initilize a variable : isChanged : Boolean change the flag where you do some thing .2011-09-05 10:23:57 · 126 阅读 · 0 评论 -
flex datagrid列修改后如何捕捉及触发
A. FLEX's datagrid have below properties to catch the event of the modify of the datagrid (the editable is true). itemEditBegin="dg_itemEditBeginHandler(event)" itemEditBeginning="dg_it...原创 2011-09-06 10:48:59 · 132 阅读 · 0 评论 -
程序员必须是多面手
如果你是DHCP动态分配IP的,你可能会遇到这个问题,帮你留着 oracle 连接问题 http://blog.csdn.net/lilin8905/article/details/5933123 oracle 对只读结果集的无效操作: updateString 解决的方法是: 不要用select * ...作查询, 而要用select <直接写出所有字段&g...原创 2011-09-21 13:30:57 · 155 阅读 · 0 评论 -
sql 里判断表中是否有满足条件的记录时一个省时省力的方法
question : query from table peron ,validate are there any records which name = C table person like below : id | name 1 A 2 B 3 C 4 C 5 C SQL 1 : (more common...2011-09-23 00:51:00 · 1068 阅读 · 0 评论