<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>寂静的深海 &#187; INT</title>
	<atom:link href="http://www.deepseath.com/?feed=rss2&#038;tag=int" rel="self" type="application/rss+xml" />
	<link>http://www.deepseath.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Jan 2024 09:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IIS的日志分析</title>
		<link>http://www.deepseath.com/?p=341</link>
		<comments>http://www.deepseath.com/?p=341#comments</comments>
		<pubDate>Mon, 13 Oct 2008 18:11:35 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[程序人生]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[INT]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[pi]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[服务]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[知识]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=341</guid>
		<description><![CDATA[为了方便而又准确的统计站点信息需要分析IIS日志，找了好多软件，要么不是自己需要的要么就是收费的，因此打算自己写一个分析的程序，于是进入微软技术站看技术文档，总结了一下写在这里以备忘：   1。为了集中而又方便的统计整台服务器的日志，如果各个站点单独记录日志可能统计起来不太方便，当然如果只是为了统计某个站点那就另当别论了，我打算统计整台服务器多个站点的数据，因此如果能将多站日志合并到一起或许会方便一些。因此需要用到IIS的“启用 W3C 集中日志记录”功能，在命令行执行命令：Adsutil.vbs set w3svc/CentralW3CLoggingEnabled true，然后重起IIS服务就可以了。 2。因为服务器运行在中文语言下，而且很多站点是UTF-8作为编码字符集的，因此还有必要将IIS日志设置为UTF-8编码的，方便分析同时也相对安全一些，打开这个功能可以这样做：在IIS管理器中，在本地计算机上点击右键，选择“属性”，在“UTF-8日志”选项单元中，钩选“用 UTF-8 编码 Web 日志”，然后确定并重起IIS服务即可。 3。IIS的每个字段之间使用半角空格进行分隔的。就每个字段数据而言如果存在空格则IIS自动会将空格转换为“+”。但，要注意数据中可能自身会存在“+”。 4。每个字段对应的含义是： 日期(date)，时间(time)，客户端IP地址(c-ip)，用户名(cs-username)，服务名(s-sitename)，服务器名(s-computername)，服务器ip地址(s-ip)，服务器端口(s-port)，方法(cs-method)，uri资源(cs-uri-stem)，uri查询(cs-uri-query)，协议状态(sc-status)，协议子状态(sc-substatus)，wind32状态(sc-wind32-status)，发送的字节数(sc-bytes)，接收的字节数(cs-bytes)，所用时间(time-taken)，协议版本(cs-version)，主机(cs-host)，用户代理(cs(User-Agent))，cookie(cs(Cookie))，引用站点(cs(Referer)。 5。协议状态(这就是通用的了，无论是IIS还是Apache抑或是其他的)。 1xx &#8211; 信息提示：这些状态代码表示临时的响应。客户端在收到常规响应之前，应准备接收一个或多个 1xx 响应。 100 &#8211; 继续。 101 &#8211; 切换协议。 2xx &#8211; 成功：这类状态代码表明服务器成功地接受了客户端请求。 200 &#8211; 确定。客户端请求已成功。 201 &#8211; 已创建。 202 &#8211; 已接受。 203 &#8211; 非权威性信息。 204 &#8211; 无内容。 205 &#8211; 重置内容。 206 &#8211; 部分内容。 3xx &#8211; 重定向：客户端浏览器必须采取更多操作来实现请求。例如，浏览器可能不得不请求服务器上的不同的页面，或通过代理服务器重复该请求。 [...]]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=341</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>测试Windows Live Writer</title>
		<link>http://www.deepseath.com/?p=309</link>
		<comments>http://www.deepseath.com/?p=309#comments</comments>
		<pubDate>Wed, 24 Sep 2008 01:16:32 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[心情日记]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[Deepseath]]></category>
		<category><![CDATA[INT]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[天津]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=309</guid>
		<description><![CDATA[呵呵，昨天下载了Windows Live2009的测试，只选择安装了Windows Live Message 和 Windows Live Writer。关于Windows Live Message没太多说了，MSN啦，无非就是增加了易用性和人性化等方面的优化。这里说一下Windows Live Writer，呵呵，这是一个很有趣的软件，简单说可以让你在本地发布BLOG，如果你使用的是已获Windows Live Writer支持的BLOG程序的话，目前可支持的包括：Windows Live Spaces、SharePoint、WordPress、Blogger、LiveJournal、TypePad、Moveable Type、Community Server，未来也许会包含更多的程序。恰巧目前俺正在使用的BLOG程序是WordPress在受支持范围内，于是测试使用，感觉还挺有趣的，相对比Web编辑可能要方便灵活一些，也可以上传图片，插入标签什么的，来个截图瞧瞧吧，呵呵。   插入的图片还可以定义样式，比WordPress自带的所见即所得编辑器强大很多，不过暂时还不知道发布完了会是什么样，哈哈。继续…… 插入一个地图吧，呵呵，看看是什么东东： 呵呵，找到了天津住处前的工厂，不过这个卫星图实在太老了，估计得最少5年前的了，我看到天津的水滴所在地还是一片荒芜呢，相对Google earth的水滴框架实在早了很多，这个不好……北京的地图很新，最起码我找到了鸟巢和水立方，不过因为街道图很乱，实在无法定位到我现在的住处——安宁里：（截个鸟巢和水立方的图吧，哈哈。 另外，还值得一提的是，还可以添加插件，不过由于访问速度慢，没有看还有什么好东东，呵呵。 总之这个软件暂时认为还不错，谁知道呢，让我发完这个日志就知道效果啦，哈哈…… 如果你也喜欢这个软件可以直接到Live去下载：http://get.live.com/writer/overview]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS以及结构表现命名规则</title>
		<link>http://www.deepseath.com/?p=208</link>
		<comments>http://www.deepseath.com/?p=208#comments</comments>
		<pubDate>Tue, 24 Jun 2008 14:44:37 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[日积月累]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[INT]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[vote]]></category>
		<category><![CDATA[服务]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=208</guid>
		<description><![CDATA[题外话：很多人遵循的东西就是规则了。所以就是这样的…… 页头：header 登录条：loginBar 标志：logo 侧栏：sideBar 广告：banner 导航：nav 子导航：subNav 菜单：menu 子菜单：subMenu 搜索：search 滚动：scroll 页面主体：main 内容：content 标签页：tab 文章列表：list 提示信息：msg 小技巧：tips 栏目标题：title 加入：joinus 指南：guild 服务：service 热点：hot 新闻：news 下载：download 注册：regsiter 状态：status 按钮：btn 投票：vote 合作伙伴：partner 友情链接：friendLink 页脚：footer 版权：copyRight 1.CSS ID 的命名 外　套：　　wrap 主导航：　　mainNav 子导航：　　subnav 页　脚：　　footer 整个页面：　content 页　眉：　　header 页　脚：　　footer 商　标：　　label 标　题：　　title 主导航：　　mainNav（globalNav） 顶导航：　　topnav 边导航：　　sidebar 左导航：　　leftsideBar 右导航：　　rightsideBar 旗　志：　　logo 标　语：　　banner 菜单内容1： menu1Content 菜单容量：　menuContainer [...]]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=208</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>企业网站常用中英文对照表(转)</title>
		<link>http://www.deepseath.com/?p=168</link>
		<comments>http://www.deepseath.com/?p=168#comments</comments>
		<pubDate>Mon, 07 Apr 2008 04:17:02 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[日积月累]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[INT]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[在线]]></category>
		<category><![CDATA[服务]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=168</guid>
		<description><![CDATA[一直“鹰文”是偶的最大软肋，一点点学习吧:( 网站导航 site map 公司简介 PROFILE or COMPANY Profile or Company 公司设备 EQUIPMENT Equipment 公司荣誉 GLORIES Glories 企业文化 CULTURE Culture 产品展示 PRODUCT Product 资质认证 quality certification 企业规模 SCALE Scale 营销网络 Sales Network 组织机构 orGANIZATION organization 合作加盟 Join in Cooperation 技术力量 TECHNOLOGY Technology 经理致辞 Manager`s oration 发展历程 Development history 工程案例 Engineering Projects 业务范围 Business Scope 分支机构 [...]]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=168</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(转)去掉IE 7烦人的剪贴板粘贴提示信息</title>
		<link>http://www.deepseath.com/?p=6</link>
		<comments>http://www.deepseath.com/?p=6#comments</comments>
		<pubDate>Thu, 17 Jan 2008 17:28:27 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[日积月累]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[Deepseath]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[INT]]></category>
		<category><![CDATA[朋友]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=6</guid>
		<description><![CDATA[　　今天在找资料的时候偶然发现这个文章，呵呵，深受IE在这个地方的骚扰．转过来备忘． 　　相信不少朋友都有这样的困惑：在IE 7浏览器中，当我们对网文进行复制，然后到另外一个地方进行粘贴时，老是会弹出 “是否允许该页从您的剪贴板上粘贴信息”的提示框（如图1），如果确认这些信息来源是可靠的，每次都得点击“允许访问”按钮，及为不爽。如何来去掉这个提示对话框呢？ 图1 IE7提示信息 　　在IE 7中执行菜单“工具→Internet选项”打开Internet选项对话框，切换到“安全”选项卡下，点击“自定义级别”按钮后在打开的“安全设置”对话框中，找到“允许对剪贴板进行编程访问”子项，将选项由“提示”选择为“启用”，确定后退出即可（如图2）。 图2 IE 7安全设置]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
