07 2020 档案
摘要:ldd和nm是Linux下两个非常实用的程序分析工具。其中,ldd是用来分析程序运行时需要依赖的动态链接库的工具,nm是用来查看指定程序中的符号表信息的工具。 1 ldd 格式:ldd [options] file 功能:列出file运行所需的共享库 参数: -d 执行重定位并报告所有丢失的函数 -
阅读全文
posted @ 2020-07-28 21:26
SolidMango
摘要:你好,三角形 在学习此节之前,建议将这三个单词先记下来: 顶点数组对象:Vertex Array Object,VAO 顶点缓冲对象:Vertex Buffer Object,VBO 索引缓冲对象:Element Buffer Object,EBO或Index Buffer Object,IBO 当
阅读全文
摘要:--注意权限问题 1.查看是否有被锁的表: select b.owner,b.object_name,a.session_id,a.locked_modefrom v$locked_object a,dba_objects b where b.object_id = a.object_id 2.查看
阅读全文
posted @ 2020-07-09 19:47
SolidMango
摘要:find(1): -newerXY reference Compares the timestamp of the current file with reference. The reference argument is normally the name of a file (and one
阅读全文
摘要:在shell脚本中,我们想要实现多进程高并发,最简单的方法是把命令丢到后台去,如果量不大的话,没问题。 但是如果有几百个进程同一时间丢到后台去就很恐怖了,对于服务器资源的消耗非常大,甚至导致宕机。 那有没有好的解决方案呢? 当然有! 一、基础知识1.文件描述符文件描述符(缩写fd)在形式上是一个非负
阅读全文
posted @ 2020-07-08 19:47
SolidMango
摘要:QOpenGLWidget 揭秘 From QWidget to QOpenGLWidget xxxGL() Functions How to render? QWidget Review QOpenGLWidget ApplicationQOpenGLWidget Exploration Simp
阅读全文
posted @ 2020-07-05 19:40
SolidMango

浙公网安备 33010602011771号