1.android的HttpURLConnection发送POST请求 核心代码: PostUtils.java public class PostUtils { public static String LOGIN_URL = "http://172.16.2.54:8080/HttpTest/S ...
分类:
其他好文 时间:
2021-06-21 20:31:45
阅读次数:
0
前端时间,通过画脑图记录的方式深入分析了一下:spring底层容器的刷新过程,现在拆分为博客,分享一下。后面会附上脑图的原文件,供大家查看。 public class BeanAutowired { public static void main(String[] args) { Applicati ...
分类:
移动开发 时间:
2021-06-21 20:31:10
阅读次数:
0
server: port: 8080 spring: application: name: gateway cloud: gateway: routes: - id: guo-system4 uri: https://www.baidu.com predicates: - Query=smile # ...
分类:
其他好文 时间:
2021-06-21 20:30:01
阅读次数:
0
效果图: cs: 1 /// <summary> 2 /// ColorPick.xaml 的交互逻辑 3 /// </summary> 4 public partial class ColorPick : UserControl 5 { 6 ChangeSource _changeSource; ...
一个大的项目,PHP会引用很多文件,有时候不知道文件在哪定义,有时候不知道在哪使用的,这就很麻烦。PHP有系列的小函数可以使用:查看方法/类在是怎么被调用的;debug_backtrace(); //返回方法/类被调用的过程<?php// filename: /tmp/a.phpfunction a ...
分类:
其他好文 时间:
2021-06-21 20:27:25
阅读次数:
0
<el-collapse v-model="activeNames" @change="handleChange"> <el-collapse-item name="1"> <span class="collapse-title" slot="title">{{ collapseTitle }}</ ...
分类:
其他好文 时间:
2021-06-21 20:27:07
阅读次数:
0
1、请求答题接口 2、判断用户是否答对,答对的话跳到下一题,答错的话弹窗告诉用户有错题,请重新答题 <div class="active_title"> <span>{{ orderTitle }}</span> </div> <p v-show="toanswer" ref="question"> ...
分类:
其他好文 时间:
2021-06-21 20:25:34
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> </head> <body> <div style=" ...
分类:
其他好文 时间:
2021-06-21 20:17:26
阅读次数:
0
ssa2 = location.read_locationa(row[4]) datajson["weather"]=ssa2['weather'] datajson["temperature"]=ssa2['temperature'] datajson["windpower"]=ssa2['win ...
分类:
Web程序 时间:
2021-06-21 20:16:26
阅读次数:
0
今天完善注册的后台代码 用户协议的代码 public class Policy extends AppCompatActivity { private long mExitTime; @Override public boolean onKeyDown(int keyCode, KeyEvent e ...
分类:
其他好文 时间:
2021-06-21 20:16:14
阅读次数:
0