Skip to content

Instantly share code, notes, and snippets.

View htom78's full-sized avatar

htom78

View GitHub Profile
$.post("AlipayServlet", {
"businessType": 0,
"WIDtotal_fee": total_fee,
"body": body,
"productId": mianZhi,
"mobile": mobile,
"partnerId": partnerId,
"payType": payType,
"rechargeCardNumber": rechargeCardNumber,
window._tips=[{"isp":"广东移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"北京移动","area":"全国可用","startTime":"立即生效","endTime":""},{"isp":"浙江移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"山东移动","area":"全国可用","startTime":"立即生效","endTime":"月结日失效"},{"isp":"辽宁移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"江苏移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"河北移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"河南移动","area":"全国可用","startTime":"立即生效","endTime":"月结日失效"},{"isp":"福建移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"湖北移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"四川移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"上海移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"湖南移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"山西移动","area":"全国可用","startTime":"立即生效","endTime":"月结日失效"},{"isp":"内蒙古移动","area":"全国可用","startTime":"立即生效","endTime":"月底失效"},{"isp":"黑龙江移动","area":"全国可用","start
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta content="telephone=no" name="format-detection" />
<title>手机流量充值</title>
<script type="text/javascript">
function isWeixinBrowser(){
return /micromessenger/.test(navigator.userAgent.toLowerCase())
}
@htom78
htom78 / nginx.conf
Created December 30, 2015 06:40
Nginnx config for Yii 2 Advanced App Template (subdomains)
# frontend
server {
listen 80;
server_name yii2.lo;
server_tokens off;
client_max_body_size 128M;
charset utf-8;
access_log /var/log/nginx/yii2-access.log main buffer=50k;
@htom78
htom78 / sublime_text_2_useful_shortcuts.md
Created November 6, 2015 03:49 — forked from nuxlli/sublime_text_2_useful_shortcuts.md
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 - Useful Shortcuts

Tested in Mac OS X: super == command

Open/Goto


  • super+t: go to file
  • super+ctrl+p: go to project
  • super+r: go to methods
<div style="line-height:0.0px;"><div style="height:0.0px;font-size:0.0px;">moli_promotion_start_786a8e1f025df354870b7ebe4457377e</div><table style="color:#666666;font-size:12.0px;margin-bottom:5.0px;background-color:#ffffff;" border="0" cellspacing="0" cellpadding="0" width="750" align="center"><tr><td height="75" background="https://img.alicdn.com/imgextra/i1/2044285995/TB2JLW7bXXXXXbFXXXXXXXXXXXX_!!2044285995.jpg" colspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td style="color:#ffffff;" width="630" align="right">&nbsp;</td><td width="120" align="center"><a href="http://favorite.taobao.com/popup/add_collection_2.htm?id=109950369&itemtype=0&is_tmall=&is_lp=&is_taohua=" target="_blank"><img border="0" src="https://img.alicdn.com/imgextra/i1/2044285995/TB2LCa4bXXXXXXpXpXXXXXXXXXX_!!2044285995.jpg"></a></td></tr></table></td></tr><tr><td bgcolor="#f7f7f7" width="15">&nbsp;</td><td style="padding-top:20.0px;" bgcolor="#f7f7f7"><table style="margin-bottom:10.0px;" border="0" cellspa
等待恢复完成之后,就可以重新启动,按住option键进入Windows了。
其中有几点需要注意:
1.调整分区大小后,第一次进入Windows可能会出现磁盘检查的画面,这是因为NTFS分区大小发生了改变,分区上的文件需要重新索引。
2.Windows需要重新激活:
a、如果你有正版序号可以直接联网激活
b、也可以用win8的序号通过电话方式人工激活(具体请百度)
c、使用KSM工具激活(每180激活一次),下载地址:http://pan.baidu.com/s/1rH2HN
<?php
/**
* 短链服务
* @author vb2005xu
*/
class Service_ShortUrlGenerator
{
private static $table = 'short_url';
@htom78
htom78 / gist:e2626d81a471c3f5916a
Last active October 22, 2015 07:23
新的表设计
CREATE TABLE `weixin_chong_trade` (
`tid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`wx_id` int(11) NOT NULL,
`buyer_nick` varchar(50) DEFAULT NULL,
`mobile` varchar(11) DEFAULT NULL,
`amount` varchar(50) DEFAULT NULL,
`isp` varchar(256) DEFAULT NULL,
`province` varchar(256) DEFAULT NULL,
`seller_id` int(11) NOT NULL,
`seller_nick` varchar(256) DEFAULT NULL,