2019年11月24日

C++ Linux Notes

摘要: the return value of pthread_equal() RETURN VALUE If the two thread IDs are equal, pthread_equal() returns a nonzero value; otherwise, it returns 0. GD 阅读全文
posted @ 2019-11-24 11:29 Saymour2008 阅读(38) 评论(0) 推荐(0) 编辑
2019年7月21日

Build Android

摘要: 1. Install the SW package and libraries as the PDF. 1.1 if fail, update source list https://forum.ubuntu.org.cn/viewtopic.php?t=268843 https://blog.cs 阅读全文
posted @ 2019-07-21 21:03 Saymour2008 阅读(137) 评论(0) 推荐(0) 编辑
2019年6月27日

when boot partition is full

摘要: https://linuxhint.com/ubuntu_boot_partition_full/ 阅读全文
posted @ 2019-06-27 15:03 Saymour2008 阅读(92) 评论(0) 推荐(0) 编辑
2019年6月11日

Android App 基础

摘要: 1. LinearLayout 线性布局 90pt 磅 1/72英寸 match_parent 指定子组件的高度,宽度与父容器组件的高度,宽度相同。 属性 android:orientation 水平排列或者垂直排列 Android开发之基本控件和详解四种布局方式 https://www.cnblo 阅读全文
posted @ 2019-06-11 14:33 Saymour2008 阅读(199) 评论(0) 推荐(0) 编辑
2019年5月4日

config the opengrok

摘要: Concepts: source.war is a web app that runs in tomcat to read the index/xref created by opengork. opengork.jar is jar package that runs with java to p 阅读全文
posted @ 2019-05-04 22:03 Saymour2008 阅读(175) 评论(0) 推荐(0) 编辑
2019年2月27日

Ubuntu adb no permission

摘要: https://blog.csdn.net/liuxu0703/article/details/60956006 Ubuntu 下使用 ADB 调试 Android 应用时的设备识别问题 阅读全文
posted @ 2019-02-27 13:51 Saymour2008 阅读(260) 评论(0) 推荐(0) 编辑
2019年1月17日

Android和Java入门

摘要: 使用eclipse调试 ctrl+F11 设置运行参数 Alt+Enter打开工程properties, 然后选择Run/Debug setting, edit具体的项目,选择Argument 的设置。 使用jar包 http://it easy.tw/java jar/ 使用eclipse输出ja 阅读全文
posted @ 2019-01-17 11:21 Saymour2008 阅读(267) 评论(0) 推荐(0) 编辑
2018年11月16日

Interpret Linux /proc/*

摘要: /proc/diskstat 阅读全文
posted @ 2018-11-16 11:37 Saymour2008 阅读(112) 评论(0) 推荐(0) 编辑
2018年11月15日

OpenGL/EGL练习

摘要: public class LessonOneRenderer implements GLSurfaceView.Renderer mModelMatrix | 浮点数组 | 用于把模型从对象空间移动到世界空间(坐标系?) mViewMatrix | 浮点数组 | 可以看作是摄像机,用于把模型从世界坐 阅读全文
posted @ 2018-11-15 18:08 Saymour2008 阅读(763) 评论(0) 推荐(0) 编辑
2018年11月12日

Config the termux

摘要: 1. https://wiki.termux.com/wiki/User_Interface There are three additional interface elements available: A context menu, navigation drawer and notifica 阅读全文
posted @ 2018-11-12 16:18 Saymour2008 阅读(451) 评论(0) 推荐(0) 编辑