按类别查询搜索结果
关于关键词 的检测结果,共 450
【其他平台】 linux获取时间戳
hzc191025 | 2019-06-05 03:13:22 | 阅读(750) | 评论(0)
"+%Y-%m-%d %H:%M:%S"-d"$current"【阅读全文】
shiyiLiu | 2019-05-28 15:51:05 | 阅读(4110) | 评论(0)
1. 首先保证 你工作USER在 sudoer里边, 并且属于root组.点击(此处)折叠或打开#/etc/sudoersray ALL=(ALL:ALL) ALL#/etc/grouproot:x:0:ray2. 代码中加入提升权限的点击(此处)折叠或打开//进行权限提...【阅读全文】
iibull | 2019-05-23 10:44:04 | 阅读(11940) | 评论(0)
1. 首先保证 你工作USER在 sudoer里边, 并且属于root组.点击(此处)折叠或打开#/etc/sudoersray ALL=(ALL:ALL) ALL#/etc/grouproot:x:0:ray2. 代码中加入提升权限的点击(此处)折叠或打开//进行权限提...【阅读全文】
iibull | 2019-04-19 13:37:11 | 阅读(15220) | 评论(2)
https://www.linuxidc.com/Linux/2011-09/42174.htm点击(此处)折叠或打开//my_joystick.c#include <stdio.h> #include <sys/types.h> #include <sys/time.h> #include <sys/stat.h> #include <fcntl.h> ...【阅读全文】
iibull | 2019-04-04 21:35:01 | 阅读(2990) | 评论(0)
http://www.alubi.cn/%E5%9C%A8ubuntu-linux%E7%B3%BB%E7%BB%9F%E4%B8%8A%E5%90%AF%E5%8A%A8ros%E5%92%8Clpms%E4%BC%A0%E6%84%9F%E5%99%A8/         请找到我们的下载页面中最新版本的库,目前为止最新版本是1.3.5。下载并解压,然后按以下步骤进行安装:       ...【阅读全文】
iibull | 2019-01-04 14:40:36 | 阅读(2700) | 评论(0)
通过 SSH 登录远程 linux 直行 X11程序时, 发现 QXcbConnection: Could not connect to display AbortedX11Forwarding yesssh -X username@address. 另外一个SSH连接的用途是传输文件。sftp命令可以实现这个功能。用sftp连接到远程计算机,就可以像登录了一个ftp服务器一样。另外还可以在Nautilus...【阅读全文】
【其他平台】 linux下的mysql安装
码农528 | 2018-11-18 22:18:10 | 阅读(0) | 评论(0)
【其他平台】 linux指令
码农528 | 2018-11-18 22:13:56 | 阅读(1530) | 评论(0)
linux指令.doc【阅读全文】
KingByxiao | 2018-11-15 08:59:17 | 阅读(2570) | 评论(0)
Linux上安装GitLab和Jenkins发表于:2018-11-14 10:12  作者:Qirong   来源:Qirong Yu's Blog字体:大 中 小 | 上一篇 | 下一篇 |我要投稿 | 推荐标签: 软件开发 Linux 操作系统  之前在公司的服务器上搭建了 GitLab 和 Je...【阅读全文】
【其他平台】 Linux 学习笔记--碎片
ferris2005 | 2018-11-14 19:42:41 | 阅读(1200) | 评论(0)
include search path:By default, the preprocessor looks for header files included by the quoteform of the directive #include "file" first relative tothe directory of the current file, and then in a preconfigured list of standard system directories. For example, if /usr/include/sys/stat....【阅读全文】
iARM | 2018-11-12 00:33:41 | 阅读(4370) | 评论(0)
移植SSH-dropbear解压zlib-1.2.11.tar.gz,创建/usr/local/zlib目录;修改MakefileAR=arm-linux-ar rcmakemake install;2.交叉编译dropbear./configure --prefix=/usr/local/dropbear --with-zlib=/usr/local/zlib/ CC=arm-linux-gcc --host=arm3.移植到开发板:4、...【阅读全文】
yelanggl | 2018-05-21 11:44:13 | 阅读(860) | 评论(0)
简介POSIX thread 简称为pthread,Posix线程是一个POSIX标准线程.该标准定义内部API创建和操纵线程. 作用 线程库实行了POSIX线程标准通常称为pthreads.pthreads是最常用的POSIX系统如Linux和Unix,而微软Windowsimplementations同时存在.举例来说,pthreads-w32可支持MIDP的pthread  ...【阅读全文】
bwf0702 | 2018-03-13 13:33:42 | 阅读(420) | 评论(0)
可以利用Linux的crontab定时任务来实现这样的需求,具体命令如下:表示每天早上六点删除/root/home/zhang目录下一天前创建的所有文件,不删除文件夹zhang,如果这个文件夹也要删除的话用* 6 * * *释义:第二个*号表示时间中的 小时 取值范围:0-23第四个*号表示一年中的第几个月,取值范围:1-12...【阅读全文】
yelanggl | 2018-03-10 16:55:39 | 阅读(2500) | 评论(0)
1   OpenNI2:https://github.com/orbbec/OpenNI22  sudo apt-get install g++sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev (安装 libusb 包)sudo apt-get install libudev-dev(安装 udev 包)sudo apt-get install vim(文本编辑器安装包)sudo apt-get install freeglut3 freeglut3-dev (OpenGL...【阅读全文】
程九十 | 2017-11-30 14:21:25 | 阅读(1300) | 评论(0)
    兴趣是最好的老师,建议你去摸索下Linux有些什么优点和特点,了解了这些可以提升你对Linux的好感,尝试着去了解、学习这些优点,掌握一些初级的“黑魔法”,相信你的心会慢慢得被Linux所捕获。  由于大家之前都使用Windows,所以我也尽可能照顾这些“菜鸟”。如果你第一次接触Linux,那么首先推荐在虚...【阅读全文】
