码迷,mamicode.com
首页 >  
搜索关键字:white spaces    ( 3888个结果
75. Sort Colors
75. Sort Colors Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the ...
分类:其他好文   时间:2018-05-30 22:51:39    阅读次数:208
小程序下拉加载动画问题
原先自己一直纳闷为什么没有三个小圆点的动画,而只有顶部旁边的navigationBarTitleText转圈圈。 以上效果是因为下拉事件的wx.showNavigationBarLoading() ,看了一圈别人的小程序基本没有这样做的。貌似不大美观。 其实一直怀疑是不是背景白色而看不到,其实三个小 ...
分类:其他好文   时间:2018-05-29 20:36:23    阅读次数:383
threading join用法
运行的结果是: Beijing time is start 2018-05-29 17:37:18 Shanghai time is start 2018-05-29 17:37:18 Beijing time is over 2018-05-29 17:37:20 Done Shanghai ti ...
分类:其他好文   时间:2018-05-29 18:55:06    阅读次数:189
CodeForces768B:Code For 1 (分治)
Jon fought bravely to rescue the wildlings who were attacked by the white-walkers at Hardhome. On his arrival, Sam tells him that he wants to go to Ol ...
分类:其他好文   时间:2018-05-29 13:12:12    阅读次数:364
毕业设计心得与整理-APP-主题切换
1.定义主体颜色: 在style自定义了三个属性: @android:color/white @color/colorPrimaryDarkNight @color/gray 他们并不是android自由的属性,他们是我自定义的属性。他们的定义写在attrs.xml里面 在这里定义过后,就可以在xm ...
分类:移动开发   时间:2018-05-28 18:27:13    阅读次数:260
css3 border-radius
CSS3 边框 CSS3 边框圆角 ... ...
分类:Web程序   时间:2018-05-28 14:54:24    阅读次数:166
centos 系统上如何把python升级为3
SCL 源目前由 CentOS SIG 维护,除了重新编译构建 Red Hat 的 Software Collections 外,还额外提供一些它们自己的软件包。 该源中包含不少程序的更高版本,可以在不改变原有旧版本程序包的情况下安装,使用时需要通过 scl 命令调用。 运行如下命令可以在 Cent ...
分类:编程语言   时间:2018-05-28 11:35:02    阅读次数:154
TModJS:目录
1、 https://github.com/aui/tmodjs 2、 https://www.npmjs.com/package/tmodjs 3、 ...
分类:Web程序   时间:2018-05-27 12:19:49    阅读次数:202
zxing创建二维码
/*二维码工具类*/ public class QRCodeUtil { private static final int BLACK = 0xFF000000;//用于设置图案的颜色 private static final int WHITE = 0xFFFFFFFF; //用于背景色 priv... ...
分类:其他好文   时间:2018-05-26 23:27:57    阅读次数:228
博客园 主题自定义美化
第一步,上传自定义的css 在浏览器中直接打开https://files.cnblogs.com/files/JetpropelledSnake/cnblogs.css,然后按ctrl + s,即可将本人博客用到的自定义css下载下来。接着在博客的管理页面,找到文件选项卡,上传刚刚下载的文件: 上传 ...
分类:其他好文   时间:2018-05-26 12:56:25    阅读次数:603
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!