摘要: 全文 : http://www.cnblogs.com/xuhongfei/archive/2013/04/10/3011964.html 引用百度地图API文件 当您引用地图API文件时,需要使用自己申请的API密钥。 1. <script type="text/javascript" src=" 阅读全文
posted @ 2017-08-20 17:07 天边有颗星星航 阅读(170) 评论(0) 推荐(0)
摘要: 以下是一段线程小程序代码,模拟了一个两个卖票口出票的小程序: class yuan implements Runnable{ public static int piao=1; public void run() { while(piao<=20){ synchronized(""){ System 阅读全文
posted @ 2017-05-24 10:01 天边有颗星星航 阅读(1047) 评论(0) 推荐(0)