会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Thomas's Blog
吾尝终日而思矣
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
···
112
下一页
2020年7月5日
mqtt用户名密码activemq
摘要: 为mqtt连接添加用户名密码默认没有用户名密码修改配置文件添加用户名密码 添加完效果重启mqtt未添加用户名连接测试添加用户名连接测试连接成功
阅读全文
posted @ 2020-07-05 20:38 thomas_blog
阅读(5567)
评论(0)
推荐(0)
2020年6月14日
windows server 2012 端口访问失败
摘要: 目前使用的阿里服务器设置安全组规则关闭防火墙配置入站出站规则
阅读全文
posted @ 2020-06-14 17:44 thomas_blog
阅读(3726)
评论(0)
推荐(0)
2020年6月2日
TX2i设备树SPI驱动
摘要: 默认/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
阅读(1262)
评论(0)
推荐(0)
2020年5月11日
netwox网络工具集 网络报文
摘要: 它可以创造任意的 TCP、UDP 和 IP 数据报文,以实现网络欺骗,并且可以在 Linux 和 Windows 系统中运行下载路径https://sourceforge.net/projects/ntwox/
阅读全文
posted @ 2020-05-11 21:43 thomas_blog
阅读(540)
评论(0)
推荐(0)
2020年4月22日
ssh免密码登录
摘要: 生成秘钥$ 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
阅读(357)
评论(0)
推荐(0)
2020年2月24日
RT-Thread can - STM32F103ZET6
摘要: 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
阅读(2805)
评论(0)
推荐(0)
2020年2月23日
scons自动化构建工具
摘要: 方式一可以官方下载,安装使用方式二使用 RT-Thread env工具,其中集成了scons工具env工具配置打开设置添加到右键菜单使用scons生成mdk5工程> scons --target=mdk5使用scons编译> scons
阅读全文
posted @ 2020-02-23 14:34 thomas_blog
阅读(640)
评论(0)
推荐(0)
2019年11月15日
Android 数据库 SQLiteOpenHelper
摘要: 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
阅读(403)
评论(0)
推荐(0)
2019年11月9日
请确保二进制储存在指定的路径中,或者调试他以检查该二进制或相关的DLL文件
摘要: 出现问题原因:编译socket.dll时,用到了openssl库。使用libeay32.lib、ssleay32.lib生成socket.dll,就会报这样的错误解决办法:使用libeay32.dll、ssleay32.dll生成socket.dll
阅读全文
posted @ 2019-11-09 17:25 thomas_blog
阅读(11427)
评论(0)
推荐(0)
2019年11月6日
Android 共享参数 SharedPreferences
摘要: 完成共享参数的读写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
阅读(583)
评论(0)
推荐(0)
上一页
1
···
38
39
40
41
42
43
44
45
46
···
112
下一页
公告