代码改变世界

推荐排行榜

c#使用access数据库时 模糊查询 like 通配符的写法

2010-06-08 15:01 by 寂静的神经, 1238 阅读, 收藏,
摘要: access通配符为*和?sqlserver通配符为%和_在access中使用sql查询语句,进行模糊查询要用:select * from table where name like '*海*'而在c#中调用该语句却得不到结果,解决办法是c#中使用下面语句:select * from table where name like '%%海%%' 阅读全文

flash上传插件uploadify详解_图片批量上传_更新数据库

2011-08-03 23:08 by 寂静的神经, 5762 阅读, 收藏,
摘要: flash上传插件uploadify详解_图片批量上传_更新数据库 阅读全文

百度再度出现故障,目前很多地区无法正常访问!

2011-07-06 15:59 by 寂静的神经, 718 阅读, 收藏,
摘要: 百度刚刚出现故障,目前很多地区均无法正常访问!出错信息如下:HTTP/1.1 200 OK Date: Wed, 06 Jul 2011 07:52:32 GMT Server: Apache Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1OKThe server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.再 阅读全文