Last summer vacation, a classmate contacted with me and we finished a intelligent car project with indoor logistic system. One member of team is in ch
分类:
其他好文 时间:
2016-03-04 00:24:49
阅读次数:
170
car/etc/passwd查看用户名文件[root@one~]#cat/etc/passwd
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/sbin/nologin
daemon:x:2:2:daemon:/sbin:/sbin/nologin/etc/passwd有:分割成7个字段,每个字段的含义如下:1:用户名2:用户密码;基于安全原因,密码存放在/e..
分类:
其他好文 时间:
2016-03-02 22:15:08
阅读次数:
119
1、关于NotesViewEntry 注意:通过NotesViewEntry获取某列的值时,若该列的值为@IsExpandable or @DocNumber 或者是常量时,将不会显示。 Set entry = view.GetEntryByKey("Sports car", False) Mess
分类:
其他好文 时间:
2016-03-02 14:53:58
阅读次数:
961
// 这是 PHP 单行注释 /* 这是 PHP 多行 注释 */ "; echo "Study PHP at $txt2"; echo "My car is a {$cars[0]}"; echo ""; echo "{$txt1}"; ?>
分类:
Web程序 时间:
2016-03-01 22:14:18
阅读次数:
165
子墨子曾经曰过,LTP是个好模型! car老师oneplus还有bhan开发的LTP4J是个很好的项目,使用起来也非常方便,下面贴几个常见的错误使用引起的bug的log分析 1、现象描述:程序中断,生成一个hs_err_pidXXXX.log文件 # A fatal error has been d
分类:
其他好文 时间:
2016-02-24 13:55:20
阅读次数:
216
This tool can extract a .car archive: https://github.com/steventroughtonsmith/cartoolSteps to extract archive:Once you've downloaded the zip from gith
分类:
移动开发 时间:
2016-02-23 10:59:21
阅读次数:
196
一、图片放到Images.xcassets里面 1.如果部署版本>=iOS8,打包的资源包中的图片会被放到Assets.car,图片有被压缩 2.如果部署版本<iOS8,打包的资源包中的图片会被放在MainBundle里面,图片没被压缩 二、图片直接拖入项目中,无论部署版本,都会被放到MainBun
分类:
其他好文 时间:
2016-02-17 00:46:48
阅读次数:
145
启动bcm的sdk,会进入一个类似shell的交互界面,在其中如入命令,可以配置交换机芯片。本文主要记录一下命令: 1.端口限速命令 2.链路聚合命令 3.i2c控制命令 启动方法: /tmp/bcm # ./bcm.user.proxy“?”显示帮助信息。直接输入会显示出sdk对所有型号芯片支持的
分类:
其他好文 时间:
2016-02-02 17:36:29
阅读次数:
2908
Composition means HAS AInheritance means IS A Example: Car has a Engine and Car is a Automobile In programming this is represented as: 1 class Engine
分类:
编程语言 时间:
2016-02-01 02:06:35
阅读次数:
168
实现一次uber 打车乘客 有三种不同的vip等级 打折力度一次递增其中类有司机 乘客 和系统 public class Driver { private String name; private String phoneNumber; private Car myCar; private Pass
分类:
其他好文 时间:
2016-02-01 01:58:09
阅读次数:
150