今天把结婚的西服买回来了,柒牌的,花了1400

0 个评论
第一次买那么贵的衣服,相当于我的基本工资了 想想也就那么一次,贵就贵点吧 如果以后没机会发达,估计也不会再买那么贵的衣服了 领带还是用我毕业那条 似乎就是以前照过一次相戴过,以后再也没有戴过了 看起来和新的也差不多 没必要话冤枉钱了 现在就差个内裤和衬衫了 呵呵
2011-10-05 / 生活 / 4,132 views浏览
阅读全文

网上说移动不销户就拉黑名单

0 个评论
不知道是不是会这样 想起以前在NN用的号码 都过去2~3年了,都没有去销户 期间也有去NN,却从来没想过去销户 因为当时看见过销户要先交100压在那里 一个月以后再去拿回来~ 可我不会一个月以后再去拿~ 我从这边过去一趟都要花300了~为了取100实在不值得 纪念下老号码1347*025*50
2011-10-04 / 生活 / 3,922 views浏览
阅读全文

imxh.com.ru终于要悲催了

0 个评论
Dear Sir or Madam, The period of IMXH.COM.RU domain registration ends on 30-OCT-2011. The registrant of the domain is LI XIANFENG, contract 1060250/NIC-D. If you plan to continue using the IMXH.COM.RU domain name, you should make a yearly renewal of the registration, that is pay the “IMXH.COM.RU domain registration renewal” service fee. The service fee is 14.2 USD (including taxes). If the fee is not paid till 30-OCT-2011, then from 31-OCT-2011 the domain will be suspended, and after 28-JAN-2012 the domain will be deleted and open for registration for anyone. The personal account of the contract 1060250/NIC-D as of 30-SEP-2011 has a balance of: 0 USD. If your personal account is short of funds to cover the service, you should recharge it. You can choose the most convenient way to make payments on http://www.nic.ru/en/ in the “Prices and Payments” – “Payment Procedures” section. Please pay special attention to instant payment options. In the “Manage your account” – “Services” – “Renew services” section on http://www.nic.ru/en/ you can: – learn about services with pending renewal; – cancel domain name registration renewal. In that case the domain name expiration notices will not be sent any more, the funds will not be debited from the Personal account and the domain will not be renewed; – resume your approval for service renewal; – renew the domain name registration in advance, without waiting for 30-OCT-2011. In that case the IMXH.COM.RU domain registration will be instantly renewed till 30-OCT-2012. Your personal account update is available at http://www.nic.ru/en/ in the “Manage your account” – “Payment” – “Account balance” section. If there is enough money on the account of the contract 1060250/NIC-D, then on 22-OCT-2011, 8 days before the payment period ends, the 14.2 USD sum will be allocated, and the 29-OCT-2011 will be debited, after that the domain registration will be renewed for the next accounting period till 30-OCT-2012. The service renewal order is described on http://www.nic.ru/dns/service/en/how-prolong.html —Best regards,RU-CENTER Customer Servicee-mail: ru-bill@nic.ruphones: 7 (495) 994-46-01 7 (495) 737-06-018 800 100-46-01 (for Russian regions)http://www.nic.ru/en
2011-10-04 / 网站制作技术 / 3,423 views浏览
阅读全文

Dede首页调用代码大全(含连载、分类信息、圈子、会员、问答)

