上一页 1 2 3 4 5 6 ··· 27 下一页
摘要: 今日收获: mysql数据库相关操作: import MySQLdb # 打开数据库连接db = MySQLdb.connect("localhost", "testuser", "test123", "TESTDB", charset='utf8' ) # 使用cursor()方法获取操作游标 c 阅读全文
posted @ 2021-12-04 10:27 平安喜乐v 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 今日收获: wView.setDownloadListener(new DownloadListener(){ @Override public void onDownloadStart(String url, String userAgent, String contentDisposition, 阅读全文
posted @ 2021-12-03 08:26 平安喜乐v 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 完成了杨紫光老师的DotNet作业以及实验报告,我们组做的是超市进销存系统。附截图: 1.商品管理界面: 2.数据表格图: 3.商品入库图: 阅读全文
posted @ 2021-12-02 08:05 平安喜乐v 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 调用系统自带Carema 我们只需下面一席话语,即可调用系统相机,相机拍照后会返回一个intent给onActivityResult。 intent的extra部分包含一个编码过的Bitmap~ Intent it = new Intent(MediaStore.ACTION_IMAGE_CAPTU 阅读全文
posted @ 2021-12-01 08:52 平安喜乐v 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 软件设计模式个人作业,附代码: package com.lunwen.bean; public class data { private String title; private String abs; private String link; private String keyword; pu 阅读全文
posted @ 2021-11-30 14:22 平安喜乐v 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 准备王建民老师的课堂测试。 阅读全文
posted @ 2021-11-29 19:21 平安喜乐v 阅读(14) 评论(0) 推荐(0) 编辑
摘要: j今日复习,准备考试。 阅读全文
posted @ 2021-11-28 20:19 平安喜乐v 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 今天整理了一些软件设计的笔记,复习准备即将到来的考试。 阅读全文
posted @ 2021-11-27 11:07 平安喜乐v 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 今日上课完成了云计算老师布置的任务。 阅读全文
posted @ 2021-11-26 19:17 平安喜乐v 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 今天我们找到了一个比较简洁的界面模板,虽然感觉效果不是很好,但是比起之前来说要好很多,我们这几天打算再次完善一些界面。 阅读全文
posted @ 2021-11-25 20:46 平安喜乐v 阅读(19) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 27 下一页