Lost !

-----hard working for the furture.

导航

统计

11 2024 档案

aix 入门文档
摘要:https://www.ibm.com/docs/zh/aix/7.3?topic=aix-pdfs 阅读全文

posted @ 2024-11-30 15:58 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

Netbeans jdkhome 配置
摘要:https://blog.csdn.net/u010760567/article/details/50822431 Netbeans 默认使用JDK是在安装时指定的,如果因为卸载或者更换JDK发生了路径变化,NetBeans在启动的时候会弹出一个对话框提示说指定路径错误,这时就需要去Netbeans 阅读全文

posted @ 2024-11-29 21:26 失落''80 阅读(1) 评论(0) 推荐(0) 编辑

Java Package Explorer
摘要:https://blog.csdn.net/m0_56755556/article/details/143360547 https://blog.51cto.com/zhangxueliang/11936799 阅读全文

posted @ 2024-11-28 21:51 失落''80 阅读(0) 评论(0) 推荐(0) 编辑

IBM MQ C++ demo
摘要:https://www.ibm.com/docs/zh/ibm-mq/9.1?topic=programs-sample-program-hello-world-imqwrldcpp ibm mq 定义队列 https://blog.csdn.net/lee843416545/article/det 阅读全文

posted @ 2024-11-27 23:09 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

oracle19c完整版 安装
摘要:linux: https://www.oracle.com/database/technologies/oracle19c-linux-downloads.html win: https://www.oracle.com/cn/database/technologies/oracle19c-wind 阅读全文

posted @ 2024-11-27 22:37 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

单片机内的code
摘要:https://blog.csdn.net/weixin_43673603/article/details/116457757 https://blog.csdn.net/m0_55826123/article/details/121911842 code的作用是告诉单片机,我定义的数据要存储在RO 阅读全文

posted @ 2024-11-27 22:14 失落''80 阅读(8) 评论(0) 推荐(0) 编辑

arm-none-eabi-gcc 编译 arm926ej-s 代码
摘要:arm-none-eabi-gcc -c -mcpu=arm926ej-s -g test.c -o test.o arm-none-eabi-as -mcpu=arm926ej-s -g startup.s -o startup.o arm-none-eabi-ld -T test.ld test 阅读全文

posted @ 2024-11-24 17:59 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

OpenJDK1.8源码编译、调试
摘要:https://www.cnblogs.com/gonzo/p/17873872.html https://www.cnblogs.com/kendoziyu/p/16546105.html 阅读全文

posted @ 2024-11-24 10:54 失落''80 阅读(1) 评论(0) 推荐(0) 编辑

分布式框架grpc
摘要:https://blog.csdn.net/Nieweishan/article/details/142723900 https://grpc.io/docs/languages/cpp/quickstart/ 阅读全文

posted @ 2024-11-23 20:38 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

NXP ARM9 LPC 3100 Arm926EJ-S
摘要:https://www.nxp.com.cn/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc3000-arm9:MC_71572#/ https://www.nxp.com. 阅读全文

posted @ 2024-11-23 09:45 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

