1、要求增加用户注册功能,用户注册信息包括用户ID(学号)、用户名(姓名),手机号码,用户单位(班级),用户班级四项基本信息,用户第一次注册后,用户姓名不用每次输入 。 2、体温上报界面包括用户姓名(自动从注册信息获取)、测量时间(精确到年月日时分即可)、所在位置(自动获取)、测量体温(缺省值为36 ...
分类:
其他好文 时间:
2021-05-24 07:17:34
阅读次数:
0
1、Form连接数据库apps/apps@TEST 2、plsql模拟界面环境(初始化)8008初始化begin fnd_global.APPS_INITIALIZE(user_id => 1671,resp_id =>50716 ,resp_appl_id => 401); mo_global.i ...
分类:
数据库 时间:
2021-05-24 07:15:58
阅读次数:
0
execution表达式 * 在AOP的配置中需要配置切入点,那么就需要配置切入点所需要切入的位置 ,需要通过execution表达式来实现。 <aop:config> <aop:pointcut id="pointcut" expression="execution(* com.shi.servi ...
分类:
编程语言 时间:
2021-05-24 06:39:46
阅读次数:
0
内置函数: bool()计算对象的bool值 type()查看数据类型 str()转字符 int()转int float()转浮点 a is b 比较ID是否相等 not b 等于 !b //取整运算 ** 幂运算 “”“xxx""" 块注释,也可以作为字符串使用 None 空列表:[]、list( ...
分类:
编程语言 时间:
2021-05-24 06:38:27
阅读次数:
0
1 from selenium import webdriver 2 from time import sleep 3 import random 4 class testCase(object): 5 def __init__(self): 6 url = 'http://www.baidu.co ...
分类:
Web程序 时间:
2021-05-24 06:36:25
阅读次数:
0
1、top cpu占用过高 2、docker stats 3、docker ps 4、docker exec -it /bin/bash 【id】 5、top 6、ps -mp [占用过高程序pid] -o THREAD,tid,time 7、printf "%x\n" [异常线程tid] 8、js ...
分类:
编程语言 时间:
2021-05-24 06:32:15
阅读次数:
0
Cone crusher main shaft fracture is the common fault during operation, which will seriously influence the crusher normal working. ...
分类:
其他好文 时间:
2021-05-24 06:25:28
阅读次数:
0
1、阿里maven <repositories> <repository> <id>alimaven</id> <url>https://maven.aliyun.com/repository/public</url> </repository> </repositories> <pluginRep ...
分类:
其他好文 时间:
2021-05-24 06:23:30
阅读次数:
0
环境为suse11-oracleA、B 数据库主机配置裸设备 1、查看A、B主机是否存在共享盘 Oracle1:~# lvmdiskscan /dev/vg01/lv01 [ 100.00 GiB] /dev/sda1 [ 1.00 GiB] /dev/vg01/lv02 [ 10.00 GiB] ...
分类:
其他好文 时间:
2021-05-24 06:13:25
阅读次数:
0
metlink id 1400383.1 Cd 进入$MWA_TOP/bin下 In 11i: $MWA_TOP/secure/ In R12: $INST_TOP/admin/install/ sh mwactl.sh -login sysadmin/sysadmin stop_force 102 ...
分类:
其他好文 时间:
2021-05-24 06:11:49
阅读次数:
0