上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 112 下一页
摘要: 为mqtt连接添加用户名密码默认没有用户名密码修改配置文件添加用户名密码 添加完效果重启mqtt未添加用户名连接测试添加用户名连接测试连接成功 阅读全文
posted @ 2020-07-05 20:38 thomas_blog 阅读(5376) 评论(0) 推荐(0) 编辑
摘要: 目前使用的阿里服务器设置安全组规则关闭防火墙配置入站出站规则 阅读全文
posted @ 2020-06-14 17:44 thomas_blog 阅读(3660) 评论(0) 推荐(0) 编辑
摘要: 默认/dev下是没有spi设备的 JetPack版本 JetPack-L4T-3.2.1-linux-x64_b23.run 下载Kernel sudo git clone http://github.com/jetsonhacks/buildJetsonTX2Kernel.git git chec 阅读全文
posted @ 2020-06-02 22:26 thomas_blog 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: 它可以创造任意的 TCP、UDP 和 IP 数据报文,以实现网络欺骗,并且可以在 Linux 和 Windows 系统中运行下载路径https://sourceforge.net/projects/ntwox/ 阅读全文
posted @ 2020-05-11 21:43 thomas_blog 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 生成秘钥$ ssh-keygen.exeGenerating public/private rsa key pair.Enter file in which to save the key (/c/Users/17982/.ssh/id_rsa):Enter passphrase (empty for no passphrase):Enter same passphrase again:Your ... 阅读全文
posted @ 2020-04-22 21:56 thomas_blog 阅读(352) 评论(0) 推荐(0) 编辑
摘要: SDK版本v4.0.2 目前,RT-Thread Studio还不能够自定义添加can设备。下面介绍手动添加过程: 使用RT-Thread Studio创建一个简单工程 使用RT-Thread env工具添加CAN设备 保存以后,rtconfig.h配置文件会随之修改 拷贝sdk中can样例到工程中 阅读全文
posted @ 2020-02-24 23:15 thomas_blog 阅读(2694) 评论(0) 推荐(0) 编辑
摘要: 方式一可以官方下载,安装使用方式二使用 RT-Thread env工具,其中集成了scons工具env工具配置打开设置添加到右键菜单使用scons生成mdk5工程> scons --target=mdk5使用scons编译> scons 阅读全文
posted @ 2020-02-23 14:34 thomas_blog 阅读(589) 评论(0) 推荐(0) 编辑
摘要: public class DbOpenHelper extends SQLiteOpenHelper { private static String name = "test.db"; /* 数据库名称 */ private static int version = 1; /* 数据库版本号 */ public DbOpenHelper(Context context) { ... 阅读全文
posted @ 2019-11-15 19:54 thomas_blog 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 出现问题原因:编译socket.dll时,用到了openssl库。使用libeay32.lib、ssleay32.lib生成socket.dll,就会报这样的错误解决办法:使用libeay32.dll、ssleay32.dll生成socket.dll 阅读全文
posted @ 2019-11-09 17:25 thomas_blog 阅读(10935) 评论(0) 推荐(0) 编辑
摘要: 完成共享参数的读写public class SharedPreference { private Context context; public SharedPreference(Context context) { // TODO Auto-generated constructor stub this.context = context; } ... 阅读全文
posted @ 2019-11-06 16:43 thomas_blog 阅读(574) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 112 下一页