会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ouyang520
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2020年4月1日
在GTK+2.0中实现简单的多用户登入系统
摘要: 源代码如下: #include<gtk/gtk.h> #include<stdio.h> #include<stdlib.h> GtkWidget *name;//定义一个全局变量 GtkWidget *pass; char id1[]="oyx1";//自行定义用户1和用户2 char id2[]
阅读全文
posted @ 2020-04-01 23:06 oldxi
阅读(438)
评论(0)
推荐(0)
2020年3月31日
ubuntu 执行sudo apt-get install libgtk2.0-devs安装gtk+-2.0时报错Failed to fetch IP:https://的解决
摘要: Err:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 404 Not Found [IP: 101.6.8.193
阅读全文
posted @ 2020-03-31 10:18 oldxi
阅读(782)
评论(0)
推荐(0)
2020年3月22日
Linux下Makefile,静态库,动态库的实现
摘要: 首先,创建一个文件夹,并在改文件夹下存进如下文件: cal.h:头文件 #ifndef cal_h #define cal_h int add(int,int); int sub(int,int); int mul(int,int); int div(int,int); int mod(int,in
阅读全文
posted @ 2020-03-22 15:27 oldxi
阅读(1597)
评论(0)
推荐(0)
上一页
1
2
3
4
公告