format Blog

给我个权限,我format你的硬盘.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

03 2009 档案

摘要:AjaxToolkit中ModalPopupExtender控件的一个不在PostBack后关闭的技巧 阅读全文
posted @ 2009-03-30 17:03 format 阅读(1772) 评论(0) 推荐(0)

摘要:<appSettings><addkey="FCKeditor:BasePath"value="~/FCKeditor/"/><!--引用的FCKeditor位置--><addkey="FCKeditor:UserFilesPath"value="/uploads"/><!--上传文件的位置,要手动新建--><addkey="FCK... 阅读全文
posted @ 2009-03-23 10:35 format 阅读(394) 评论(0) 推荐(0)

摘要:SQL 语句之Join复习 left join(左联接) 返回包括左表中的所有记录和右表中联结字段相等的记录 right join(右联接) 返回包括右表中的所有记录和左表中联结字段相等的记录 inner join(等值连接) 只返回两个表中联结字段相等的行 阅读全文
posted @ 2009-03-17 15:14 format 阅读(466) 评论(0) 推荐(0)