<?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; Uncategorized</title>
	<atom:link href="http://jk.aiwaly.com/wp/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://jk.aiwaly.com</link>
	<description>不断探索,追求卓越,做快乐自己</description>
	<lastBuildDate>Wed, 28 Dec 2011 08:29:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MYSQL批量删除多个数据表</title>
		<link>http://jk.aiwaly.com/wp/mysql%e6%89%b9%e9%87%8f%e5%88%a0%e9%99%a4%e5%a4%9a%e4%b8%aa%e6%95%b0%e6%8d%ae%e8%a1%a8.html</link>
		<comments>http://jk.aiwaly.com/wp/mysql%e6%89%b9%e9%87%8f%e5%88%a0%e9%99%a4%e5%a4%9a%e4%b8%aa%e6%95%b0%e6%8d%ae%e8%a1%a8.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:10:08 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1876</guid>
		<description><![CDATA[以前安装过Discuz和ucenter，现在早已不用，占着空间也是浪费，决定把它们卸载掉，首先是把上传的Discuz和ucenter程序文件都删除掉，接着是删它们对应的数据库表，这个就麻烦了，怎么删除呢？

使用phpMyAdmin吧，它的地址得联系服务商，我博客的地址是：http://www.scanmon.com/phpmyadmin/，用数据库用户名和密码登录进去， 里面表很多，是由于多次安装DZ和其他程序，产生了很多不同前缀的表，我想批量删除带有uc_和cdb_的表，而留下boblog_和wp_的表，怎么操 作呢？
网上的方法大多都是一个个的删除，即先选中你要删除的表(可以多选），然后页面最下面中部有一个“选中项”的下拉列表。点开，选中删除就可以，由于表很多，这样一个个删很费时，一次次刷新也慢死，得找一个一次性删除多个数据表的方法。
费劲九牛二虎之力，参考了网上的命令：drop table xxx，终于总结出了一次性删除多个数据表的方法，现月影鹏鹏blog发出来与大家共享。
用phpMyAdmin登陆数据库，顶部有几个菜单选项：结构 SQL 搜索 查询 导出 Import 操作，选中SQL，然后输入语句：
【drop table `x_abc1`,`x_abc2`,`x_abc3`】
把所有要删除的表都写上去，执行就OK了。注意，请直接复制上面红色的内容，然后替换x_abc*为你的表格，如果有表格输入错误不影响正确的删除，但是会提示错误。
这里可以用一个小技巧，在页面左侧复制所有要删除的表，建议每次复制第一个字母相同的表，复制出来粘贴进记事本或word，形式如下：
x_abc1
x_abc2
x_abc3
在x_abc1前后都会有一个空格，这里将“ x”全部替换成“`”，再将“ ↓”（↓代表回车）替换成“`,”，最后就变成：`x_abc1`,`x_abc2`,`x_abc3
再在最后面添个“`”，前面加上“drop table ”，就成了前面的命令了。
比如，月影鹏鹏blog删除的命令形式就如下：
drop table `uc_admins`,`cdb_words`
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/mysql%e6%89%b9%e9%87%8f%e5%88%a0%e9%99%a4%e5%a4%9a%e4%b8%aa%e6%95%b0%e6%8d%ae%e8%a1%a8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>属于自己的虚拟小镇</title>
		<link>http://jk.aiwaly.com/wp/%e5%b1%9e%e4%ba%8e%e8%87%aa%e5%b7%b1%e7%9a%84%e8%99%9a%e6%8b%9f%e5%b0%8f%e9%95%87.html</link>
		<comments>http://jk.aiwaly.com/wp/%e5%b1%9e%e4%ba%8e%e8%87%aa%e5%b7%b1%e7%9a%84%e8%99%9a%e6%8b%9f%e5%b0%8f%e9%95%87.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 02:56:04 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[快乐生活]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1859</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e5%b1%9e%e4%ba%8e%e8%87%aa%e5%b7%b1%e7%9a%84%e8%99%9a%e6%8b%9f%e5%b0%8f%e9%95%87.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>域名成功转入国外godaddy 分享我的经验</title>
		<link>http://jk.aiwaly.com/wp/%e5%9f%9f%e5%90%8d%e6%88%90%e5%8a%9f%e8%bd%ac%e5%85%a5%e5%9b%bd%e5%a4%96godaddy-%e5%88%86%e4%ba%ab%e6%88%91%e7%9a%84%e7%bb%8f%e9%aa%8c.html</link>
		<comments>http://jk.aiwaly.com/wp/%e5%9f%9f%e5%90%8d%e6%88%90%e5%8a%9f%e8%bd%ac%e5%85%a5%e5%9b%bd%e5%a4%96godaddy-%e5%88%86%e4%ba%ab%e6%88%91%e7%9a%84%e7%bb%8f%e9%aa%8c.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 02:11:09 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[网站运维]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1833</guid>
		<description><![CDATA[最近我朋友的域名迟迟没有成功备案,决定将域名从中国移民到美国,转到Godaddy旗下,如果有朋友需要将域名移民到国外的可以参考下面的文章.

1.跟你的原注册商索取域名转移密码，并将域名解锁。
2.登陆Godaddy帐户，在Domains的下拉列表点Transfer Domains to Godaddy
3.输入要转移的域名
4.在这里有一点要提醒大家，如果域名没有解锁，这里是没有办法继续的.Available For Transfer 表示这个域名是可以转移的。点击Proceed to Checkout 进入配置信息
5.选择好配置信息后点击Continue 继续
6.付款。域名转移是不可用优惠码的。付款后Godaddy会向该域名的所有者的邮箱发一封邮件通知域名转移的Transaction ID和Security Code，要记录下来，后面的转移过程会用到。
7.收到信后再进入Godaddy账户的My Account，点Pending Domain Transfers
8.选中要转移的域名，点Begin Transfer Authorization）
9.输入邮箱收到的Transaction ID和Security Code
10.这里会要求你输入域名转移密码（EPP Key）。
至此应该是进入了域名转入godaddy.com的第 三步了也即：
Step 3： Accept/Decline
The transfer is waiting for the customer to accept it at the losing registrar. If the customer does not accept the transfer at the losing registrar within 5 days， the transfer will [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e5%9f%9f%e5%90%8d%e6%88%90%e5%8a%9f%e8%bd%ac%e5%85%a5%e5%9b%bd%e5%a4%96godaddy-%e5%88%86%e4%ba%ab%e6%88%91%e7%9a%84%e7%bb%8f%e9%aa%8c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>常去抢劫的博客</title>
		<link>http://jk.aiwaly.com/wp/concerned-about-the-site.html</link>
		<comments>http://jk.aiwaly.com/wp/concerned-about-the-site.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 06:14:17 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[快乐生活]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1595</guid>
		<description><![CDATA[
平凡的世界
奇客的资讯
Linux乌托邦
HB blog
techweb.com.cn
Linux VirusScan (en)
Debian Administration (EN)  http://www.debian-administration.org/
HETY的博客  http://www.hety.net
扶凯的博客  http://www.php-oa.com

Joe’s Blog!  http://www.joeandmotorboat.com
interfacelab    http://interfacelab.com/
hacker news  http://news.ycombinator.com/
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/concerned-about-the-site.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress标签云插件: WP Cumulus</title>
		<link>http://jk.aiwaly.com/wp/wordpress%e6%a0%87%e7%ad%be%e4%ba%91%e6%8f%92%e4%bb%b6-wp-cumulus.html</link>
		<comments>http://jk.aiwaly.com/wp/wordpress%e6%a0%87%e7%ad%be%e4%ba%91%e6%8f%92%e4%bb%b6-wp-cumulus.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 07:32:18 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1507</guid>
		<description><![CDATA[
在网上搜索Wordpress的标签云插件,无意间发现WP Cumulus。这是我见过最漂亮，最喜欢的标签云。它是用Flash+JS实现的超炫Wordpress标签云效果。先看看效果吧！


// Demo见本站右侧下方的标签云或者见作者（ Roy Tanck ）的Demo页面：You can see it in action here! ｜下载（DOWNLOAD）：Download WP Cumulus
安装与配置很简单，不会浪费很多时间。这个标签云支持小工具（widget），同样也支持在页面调用。简单的介绍安装和使用。
Installation
1.    Make sure you’re running WordPress version 2.3 or better. It won’t work with older versions. Really.
2.    Download the zip file and extract the contents.
3.    Upload the ‘wp-cumulus’ folder to your plugins directory (wp-content/plugins/).
4.    Activate the plugin through the ‘plugins’ page [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/wordpress%e6%a0%87%e7%ad%be%e4%ba%91%e6%8f%92%e4%bb%b6-wp-cumulus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>运营博客不得不知的10大原则</title>
		<link>http://jk.aiwaly.com/wp/%e8%bf%90%e8%90%a5%e5%8d%9a%e5%ae%a2%e4%b8%8d%e5%be%97%e4%b8%8d%e7%9f%a5%e7%9a%8410%e5%a4%a7%e5%8e%9f%e5%88%99.html</link>
		<comments>http://jk.aiwaly.com/wp/%e8%bf%90%e8%90%a5%e5%8d%9a%e5%ae%a2%e4%b8%8d%e5%be%97%e4%b8%8d%e7%9f%a5%e7%9a%8410%e5%a4%a7%e5%8e%9f%e5%88%99.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 07:07:39 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[网站运维]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1502</guid>
		<description><![CDATA[
说起网站策划和网站运营不得不说起博客的运营，如杨帆就是以博客起的家。如今，建博客、写博客已成流行风尚。确实，使用博客，是加入互联网这个大社区的最快捷方法之一。如果你自己建有博客，想要运营得很成功，请遵循以下10大原则。
月影鹏鹏摘录了下面的文章
1．确定目标
建 立一个博客之前，很有必要确定你的目标。如果你从一开始就明确你的目标，那么你的博客将更有可能获得成功。你是想成为某个领域的专家吗？还是想借博客推广 你的生意？还是写博客只是为了兴趣，与别人分享你的观点呢？你建立博客的原因，决定了你博客的短期和长期目标。提前考虑你的博客半年、一年和三年的目标。 然后围绕着这些目标去设计、写作和推广你的博客。
2．了解受众
你博客的设计和内容应该反映你的目标受众的需求和期望。例如，如果你面对的是十几岁的少年，那么博客的设计和内容就和面向公司职员的博客截然不同。你的受众对于你的博客有着固有的期望，不要让他们费解，尽量满足和超越目标受众的需求和期望，以提高用户的忠诚度。
3．保持一致
博 客即是品牌。和那些大众品牌，如可口可乐、耐克等一样，你的博客也传递给目标受众独特的信息和形象，这就是你的品牌。你的博客的设计和内容应该具有一致 性，连贯地传达给目标受众总体的印象和信息。保持一致，让你可以满足观众的期望，帮助你建立一个值得再次访问的安全的网上空间。保持一致的好处，就是可以 获得忠诚的用户。
4．坚持不懈
经常更新的博客，是有价值的博客。如果一个博客，长期不更新，在访客眼中，与永久不变的一些静 态网页无异。博客的价值正在于实时更新。不要向目标受众发布一些没有价值的文章，但是，保持博客的频繁更新非常重要。让目标受众能够再次访问博客的最好方 法，就是一直提供一些新鲜（最好是有价值）的内容。
5．有吸引力
撰写博客的独特方面之一就是其社群影响力。因此，让你的博客 受读者欢迎，能够吸引他们加入到双方的沟通中来，这一点很关键。让你的读者能够发表评论，然后及时地回应读者的问题。这样做，可以让读者体会到你对他们的 重视，这有助于让你们之间的沟通持续下去。你可以在别人的博客发表你的评论，再吸引他们到你的博客。博客是否成功，一部分就取决于访客的忠诚度。通过双方 有意义的沟通，你要让访客体会到你对于他们的参与是非常的感谢和认可。
6．增加曝光
博客是否成功，很大程度取决于你在博客之外的努力。这些努力包括：寻找同类型的博客并发表评论，在社会性书签网站（如Digg、StumbleUpon等）进行推广，在社交网站（如Facebook、LinkedIn）进行推广。博客并不是建好以后，就自动会有访客来。相反，建立一个成功的博客，需要很多的努力：写作引人注目的内容，以及在互联网社区里面对你的博客进行推广。
7．敢于尝试
博 客新手对于一些可用的新博客工具和新功能，常常带有几分畏惧之心。不要害怕，要敢于在博客上尝试一些新东西。从增加新的博客插件开始你的第一次尝试吧，通 过这些可以增强博客功能的插件，你可以保持博客的新鲜感，这很重要。另一方面，也不要试图尝试所有的新东西。相反，先了解每一个可能对于你博客有增强的新 东西，然后再试试看访客对于它的反应。
8．寻求帮助
即使是最有经验的博客作者，也意识到博客圈是不断变革的，没有人能够说得 清关于博客的一切。更重要的是，博客作者都是志同道合的群体中的组成部分，大多数的博客作者认为每一个博客作者从某种程度上来说都是新手。事实上，你会发 现博客作者是最容有接触而且乐于助人的一群人。不要害怕主动和一些博客作者接触，向他们寻求帮助。记住，博客圈的成功依赖于群体的力量，大多数博客作者都 愿意扩大他们的人脉，不管是博客新人还是专业的博客作者。
9．不断学习
几乎每一天，对于博客作者来说，都有一些新鲜的工具。 互联网变化很快，博客圈也不例外。当你运营博客的时候，花些时间去调研那些新的工具和功能，关注一下博客圈的最新动态。你可能不知道什么时候会出现一个新 工具，可以让你写博客的生活更加方便一些，或者会大大增强你博客访客的用户体验。
10．做你自己
记住，你的博客是你和你个人 品牌的一个延伸。你忠诚的读者会一直来你的博客，看看你有什么新的文章。在你的博客中倾注你的个性，你的博客文章也应保持一致的语调。一开始你就应该确定 到底是采用稚气的语调、青年人的语调、还是公司性质的语调。然后在你的博客文章中使用一贯的语调。人们读你的博客文章，不仅仅为了得到信息。他们完全可以 从报纸里面读到最新的新闻资讯。相反，人们读博客，是为了从博客作者这里读到他的观点、人生观，以及更多。不要像记者那样写博客文章。写博客，就像和你的 每一个读者谈话。用心写博客。
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e8%bf%90%e8%90%a5%e5%8d%9a%e5%ae%a2%e4%b8%8d%e5%be%97%e4%b8%8d%e7%9f%a5%e7%9a%8410%e5%a4%a7%e5%8e%9f%e5%88%99.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>点击此标题罚款200元！</title>
		<link>http://jk.aiwaly.com/wp/%e7%82%b9%e5%87%bb%e6%ad%a4%e6%a0%87%e9%a2%98%e7%bd%9a%e6%ac%be200%e5%85%83%ef%bc%81.html</link>
		<comments>http://jk.aiwaly.com/wp/%e7%82%b9%e5%87%bb%e6%ad%a4%e6%a0%87%e9%a2%98%e7%bd%9a%e6%ac%be200%e5%85%83%ef%bc%81.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 07:02:53 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[网站运维]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1500</guid>
		<description><![CDATA[
行！你够胆大，明知山有虎偏向虎山行，看来你可以当武松的师傅了。
这样的标题是不是更有吸引力呢？那么今天杨帆就和大家说一下网站如何利用文章吸引用户的眼球。
以前有很多网友和杨帆提议说本站文章内容字数太多，很难以消化，那么为了用户体验考虑这篇文章会很简短并且能让各位看的清楚看的明白！
策划文章标题的六大原则：
1.用一些热门词汇
因为：中国人喜欢看最新热门的动态新闻！
2.用一些含图片的括号文字
如：“刘亦菲喝完三鹿奶粉怎么变成这样子了（组图）”，想看不？没有几个人可以档住这种诱惑力。
3.论坛标题要主动申请 至顶
如：刘亦菲喝完三鹿奶粉怎么变成这样子了（严重申请至顶）！
4.问题式标题效果好
如：你想知道刘亦菲喝完三鹿奶粉变成什么样子了吗？
5.猜想类、预测类、盘点类标题效果好
如：“赵本山有望替代罗京主持新闻联播”，“2008年赚钱最多的十大女富豪”。
6.自嘲型标题效果好
如：原来我比芙蓉姐姐还出名。
记下来了吗？好记性不如烂笔头，还是把此文章保存到你可爱的电脑里吧，等你再写文章的时候你就知道如何来写吸引眼球的标题了！
→既然来了，我想这些文章你会更喜欢：
谁是月影鹏鹏？ 走近创亿 我们的团队 成功案例 我们能做什么 网站推广的哥哥是谁？
中国SEO的误区 如何让客户买你的单 企业如何寻找卖点？ 网站怎么能这么设计呢？
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e7%82%b9%e5%87%bb%e6%ad%a4%e6%a0%87%e9%a2%98%e7%bd%9a%e6%ac%be200%e5%85%83%ef%bc%81.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript中最常用的经典技巧(4)</title>
		<link>http://jk.aiwaly.com/wp/javascript%e4%b8%ad%e6%9c%80%e5%b8%b8%e7%94%a8%e7%9a%84%e7%bb%8f%e5%85%b8%e6%8a%80%e5%b7%a74.html</link>
		<comments>http://jk.aiwaly.com/wp/javascript%e4%b8%ad%e6%9c%80%e5%b8%b8%e7%94%a8%e7%9a%84%e7%bb%8f%e5%85%b8%e6%8a%80%e5%b7%a74.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 02:36:19 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web应用]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1487</guid>
		<description><![CDATA[
46、自动的为你每次产生最後修改的日期了：



&#60;html&#62;
&#60;body&#62;
This is a simple HTML- page.
&#60;br&#62;
Last changes:
&#60;script language=&#8221;LiveScript&#8221;&#62;
&#60;!&#8211; hide script from old browsers
***(document.lastModified)
// end hiding contents &#8211;&#62;
&#60;/script&#62;
&#60;/body&#62;
&#60;/html&#62;



47、不能为空和邮件地址的约束：



&#60;html&#62;
&#60;head&#62;
&#60;script language=&#8221;JavaScript&#8221;&#62;
&#60;!&#8211; Hide
function test1(form) {
if (form.text1.value == &#8220;&#8221;)
alert(&#8220;您 没 写 上 任 何 东 西， 请 再 输 入 一 次 !&#8221;)
else {
alert(&#8220;嗨 &#8220;+form.text1.value+&#8221;! 您 已 输 入 完 成 !&#8221;);
}
}
function test2(form) {
if (form.text2.value == &#8220;&#8221; &#124;&#124;
form.text2.value.indexOf(&#8216;@&#8217;, 0) == [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/javascript%e4%b8%ad%e6%9c%80%e5%b8%b8%e7%94%a8%e7%9a%84%e7%bb%8f%e5%85%b8%e6%8a%80%e5%b7%a74.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript中最常用的经典技巧(1)</title>
		<link>http://jk.aiwaly.com/wp/javascript%e4%b8%ad%e6%9c%80%e5%b8%b8%e7%94%a8%e7%9a%84%e7%bb%8f%e5%85%b8%e6%8a%80%e5%b7%a71.html</link>
		<comments>http://jk.aiwaly.com/wp/javascript%e4%b8%ad%e6%9c%80%e5%b8%b8%e7%94%a8%e7%9a%84%e7%bb%8f%e5%85%b8%e6%8a%80%e5%b7%a71.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 02:28:31 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web应用]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1481</guid>
		<description><![CDATA[
1.  将彻底屏蔽鼠标右键



oncontextmenu=&#8221;window.event.returnValue=false&#8221;






&#60;table border oncontextmenu=return(false)&#62; &#60;td&#62;no &#60;/table&#62; 可用于Table



2.  取消选取、防止复制



&#60;body onselectstart=&#8221;return false&#8221;&#62;



3. 不准粘贴



onpaste=&#8221;return false&#8221;



4.  防止复制



oncopy=&#8221;return false;&#8221; oncut=&#8221;return false;&#8221;



5. IE地址栏前换成自己的图标



&#60;link rel=&#8221;Shortcut Icon&#8221; href=&#8221;favicon.ico&#8221;&#62;



6. 可以在收藏夹中显示出你的图标
&#60;link rel=&#8221;Bookmark&#8221; href=&#8221;favicon.ico&#8221;&#62;
7. 关闭输入法



&#60;input style=&#8221;ime-mode:disabled&#8221;&#62;



8. 永远都会带着框架



&#60;script language=&#8221;JavaScript&#8221;&#62; &#60;!&#8211;
if (window == top)top.location.href = &#8220;frames.htm&#8221;; //frames.htm为框架网页
// &#8211;&#62; &#60;/script&#62;



9. 防止被人frame



&#60;SCRIPT LANGUAGE=JAVASCRIPT&#62; &#60;!&#8211;
if (top.location != self.location)top.location=self.location;
// &#8211;&#62; &#60;/SCRIPT&#62;



10. 网页将不能被另存为



&#60;noscript&#62; &#60;*** src=&#8221;/*.html&#62;&#8221;; &#60;/***&#62; &#60;/noscript&#62;



11. 查看网页源代码



&#60;input type=button value=&#8221;/查看网页源代码 onclick=&#8221;window.location = &#8220;view-source:&#8221;+ [...]]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/javascript%e4%b8%ad%e6%9c%80%e5%b8%b8%e7%94%a8%e7%9a%84%e7%bb%8f%e5%85%b8%e6%8a%80%e5%b7%a71.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何清除mysql的mysql-bin日志</title>
		<link>http://jk.aiwaly.com/wp/%e5%a6%82%e4%bd%95%e6%b8%85%e9%99%a4mysql%e7%9a%84mysql-bin%e6%97%a5%e5%bf%97-2.html</link>
		<comments>http://jk.aiwaly.com/wp/%e5%a6%82%e4%bd%95%e6%b8%85%e9%99%a4mysql%e7%9a%84mysql-bin%e6%97%a5%e5%bf%97-2.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:31:45 +0000</pubDate>
		<dc:creator>月影鹏鹏</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[问题]]></category>

		<guid isPermaLink="false">http://jacky.scanmon.com/?p=1475</guid>
		<description><![CDATA[
本文来自  http://jacky.scanmon.com/1475.html
在运维mysql 的过程中出现过这样的问题，mysql 的日志将磁盘空间占满 。所以如果你用了mysql log 记得定期清理，mysql 日志
如何清除mysql的mysql-bin日志
1查询musql-bin,mysql操作日志
mysql&#62; show master logs;
2删除,保留最新
mysql&#62;purge master logs to ‘mysql-bin.00001′;
3my.cnf中去掉log-bin就可不让生成这些日志文件了。
方法2
清理mysql的日志文件
发现var/db/mysql目录下有这么多
mysql-bin.000001
…
mysql-bin.000023
mysql-bin.index
而且比较大
数据库的操作日志
mysql&#62; reset master;
可以清理这些文件。
]]></description>
		<wfw:commentRss>http://jk.aiwaly.com/wp/%e5%a6%82%e4%bd%95%e6%b8%85%e9%99%a4mysql%e7%9a%84mysql-bin%e6%97%a5%e5%bf%97-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

