码迷,mamicode.com
首页 >  
搜索关键字:cap    ( 3348个结果
github的初步认识
package cn.ccsu.Test; public class ppt { public static void main(String args) { System.out.println("Helloworld"); }} ...
分类:其他好文   时间:2017-09-24 10:45:58    阅读次数:101
Luxurious Houses
The capital of Berland has n multifloor buildings. The architect who built up the capital was very creative, so all the houses were built in one row. ...
分类:其他好文   时间:2017-09-23 21:31:23    阅读次数:278
520. Detect Capital【easy】
520. Detect Capital【easy】 Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a wo ...
分类:Windows程序   时间:2017-09-23 20:16:04    阅读次数:245
12 canvas 画布 - 基础
二、线条的绘制和填充 在canvas中,各个图像绘制代码可以通过beginPath()和closePath()这两个函数进行包裹,主要用于分割各个画图,表示开始和结束。线条的绘制主要调用方法是moveTo(x,y)、lineTo(x,y)、stroke()、arc()、arcTo()、fill(), ...
分类:其他好文   时间:2017-09-23 17:27:07    阅读次数:193
画布(canvas)
1、canvas 画布 - 基础 <canvas> 画布是 HTML5 新增的元素,用于图形的绘制,通过 <canvas> 标签来创建。 2、画布添加好了之后,因为它没有颜色,所以我们还可以通过CSS 样式设置画布的背景颜?。 #myCanvas { background-color: #eee; ...
分类:其他好文   时间:2017-09-23 16:13:16    阅读次数:131
recap basic command(hadoop)
file operations hdfs fs -ls hdfs fs -lsr 包括子目录文件 hdfs fs -rmr bin/hadoop fs -put path1 path2 上传hdfs 下path1 到本机 path2 bin/hadoop fs -get path1 path2 下载 ...
分类:其他好文   时间:2017-09-23 00:02:40    阅读次数:195
RAC禁用DRM特性
查看“_gc”开头的隐藏参数值: --11g RAC关闭DRM特性 --10g RAC关闭DRM特性 参考老熊的文章,http://www.laoxiong.net/problem-caused-by-drm.html10g RAC可以设置另外2个动态的隐含参数,来达到从”事实上“关闭DRM的目的: ...
分类:其他好文   时间:2017-09-22 22:26:25    阅读次数:124
iOS 11 与 iPhone X的适配那些事
前言 9月20日,正式推送Xcode 9和iOS 11的正式版,适配iOS 11是首要的适配的,网上教程很多,不在赘述。这里主要讲的是iPhone X的适配大神级别的可以不用看,我这里讲的主要是基础的适配工作 摘要 启动图:1125 * 2436 statusBar高度:44 tabbar高度:83 ...
分类:移动开发   时间:2017-09-22 13:06:27    阅读次数:631
spring boot整合mybatis+mybatis-plus
Spring boot对于我来说是一个刚接触的新东西,学习过程中,发现这东西还是很容易上手的,Spring boot没配置时会默认使用Spring data jpa,这东西可以说一个极简洁的工具,可是我还是比较喜欢用mybatis,工具是没有最好的,只有这合适自己的。 说到mybatis,最近有一个 ...
分类:编程语言   时间:2017-09-22 11:47:45    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!