摘要: #includeint main() { int *p1,*p2,*p,a,b; printf("please enter two integer numbers"); scanf("%d,%d",&a,&b); p1=&a; ... 阅读全文
posted @ 2018-07-28 22:35 luoganttcc 阅读(71) 评论(0) 推荐(0)
摘要: redis 安装完成后,以下代码可以直接运行#!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Wed Sep 5 16:08:51 2018@author: luogan"""impor... 阅读全文
posted @ 2018-07-28 13:06 luoganttcc 阅读(362) 评论(0) 推荐(0)