import osimport timeimport randomimport pygameimport colorama'''一些变量'''BGMPATH = 'bgm.mp3'colorama.init(convert=True)STARS = [2, 4, 8, 10, 14, 20, 26, ...
分类:
编程语言 时间:
2020-01-01 09:22:24
阅读次数:
271
npm安装 npm install @dcloudio/uni-ui js引用 import {uniLoadMore, uniDrawer, uniIcons} from '@dcloudio/uni-ui' components: { uniLoadMore, uniDrawer, uniIco ...
分类:
移动开发 时间:
2019-12-31 17:07:49
阅读次数:
816
1 import matplotlib.pyplot as plt 2 import numpy as np 3 4 def draw_data(n, a, b, d, values, fig, plt, t, l, cl): 5 fig.add_subplot(2, 2, n) 6 x = val ...
分类:
其他好文 时间:
2019-12-29 20:17:58
阅读次数:
554
三种方法对应三种情况: 1.传送本地res中的图片 如果是本地res中的资源文件可以用intent.putExtra(""id"", R.id.xxx);传递一个对应的id过去。在新activity中通过id取出图片。getResources().getDrawable(R.id.xxx); 传送图 ...
分类:
移动开发 时间:
2019-12-29 16:46:19
阅读次数:
247
Petal software is a kind of Sketchpad software for learning to draw. The sketchpad app supports rich functions and powerful performance. Various brush ...
分类:
其他好文 时间:
2019-12-29 00:56:54
阅读次数:
76
mNotifyMgr = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);mNotifyMgr.cancelAll(); String title = getString(R.string.filtershow_notific... ...
分类:
其他好文 时间:
2019-12-28 11:37:30
阅读次数:
103
在任何语言学习中最困难的一个方面就是,要能理解并运用大量成语。英语有15000多个成语,而且本族语使用者常常在不自觉的情况下频繁使用它们。这就造成了与本族语使用者的沟通不畅. 成语往往是非正式的,最好用于口语,而不要用在非书面表达中。学习成语的最好方法之一是查看它所在的上下文。而这可以通过通读句子其... ...
分类:
其他好文 时间:
2019-12-27 11:21:14
阅读次数:
84
<script type="text/javascript" src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=CWmiAPiwuHW6sGdMbAReZdqU"></script> <template> <div class="drawer"> <d ...
分类:
其他好文 时间:
2019-12-26 17:40:37
阅读次数:
2330
高德地图技术团队希望打造一套快速精准的UI解决方案,通过自动化的方式生产UI代码,解放研发生产力的同时满足客户需求。 ...
分类:
其他好文 时间:
2019-12-26 14:43:07
阅读次数:
80
一、前期准备工作 软件环境:微信开发者工具官方下载地址:https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html 1、基本需求。 实现用户自定义弹框 带动画(动画可做参靠,个人要是觉得不好看可以自定义动画) 获取弹出框的内容,自 ...
分类:
微信 时间:
2019-12-25 20:37:19
阅读次数:
135