摘要: start bit:28 bit length:12 0b000010100000 | |bit7 |bit6 | bit5 | bit4 | bit3 | bit2 |bit1 | bit0 | | | | | | | | | | | | byte0 | 0 | 0 | 0 |0 | 0 | 0 阅读全文
posted @ 2023-07-17 16:12 BruceWayne09 阅读(38) 评论(0) 推荐(0) 编辑
摘要: ``` cmake_minimum_required(VERSION 2.8 FATAL_ERROR) project("demo") set(DEMO_INCLUDE_DIRS "./include") set(DEMO_LIB_DIRS "./lib") message("${DEMO_INCL 阅读全文
posted @ 2023-06-20 13:56 BruceWayne09 阅读(4) 评论(0) 推荐(0) 编辑
摘要: * set java env, add /home/linxu/myspace/java_projects/algs4/algs4.jar to CLASSPATH `sudo vim ~/.bashrc` `export JAVA_HOME=/usr/lib/jvm/java-11-openjdk 阅读全文
posted @ 2023-05-09 13:39 BruceWayne09 阅读(8) 评论(0) 推荐(0) 编辑
摘要: coredump ulimit -c ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unli 阅读全文
posted @ 2022-10-24 10:44 BruceWayne09 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Build Boost for Android https://github.com/moritz-wundke/Boost-for-Android set the NDK_ROOT environment export NDK_ROOT=~/Android/Sdk/ndk/23.1.7779620 阅读全文
posted @ 2022-09-21 20:01 BruceWayne09 阅读(776) 评论(1) 推荐(0) 编辑
摘要: 当前操作系统:ubuntu 16.04 使用 TUNA 的软件源镜像替换sources.list 备份原sources.list文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak sudo vim /etc/apt/sources.l 阅读全文
posted @ 2022-07-27 10:47 BruceWayne09 阅读(409) 评论(0) 推荐(0) 编辑
摘要: data structures and algorithm analysis in c++ 阅读全文
posted @ 2022-06-30 17:12 BruceWayne09 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Note You may notice that the familyNames property is declared using the copy keyword instead of strong. What’s up with that? Why should we be copying ... 阅读全文
posted @ 2015-11-19 09:34 BruceWayne09 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Beginning IOS 7 Development Exploring the IOS SDK目前使用的是Objective-C,用这本书,简单记录一下第一章,图书简介第二章,简要介绍使用xcode,建一个HelloWorld工程,并添加app应用图片第三章,讲解Outlets和Actions是... 阅读全文
posted @ 2015-10-21 20:48 BruceWayne09 阅读(161) 评论(0) 推荐(0) 编辑