码迷,mamicode.com
首页 >  
搜索关键字:lower    ( 3122个结果
SQL-Base 函数
T-SQL提供的函数 字符串函数 UPPER(字符串) LOWER(字符串) 将字符串转为大写,返回新的字符串 将字符串转为小写,返回新的字符串 LTRIM(字符串) RTRIM(字符串) LTRIM(RTRIM(字符串)) 去除字符串左边的空格,返回新的字符串 去除字符串右边的空格,返回新的字符串 ...
分类:数据库   时间:2020-06-07 12:59:12    阅读次数:151
Legal terms 1
appellant: a person who applies to a higher court for a reversal of the decision of a lower court. appellee: the respondent in a case appealed to a hi ...
分类:其他好文   时间:2020-06-03 09:19:44    阅读次数:70
代码审计之 appcms ***F 绕过漏洞
官网:http://www.appcms.cc/演示站点:http://www.topber.com/下载最新安装包:http://www.appcms.cc/download/appcms_2.0.101.zip安装好后看pic.php文件代码如下:<?phpif(isset($_GET[‘url‘])&&trim($_GET[‘url‘])!=‘‘&&is
分类:移动开发   时间:2020-05-31 09:15:34    阅读次数:115
DMO: introducing the benchmarking tool
This blog introduces the benchmarking tool for checking the migration rate prior to database migration option (DMO). As a prerequisite, you should rea ...
分类:其他好文   时间:2020-05-31 00:51:15    阅读次数:122
oracle函数大全
F.1字符函数——返回字符值 (chr,concat,initcap,lower,lpad/rpad,nls_initcap,nls_lower,nls_upper,regexp_replace,regexp_substr,replace,trim/ltrim/rtrim,soundex,subst ...
分类:数据库   时间:2020-05-30 19:49:44    阅读次数:73
树莓派命令行配置无线网络
树莓派版本: Raspberry Pi 4B 操作系统 : Ubuntu Server 20.04_x64 使用 ip a 查看无线网卡名称: ubuntu@ubuntu:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue st ...
分类:其他好文   时间:2020-05-30 01:01:28    阅读次数:92
考核题
一、数据分析的步骤 二、提出问题: 如本考题三个题目所示: 三、获取数据源 采用本考题提供的数据源:data..xlsx 分析工具:Excel、Jupyter Notebook 环境:Window10 语言:python 四、理解数据 #导入数据 import pandas as pd dataDf ...
分类:其他好文   时间:2020-05-29 23:07:50    阅读次数:89
PHP字符串总结
长度 strlen($string):得到字符串长度 字符串查找 strpos($string, $search[, $offset]):在指定字符串中查找目标字符串第一次出现的位置 stripos($string, $search[, $offset]):忽略大小写的去查找 strrpos($st ...
分类:Web程序   时间:2020-05-29 19:21:15    阅读次数:83
ros模型建立——urdf
首先创建软件包来存储机器人模型 catkin_create_pkg mastering_ros_robot_description_pkg roscpp tf geometry_msgs urdf rviz xacro 安装为安装的软件包 1 sudo apt install ros-melodic ...
分类:其他好文   时间:2020-05-29 11:50:51    阅读次数:100
oracle常用单行函数
(本文章内容仅在windows10下经测试能够运行,不能保证其他环境下的可靠性) oracle单行函数:作用于一行,返回一个值 字符函数 upper和lower,使用案例代码如下: 字符函数 upper(varchar) 将字符串中小写字母转换为大写 参数1:一个字符串 select upper(' ...
分类:数据库   时间:2020-05-28 12:56:56    阅读次数:81
3122条   上一页 1 ... 14 15 16 17 18 ... 313 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!