<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title> - 小技巧</title><link>http://www.nuoya.org/blog/</link><description>放肆的节奏 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80722</generator><language>zh-CN</language><copyright></copyright><pubDate>Tue, 07 Sep 2010 02:05:30 +0800</pubDate><item><title>支持VT技术的intel cpu查询</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/172.html</link><pubDate>Mon, 25 Jan 2010 11:44:32 +0800</pubDate><guid>http://www.nuoya.org/blog/post/172.html</guid><description><![CDATA[<p><a href="http://ark.intel.com/VTList.aspx">http://ark.intel.com/VTList.aspx</a></p>]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/172.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=172</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=172&amp;key=463ec8c3</trackback:ping></item><item><title>informix导出文件</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/165.html</link><pubDate>Fri, 08 May 2009 11:32:53 +0800</pubDate><guid>http://www.nuoya.org/blog/post/165.html</guid><description><![CDATA[上次囫囵吞枣地搞完那个informix数据库,总感觉有点笨拙.<br/>坐车的时候无意想到这个应该也可以导出数据库.后来尝试确实可以.unload to c:/xixi.txt select * from table1;<br/><br/>只是winsql不支持这个命令,起初不知道,我很顽固地在里面运行了一天又baidu了一天多.另外winsql也不能输入中文.谢谢informix群的jun告诉这些消息.<br/><img onload="ResizeImage(this,520)" src="http://www.nuoya.org/blog/upload/200905081200463508.jpg" alt="" title=""/><br/>下面是数据库结构<br/><img onload="ResizeImage(this,520)" src="http://www.nuoya.org/blog/upload/200905081202452717.jpg" alt="" title=""/><br/>...]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/165.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=165</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=165&amp;key=98f3a014</trackback:ping></item><item><title>informix 初探[转] windows informix dbaccess</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/160.html</link><pubDate>Fri, 24 Apr 2009 15:12:14 +0800</pubDate><guid>http://www.nuoya.org/blog/post/160.html</guid><description><![CDATA[<br/><a href="http://blog.csdn.net/likelynn/archive/2009/02/27/3941680.aspx"  target="_blank">http://blog.csdn.net/likelynn/archive/2009/02/27/3941680.aspx</a><br/>又找到个入门好文,财富啊财富.转载开始:<br/>===========================================================<br/><br/>项目需要，接触了一下 IBM 的 informix 数据库，很崩溃。。。<br/><br/>先在本机WINDOWS上安装吧。。。<br/><br/>装的是 informix 11.50，里面自带的是 Client SDK 3.5<br/><br/>执行完安装步骤后，informix 会创建以下东西：<br/>...]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/160.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=160</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=160&amp;key=492050bd</trackback:ping></item><item><title>windows2003 informix dbaccess connect error</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/159.html</link><pubDate>Tue, 21 Apr 2009 11:48:34 +0800</pubDate><guid>http://www.nuoya.org/blog/post/159.html</guid><description><![CDATA[在windows03安装好IBM Informix Dynamic Server 11.50后呆若木鸡了,第一次见这东西,满眼E文真的害怕.用dbaccess连接时提示ERROR: Could not initialize the security subsystem. Please ensure that this account has the necessary privileges and ensure INFORMIXSERVER value exists in the registry and environment.<br/>...]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/159.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=159</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=159&amp;key=85c2c43f</trackback:ping></item><item><title>mssql2005的反安装(删除)</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/150.html</link><pubDate>Sun, 01 Mar 2009 19:24:50 +0800</pubDate><guid>http://www.nuoya.org/blog/post/150.html</guid><description><![CDATA[想删除mssql2005时很奇怪的发现不能用传统的方法.baidu一下后才知道可以这样:<br/>setup.exe /qb REMOVE=ALL INSTANCENAME=mssqlserver<br/>其中setup.exe是安装盘里的那个安装程序  mssqlserver是我的实例名<br/>嘿嘿  如果安装盘遗失了会很惨吧?]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/150.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=150</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=150&amp;key=14a5a3bc</trackback:ping></item><item><title>sqlmap windows版</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/148.html</link><pubDate>Sun, 08 Feb 2009 08:50:44 +0800</pubDate><guid>http://www.nuoya.org/blog/post/148.html</guid><description><![CDATA[[搜索资料时发现的，网上老说它是一个linux平台下的注入工具。]<br/><br/>      sqlmap是一个自动SQL注入工具。一旦侦测到目标主机有SQL注入，可以执行了广泛的工作，如DBMS指纹，枚举用户，哈希密码，特权，数据库，转储数据库表/列和更多的工作。<br/><br/>功能和特点<br/>完全支持MySQL, Oracle, PostgreSQL, Microsoft SQL Server。除了这四个数据库管理系统， sqlmap还可以支持Microsoft Access，DB2, Informix, Sybase, Interbase<br/>...]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/148.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=148</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=148&amp;key=994ab60b</trackback:ping></item><item><title>document.write生成器</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/143.html</link><pubDate>Sun, 04 Jan 2009 01:52:38 +0800</pubDate><guid>http://www.nuoya.org/blog/post/143.html</guid><description><![CDATA[用document.write写东西时碰到特殊字符需要转义,搜索了一下真有生成器,共享如下:<br/>....]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/143.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=143</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=143&amp;key=49ac369d</trackback:ping></item><item><title>TamperIE</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/140.html</link><pubDate>Tue, 23 Dec 2008 01:02:53 +0800</pubDate><guid>http://www.nuoya.org/blog/post/140.html</guid><description><![CDATA[TamperIE是IE浏览器的一个小插件,<font color="Red">默认</font>安装好以后可以修改post的表单数据和cookie.<br/>比如一些验证和限制在客户端检测的话,用这个小工具就可以很方便地修改,而不必抓包再提交.<br/><br/>官方是http://www.bayden.com/TamperIE/<br/>里面还有个例子(http://www.bayden.com/sandbox/shop/),你可以假设在购物,然后用这个小工具修改物品价格.<br/>对于跨站,有时也可以使用它.]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/140.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=140</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=140&amp;key=9484f9ef</trackback:ping></item><item><title>RainbowCrack</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/132.html</link><pubDate>Fri, 05 Dec 2008 01:26:10 +0800</pubDate><guid>http://www.nuoya.org/blog/post/132.html</guid><description><![CDATA[<p>下了几天的md5彩虹表发现种子数目太少,网上搜索了一遍后才想起可以自己生成.<br />ps.网络中下载到的charset.txt很多是错误的,缺少一个特殊字符.以下内容未经过测试,网络中的资源,自己备忘用</p><p>rtgen.exe&mdash;&mdash;彩虹表生成器,生成口令、散列值对照表<br />rtsort.exe&mdash;&mdash;排序彩虹表,为rcrack.exe提供输入<br />rcrack.exe&mdash;&mdash;使用排好序的彩虹表进行口令破解</p><p>...</p>]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/132.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=132</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=132&amp;key=1cbfa8f0</trackback:ping></item><item><title>facebook</title><author>a@b.com (admin)</author><link>http://www.nuoya.org/blog/post/109.html</link><pubDate>Wed, 20 Aug 2008 03:28:13 +0800</pubDate><guid>http://www.nuoya.org/blog/post/109.html</guid><description><![CDATA[前几天还在问人啥是facebook,想不到刚刚体验了一下。<br/>个人信息暴露蛮多的，因为里面淘到了金。]]></description><category>小技巧</category><comments>http://www.nuoya.org/blog/post/109.html#comment</comments><wfw:comment>http://www.nuoya.org/blog/</wfw:comment><wfw:commentRss>http://www.nuoya.org/blog/feed.asp?cmt=109</wfw:commentRss><trackback:ping>http://www.nuoya.org/blog/cmd.asp?act=tb&amp;id=109&amp;key=0ce62783</trackback:ping></item></channel></rss>
