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
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
目录 一 js案例 二 jQuery 2.1 jQuery的基本语法 2.2 js和jQuery对比 三如何查找标签 3.1基本选择器 3.2 对象之间的转换 3.3 组合选择器/分组与嵌套 3.4 基本筛选器 3.5 属性选择器 3.6表单筛选器 3.6 筛选器方法 回到顶部 一 js案例 <di ...
分类:
Web程序 时间:
2021-05-24 06:15:40
阅读次数:
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
原生input 类型为file时需要对不同参数做出调整 <input type="file" name="file" id="file" accpet=".doc,.docx,application/msword,application/vnd.openxmlformats-officedocume ...
分类:
其他好文 时间:
2021-05-24 06:06:15
阅读次数:
0
源码是从3DWall改造的,忘了哪下载的了,没办法贴上原链接了。 1.将UseControl改造成Control控件,这样可以在用的地方改模板即可。(内容控件的DataTemplate) 2.将Wall显示控件改成类似与ItemSource的绑定 3.实现了横向排列和竖向排列。 4.3D部分没有改, ...