上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 139 下一页
摘要: 1、先调试gpio,sda scl 看看是否能正常输出,然后在分别产生方波,看看波形对不对 2、模拟生成i2c 的 start stop 信号,用分析仪抓取,看看是否正常。 由于start产生的条件是: SCL为高电平时,SDA由高变低。 所以分析仪可以设置成sda 下降沿触发。 3、注意模拟函数写 阅读全文
posted @ 2021-03-01 14:51 katago 阅读(238) 评论(0) 推荐(0)
摘要: # Include the virtual host configurations:Include /etc/apache2/sites-enabled/ DocumentRoot /var/www/…… </VirtualHost> <VirtualHost IP地址[:端口]>...</Virt 阅读全文
posted @ 2021-02-25 16:38 katago 阅读(685) 评论(0) 推荐(0)
摘要: 最终发现是vmware-tools 没卸载,安装了open-vm-tools 导致冲突 root 运行 vmware-uninstall-tools.pl 然后重装 apt-get install open-vm-tools open-vm-tools-desktop 阅读全文
posted @ 2021-02-24 11:07 katago 阅读(301) 评论(0) 推荐(0)
摘要: https://www.digitalocean.com/community/tutorials/how-to-configure-webdav-access-with-apache-on-ubuntu-14-04 阅读全文
posted @ 2021-02-23 17:20 katago 阅读(63) 评论(0) 推荐(0)
摘要: 测试了一些,apache兼容性最好,只需要配置到前半部分就可以正常读写??? By Liang Zan WongPublished onSeptember 22, 2014 222.3kviews Published onSeptember 22, 2014 222.3kviews Ubuntu 1 阅读全文
posted @ 2021-02-23 15:08 katago 阅读(451) 评论(0) 推荐(0)
摘要: 参考: https://www.howtoing.com/how-to-set-up-webdav-with-lighttpd-on-ubuntu-9.10 安装ubuntu自带的版本。用文件浏览器连接到服务器 dav://127.0.0.1/webdav 发现删除和重命名有问题 自带的版本是 ro 阅读全文
posted @ 2021-02-22 17:45 katago 阅读(127) 评论(0) 推荐(0)
摘要: 编译: 参考: https://github.com/ossrs/srs#usage git clone https://gitee.com/winlinvip/srs.oschina.git srs && cd srs/trunk && git remote set-url origin http 阅读全文
posted @ 2021-02-05 17:19 katago 阅读(850) 评论(0) 推荐(0)
摘要: 这样生成的应用程序图标上会多一个盾牌,运行时会有管理员权限,写入注册表,写文件,删文件不会再会失败了! 阅读全文
posted @ 2021-01-25 17:15 katago 阅读(651) 评论(0) 推荐(0)
摘要: Post author<?XML:NAMESPACE PREFIX = "[default] http://www.w3.org/2000/svg" NS = "http://www.w3.org/2000/svg" />By EdwinPost dateApril 8, 20118 Comment 阅读全文
posted @ 2021-01-20 17:47 katago 阅读(2533) 评论(0) 推荐(0)
摘要: http://mingw-w64.org/doku.php/download mingw只包含编译环境 msys2则包含整套shell,工具等一堆东西,包管理器 pacman https://hustlei.github.io/2018/11/msys2-for-win.html 阅读全文
posted @ 2021-01-20 16:08 katago 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 139 下一页