0 个评论
  代码: <table border="0" width="100%" cellspacing="0" cellpadding="0">    <tr>    {dede:sql sql="Select id,bookname,author,pubdate,body,litpic From dede_story_books order by id desc limit 0,10"}    <td><a href="/book/[field:id function='DedeID2Dir(@me)'/]/[field:bookname function='GetPinyin(@me)'/]-[field:id/].html"><img src="[field:litpic/]" border="0" width="75" height="100" /></a><br /><a href="/book/[field:id function='DedeID2Dir(@me)'/]/[field:bookname function='GetPinyin(@me)'/]-[field:id/].html">[field:bookname function="cn_substr('@me',12)"/]</a>                         </td>    {/dede:sql}    </tr>              </table>     功能:最新连载内容调用,含栏目名称、书名、章节名、发布时间。   代码: <table width="688" border="0" cellpadding="0" cellspacing="0">                                   {dede:bookcontentlist row='10' booktype='0' orderby='lastpost' author='' keyword=''}                                     <tr>                                          <td align="left" width="30"></td>                                        <td width="300" align="left">[field:cataloglink/]   [field:booklink/]</td>                                        <td width="318" align="left">[field:contentlink/]</td>                                        <td width="40" align="right">[field:lastpost function="GetDateMk(@me)"/]</td>                                       </tr>                               {/dede:bookcontentlist}                       </table>     功能:热门图书调用   代码: {dede:booklist row='5' booktype='0' titlelen='10' imgwidth='80' imgheight='100' orderby='weekcc'}[field:imglink /]{/dede:booklist}     功能:推荐图书调用   代码: {dede:booklist row='5' booktype='0' titlelen='10' imgwidth='80' imgheight='100' orderby='commend'}[field:imglink /]{/dede:booklist}   分类信息   功能:调用地区与类型   代码: {dede:infolink} <b>地区:</b>[field:nativeplace /]<br />                                                                                                 <b>类 型:</b>[field:infotype /]                                      {/dede:infolink}   功能:调用最新信息   代码:{dede:arclistsg row='10' titlelen='32' orderby='pubdate' channelid='-8' idlist=''}     [[field:typelink/]] [field:textlink/][field:pubdate function="MyDate('m-d',@me)"/]                    {/dede:arclistsg}   功能:分类信息图片调用 代码: {dede:arclistsg   row='1' titlelen='30' flag='c,a' infolen='80' orderby='pubdate' channelid='-8' typeid='6' imgwidth='105' imgheight='137'}                            <a href="[field:arcurl/]">[field:image/]</a><br/><a href="[field:arcurl/]" >[field:title /]</a>{/dede:arclistsg}     会员模块   功能:分列显示,按积分排行,带头像。正确链接到会员个人空间。   代码: <table border="0" width="220" cellspacing="0" cellpadding="0"> <tr>     {dede:sql sql="Select mid,userid,uname,face,scores From dede_member order by scores desc limit 0,2"}     <td align="center" width="110"><a href="[field:global name="cfg_cmspath"/]/member/index.php?uid=[field:userid/]" target="_blank"><img src="[field:face/]" alt='[field:spacename/]' width="52" height="52" / border="0"><br>[field:uname/]<br>积分:[field:scores/]< /a></td>            {/dede:sql} </tr> </table>   圈子模块   功能:调用圈子标题,分10行显示   代码: {dede:sql sql=" SELECT groupimg,groupid,groupname FROM dede_groups WHERE ishidden=0 ORDER BY threads DESC LIMIT 0,10"}  <li><a href="group/group.php?id=[field:groupid/]" title="[field:groupname/]" target="_blank"> [field:groupname/]</a></li> {/dede:sql}     功能:热门圈子,调用图片及标题,分10列显示 代码: <table border="0" width="100%" id="table5" cellspacing="0" cellpadding="0">     <tr>    {dede:sql sql=" SELECT groupimg,groupid,groupname FROM dede_groups WHERE ishidden=0 ORDER BY threads DESC LIMIT 0,10"}     <td><a href="group/group.php?id=[field:groupid/]" _fcksavedurl=""group/group.php?id=[field:groupid/]"" title="[field:groupname/]" target="_blank"><img src="[field:groupimg/]" border="0" width="75" height="100" /><br /> [field:groupname function="cn_substr('@me',12)"/]</a>                      </td>                      {/dede:sql}     </tr> </table>   功能:圈子话题调用。 代码:{dede:sql sql=" SELECT subject,digest,replies,gid,tid FROM dede_group_threads WHERE closed=0 ORDER BY dateline DESC LIMIT 0,10"}           <li><a href="group/viewthread.php?id=[field:gid/]&tid=[field:tid/]" _fcksavedurl=""group/viewthread.php?id=[field:gid/]&tid=[field:tid/]"" title="[field:subject/]" target="_blank">   [field:subject/]</a></li>          {/dede:sql}   功能:最新圈子,调用图片及标题,分10列显示   代码: <table border="0" width="100%" id="table5" cellspacing="0" cellpadding="0">     <tr>    {dede:sql sql=" SELECT groupimg,groupid,groupname FROM dede_groups WHERE ishidden=0 ORDER BY groupid DESC LIMIT 0,3"}     <td><a href="group/group.php?id=[field:groupid/]" _fcksavedurl=""group/group.php?id=[field:groupid/]"" title="[field:groupname/]" target="_blank"><img src="[field:groupimg/]" border="0" width="75" height="100" /><br /> [field:groupname function="cn_substr('@me',12)"/]</a>                      </td>                      {/dede:sql}     </tr> </table>       下载模块   功能:显示符号、标题及发布日期   代码: <table width=98% border=0 cellspacing=0 cellpadding=0>                                     {dede:arclist   row='10' titlelen='36' typeid="120" orderby='pubdate'}                           <tr>                                                  <td   width=2%></td>                         <td valign=bottom width=80% ><font color="#0000ff">↓</font>   <a href="[field:arcurl /]">[field:title /]</a></td>                         <td align=right valign=middle   width=18%   class=font_green>[field:pubdate function="MyDate('m-d',@me)"/]</td>                                                         </tr>                                     {/dede:arclist}  </table>       问答模块   功能:包含问答分类及问答标题。   代码: {dede:ask row='10' qtype=''}       <span class="tclass">[<a href='[field:typeurl/]'>[field:tidname/]</a>]</span>       <span class="tlink"><a href="[field:url/]">[field:title/]</a></span><br /> {/dede:ask}
