摘要: 1. LinkedList 1) Build the list 2) Sort the list 3) Look up some item in the list 4) Insertion and deletion in the list 5) Reverse the list 6) Jouseph 阅读全文
posted @ 2024-07-26 13:43 Saymour2008 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 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) 编辑
摘要: https://linuxhint.com/ubuntu_boot_partition_full/ 阅读全文
posted @ 2019-06-27 15:03 Saymour2008 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 1. LinearLayout 线性布局 90pt 磅 1/72英寸 match_parent 指定子组件的高度,宽度与父容器组件的高度,宽度相同。 属性 android:orientation 水平排列或者垂直排列 Android开发之基本控件和详解四种布局方式 https://www.cnblo 阅读全文
posted @ 2019-06-11 14:33 Saymour2008 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: https://blog.csdn.net/liuxu0703/article/details/60956006 Ubuntu 下使用 ADB 调试 Android 应用时的设备识别问题 阅读全文
posted @ 2019-02-27 13:51 Saymour2008 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 使用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) 编辑
摘要: /proc/diskstat 阅读全文
posted @ 2018-11-16 11:37 Saymour2008 阅读(112) 评论(0) 推荐(0) 编辑
摘要: public class LessonOneRenderer implements GLSurfaceView.Renderer mModelMatrix | 浮点数组 | 用于把模型从对象空间移动到世界空间(坐标系?) mViewMatrix | 浮点数组 | 可以看作是摄像机,用于把模型从世界坐 阅读全文
posted @ 2018-11-15 18:08 Saymour2008 阅读(763) 评论(0) 推荐(0) 编辑