码迷,mamicode.com
首页 >  
搜索关键字:event id    ( 78953个结果
团队博客3
1、要求增加用户注册功能,用户注册信息包括用户ID(学号)、用户名(姓名),手机号码,用户单位(班级),用户班级四项基本信息,用户第一次注册后,用户姓名不用每次输入 。 2、体温上报界面包括用户姓名(自动从注册信息获取)、测量时间(精确到年月日时分即可)、所在位置(自动获取)、测量体温(缺省值为36 ...
分类:其他好文   时间:2021-05-24 07:17:34    阅读次数:0
sql and Linux
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
Spring_17_AOP配置 之 execution表达式
execution表达式 * 在AOP的配置中需要配置切入点,那么就需要配置切入点所需要切入的位置 ,需要通过execution表达式来实现。 <aop:config> <aop:pointcut id="pointcut" expression="execution(* com.shi.servi ...
分类:编程语言   时间:2021-05-24 06:39:46    阅读次数:0
Python
内置函数: bool()计算对象的bool值 type()查看数据类型 str()转字符 int()转int float()转浮点 a is b 比较ID是否相等 not b 等于 !b //取整运算 ** 幂运算 “”“xxx""" 块注释,也可以作为字符串使用 None 空列表:[]、list( ...
分类:编程语言   时间:2021-05-24 06:38:27    阅读次数:0
selenium webDriver属性
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
记一次线上java程序CPU占用过高问题排查
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
How to Prevent Cone Crusher Main Shaft Fracture
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
阿里maven
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-x86 配置裸设备
环境为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
wms trace 及 重启wms mobile server
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
78953条   上一页 1 ... 30 31 32 33 34 ... 7896 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!