arm 内核版本
摘要:ARM920T - S3C2440 ARM926EJ-S - AT91SAM9260 内核种类 家族 架构 内核 特色 高速缓存 (I/D)/MMU 常规 MIPS 于 MHz 应用 ARM1 ARMv1 ARM1 无 ARM2 ARMv2 ARM2 Architecture 2 加入了MUL(乘法 阅读全文

posted @ 2024-11-22 21:25 失落''80 阅读(10) 评论(0) 推荐(0) 编辑

nxp dsc 数字信号处理器
摘要:https://www.nxp.com.cn/products/processors-and-microcontrollers/additional-mpu-mcus-architectures/digital-signal-controllers/32-bit-56800ex-ef-core:56 阅读全文

posted @ 2024-11-22 21:06 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

OpenWRT开发之——C++11的支持
摘要:https://www.open-open.com/lib/view/open1431998276427.html 阅读全文

posted @ 2024-11-21 22:26 失落''80 阅读(0) 评论(0) 推荐(0) 编辑

Linux系统如何查看版本信息,内核、发行版、cpu、所有版本
摘要:查看当前操作系统内核信息:uname -a 查看当前操作系统版本信息:cat /proc/version 查看当前操作系统发行版信息:cat /etc/issue 或 cat /etc/redhat-release 查看cpu相关信息,包括型号、主频、内核信息等:cat /proc/cpuinfo 阅读全文

posted @ 2024-11-18 20:59 失落''80 阅读(79) 评论(0) 推荐(0) 编辑

S3C2440开发板烧录笔记
摘要:https://blog.csdn.net/klaus_x/article/details/79494990 https://blog.csdn.net/cgb165937385/article/details/8667753 https://www.cnblogs.com/fuzidage/p/1 阅读全文

posted @ 2024-11-18 20:21 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

ARM920T 2440开发板
摘要:https://www.cnblogs.com/zyly/p/14841687.html https://developer.arm.com/documentation/ddi0151/c/debug-support/arm920t-core-clocks?lang=en https://blog. 阅读全文

posted @ 2024-11-17 21:27 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

glog c++项目必备日志库
摘要:https://blog.csdn.net/horsee/article/details/125354437 https://blog.csdn.net/hunzhangzui9837/article/details/91442039 阅读全文

posted @ 2024-11-16 02:42 失落''80 阅读(0) 评论(0) 推荐(0) 编辑

N9H20 -- ARM926EJ-S
摘要:https://bbs.elecfans.com/jishu_1851809_1_1.html https://baijiahao.baidu.com/s?id=1788778657617440582&wfr=spider&for=pc https://www.nuvoton.com 阅读全文

posted @ 2024-11-12 22:03 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

c# 对接mq
摘要:https://www.cnblogs.com/loda7023link/p/12674738.html 阅读全文

posted @ 2024-11-09 23:37 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

C++ 线程池
摘要:https://linuxcpp.0voice.com/?id=1555 阅读全文

posted @ 2024-11-09 21:14 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

RHEL 7 安装配置 PostgreSQL
摘要:https://blog.csdn.net/weixin_41989013/article/details/132715406 1.配置远程登录 修改这个目录下的 /var/lib/pqsql/14/data/postgresql.conf 文件。 输入命令: vi /var/lib/pgsql/1 阅读全文

posted @ 2024-11-09 11:01 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

RHEL 7 安装激活
摘要:https://www.cnblogs.com/fantasyxo/p/10700656.html https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/managing_systems_using_the_ 阅读全文

posted @ 2024-11-08 22:24 失落''80 阅读(7) 评论(0) 推荐(0) 编辑

DB2嵌入式编程
摘要:https://blog.csdn.net/weixin_34195546/article/details/92178360 阅读全文

posted @ 2024-11-07 21:44 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

XL C/C++ for Linux V16.1
摘要:https://www.ibm.com/docs/zh/xl-c-and-cpp-linux/16.1.0?topic=distributions-pdf-format-documentation-xl-cc-linux-v161 阅读全文

posted @ 2024-11-07 20:55 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

IBM shell 命令
摘要:https://www.ibm.com/docs/zh/aix/7.3?topic=s-sed-command 阅读全文

posted @ 2024-11-05 23:28 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

c++ 日志模块
摘要:#include <iostream> #include <string> #include <fstream> #include <time.h> #include <sys/time.h> #include <unistd.h> using namespace std; int main() { 阅读全文

posted @ 2024-11-05 19:59 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

Adobe Acrobat XI Pro如何合并多个PDF文件
摘要:https://www.onlinedown.net/article/10026580.htm 阅读全文

posted @ 2024-11-03 23:21 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

vm nat 模式下设置ubuntu 静态ip
摘要:https://www.cnblogs.com/kele-dad/p/11070342.html 阅读全文

posted @ 2024-11-03 22:51 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

imx8m mini 原理框图 && NAND FLASH
摘要:这个解决方案包括了CPU模组板(SOM Board)跟底板(Base Board)两部分 SOM Board Base Board https://www.wpgdadatong.com/tw/blog/detail/41916 https://www.wpgdadatong.com.cn/blog 阅读全文

posted @ 2024-11-03 21:00 失落''80 阅读(19) 评论(0) 推荐(0) 编辑

cpp log
摘要:#pragma once #include <iostream> #include <ctime> using namespace std; ostream& Log() { cout << "For Debug | " << "timestamp: " << (uint64_t)time(null 阅读全文

posted @ 2024-11-03 18:32 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

Mongoose HTTP server
摘要:https://mongoose.ws/documentation/tutorials/http/http-server/ 阅读全文

posted @ 2024-11-01 20:32 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示