<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_小强</title><subtitle type="text">For my summer </subtitle><id>http://feed.cnblogs.com/blog/u/11413/rss</id><updated>2009-12-13T15:06:31Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11413/rss"/><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2008/02/21/1076646.html</id><title type="text">小题大做之MySQL 5.0存储过程编程入门</title><summary type="text">MySQL 版本：5.0.45 phpMyAdmin版本：2.11.3首先看MySQL 5.0参考手册中关于创建存储过程的语法说明：CREATE [DEFINER = { user | CURRENT_USER }] PROCEDURE sp_name ([proc_parameter[,...]]) [characteristic ...] routine_body proc_parameter...</summary><published>2008-02-21T08:32:00Z</published><updated>2008-02-21T08:32:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2008/02/21/1076646.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2008/02/21/1076646.html"/><content type="text">MySQL 版本：5.0.45 phpMyAdmin版本：2.11.3首先看MySQL 5.0参考手册中关于创建存储过程的语法说明：CREATE [DEFINER = { user | CURRENT_USER }] PROCEDURE sp_name ([proc_parameter[,...]]) [characteristic ...] routine_body proc_parameter...</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2008/01/25/1052973.html</id><title type="text">车票,转让,杭州,武汉,2月3号[已过期]</title><summary type="text">由于本人回武汉时间改为2月4号，现转让2月3号下午5:30杭州到武汉汽车票一张，全价:284元。联系人：小强联系电话：联系QQ：地址：文三路东方通信大厦</summary><published>2008-01-25T05:15:00Z</published><updated>2008-01-25T05:15:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2008/01/25/1052973.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2008/01/25/1052973.html"/><content type="text">由于本人回武汉时间改为2月4号，现转让2月3号下午5:30杭州到武汉汽车票一张，全价:284元。联系人：小强联系电话：联系QQ：地址：文三路东方通信大厦</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2007/12/31/1021740.html</id><title type="text">2007即将过去，我很怀念它，2008 小强年，我很期待</title><summary type="text">2007即将过去，我很怀念它，阿虫问为什么怀念2007年，我说每一年都很怀念。年龄大了就是这样，容易回忆，容易怀念，越是怀念时间仿佛过得越快。快到很难把握，这是我的感觉，于是在2007年的最后一天我决心珍惜2008年的每个小时，2008，我叫他小强年。下面主要对2007年的工作做个总结，然后小憧憬一下2008 小强年。BarVOD(DELPHI + Firebird + ASP.NET 1.1 +...</summary><published>2007-12-31T09:32:00Z</published><updated>2007-12-31T09:32:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2007/12/31/1021740.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2007/12/31/1021740.html"/><content type="text">2007即将过去，我很怀念它，阿虫问为什么怀念2007年，我说每一年都很怀念。年龄大了就是这样，容易回忆，容易怀念，越是怀念时间仿佛过得越快。快到很难把握，这是我的感觉，于是在2007年的最后一天我决心珍惜2008年的每个小时，2008，我叫他小强年。下面主要对2007年的工作做个总结，然后小憧憬一下2008 小强年。BarVOD(DELPHI + Firebird + ASP.NET 1.1 +...</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2007/11/13/957647.html</id><title type="text">附加数据库,并且迁移用户的方法</title><summary type="text">某个网站数据库用的是自己新建的一个用户建立的，如myuser。由于数据库要换台服务器运行，我直接通过附加数据库的形式添加到新的服务器的数据库中。同样显示所有的表、存储过程、视图都属于myuser这个用户，但是安全性--&gt;登录中却看不到这个用户，重新添加这个用户，提示已经存在，但用这个用户就是连接不上。之后在网上搜到通过迁移用户的方法解决此问题。1. 在源 SQL Server 上运行以下脚本...</summary><published>2007-11-13T02:11:00Z</published><updated>2007-11-13T02:11:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2007/11/13/957647.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2007/11/13/957647.html"/><content type="text">某个网站数据库用的是自己新建的一个用户建立的，如myuser。由于数据库要换台服务器运行，我直接通过附加数据库的形式添加到新的服务器的数据库中。同样显示所有的表、存储过程、视图都属于myuser这个用户，但是安全性--&gt;登录中却看不到这个用户，重新添加这个用户，提示已经存在，但用这个用户就是连接不上。之后在网上搜到通过迁移用户的方法解决此问题。1. 在源 SQL Server 上运行以下脚本...</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2007/04/23/724166.html</id><title type="text">[收藏]ContentType类型大全</title><summary type="text">".*"="application/octet-stream"".001"="application/x-001"".301"="application/x-301"".323"="text/h323"".906"="application/x-906"".907"="drawing/907"".a11"="application/x-a11"".acp"="audio/x-mei-aac"".a...</summary><published>2007-04-23T09:32:00Z</published><updated>2007-04-23T09:32:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2007/04/23/724166.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2007/04/23/724166.html"/><content type="text">".*"="application/octet-stream"".001"="application/x-001"".301"="application/x-301"".323"="text/h323"".906"="application/x-906"".907"="drawing/907"".a11"="application/x-a11"".acp"="audio/x-mei-aac"".a...</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2006/12/13/591110.html</id><title type="text">ASP.NET 1.1 Web Application Compilation and Pre-compilation </title><summary type="text">ASP.NET 1.1 Web Application Compilation and Pre-compilationhttp://www.codeproject.com/aspnet/ASPNET_11_Compilation.asphttp://www.codeproject.com/aspnet/ASPNET_11_Compilation_E.asp</summary><published>2006-12-13T08:14:00Z</published><updated>2006-12-13T08:14:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2006/12/13/591110.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2006/12/13/591110.html"/><content type="text">ASP.NET 1.1 Web Application Compilation and Pre-compilationhttp://www.codeproject.com/aspnet/ASPNET_11_Compilation.asphttp://www.codeproject.com/aspnet/ASPNET_11_Compilation_E.asp</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2006/11/16/562106.html</id><title type="text">解决访问局域网内共享目录需要登陆的问题</title><summary type="text">本来想写写解决问题的经过，发现文笔实在是烂，没办法，直接记录下解决方法吧！1. 启用Guest用户2. 修改组策略--&gt;计算机配置--&gt;Windows设置--&gt;安全设置--&gt;本地策略--&gt;安全选项中的 网络访问：本地帐户的共享和安全模式 配置项为 仅来宾 -- 本地用户以来宾身份验证。在修改组策略的这个配置时，你也可以直接通过修改如下注册表项来实现。HKEY_LOCA...</summary><published>2006-11-16T02:16:00Z</published><updated>2006-11-16T02:16:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2006/11/16/562106.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2006/11/16/562106.html"/><content type="text">本来想写写解决问题的经过，发现文笔实在是烂，没办法，直接记录下解决方法吧！1. 启用Guest用户2. 修改组策略--&gt;计算机配置--&gt;Windows设置--&gt;安全设置--&gt;本地策略--&gt;安全选项中的 网络访问：本地帐户的共享和安全模式 配置项为 仅来宾 -- 本地用户以来宾身份验证。在修改组策略的这个配置时，你也可以直接通过修改如下注册表项来实现。HKEY_LOCA...</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2006/11/14/560461.html</id><title type="text">[收藏]通过命令的方式调用系统的小工具</title><summary type="text">转到原文控制面板模块： control.exe命令： rundll32.exe shell32.dll,Control_RunDLL结果： 显示控制面板窗口。辅助选项模块： access.cpl命令： rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5结果： 显示辅助选项/常规。命令： rundll32.exe shell32.dll,Con...</summary><published>2006-11-14T14:09:00Z</published><updated>2006-11-14T14:09:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2006/11/14/560461.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2006/11/14/560461.html"/><content type="text">转到原文控制面板模块： control.exe命令： rundll32.exe shell32.dll,Control_RunDLL结果： 显示控制面板窗口。辅助选项模块： access.cpl命令： rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5结果： 显示辅助选项/常规。命令： rundll32.exe shell32.dll,Con...</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2006/11/14/560448.html</id><title type="text">[收藏]Do All in Cmd Shell</title><summary type="text">转到原文 目录 1，前言 2，文件传输 3，系统配置 4，网络配置 5，软件安装 6，Windows脚本 7，附言 前言 Cmd Shell(命令行交互)是黑客永恒的话题，它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell，最大的问题就是如何上传文件。由于蠕虫病毒流行，...</summary><published>2006-11-14T13:58:00Z</published><updated>2006-11-14T13:58:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2006/11/14/560448.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2006/11/14/560448.html"/><content type="text">转到原文 目录 1，前言 2，文件传输 3，系统配置 4，网络配置 5，软件安装 6，Windows脚本 7，附言 前言 Cmd Shell(命令行交互)是黑客永恒的话题，它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell，最大的问题就是如何上传文件。由于蠕虫病毒流行，...</content></entry><entry><id>http://www.cnblogs.com/hsqzzzl/archive/2006/09/19/508545.html</id><title type="text">解决文件无法上传的问题，错误信息：System.IO.DirectoryNotFoundException: Could not find a part of the path.</title><summary type="text">网站部署到服务器上后，文件上传功能出错，上传不了，比如路径是 D:\www\pic\test.jpg错误信息：System.IO.DirectoryNotFoundException: Could not find a part of the path.目录啊什么的都是已经存在的，显然是目录的权限问题，但是我已经给pic目录足够的权限了，还是不行。最终发现是需要给用户(NETWORK SERVIC...</summary><published>2006-09-19T07:22:00Z</published><updated>2006-09-19T07:22:00Z</updated><author><name>小 强</name><uri>http://www.cnblogs.com/hsqzzzl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hsqzzzl/archive/2006/09/19/508545.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hsqzzzl/archive/2006/09/19/508545.html"/><content type="text">网站部署到服务器上后，文件上传功能出错，上传不了，比如路径是 D:\www\pic\test.jpg错误信息：System.IO.DirectoryNotFoundException: Could not find a part of the path.目录啊什么的都是已经存在的，显然是目录的权限问题，但是我已经给pic目录足够的权限了，还是不行。最终发现是需要给用户(NETWORK SERVIC...</content></entry></feed>
