问题:ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^405","kglseshtTable") 解决:增加数据库存内存大小 SQL> alter sy ...
分类:
数据库 时间:
2020-04-16 20:54:58
阅读次数:
278
CentOS 下报错 1.Unable to load shared library 'libdl' 解决方法:创建软链接 #locate libdl /usr/lib64/libdl-2.17.so /usr/lib64/libdl.so.2 #cd /usr/lib64 #ln -s libdl ...
01:失败后,不截图 访问网站:https://robotframework.org/#libraries 在网站中通过以下指引查看 点击-external - seleniumLibrary-readme.rst-introduction-keyword documentation-importi ...
分类:
其他好文 时间:
2020-04-15 11:02:28
阅读次数:
185
安装完MySQLdb无法使用 Traceback (most recent call last): File "test.py", line 10, in <module> import MySQLdb as mysql File "/usr/lib64/python2.7/site-package ...
分类:
数据库 时间:
2020-04-14 14:07:48
阅读次数:
122
#Region "过滤sql语句" Public Shared Function denny(ByVal id) As String id = Replace(id, "'", "") id = Replace(id, " and ", "") id = Replace(id, "select ", ...
分类:
数据库 时间:
2020-04-13 15:22:32
阅读次数:
88
1.对热修复和插件化的理解 2.插件化原理分析 3.模块化实现(好处,原因) 4.热修复、插件化 5.项目组件化的理解 6.描述清点击 Android Studio 的 build 按钮后发生了什么 复制代码 参考答案: 1.对热修复和插件化的理解 blog.csdn.net/github_3713 ...
分类:
移动开发 时间:
2020-04-13 15:20:39
阅读次数:
92
登录逻辑判断 1.缓存token,使用的是shared_preferences 简单封装一层 2.在入口类判断是否登录,决定加载哪个页面 3.登录界面 登录界面代码如下 ...
分类:
其他好文 时间:
2020-04-12 23:03:20
阅读次数:
256
引用:https://blog.csdn.net/kmblack1/article/details/81002316 wal_buffers默认值为-1,此时wal_buffers从shared_buffers中分配,wal_buffers大小为shared_buffers的1/32;autovac ...
分类:
其他好文 时间:
2020-04-12 14:21:36
阅读次数:
88
1. 编译报错,提示不支持 解决思路一: 排查一些库文件或者代码文件有没有导入,一般为依赖文件找不到导致报错, Build Phases complite sources 或者 link binary with libraries ,未添加的文件加进去,如果还是不行再试试其他问题 ...
分类:
移动开发 时间:
2020-04-12 10:57:05
阅读次数:
85
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microso ...
分类:
Web程序 时间:
2020-04-10 12:00:20
阅读次数:
212