2019年8月9日

read link-load-library

摘要: -s, --full-contents Display the full contents of all sections requestedshow code as section. 1 (my_env) moonx@moonx:chapter7$ objdump -s program1 2 3 阅读全文

posted @ 2019-08-09 17:26 csuyangpeng 阅读(657) 评论(0) 推荐(0)

mysql practice

摘要: 1 #include <mysql/mysql.h> 2 #include <stdio.h> 3 #include <stdlib.h> 4 5 int main() { 6 MYSQL *conn; 7 MYSQL_RES *res; 8 MYSQL_ROW row; 9 10 char *se 阅读全文

posted @ 2019-08-09 11:31 csuyangpeng 阅读(159) 评论(0) 推荐(0)

导航

//替换成自己路径的js文件