Introduction Many times, when you have an Oracle application and you have to support special characters like ö,ä,ü,é,è or currency symbols (e.g. €), y ...
分类:
数据库 时间:
2019-04-27 10:09:52
阅读次数:
212
Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1,2]). Y ...
分类:
其他好文 时间:
2019-04-23 20:59:07
阅读次数:
162
拿到本机的ip地址,只显示ip地址查看网络连接情况,找到与80端口有关的找到与httpd相关的进程信息显示虚拟内存使用情况不解压查看kkk.xz的原文本内容yum卸载apache服务器删除test1文件每行行首的空格编辑crontab,要求每周六,周日的1点10分重启apache/etc/passwd按照uid数字大小进行排序查看系统当前apache进程个数.写一个脚本,根据用户输入分别检测磁盘使
分类:
其他好文 时间:
2019-04-22 20:55:21
阅读次数:
138
在用mysql数据库建表和修改数据库数据时,出现 Unknown column 'bname' in 'where clause'和Unknown column 'bid' in 'field list'。 除了网友提供的诸多种情形和解决方案,答主列举一种 ...
分类:
数据库 时间:
2019-04-22 18:02:21
阅读次数:
300
1.虚拟机设置网关后,启动服务后,发现ping www.baidu.com报错如下: dsn服务没有配置。 解决方法: 查看配置文件/etc/resolv.conf 是否有nameserver 8.8.8.8;若没有,添加并保存。 若8.8.8.8 同样ping不通,则检查/etc/sysconfi ...
分类:
系统相关 时间:
2019-04-21 09:39:14
阅读次数:
166
Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1,2]). Y ...
分类:
其他好文 时间:
2019-04-16 10:38:18
阅读次数:
175
https://leetcode.com/problems/search-in-rotated-sorted-array-ii/ Suppose an array sorted in ascending order is rotated at some pivot unknown to you be ...
分类:
其他好文 时间:
2019-04-15 09:14:17
阅读次数:
143
基本用法 命令语法 adb 命令的基本语法如下: adb [-d|-e|-s <serialNumber>] <command> 如果只有一个设备/模拟器连接时,可以省略掉 [-d|-e|-s <serialNumber>] 这一部分,直接使用 adb <command>。 为命令指定目标设备 如果 ...
分类:
数据库 时间:
2019-04-12 19:27:20
阅读次数:
323
客户端不能连接MySQL 场景: 数据库(此处以MySQL为例)安装在虚拟机里面,在宿主机上进行连接数据库的时候始终不能连接,但在虚拟机中使用正常。 针对上面的场景: 1. 在虚拟机里面可以正常使用MySQL 2. 在宿主机上进行连接的时候,始终不能连接 解决方案: 第一步:检查账号是否支持远程链接 ...
分类:
数据库 时间:
2019-04-06 18:59:54
阅读次数:
2034