说明 substr_compare ( string $main_str , string $str , int $offset [, int $length [, bool $case_insensitivity = FALSE ]] ) : int substr_compare() 从偏移位置 ...
分类:
其他好文 时间:
2020-05-28 16:13:51
阅读次数:
51
oracle数据库获取uuid:select rawtohex(sys_guid()) from dual; mapper.xml实例 <insert id="insert" parameterType="net.topcheer.module.entity.TsOperateLog"> <sele ...
分类:
数据库 时间:
2020-05-27 20:42:54
阅读次数:
120
按键消抖原因 使用机械弹性开关,当机械触点闭合/断开时,由于机械触点的弹性作用,一个按键开关在闭合时不会马上稳定的接通,在断开时也不会马上断开。而是会在闭合/断开的瞬间伴随一连串的抖动,为避免这种现象带来的问题,需要进行按键消抖。 硬件消抖 在按键个数较少时可以使用硬件方法消除抖动。下图所示为使用R ...
分类:
其他好文 时间:
2020-05-27 18:52:54
阅读次数:
125
说明 strpos ( string $haystack , mixed $needle [, int $offset = 0 ] ) : int 返回 needle 在 haystack 中首次出现的数字位置。https://www.bzd6688.com/zhixiandianji/ 参数 ha ...
分类:
其他好文 时间:
2020-05-27 18:26:27
阅读次数:
58
ssh:https://blog.csdn.net/df0128/article/details/90298591 https://blog.csdn.net/jiang1986829/article/details/51275361 git parameter (根据tag构建) https:// ...
分类:
其他好文 时间:
2020-05-27 18:26:13
阅读次数:
46
application 应用程式 应用、应用程序 application framework 应用程式框架、应用框架 应用程序框架 architecture 架构、系统架构 体系结构 argument 引数(传给函式的值)。叁见 parameter 叁数、实质叁数、实叁、自变量 array 阵列 数 ...
分类:
其他好文 时间:
2020-05-27 14:57:44
阅读次数:
67
ansible step: 问题2:(由于安装的python3.6.4,想默认使用pip3.6安装requirements) 根据官方文档,错误是 executable无法和virtualenv 2个parameters并行 https://docs.ansible.com/ansible/late ...
分类:
其他好文 时间:
2020-05-25 19:14:17
阅读次数:
58
原文:我在项目中运用 IOC(依赖注入)--实战篇 上一篇《我在项目中运用 IOC(依赖注入)--入门篇》只是简单的使用 IOC。实际项目使用 IOC 的情景复杂多了,比如说,构造函数有多个参数,有多个类继承同一个接口... Unity都有解决方法。首先回顾一下入门篇的项目需求:项目中数据统计功能,... ...
分类:
其他好文 时间:
2020-05-24 00:21:11
阅读次数:
57
<insert id="insertCustomer2" parameterType="Customer"> /* order="AFTER"表示在下面的插入语句执行之后在执行 */ <selectKey keyColumn="cust_id" order="AFTER" keyProperty=" ...
分类:
其他好文 时间:
2020-05-23 20:38:04
阅读次数:
98
有时候连得上数据库,有时候又连不上. 可能是数据库上当前的连接数目已经超过了它能够处理的最大值. select count(*) from v$process --当前的连接数 select value from v$parameter where name = 'processes' --数据库允 ...
分类:
移动开发 时间:
2020-05-23 18:13:09
阅读次数:
75