10 2021 档案

摘要:tar -cjvf .tar.bz2 *.sh 阅读全文
posted @ 2021-10-31 19:53 xmydis 阅读(67) 评论(0) 推荐(0)
摘要::<<_lyd_ lyd add test _lyd_ 阅读全文
posted @ 2021-10-31 19:23 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:$$Shell本身的PID(ProcessID)$!Shell最后运行的后台Process的PID$?最后运行的命令的结束代码(返回值)$-使用Set命令设定的Flag一览$*所有参数列表。如"$*"用「"」括起来的情况、以"$1 $2 … $n"的形式输出所有参数。$@所有参数列表。如"$@"用「 阅读全文
posted @ 2021-10-31 19:01 xmydis 阅读(54) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/sunxiaopengsun/article/details/119763391 https://blog.csdn.net/qq_43242707/article/details/119041014 阅读全文
posted @ 2021-10-31 17:20 xmydis 阅读(175) 评论(0) 推荐(0)
摘要:开发板上一般放置gdb吗 开发板上一般放置gdb吗 开发板上一般放置gdb吗 阅读全文
posted @ 2021-10-31 16:30 xmydis 阅读(41) 评论(0) 推荐(0)
摘要:spawn是进入expect环境后才可以执行的expect内部命令。expect是一种脚本语言,它能够代替我们实现与终端的交互,我们不必再守候在电脑旁边输入密码,或是根据系统的输出再运行相应的命令。 如果没有装expect或者直接在默认的SHELL下执行是找不到spawn命令的。所以不要用 “whi 阅读全文
posted @ 2021-10-31 15:04 xmydis 阅读(1250) 评论(0) 推荐(0)
摘要:evpp与mfc界面的自动消息响应处理 evpp与mfc界面的自动消息响应处理 evpp与mfc界面的自动消息响应处理 evpp与mfc界面的自动消息响应处理 阅读全文
posted @ 2021-10-31 14:39 xmydis 阅读(53) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/yangjig/p/3913751.html 阅读全文
posted @ 2021-10-31 13:41 xmydis 阅读(11) 评论(0) 推荐(0)
摘要:toupper字符转换为大写 toupper字符转换为大写 toupper字符转换为大写 阅读全文
posted @ 2021-10-31 12:04 xmydis 阅读(22) 评论(0) 推荐(0)
摘要:export LD_LIBRARY_PATH=LD_LIBRARY_PATH:~/aarch64-buildroot-linux-gnu/lib/lyd@lyd-ubuntu:~/work/client$ ~/aarch64-buildroot-linux-gnu/bin/aarch64-build 阅读全文
posted @ 2021-10-31 11:52 xmydis 阅读(130) 评论(0) 推荐(0)
摘要:ANSYS软件是美国ANSYS公司研制的大型通用有限元分析(FEA)软件,是世界范围内增长最快的计算机辅助工程(CAE)软件,能与多数计算机辅助设计(CAD,computer Aided design)软件接口,实现数据的共享和交换,如Creo, NASTRAN、Algor、I-DEAS、AutoC 阅读全文
posted @ 2021-10-31 10:52 xmydis 阅读(515) 评论(0) 推荐(0)
摘要:vi格式的文件是由LabVIEW编译产生的,可以使用LabVIEW打开。LabVIEW是一种程序开发环境,由美国国家仪器(NI)公司 阅读全文
posted @ 2021-10-31 10:30 xmydis 阅读(58) 评论(0) 推荐(0)
摘要:http://www.jingqu.cn/www/cooperation.html 阅读全文
posted @ 2021-10-31 09:25 xmydis 阅读(14) 评论(0) 推荐(0)
摘要:同样的产品:实现方案 语言表达 文字描述 对应公司介绍 相关资料 实现 --》概念描述 阅读全文
posted @ 2021-10-31 07:57 xmydis 阅读(34) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_32484897/article/details/112263738 执行shell 阅读全文
posted @ 2021-10-31 07:48 xmydis 阅读(20) 评论(0) 推荐(0)
摘要://uintptr_t hthread = _beginthread(SendUploadThread, 0, &ipuserpwd_this); //WaitForSingleObject((HANDLE)hthread, INFINITE); auto t = std::thread(SendU 阅读全文
posted @ 2021-10-30 01:41 xmydis 阅读(47) 评论(0) 推荐(0)
摘要:在 shell 中我们会见到 $0、$1、$2这样的符号,这是什么意思呢? 简单来说 $0 就是你写的shell脚本本身的名字,$1 是你给你写的shell脚本传的第一个参数,$2 是你给你写的shell脚本传的第二个参数 比如你新建了一个shell脚本 Test.sh, 内容如下: #!/bin/ 阅读全文
posted @ 2021-10-29 19:31 xmydis 阅读(1133) 评论(0) 推荐(0)
摘要:~/aarch64-buildroot-linux-gnu/bin/aarch64-buildroot-linux-gnu-g++ main.cpp -o mm123 阅读全文
posted @ 2021-10-29 15:29 xmydis 阅读(28) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-29 14:13 xmydis 阅读(65) 评论(0) 推荐(0)
摘要:// RunScript.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <WinSock2.h> #pragma comment(lib, "Ws2_32.lib ") #include <iostream> #include <fstre 阅读全文
posted @ 2021-10-28 16:33 xmydis 阅读(389) 评论(0) 推荐(0)
摘要:libssh sftp传输文件上传下载开源代码 libssh sftp传输文件上传下载开源代码 libssh sftp传输文件上传下载开源代码 libssh sftp传输文件上传下载开源代码 libssh sftp传输文件上传下载开源代码 libssh sftp传输文件上传下载开源代码 阅读全文
posted @ 2021-10-28 13:33 xmydis 阅读(247) 评论(0) 推荐(0)
摘要:https://pan.baidu.com/s/1E0ktASKwNa-CE33eEQeErQ?_at_=1635392108097 需要分享码 阅读全文
posted @ 2021-10-28 12:02 xmydis 阅读(42) 评论(0) 推荐(0)
摘要:securtycrt连接串口 securtycrt连接串口 securtycrt连接串口 阅读全文
posted @ 2021-10-28 09:13 xmydis 阅读(48) 评论(0) 推荐(0)
摘要:DynamicArray<string> *Darray; Darray = new DynamicArray<string>(); delete Darray; 阅读全文
posted @ 2021-10-28 03:12 xmydis 阅读(33) 评论(0) 推荐(0)
摘要:FILE *stream; if ((stream = fopen("abc.txt", "w+")) == NULL) { break; } int ret_recv = -100; while (1) { char request[4068] = { 0 }; memset(request, 0 阅读全文
posted @ 2021-10-28 02:19 xmydis 阅读(45) 评论(0) 推荐(0)
摘要:循环fwrite写不进去文件 单步跟踪可以 循环fwrite写不进去文件 单步跟踪可以 循环fwrite写不进去文件 单步跟踪可以 百思不得其解之后终于在度娘上找到问题的原因[1],原来fopen函数在使用"r+"、"w+"或"a+"对文件进行读写时,在fwrite和fread之间必须插入fflus 阅读全文
posted @ 2021-10-28 02:10 xmydis 阅读(135) 评论(0) 推荐(0)
摘要:fwrite 写buf写进去乱码 fwrite写入的是二进制数据 二进制数据 阅读全文
posted @ 2021-10-27 15:07 xmydis 阅读(36) 评论(0) 推荐(0)
摘要:http://cn.jusha.com.cn/index.php?case=archive&act=show&aid=1237 阅读全文
posted @ 2021-10-26 17:51 xmydis 阅读(24) 评论(0) 推荐(0)
摘要:1.在桌面空白处右键选择【设置】。 2.点【电源】。 3.在右侧找到【息屏】,点右侧的下拉按钮。 4.在弹出的列表中单击选择【从不】。 阅读全文
posted @ 2021-10-26 17:47 xmydis 阅读(774) 评论(0) 推荐(0)
摘要:http://cn.jusha.com.cn/ 高清医用录像机 阅读全文
posted @ 2021-10-26 17:43 xmydis 阅读(21) 评论(0) 推荐(0)
摘要:77G 收到144G 还没传完 ubuntu 。。。。。不适合这么传 自以为自己很聪明,把编译好的文件直接从这个 ubuntu scp到另一个ubuntu 浪费时间 文件越传越大 阅读全文
posted @ 2021-10-26 16:18 xmydis 阅读(260) 评论(0) 推荐(0)
摘要:UVC全称为USB Video Class,即:USB视频类 阅读全文
posted @ 2021-10-26 15:07 xmydis 阅读(72) 评论(0) 推荐(0)
摘要:NVR,全称Network Video Recorde 阅读全文
posted @ 2021-10-26 15:06 xmydis 阅读(264) 评论(0) 推荐(0)
摘要:Buildroot 是基于2018.02-rc3上开发 阅读全文
posted @ 2021-10-26 11:28 xmydis 阅读(113) 评论(0) 推荐(0)
摘要:基于 Gatesgarth 3.2 阅读全文
posted @ 2021-10-26 11:20 xmydis 阅读(50) 评论(0) 推荐(0)
摘要:基于Debian Buster 开发 阅读全文
posted @ 2021-10-26 11:19 xmydis 阅读(18) 评论(0) 推荐(0)
摘要:repo 是 google 用 Python 脚本写的调用 git 的一个脚本,主要是用来下载、管理项目的软件仓库 阅读全文
posted @ 2021-10-26 11:08 xmydis 阅读(315) 评论(0) 推荐(0)
摘要:带入数据的一种方法:如何带入数据哪? 阅读全文
posted @ 2021-10-26 10:59 xmydis 阅读(18) 评论(0) 推荐(0)
摘要:vpu硬解码 gpu 3d wayland qt 阅读全文
posted @ 2021-10-26 10:50 xmydis 阅读(27) 评论(0) 推荐(0)
摘要:std::vector<U_CONN>::iterator it = uconns.begin(); for (; it != uconns.end();) { U_CONN ucd = *it; if (ucd.conn == conn) { uconns.erase(it); } else it 阅读全文
posted @ 2021-10-25 20:00 xmydis 阅读(97) 评论(0) 推荐(0)
摘要:hg revert -r 59958f71202a --all 阅读全文
posted @ 2021-10-25 10:43 xmydis 阅读(19) 评论(0) 推荐(0)
摘要:问题1: c++工程编译时出现“LIBCMT.lib(invarg.obj) : error LNK2005: __pInvalidArgHandler 已经在 libcmtd.lib(invarg.obj) 中定义” 解决办法: 链接器->输入->忽略特定默认库: libcmt.lib 阅读全文
posted @ 2021-10-24 04:00 xmydis 阅读(349) 评论(0) 推荐(0)
摘要:分区 efi swap / /home(其中机械硬盘挂在home分区)选择第二个选项直接install注意:16版本 分区顺序 efi->/->swap,18和20版本分区顺序可以efi->swap->/ 第二种: Ubuntu硬盘分区u盘启动后,在界面选择Install Ubuntu 根据提示执行 阅读全文
posted @ 2021-10-23 17:33 xmydis 阅读(1716) 评论(0) 推荐(0)
摘要:1.try 2.gpa 分区工具 3.mount 阅读全文
posted @ 2021-10-23 16:21 xmydis 阅读(117) 评论(0) 推荐(0)
摘要:珠海 杰力 阅读全文
posted @ 2021-10-22 18:44 xmydis 阅读(26) 评论(0) 推荐(0)
摘要:AC632X 烧遥控器 阅读全文
posted @ 2021-10-22 18:09 xmydis 阅读(66) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/nanzhi/p/7883911.html 阅读全文
posted @ 2021-10-22 17:44 xmydis 阅读(23) 评论(0) 推荐(0)
摘要:/*********************************************************************** Functions: Trim(string& sStr) Purpose: 截去字符串两端的空格或TAB Parameter: sStr 字符串 Ret 阅读全文
posted @ 2021-10-22 10:41 xmydis 阅读(61) 评论(0) 推荐(0)
摘要:SerialPort * pSerialPort; pSerialPort = new SerialPort(); pSerialPort->OpenCom(4, 1500000); pSerialPort->SendDate(sendata,30); pSerialPort->ReadDate(b 阅读全文
posted @ 2021-10-22 10:38 xmydis 阅读(62) 评论(0) 推荐(0)
摘要:$ xz -d node-v6.10.1-linux-x64.tar.xz $ tar -xvf node-v6.10.1-linux-x64.tar 阅读全文
posted @ 2021-10-21 18:47 xmydis 阅读(110) 评论(0) 推荐(0)
摘要:apt install lvm2 //安装卷组命令 pvscan pvcreate 阅读全文
posted @ 2021-10-21 10:28 xmydis 阅读(163) 评论(0) 推荐(0)
摘要:1. VBoxManage modifyhd "D:\vm\ubuntu\ubuntu64\ubuntu64.vdi" --resize 153600 2. 阅读全文
posted @ 2021-10-21 10:16 xmydis 阅读(37) 评论(0) 推荐(0)
摘要:double data rate sdram eMMC (Embedded Multi Media Card) 阅读全文
posted @ 2021-10-21 09:48 xmydis 阅读(128) 评论(0) 推荐(0)
摘要:buildin buildin 阅读全文
posted @ 2021-10-20 20:55 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_36733112/article/details/88558329 阅读全文
posted @ 2021-10-20 20:47 xmydis 阅读(35) 评论(0) 推荐(0)
摘要:板子上的linux是不是没有gcc编译器的呢?我想在板子上安装一个ethtool软件,出现如下错误: 板子上安装gcc 不太现实 ( 阅读全文
posted @ 2021-10-20 19:20 xmydis 阅读(44) 评论(0) 推荐(0)
摘要:http://www.c114.com.cn/m2m/2494/a966090.html 阅读全文
posted @ 2021-10-20 16:24 xmydis 阅读(14) 评论(0) 推荐(0)
摘要:Bobcatminer本质上是一台「基于LoRa技术的物联⽹⽹关 阅读全文
posted @ 2021-10-20 12:23 xmydis 阅读(96) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/sunxiaopengsun/article/details/119763391 近日,瑞芯微Toybrick正式发布全新TB-RK3568X和TB-RV1126D开发板。TB-RK3568X支持Android 11、Debian10、buildroot系 阅读全文
posted @ 2021-10-20 10:44 xmydis 阅读(88) 评论(0) 推荐(0)
摘要:Linksys 在 2003 年发行的一款款无线路由器使用 802.11g 标准使得带宽在理论上能够达到 54M(2003 年的时候),相对于当时业界普遍使用 802.11b 的 11M 带宽,不能不说实现了一次飞跃 阅读全文
posted @ 2021-10-20 09:27 xmydis 阅读(228) 评论(0) 推荐(0)
摘要:http://www.uf.com.cn/ 阅读全文
posted @ 2021-10-20 09:15 xmydis 阅读(13) 评论(0) 推荐(0)
摘要:/var/lib/dpkg/lock-frontend sudo rm /var/lib/dpkg/lock-frontend 直接删除 apt-get 问题 阅读全文
posted @ 2021-10-19 21:04 xmydis 阅读(47) 评论(0) 推荐(0)
摘要:netgear美国网件公司 netgear r7500 阅读全文
posted @ 2021-10-19 20:39 xmydis 阅读(15) 评论(0) 推荐(0)
摘要:主要性能 产品类型 智能无线路由器 网络标准 IEEE 802.11ac,IEEE 802.11n,IEEE 802.11g,IEEE 802.11b,IEEE 802.11.a 网络协议 TCP/IP,RIP-1,RIP-2,DHCP,PPPoE,PPTP,Bigpond,Dynamic DNS, 阅读全文
posted @ 2021-10-19 20:37 xmydis 阅读(155) 评论(0) 推荐(0)
摘要:英语:Internet Protocol Security,缩写为IPsec),是一个协议包,通过对IP协议的分组进行加密和认证来保护IP协议的网络传输协议族 IPsec主要由以下协议组成: 一、认证头(AH),为IP数据报提供无连接数据完整性、消息认证以及防重放攻击保护; 二、封装安全载荷(ESP 阅读全文
posted @ 2021-10-18 11:26 xmydis 阅读(364) 评论(0) 推荐(0)
摘要:介绍下网络防火墙的原理和关键实现方案 介绍下网络防火墙的原理和关键实现方案 介绍下网络防火墙的原理和关键实现方案 研究过开源的网络协议栈, dhcp, pppoe, igmp等应用协议的开源框架吗 dhcp协议服务你是用的什么开源框架二次开发的,主要定制了哪些特性功能 对dhcp,pppoe,igm 阅读全文
posted @ 2021-10-18 11:02 xmydis 阅读(217) 评论(0) 推荐(0)
摘要:武汉赫尔墨斯智能科技有限公司 思博伦 信二泰 阅读全文
posted @ 2021-10-18 09:43 xmydis 阅读(44) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/wenqiang/p/6306727.html 阅读全文
posted @ 2021-10-16 21:48 xmydis 阅读(144) 评论(0) 推荐(0)
摘要:单片机杂物箱 阅读全文
posted @ 2021-10-16 20:50 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:contiki lora多任务os 阅读全文
posted @ 2021-10-16 20:46 xmydis 阅读(36) 评论(0) 推荐(0)
摘要:LPC122x 阅读全文
posted @ 2021-10-16 20:00 xmydis 阅读(20) 评论(0) 推荐(0)
摘要:rc663 阅读全文
posted @ 2021-10-16 19:58 xmydis 阅读(39) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/fchyang/article/details/82969358 阅读全文
posted @ 2021-10-16 19:53 xmydis 阅读(32) 评论(0) 推荐(0)
摘要:nResult = request_irq(nIrq, spidev_interrupt_proc, IRQF_SHARED | IRQF_TRIGGER_RISING, "pcd", pContext); 阅读全文
posted @ 2021-10-16 19:49 xmydis 阅读(68) 评论(0) 推荐(0)
摘要:tasklet_init 任务允许 tasklet 链表 mtk hal_sys_info 阅读全文
posted @ 2021-10-16 19:19 xmydis 阅读(49) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u013256018/article/details/47755355 linux底层短延时操作 udelay 阅读全文
posted @ 2021-10-16 17:56 xmydis 阅读(31) 评论(0) 推荐(0)
摘要:mt_set_gpio_out mtk gpio控制 阅读全文
posted @ 2021-10-16 17:53 xmydis 阅读(54) 评论(0) 推荐(0)
摘要:晨星半导体 全志 展讯 阅读全文
posted @ 2021-10-16 17:41 xmydis 阅读(108) 评论(0) 推荐(0)
摘要:展讯 功能机手机 阅读全文
posted @ 2021-10-16 17:10 xmydis 阅读(35) 评论(0) 推荐(0)
摘要:typedef struct my_dev { struct cdev dev; struct semaphore sem; unsigned int nDataBufferLength; unsigned int nDataLength; unsigned char* pData; unsigne 阅读全文
posted @ 2021-10-16 05:07 xmydis 阅读(34) 评论(0) 推荐(0)
摘要:General-purpose input/outpu General-purpose input/outpu 阅读全文
posted @ 2021-10-16 04:52 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:AU9540 安国芯片卡读卡器 http://www.elecfans.com/xinpian/ic/20101214227650.html 官网 https://www.alcormicro.com/zh-hans/ 阅读全文
posted @ 2021-10-16 04:24 xmydis 阅读(31) 评论(0) 推荐(0)
摘要:SPI设备 https://blog.csdn.net/kunkliu/article/details/77989357 https://blog.csdn.net/weixin_46089486/article/details/108994311 概念 阅读全文
posted @ 2021-10-16 03:57 xmydis 阅读(83) 评论(0) 推荐(0)
摘要:mtk 做pos机器 mtk 做pos机器 mtk 做pos机器 联发科 MediaTek mt6572 android 手持pos机 阅读全文
posted @ 2021-10-15 22:07 xmydis 阅读(58) 评论(0) 推荐(0)
摘要:http://www.neoway.com/wireless_communications.html 阅读全文
posted @ 2021-10-15 21:52 xmydis 阅读(115) 评论(0) 推荐(0)
摘要:Hi3536行车记录仪 Hi3536行车记录仪 Hi3536行车记录仪 阅读全文
posted @ 2021-10-15 08:19 xmydis 阅读(34) 评论(0) 推荐(0)
摘要:faac 音频编解码库 阅读全文
posted @ 2021-10-13 01:17 xmydis 阅读(140) 评论(0) 推荐(0)
摘要:#ifndef INT16#define INT16 short#endif #ifndef UINT16#define UINT16 unsigned short#endif //8字节 #ifndef INT64 #define INT64 long long #endif #ifndef UI 阅读全文
posted @ 2021-10-10 02:44 xmydis 阅读(104) 评论(0) 推荐(0)
摘要:UINT32 VIP_GetRegisterType(UINT32 ulRegisterType) { switch (ulRegisterType) { case 0: //VIP type return 0xBE1C0000; case 0x10000000: //TV Encoder type 阅读全文
posted @ 2021-10-10 02:19 xmydis 阅读(54) 评论(0) 推荐(0)
摘要:#ifndef UINT8 #define UINT8 unsigned char #endif #ifndef UINT32 #define UINT32 unsigned int #endif #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #d 阅读全文
posted @ 2021-10-10 01:33 xmydis 阅读(89) 评论(0) 推荐(0)
摘要:1.你最熟悉的协议是什么2.802.11b速率多大3.openwrt的整个框架结构4.http协议的执行流程5.netlink比ioctl的优势是什么后来这个领导小伙间接问了5个问题,我是一个不知道…… 阅读全文
posted @ 2021-10-09 20:14 xmydis 阅读(36) 评论(0) 推荐(0)
摘要:QRencode 二维码编码库 阅读全文
posted @ 2021-10-09 19:21 xmydis 阅读(18) 评论(0) 推荐(0)
摘要:lpcusblib 高速nxp usb 阅读全文
posted @ 2021-10-09 17:15 xmydis 阅读(30) 评论(0) 推荐(0)
摘要:1.openwrt的框架结构你知道吗?2.wifi协议802.11b速率多少? 阅读全文
posted @ 2021-10-09 16:21 xmydis 阅读(27) 评论(0) 推荐(0)
摘要:lpc18xx 打印机驱动 nxp led gpio 蜂鸣器 阅读全文
posted @ 2021-10-09 15:38 xmydis 阅读(38) 评论(0) 推荐(0)
摘要:ipcam也叫ip network camera,就是基于internet protocol的网络摄像机 腾达网络摄像机 阅读全文
posted @ 2021-10-08 20:59 xmydis 阅读(553) 评论(0) 推荐(0)
摘要:Declaring a global variable as static limits its scope to the same file in which it is defined.A static function is only accessible to the same file i 阅读全文
posted @ 2021-10-05 16:35 xmydis 阅读(81) 评论(0) 推荐(0)
摘要:https://www.geeksforgeeks.org/c-storage-classes-and-type-qualifiers-question-12/ 阅读全文
posted @ 2021-10-05 16:26 xmydis 阅读(19) 评论(0) 推荐(0)