2011-10-04 / dedecms / 5,981 views浏览
阅读全文

惨淡的星期六 05年在163写的东西,复制到这边吧

0 个评论
躺在床上的我慢慢沉入寂静 外界的嘈杂离我远去 渐渐喜欢躺着的感觉 习惯于一个人的生活 空虚中带有一丝宁静 慢慢地沉入梦乡 才会体验不到世间的冷漠 如果可以,我宁愿不再醒来
2011-10-04 / 生活 / 3,989 views浏览
阅读全文

Pretty WordPress Permalinks on IIS

0 个评论
UPDATE 16.09.2009: I don’t update this script anymore, it might not work on newer versions of WordPress. An updated, more robust solution can be found at http://www.ikailo.com/94/url-modrewrite-workaround-iis-60/, go there if the solution below causes problems for your site. I’ve been searching the web a bit for a way to make pretty permalinks work correctly on this site. The site is hosted on IIS so using mod_rewrite won’t work, and it’s on a shared server so the option of installing a mod_rewrite alternative for IIS won’t work either. I could get away with having almost pretty urls, with a index.php in them, like this: http://einaregilsson.com/index.php/2007/07/30/pretty-wordpress-permalinks-on-iis/ but I didn’t like it. The Using Permalinks section on the WordPress page has a lot of info on this and it links to one solution that uses custom 404 pages to make this work but unfortunately I don’t think it’s a very good solution at all. What it does is parse the url from the 404 string, then re-implement all the rewrite url matching itself, make its own http request to the correct url, then write the data from that request into the response. It’s a good effort but it’s duplicating functionality already in WordPress and making a new http request for every page hit which I don’t like. After searching around some more I found another 404 page solution that is very simple and elegant. All you have to do is create a 404 page and put the following 4 lines in it:?
2011-10-04 / wordpress / 4,689 views浏览
阅读全文

利用国外问答网站进行英文站推广

0 个评论
利用这些网站的问答形式,可以有效的进行英文站推广。据说,问答站的属性是nofollow,也就是搜索引擎认可的外链。可以实践一下,看看效果。还是那句话,资源有了,好不好用,靠你自己去尝试。 http://www.defuddle.com/ http://www.studylance.com/ http://www.questioon.com/ http://www.whyzz.com/ http://www.letsimondecide.com/ http://www.picanswers.com/ http://www.howcast.com/ http://www.blurtit.com/ http://www.mahalo.com/answers/ http://www.fluther.com/ http://isitnormal.com/ http://www.answerly.com/ http://www.answerbag.com/ http://stackoverflow.com/ http://answers.wikia.com/ http://vark.com/ask http://www.trueknowledge.com/ http://hunch.com/ http://www.answers.com/ http://www.ehow.com/ http://www.ask.com/ http://answers.yahoo.com/
2011-10-04 / 网站制作技术 / 4,543 views浏览
阅读全文

英文站推广的搜索网站提交入口

