码迷,mamicode.com
首页 >  
搜索关键字:colors    ( 1060个结果
框架布局
1,布局(FrameLayout) colors.xml 2.逻辑 3,逻辑步骤 1,首先定义两个数组,存放color,textView(names存放TextView的id) 在onCreated()里面初始化TextView 2,设置一个定时器Timer ,调用它的时刻表的方法, 第一个参数:时 ...
分类:其他好文   时间:2018-05-17 16:00:09    阅读次数:151
UVA - 12424 Answering Queries on a Tree(十棵线段树的树链剖分)
You are given a tree with N nodes. The tree nodes are numbered from 1 to N and have colors C1, C2,. . . , CN initially. You have to handle M instructi ...
分类:其他好文   时间:2018-05-11 23:29:20    阅读次数:151
eclipse设置字体、字符编码、快捷键
1.设置字体: preferences->general->appearnce->colors and fonts->edit->字体大小14,字形常规,字体Consolas 2.设置字符编码: general->workspace->other:选择utf-8,apply 3.设置快捷键 图片如下 ...
分类:系统相关   时间:2018-05-03 22:12:45    阅读次数:279
js中的转换方法
1、var colors =['red','blue','green']; console.log(colors.toString()); // red,blue,green 总结:toString()方法 会返回数组中每个字符串形式拼接而成的以一个逗号分开的字符串 2、var colors =[' ...
分类:Web程序   时间:2018-04-27 17:53:03    阅读次数:149
如何在MyEclipse2017修改编辑中字体的大小
1.首先打开你的MyEclipse或者是Eclipse这两个东西的设置都是一样的,在window下找到Prefrences并打开。 2.找到General下的Appearance下的Colors and Fonts 3.在界面的右边中的Basic里最下面的找到Text Font 4.点击进去以后会弹 ...
分类:系统相关   时间:2018-04-27 15:48:18    阅读次数:2285
【AGC 002F】Leftmost Ball
Description Snuke loves colorful balls. He has a total of N*K balls, K in each of his favorite N colors. The colors are numbered 1 through N.He will a ...
分类:其他好文   时间:2018-04-21 10:13:22    阅读次数:148
eclipse 设置字体大小
步骤: 1.打开eclipse,在工具栏里找到 Window -> Perferences,打开如下图: 2.展开General -> Appearance -> Colors and Fonts,选择 Basic -> Text Font(最后一个选项) ->点击Edit。 ps:可以使用 ctr ...
分类:系统相关   时间:2018-04-12 20:56:21    阅读次数:194
turtle绘制花朵
import turtle angles=(0,30,60,90,120,150,180,210,240,270,300,330) colors=("blue","green","pink","purple","black","red","yellow","grey","white","beige" ...
分类:其他好文   时间:2018-04-11 23:03:50    阅读次数:204
第五章 引用类型
5.1 Object 类型 第一种是使用new操作符后跟Object构造函数 另一种方式是对象字面量表达式 5.2 Array类型 var colors = new Array(); 5.2.1 检测数组 if(value instanceof Array) { } 5.2.2 转换方法 toStr ...
分类:其他好文   时间:2018-04-09 00:25:40    阅读次数:146
【2018/04/02】学习小记
复习了webpack的一些基础~ --progress 带进度条 --watch 使用缓存 --colors 醒目标记 node_modules本地最好自己有一份(~ ̄(OO) ̄)ブ,要不然可能会找不一些东西(但是我很疑惑它不能自己去全局路径找吗...可能有的模块写的时候不是这样写的吧...),总之 ...
分类:其他好文   时间:2018-04-02 15:12:08    阅读次数:160
1060条   上一页 1 ... 19 20 21 22 23 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!