2012年5月28日

摘要: 字符 含意 \ 做为转意,即通常在"\"后面的字符不按原来意义解释,如/b/匹配字符"b",当b前面加了反斜杆后/\b/,转意为匹配一个单词的边界。 -或- 对正则表达式功能字符的还原,如"*"匹配它前面元字符0次或多次,/a*/将匹配a,aa,aaa,加了"\"后,/a\*/将只匹配"a*"。 ...阅读全文
posted @ 2012-05-28 18:08 亲,注意身体 阅读(10) 评论(0) 编辑

2012年5月7日

摘要: 例如形如 var versions=[ ["1","2"], ["3","4","5"], ["6","7","8"], ["9"] 。。。 ] 的二维数组,长度不定,每维元素个数不定。要找出例如 1369,1379,1478,1489等,即类似数组中每行依次任取一个元素后的所有组合来,可用如下方法。先取数组第一行的第一个元素1,2,分别当 成树的的根结点,然后把第二行的各元素3,4,5分别作为以1和2为顶点的树子节阅读全文
posted @ 2012-05-07 13:25 亲,注意身体 阅读(89) 评论(0) 编辑

2012年3月29日

摘要: app\design\frontend\base\default\template\persistent\checkout\onepage\billing.phtml去除class="required" /app/code/local/MyModule/Customer/Model/Address/Abstract.php /* postcode*/ select attribute_code,is_required FROM eav_attribute where is_required = '1';update eav_attribute set is_阅读全文
posted @ 2012-03-29 22:22 亲,注意身体 阅读(11) 评论(0) 编辑

2012年3月20日

摘要: 查询历史交易<form action="https://www.moneybookers.com/app/query.pl"><input type=hidden name='email' value='merchant@gmail.com' /><input type=hidden name=cust_id value=merchantid ><input type=hidden name=action value=history ><input type=text name=start阅读全文
posted @ 2012-03-20 14:35 亲,注意身体 阅读(9) 评论(0) 编辑

2012年3月17日

摘要: <?php function isSpider(){ $bots = array( 'google' => 'googlebot', 'yahoo' => 'yahoo slurp', 'soso' => 'sosospider', 'msn' => 'msnbot', 'altavista' => 'scooter', 'sogou' => 'sogou spider&阅读全文
posted @ 2012-03-17 21:25 亲,注意身体 阅读(12) 评论(0) 编辑

2012年3月8日

摘要: app/design/frontend/base/default/layout/moneybookers.xml <moneybookers_processing_payment><referencename="root"><actionmethod="setTemplate"><template>moneybookers/blank.phtml---changehere!!</reference> app/design/frontend/base/default/template/moneyb阅读全文
posted @ 2012-03-08 14:12 亲,注意身体 阅读(18) 评论(0) 编辑

2012年3月6日

摘要: reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains\1717jy.com\oa" /v http /t REG_DWORD /d 0x00000002 /freg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains\1717jy.com\top" 阅读全文
posted @ 2012-03-06 12:43 亲,注意身体 阅读(117) 评论(0) 编辑

2012年2月17日

摘要: /Files/konooo/moneybookersAPI.rar阅读全文
posted @ 2012-02-17 11:37 亲,注意身体 阅读(10) 评论(0) 编辑

2012年1月30日

摘要: ############################################## uncomment these lines for CGI mode## make sure to specify the correct cgi php binary file name## it might be /cgi-bin/php-cgi# Action php5-cgi /cgi-bin/php5-cgi# AddHandler php5-cgi .php############################################## GoDaddy specific opt阅读全文
posted @ 2012-01-30 15:35 亲,注意身体 阅读(55) 评论(0) 编辑

2012年1月17日

摘要: Navicat for mysql 9.0.15 注册码/序列号注册码:NAVN-2QJ2-YZA9-46N6 下载地址:官方简体中文版http://download.navicat.com/download/navicat9_mysql_cs.exe阅读全文
posted @ 2012-01-17 09:42 亲,注意身体 阅读(79) 评论(0) 编辑