2024年10月24日

摘要: set_param general.maxthreads 6 阅读全文
posted @ 2024-10-24 16:09 dingyun 阅读(3) 评论(0) 推荐(0) 编辑

2024年10月13日

摘要: 1.打开链接 File Exchange - MATLAB Central (mathworks.cn。 2.点击右上角搜索图标,并在搜索对话框中输入想要查找的内容。 比如我的搜索内容是mingw 3.点击右下角的按钮下载安装包。 下载完成后开始安装。 阅读全文
posted @ 2024-10-13 01:04 dingyun 阅读(97) 评论(0) 推荐(0) 编辑

2024年10月11日

摘要: sudo apt-get install openssh-server 查看ssh服务运行状态 systemctl status sshd 使用apt-get install openssh-server安装SSH后,使用service sshd start开启SSH服务时提示: Failed to 阅读全文
posted @ 2024-10-11 15:02 dingyun 阅读(8) 评论(0) 推荐(0) 编辑

2024年9月27日

摘要: 1. 点击“开始→运行”,在对话框中输入“regedit”启动注册表编辑器,展开HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Update分支。 2. 在右面找到一个名为“UpdateMode”的DWORD值,用鼠标双击“Update 阅读全文
posted @ 2024-09-27 00:38 dingyun 阅读(242) 评论(0) 推荐(0) 编辑

2024年9月23日

摘要: git clone git@gitee.com:scclounee/am335x-linux.gitCloning into 'am335x-linux'...@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: 阅读全文
posted @ 2024-09-23 10:33 dingyun 阅读(19) 评论(0) 推荐(0) 编辑

2024年8月15日

摘要: 在/etc/init.d/目录下创建自动运行的脚本, xxx_init #!/bin/sh /etc/rc.common START=48 STOP=10 start() { service_start /usr/sbin/xxx_init & } stop() { service_stop /us 阅读全文
posted @ 2024-08-15 15:22 dingyun 阅读(43) 评论(0) 推荐(0) 编辑

2024年8月8日

摘要: iperf是一个常用免费的网络性能测试工具。iperf 可以测试最大TCP和UDP带宽性能,具有多种参数和UDP特性,可以根据需要调整,可以报告带宽、延迟抖动和数据包丢失。 在openwrt安装时通常会遇到下面问题 原因如提示所描述没有uclibcxx依赖库。制作ipk依赖包然后安装上。提示安装完成 阅读全文
posted @ 2024-08-08 11:40 dingyun 阅读(22) 评论(0) 推荐(0) 编辑

2024年8月6日

摘要: 问题描述 error: Your local changes to the following files would be overwritten by merge: xxx/xxx/xxx.c Please commit your changes or stash them before you 阅读全文
posted @ 2024-08-06 16:19 dingyun 阅读(1385) 评论(0) 推荐(0) 编辑

2024年7月6日

摘要: int i = 3,k; k = (i++) + (i++) + (i++); 3 4 5 printf("i = %d , k = %d",i,k); 结果: i = 6 ,k = 12 在新版本编译器中,以++作为一个操作单位。要到下一个操作单位,上一次操作才生效。当执行到printf的时候,上 阅读全文
posted @ 2024-07-06 12:06 dingyun 阅读(7) 评论(0) 推荐(0) 编辑

2024年4月13日

摘要: CMD Commands for Control Panel Applets Applet Command OS Version Accessibility Options control access.cpl XP Action Center control /name Microsoft.Act 阅读全文
posted @ 2024-04-13 23:04 dingyun 阅读(4) 评论(0) 推荐(0) 编辑

导航