码迷,mamicode.com
首页 >  
搜索关键字:line    ( 28191个结果
【原】linux学习路径
1. <<The Linux Command Line A Complete Introduction>> 2. <<Advanced Programming in the Unix Environment>> 3. <<Understanding the Linux Kernel>> By Dan ...
分类:系统相关   时间:2017-04-16 22:55:25    阅读次数:182
You-Get , A Tiny Downloader,视频下载小工具
You-Get You-Get is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way t ...
分类:其他好文   时间:2017-04-16 22:34:44    阅读次数:1068
LinkedList中add和offer的区别
offer属于 offer in interface Deque<E>,add 属于 add in interface Collection<E>。 当队列为空时候,使用add方法会报错,而offer方法会返回false。 作为List使用时,一般采用add / get方法来 压入/获取对象。 作为 ...
分类:其他好文   时间:2017-04-16 22:33:04    阅读次数:605
SceneView 追踪选择目标
在编辑器的Scene视图中追踪选择目标,调试动作用SceneView这个类没有说明文档比较蛋疼在update中调用SceneViewCameraFace2Target函数,编辑器的OnInspectorUpdate不够平滑每帧重绘SceneView的lastActiveSceneView,原本想要获... ...
分类:其他好文   时间:2017-04-16 22:18:31    阅读次数:863
Oracle XE安装具体解释
一、原数据库的卸载 数据库的卸载就不多说了,讲一下过程: 1、运行Oracle Uninstall,卸载Oracle产品 2、删除regedit下的全部Oracle相关项 3、重新启动机器 4、sc delete 删除Oracle的相关服务 5、手动删除<Oracle_Home>文件夹。以及C:\P ...
分类:数据库   时间:2017-04-16 21:44:10    阅读次数:332
Arduino LED Matrix
Max7219 + 8x8 LED Matrix 滚动显示 I ?? U。 算法很简单,首先定义滚动画面8x32矩阵。通过generate_8x8_matrix函数生成当前循环中应当显示的8x8矩阵,通过LedControl模块的setLed设置对应的点阵即可。 不要放太久,因为times是一个in ...
分类:其他好文   时间:2017-04-16 20:26:38    阅读次数:166
css属性
CSS属性 字体属性: (font) 大小 font-size: x-large;(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以. 单位:PX、PD 样式 font-style: oblique;(偏斜体) italic;(斜体) normal;(正常) 行高 line-he ...
分类:Web程序   时间:2017-04-16 20:09:58    阅读次数:243
JS 实现banner图的滚动和选择效果
CSS+JS实现banner图滚动和点击切换 HTML 部分代码: CSS代码: JS 部分代码: ...
分类:Web程序   时间:2017-04-16 19:20:11    阅读次数:266
Cocos2d-x3.0 载入Cocostudio的UI后,button无法点击的解决方法
原帖地址:http://blog.csdn.net/musicvs/article/details/28390617 近期发现不少朋友都遇到这个问题,用Cocostudio的UI编辑器创建好UI后,在代码中载入UI。然后给button(Button)加入点击监听事件,发现不管怎样都点击不了butto ...
分类:其他好文   时间:2017-04-16 18:06:38    阅读次数:172
C#枚举
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace ConsoleApplication1 { //枚举的声 ...
分类:Windows程序   时间:2017-04-16 17:14:49    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!