fdgs

window live writer插件

Technorati: 333

时间: 2024-11-10 01:08:27

fdgs的相关文章

Sql Sever语句 (续2)

日期时间 把日期类型的字段下默认值或绑定里的 设置成getdate()   ,新建字段时候不设置会自动获取当前服务器时间 在当前时间加上xx年xx月xx天 select datedd(yy,100,getdate())      在当前时间加上100年 select datedd(mm,5,getdate()) 在当前时间加上5个月 select datedd(dd,34,getdate())    在当前时间加上34天 联合查询:将两个表的数据通过筛选出所用信息导出 select UI.Use

php后台拼接输出table表格

<?php header("Content-type:text/html;charset=utf-8"); $str=''; $str.='<table border="1" class="show_left" style="margin-left:50px; width:auto;">'; $str.='<tr>'; $str.='<td class="one" ali

php隔行换色输出表格

<?php header("Content-type:text/html;charset=utf-8"); $str=''; $str.='<table border="1" class="show_left" style="margin-left:50px; width:auto;">'; $str.='<tr>'; $str.='<td class="one" ali