05 2024 档案

摘要:package timeline.lizimumu.com.t.service; import android.app.IntentService; import android.content.Intent; import androidx.annotation.Nullable; import 阅读全文
posted @ 2024-05-31 21:55 Verneyyx 阅读(13) 评论(0) 推荐(0) 编辑
摘要:package timeline.lizimumu.com.t.ui; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Bundle; import android.os 阅读全文
posted @ 2024-05-30 21:55 Verneyyx 阅读(1) 评论(0) 推荐(0) 编辑
摘要:package timeline.lizimumu.com.t.ui; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.MenuItem; im 阅读全文
posted @ 2024-05-29 21:56 Verneyyx 阅读(2) 评论(0) 推荐(0) 编辑
摘要:前几天收拾电脑,把许多不经常使用的软件删了。如何导致了我的phpstorm直接不能使用了。 找了半天,问题如下。 在网上找了半天,解决方法如下。 安装了Microsoft Visual C++ 2015后,点击刷新,然后就没有问题了。 没错就是一个驱动,它当时是和一个被我删掉的软件在一起的,。 这告 阅读全文
posted @ 2024-05-28 21:57 Verneyyx 阅读(4) 评论(0) 推荐(0) 编辑
摘要:软件工程,顾名思义,就是把系统的、有序的、可量化的方法应用到软件的开发、运营和维护上的过程。 一个人的成功不是天生的,而是慢慢积累的。当然,一个优秀的程序员也是慢慢学成的;正所谓:千里之行始于足下,我们必须从最基础的开始,不仅要学会写代码,更要学会看代码,看别人的代码,发表自己的意见;并且还要学会将 阅读全文
posted @ 2024-05-28 21:51 Verneyyx 阅读(4) 评论(0) 推荐(0) 编辑
摘要:package timeline.lizimumu.com.t.ui; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.MenuItem; im 阅读全文
posted @ 2024-05-27 21:59 Verneyyx 阅读(2) 评论(0) 推荐(0) 编辑
摘要:package timeline.lizimumu.com.t.ui; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.o 阅读全文
posted @ 2024-05-24 21:00 Verneyyx 阅读(4) 评论(0) 推荐(0) 编辑
摘要:SettingsActivity.java package timeline.lizimumu.com.t.ui; import android.content.Intent; import android.os.Bundle; import androidx.appcompat.app.Actio 阅读全文
posted @ 2024-05-23 21:00 Verneyyx 阅读(2) 评论(0) 推荐(0) 编辑
摘要:界面: MainActivity.java package timeline.lizimumu.com.t.ui; import android.annotation.SuppressLint; import android.content.DialogInterface; import andro 阅读全文
posted @ 2024-05-22 21:00 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要:IgnoreActivity.java package timeline.lizimumu.com.t.ui; import android.annotation.SuppressLint; import android.content.Context; import android.os.Asyn 阅读全文
posted @ 2024-05-21 21:01 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要:界面代码: DetailActivity.java package timeline.lizimumu.com.t.ui; import android.Manifest; import android.annotation.SuppressLint; import android.app.usag 阅读全文
posted @ 2024-05-20 21:16 Verneyyx 阅读(4) 评论(0) 推荐(0) 编辑
摘要:界面代码: AboutActivity.java package timeline.lizimumu.com.t.ui; import android.os.Bundle; import androidx.appcompat.app.ActionBar; import androidx.appcom 阅读全文
posted @ 2024-05-17 21:01 Verneyyx 阅读(4) 评论(0) 推荐(0) 编辑
摘要:namelist = ["小张","小王","小李"] testlist = [1,"测试"] print(type(testlist[0])) print(type(testlist[1])) print(namelist[0]) print(namelist[1]) print(namelist 阅读全文
posted @ 2024-05-16 21:02 Verneyyx 阅读(6) 评论(0) 推荐(0) 编辑
摘要:反思总结。在实际应用中,我会不断地反思自己的做法和结果,总结经验教训,找出改进的方向。我会回顾自己采用的方法是否有效,是否能够达到预期的效果。我也会反思自己在实践中遇到的困难和挑战,思考如何更好地解决这些问题。通过反思总结,我不断地提高自己的能力和水平,不断地优化自己的工作方法和流程。 总的来说,通 阅读全文
posted @ 2024-05-16 19:53 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要:python列表的几个常用的函数 namelist.append(myname) #在列表末尾增加元素 a.extend(b) #将列表b里面每一个元素,逐一追加到末尾 a.insert(0,101) #向列表里插入元素 第一个变量为元素下标,第二个为元素对象 del namelist[2] #删除 阅读全文
posted @ 2024-05-15 21:02 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<algorithm> #include<queue> #include<cstring> using namespace std; const int N=100010; int h[N], w[N], e[N], ne[N], cur; in 阅读全文
posted @ 2024-05-14 21:03 Verneyyx 阅读(5) 评论(0) 推荐(0) 编辑
摘要:我在此怀着沉重的心情,就我在最近一次团队项目中贡献值最低的问题作出深刻的检讨。我深知自己的不足和失误给整个团队带来了严重的影响,对此我深感愧疚和懊悔。在此,我郑重承诺将认真反思自己的问题,并采取切实有效的措施加以改进,以弥补自己的过失。 一、问题的回顾与反思 在过去的一段时间里,我们团队共同承担了一 阅读全文
posted @ 2024-05-14 19:32 Verneyyx 阅读(42) 评论(0) 推荐(0) 编辑
摘要:今天学了python的输入语句,用到了print()方法,感觉python的语法很简单。 实例1 a = input("输入:") print(a) print(type(a)) 实例2(强制类型转换) c = int(input("输入:")) print(c) print(type(c)) 阅读全文
posted @ 2024-05-13 21:03 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-10 21:04 Verneyyx 阅读(1) 评论(0) 推荐(0) 编辑
摘要:form表单提交数据不跳转页面的解决方法 还是地铁查询系统 一开始写的是点击查询按钮,然后页面它就自动跳转到另外一个jsp,显示查询结果 可是老师说太low 那就升级,加了一个iframe框,然后可以在一个页面同时显示查询和查询结果 这种: 方法: 前端的form表单添加一个target="hide 阅读全文
posted @ 2024-05-10 00:26 Verneyyx 阅读(5) 评论(0) 推荐(0) 编辑
摘要:public static int search_line(String station){ int line =1; try { Connection conn = util.getConnection(); Statement state = null; String sql="select * 阅读全文
posted @ 2024-05-08 23:32 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要:最近在写地铁查询系统的时候,遇到了一个问题 线路查询:要求输入任意一个站点名,要求能查询出该站点所在的线路 这就肯定用到sql语句中的"select * from table where station="+输入的站点变量 二我们的sql语句中,一般的查询是以int型为查询条件 比如"select 阅读全文
posted @ 2024-05-07 23:28 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2024-05-06 23:00 Verneyyx 阅读(3) 评论(0) 推荐(0) 编辑
摘要:昨天完成的任务: item_container_recent_conversion.xml <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android=" 阅读全文
posted @ 2024-05-01 19:20 Verneyyx 阅读(4) 评论(0) 推荐(0) 编辑

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