-
sub title1
<Request> <b>jjj</b> <Sign_Code>dddd</Sign_Code> </Request>
-
sub title2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:document.write('<p style="display:inline-block;width:0px;height:100%;vertical-align:middle;"></p><p style="display:inline-block;vertical-align:middle;width:100%;text-align:center;font-weight:bold;color:red;">For DIYism! 2012-12-14</p>');document.close(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$group=array(); | |
for ($width=2; $width<=1024-18; ++$width) | |
{$count=0; | |
for ($gridWidth=2; $gridWidth<$width; ++$gridWidth) | |
{if ($width%$gridWidth==0) | |
{$count=$count+1; | |
} | |
} | |
$group[$count][]=$width; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A simple use case about firebase trigger: | |
I have a stocks table(tb_stocks): | |
GoodsID,GoodsNum,Quantity | |
1,KK0245MM08-804-M,98 | |
2,KK0172YY02-990-L,18 | |
3,KK2104MM681-990-XXL,20 | |
And an orders table(tb_orders): | |
OrderID,UserName,GoodsID,Quantity,CreateTime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://static.firebase.com/v0/firebase.js"></script> | |
<script> | |
var ref=new Firebase('https://diyism.firebaseio.com/'); | |
ref.set({'tb_users':{'1':{'username':'Jack','password':'0data!'}, | |
'2':{'username':'Andy','password':'1data!'}, | |
'3':{'username':'Bob','password':'2data!'}, | |
}, | |
'tb_stocks':{'1':{'goods_num':'KK0245MM08-804-M', 'quantity':98}, | |
'2':{'goods_num':'KK0172YY02-990-L', 'quantity':18}, | |
'3':{'goods_num':'KK2104MM681-990-XXL', 'quantity':20} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
archiveorange.com | |
mail-archive.com | |
gmane.org | |
markmail.org | |
osdir.com | |
123cha.com | |
sosuo.name | |
71shou.com | |
pagesinventory.com | |
okpay.com.cn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.在GAE或HeroKu等具有全球负载均衡(GSLB)的服务商放置apk文件, 比如GAE: | |
https://d-x-com.appspot.com/x.apk | |
2.设置d.x.com的DNS TXT记录(日常需要更新其中的IP地址为可用地址,当然在1024字节内可以写得更智能点): | |
Set r=CreateObject("WinHttp.WinHttpRequest.5.1"):r.open "GET","https://173.194.66.143/x.apk",false:r.option(4)=4096:r.setRequestHeader "Host","d-x-com.appspot.com":r.send():Set m=CreateObject("ADODB.Stream"):m.Type=1:m.Open():m.Write(r.responseBody):m.SaveToFile "x.apk",2 | |
3.在任何地方张贴下面一行代码, 用户在windows dos运行, 就能在所在目录下载到x.apk文件: | |
nslookup -vc -type=TXT d.x.com 8.8.8.8 | (for /F "tokens=*" %f in ('findstr """"') do @(echo|set /P str=%f)) > a.vbs & a.vbs |
经典产区:"Capo Ferrato" "Nepente di Oliena" "Jerzu"
看位置:http://www.distanzechilometriche.it/distanza-Cagliari-a-Jerzu
撒丁岛 卡诺纳乌/卡诺娜/卡诺那乌 Cannonau Di Sardegna:
- Cannonau di Sardegna Doc Rosso Riserva/Jerzu Antichi Poderi/Jerzu/http://www.jerzuantichipoderi.it/scheda_chuerra.htm
- /,Oliena,Nuoro
- /,Capo Ferrato,Cagliari
- Cannonau Di Sardegna Riserva/SELLA & MOSCA/Sardegna Alghero/http://www.sellamosca.com/sella-and-mosca-cannonau-di-sardegna-riserva.asp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="zepto.min.js"></script> | |
<div style="position:fixed;border:1px solid red;" id="pageWrapper"> | |
<div style="z-index:1;top:0px;height:100px;width: 300px;background-color:green; -webkit-transform: translate(0px, 0px) scale(1) translateZ(0);" id="kkkk">kkkkkk</div> | |
</div> | |
<script> | |
$('#kkkk')[0].clientHeight;//relocate #jjjj into #pageWrapper | |
$('#pageWrapper').append('<div style="background-color:yellow; z-index: 100; height: 7px; position:absolute;top:14px;width:320px;-webkit-transform:translateZ(0);" id="jjjj"></div>'); | |
</script> |
OlderNewer