0 个评论
做英文站的朋友可是将你的网站提交到如下入口: Google addurl : http://www.google.com/addurl.html Yahoo addurl : http://search.yahoo.com/info/submit.html MSN addurl : http://beta.search.msn.com/docs/submit.aspx DMOZ addurl : http://dmoz.org/add.html SubmitOne addurl : http://www.submit-one.com/links.html ClickBank addurl : http://www.top-rated-shopping-bargains.com/cbsearch/search.php Qango addurl : http://www.qango.com/dir/addurl.html WhatUSeek addurl : http://www.whatuseek.com/addurl.shtml LinksTraffic addurl : http://www.linkstraffic.net/ Tower Search addurl : http://www.towersearch.com/addurl.php HotLaunch addurl : http://www.hotlaunch.com/addurl.asp Search Monster addurl : http://www.searchmonster.org/ InfoSpace addurl : http://www.infospace.com/submit.html SearchIT addurl : http://www.searchit.com/addurl.htm Free Ad Center addurl : http://forum.onecenter.com/freeadcenter NetSearch adurl : http://www.netsearch.org/promo/submit.htm Shoula addurl : http://www.shoula.com/adding_your_site.php The-Search-Site addurl : http://www.the-search-site.com/add_url_form.asp Splat Search addurl : http://www.splatsearch.com/submit.html Web Squash addurl : http://www.websquash.com/cgi-bin/search/search.pl?Mode=AnonAdd Excite addurl : http://www.dpbolvw.net/click-2477-10275098 Unasked addurl : http://unasked.com/addurl.asp Homer Web addurl : http://www.homerweb.com/ Killer Info addurl : http://www.killerinfo.com/owners.html#submit Evisum addurl : http://search.evisum.com/addsite.htm TYGO addurl : http://www.tygo.com/submit-urls/ Try America addurl : http://www.tryamerica.com/AddURL.htm SOOTLE addurl : http://directory.sootle.com/ US Freeads addurl : http://www.usfreeads.com/ Big Clique addurl : http://www.bigclique.com/addurl/index.php OPN addurl : http://www.0pn.com/wm2.php walhello addurl : http://www.walhello.com/addlinkgl.html AZOOS addurl : http://www.azoos.com/addurl.php Advertise Report addurl : http://www.advertisereport.com/payment/partner.htm DinoSearch addurl : http://dinosearch.com/dinosearch/addurl.asp Search Ramp addurl : http://searchramp.com/addurl.asp BusinessSeek.biz addurl : http://www.businessseek.biz/click.php?n=3024 QKSRV addurl : http://www.qksrv.net/click-2477-9922905 SearchTheWeb addurl : http://www.searchtheweb.com/suggest/ Exact Seek addurl : http://www.exactseek.com/add.html Search King addurl : http://www.searchking.com/add_new.htm BBLMedia addurl : http://bblmedia.com/webmarket.html Search Warp addurl : http://searchwarp.com/AddURL.asp MixCat addurl : http://mixcat.com/addurl.html Best Yellow addurl : http://www.bestyellow.com/addurl.html Beamed addurl : http://www.beamed.com/search/AddURL.html ScrubTheWeb addurl : http://www.scrubtheweb.com/addurl.html SightQuest addurl : http://www.sightquest.com/how-to-submit.htm SearchAVE addurl : http://www.searchave.com/AddURL.asp SunsTeam addurl : http://www.sunsteam.com/cgi-bin/search/add_url.cgi YoySearch addurl : http://www.yoysearch.com/add.cgi adlandpro addurl : http://www.adlandpro.com/
2011-10-04 / 网站制作技术 / 10,599 views浏览
阅读全文

解决ECShop transport.js与jQuery冲突(转载并做了升级)

0 个评论
jQuery是目前在JavaScript领域上最广泛流行的框架,无奈这次把他加到 ECShop的时候就遇到一个十分头疼的问题。 ECShop把AJAX事件和JSON解析的模块放在common/transport.js之中,可以说它也有自己封装的一套工具,这其实是很正常的。 但恰恰的,在封装JSON各种方法的同时对object的模型进行了重写,这个就跟jQuery冲突了。因为众所周知的,jQuery对各种 JavaScript对象进行了扩展。 这一切其实都很容易理解,各有各的理由十分自然,但头痛和无奈的就变得在我们这些使用者身上了。在ECShop论坛上原来也有很多朋友提出了这个问题,也提出了各种各样的方法,我尝试了一些,不好或者甚至无用,所以只好自己动手了。 解决思路: 一切起因就是在于两者都重写了Object,所以当然任意一方让步就可以了。在这里我选择了修改代码量比较少的transport.js,除了简单,更重要的是去修改jQuery的话框架提供的强大特效和各种敏捷方法就失效了,还不是得不偿失。 1、加入JSON2.js文件原因很简单,transport修改Object是为了加入支持JSON的方法。所以我这里用JSON官网在javascript语言上提供的 json2.js支持具体下载地址 http://www.json.org/json2.js 2、修改transport.js 2.1 注释掉重写object的方法,具体搜索Js代码
2011-10-04 / ecshop / 4,876 views浏览
阅读全文

ecshop首页调用不同分类文章

0 个评论
原文【Ver1.3】超强文章函数EC所有版本支持,将EC打造成为CMS 一、新建立lib_getdata.php 内容如下:
2011-10-04 / ecshop / 4,989 views浏览
阅读全文