会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不详·Christina
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
20
21
22
23
24
25
26
27
28
···
40
下一页
2021年3月5日
2021.3.5
摘要: 可能原因为idea中没有手动导入依赖 在Project Structure中选中对应文件,选择Artifacts,在WEB-INF文件夹下创建lib文件夹,点击加号,选择Library File,导入所有依赖,点击apply与ok即可
阅读全文
posted @ 2021-03-05 21:49 不详·Christina
阅读(53)
评论(0)
推荐(0)
2021年3月4日
2021.3.4
摘要: 以上为我的错误: 其中temdate为数据库名,但是我想存入另一个数据表,所以将其改为其他数据表名,导致没有传进去 错误原因为没有分清url的结构
阅读全文
posted @ 2021-03-04 15:30 不详·Christina
阅读(44)
评论(0)
推荐(0)
2021年3月3日
2021.3.3
摘要: 花费时间:2小时 代码量:80行 博客:1篇 今天开始学习SpringMVC,但是我是今年寒假开始用的idea,用idea学了Mybatis与Spring5,但是没有在idea上实际写过web项目,对其中的xml文件不熟悉,今天尝试了idea上在xml文件里写servlet注册的标签,还是和ecli
阅读全文
posted @ 2021-03-03 22:00 不详·Christina
阅读(62)
评论(0)
推荐(0)
2021年3月2日
2021.3.2
摘要: 花费时间:三个小时 代码量:74行 博客:1篇 知识点:http的标签: font(改变字体大小和颜色) br(换行) dl与dt(列表标签) ur与ol(有序和无序列表)其中包括ur的二级标签 <ul> <li>数码 <ul> <li>笔记本</li> <li>手机</li> <li>家电</li
阅读全文
posted @ 2021-03-02 20:53 不详·Christina
阅读(68)
评论(0)
推荐(0)
2021年2月25日
2021.2.25
摘要: 和上次一样,我打算通过url向mysql存储,对之前的代码进行修改,可以使用 public class web_login { public String executeHttpGet2(){ HttpURLConnection connection = null; InputStream in =
阅读全文
posted @ 2021-02-25 20:55 不详·Christina
阅读(40)
评论(0)
推荐(0)
2021年2月24日
2021.2.24
摘要: 解决了地址无法显示的bug 是因为手机没有给权限。。。 很无语
阅读全文
posted @ 2021-02-24 19:37 不详·Christina
阅读(37)
评论(0)
推荐(0)
2021年2月23日
2021.2.23
摘要: 今天做了界面显示功能,地址识别还有bug public class xianshiclass extends AppCompatActivity { TextView xianshi; Button button; Intent intent = new Intent(); @Override pr
阅读全文
posted @ 2021-02-23 21:53 不详·Christina
阅读(35)
评论(0)
推荐(0)
2021年2月22日
2021.2.22
摘要: app需要向用户申请权限,网上扒代码 public class SaveExcelActivity extends AppCompatActivity { private TextView textView; private AlertDialog alertDialog; String[] per
阅读全文
posted @ 2021-02-22 19:53 不详·Christina
阅读(46)
评论(0)
推荐(0)
2021年2月21日
2021.2.21
摘要: 今天申请百度地图api,从网上扒代码 public class gettemdatelist implements Runnable{ private List<gettemdate> list; private String str; public List<gettemdate> getList
阅读全文
posted @ 2021-02-21 19:33 不详·Christina
阅读(39)
评论(0)
推荐(0)
2021年2月20日
2021.2.20
摘要: 今天实现登录功能 和web差不多 public class register extends AppCompatActivity { private static String name; public static String getName() { return name; } public
阅读全文
posted @ 2021-02-20 20:30 不详·Christina
阅读(71)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
25
26
27
28
···
40
下一页
公告