06 2018 档案

Returning Values from Bash Functions
摘要:转自:https://www.linuxjournal.com/content/return-values-bash-functions Bash functions, unlike functions in most programming languages do not allow you t 阅读全文

posted @ 2018-06-25 19:34 deodara 阅读(105) 评论(0) 推荐(0)

valgrind检查still reachable情况
摘要:valgrind --leak-check=yes检查bufr编解码程序运行时提示still reachable: 568 bytes in 1 blocks,如下图示: 于是怀疑有内存泄漏,难道是malloc或calloc后没有free?但这样仍看不出哪里代码出了问题,于是开启valgrind的选 阅读全文

posted @ 2018-06-22 10:43 deodara 阅读(1886) 评论(0) 推荐(1)

What is a schema in a MySQL database?
摘要:摘自:https://www.quora.com/What-is-a-schema-in-a-MySQL-database What is schema? In MySQL, physically, a schema is synonymous with a database. You can su 阅读全文

posted @ 2018-06-11 08:22 deodara 阅读(270) 评论(0) 推荐(0)

导航

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