//写一个Ticket类,有一个距离属性(本属性只读,在构造方法中赋值),不能为负数 //有一个价格属性,价格属性为只读,并且根据距离distance计算价格Price(1元/公里) //0--100公里 票价不打折 ...
分类:
其他好文 时间:
2015-07-27 11:01:15
阅读次数:
397
Ops/Design Summit - 2014-11-05 Record1. KeystoneOperators, Deployers, and DevOps1. Icehouse中,SAML文档非常少。Juno会提升文档质量。2. 多重认证。比方,用krb5 ticket和x509 certif...
分类:
其他好文 时间:
2015-07-26 15:45:40
阅读次数:
123
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1133
【题意】
电影票50块一张
有m个人手里正好有50块,n个人手里正好有100块,售票厅开始没有钱。问,有多少种排队的方式,可以让每个人都买上票。
(如果售票厅没有50块零钱,则持有100块的人买不了票)
【分析】
显然,当m
当m>=n的时候:
用0,代表手里只有50...
分类:
编程语言 时间:
2015-07-22 13:10:50
阅读次数:
119
静态
如果同步函数被静态修饰后,使用的锁是什么呢?
通过验证,发现不是this
因为静态方法中不可以定义this
静态进内存时,内存中没有本类对象,但是一定有给类对应的字节码文件对象。
类名:class 该对象的类型时Class
class Ticket implements Runnable
{
private int tick=100;
public void r...
分类:
编程语言 时间:
2015-07-17 18:53:39
阅读次数:
119
第三方平台设置了:授权事件接受URL该URL主要有两个作用:
(1)微信服务器每隔10分钟定时推送component_verify_ticket。第三方平台方收到ticket
(2)如果公众号取消了第三方平台的授权,微信服务器会通过这个url告知第三方平台。 public String receiveAuth() {
String msgSignature = getReq...
分类:
其他好文 时间:
2015-07-10 11:19:17
阅读次数:
416
上图中对a标签设置了 background 背景图片,但是ie8浏览器下图片没有显示,background:url(../images/fast_buy_ticket.gif)no-repeat; 这个代码下面出现了红色的波浪线。 将background:url(../images/fast_buy_t...
分类:
其他好文 时间:
2015-07-08 13:09:20
阅读次数:
372
直接上干货,贴出代码:<?phpinclude_once"../Public/wxasset/php/wxBizMsgCrypt.php";//链接数据库$link=mysql_connect(‘127.0.0.1‘,‘cjadmin‘,‘admincjapp‘);$db=mysql_select_db(‘cjapp‘,$link);//测试数据库连接//$sql="INSERTINTOcjapp_weixin_account(token,type)VALU..
分类:
微信 时间:
2015-07-06 12:29:58
阅读次数:
489
原文 If you park you car in the wrong place, a traffic policeman will soon find it. You will be very lucky if he lets you go without a ticket. However, this does no always happen. Traffic police ar...
分类:
其他好文 时间:
2015-07-04 15:40:12
阅读次数:
223
之前的博文中涉及到了Kerberos的内容,这里对Kerberos ticket lifetime相关的内容做一个补充。
分类:
其他好文 时间:
2015-06-29 19:20:34
阅读次数:
175
一、http://www.webank.com/mobile/index.htmlhttp://qzs.qq.com/qzone/qzact/act/qzapp/qzone5.0/mobile/index.html?g_f=5758&srctype=62&ticket=http://cyyis.me...
分类:
移动开发 时间:
2015-06-23 19:41:05
阅读次数:
133