cyycyh | 2017-10-27 15:01:02 | 阅读(760) | 评论(0)
    第一次看linux设备驱动程序时候,觉得第一章和第二章内容没什么重要,就略  过而已,或许当时那对设备驱动程序不怎么了解的原因吧!学到了一半,说要写下  总结才重新看了一下:发现第一、二章是概述了本书的重点思想,而要写一个完  整、漂亮的device driver...【阅读全文】
yelanggl | 2017-09-02 11:33:02 | 阅读(1310) | 评论(0)
Note: Due to the USB 3.0 translation layer between native hardware and virtual machine, the librealsense team does not recommend or support installation in a VM.3rd-party dependenciesThe project requires two external dependencies, GLFW3 and libusb-1.0. The Cmake build environment require...【阅读全文】
北亚数据 | 2017-07-21 13:56:53 | 阅读(920) | 评论(0)
注:历史版本,后期改用python实现了实验一:目的:用于生成大量模拟破坏GPT分区结构案例,并生成唯一方式修复后的评判方法。故障:在一个完整的GPT分区磁盘上,丢失了GPT主分区表,或备份分区表。要求:    1、利用WINHEX手工方式,修复给定镜像文件的分区结构。    2、不得对现存主分区表或...【阅读全文】
【其他平台】 bbb板安装linux
mfc42d | 2017-07-13 17:24:25 | 阅读(1850) | 评论(0)
发现嵌入式上做rootfs确实比较麻烦,只好使用yocto大招。修改一下启动参数arch=armbaudrate=115200board=am335xboard_name=A335BNLTboard_rev=0A5Aboot_fdt=trymmcroot=/dev/mmcblk0p2 rommcrootfstype=ext4 rootwaitbootargs=console=ttyO0,115200n8 quiet drm.debug=7 root=ubi0:rootfs rw ubi.mtd=7,2048 root...【阅读全文】
【其他平台】 linux的串口设置
mfc42d | 2017-06-08 14:15:57 | 阅读(1480) | 评论(0)
最近给树莓派接串口显示,买了一条usb转ttl线就搞定,windows使用xshell 接上后,发现是串口3或者串口4linux安装后,运行dmesg | grep tty显示[    0.000000] console [tty0] enabled[    0.489715] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A[   25.192563] u...【阅读全文】