When a query is open in the block, the Post-Query trigger fires each time Form Builder fetches a record into a block. The trigger fires once for each ...
分类:
数据库 时间:
2018-11-30 17:36:18
阅读次数:
210
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:27.0.2. Open File Show Details Unab... ...
分类:
其他好文 时间:
2018-11-30 11:36:55
阅读次数:
130
通常我们喜欢将hql查询结果封装到POJO对象syntax:select new POJO(id,name) from POJO ; 这种封装需要POJO类提供对应构造器,POJO(id,name)构造方法。 但使用中经常会抛这样的异常:Unable to locate appropriate co ...
分类:
移动开发 时间:
2018-11-30 11:22:29
阅读次数:
211
不能为虚拟电脑 centos7 打开一个新任务. 不能为虚拟电脑 centos7 打开一个新任务. Unable to load R3 module C:\Program Files\Oracle\VirtualBox/VBoxDD.DLL (VBoxDD): GetLastError=1790 ( ...
错误描述: Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the clien ...
分类:
其他好文 时间:
2018-11-28 20:29:35
阅读次数:
209
consumer端不引用spring-boot-starter-actuator的情况 Consumer端会报Unable to connect to Command Metric Stream。新建HystrixConfiguration类加入以下代码: consumer端开放端点,配置文件中加入 ...
分类:
编程语言 时间:
2018-11-27 19:21:01
阅读次数:
628
主备切换:1、主库停止应用,确认主库不再有数据生成将主库改为read_only模式 mysql> set global super_read_only=on;Query OK, 0 rows affected (0.00 sec) mysql> set global read_only=on;Que ...
分类:
数据库 时间:
2018-11-26 13:52:09
阅读次数:
208
ssm:SpringMVC+Spring+MyBatis CRUD:Create(创建) Retrieve(查询) Update(更新) Delete(删除) 功能点 1、分页 2、数据校验 .jquery前端校验+JSR303后端校验 3、ajax 4、Rest风格的URI;使用HTTP协议请求方 ...
分类:
其他好文 时间:
2018-11-25 14:42:23
阅读次数:
211
oracle 11g 安装过程中运行./runinstaller 后出现 PRVF-0002 : Could not retrieve local nodename 错误 log: 解决办法: 以root用户编辑 /etc/hosts文件,localhost前添加主机名(hostname): 保存, ...
分类:
其他好文 时间:
2018-11-23 12:32:03
阅读次数:
256
报错信息: 说明是驱动问题, 驱动和浏览器不匹配,且提示不要用64位ie驱动ie10or11,即使是在64位的电脑上。 我安装的是64位的驱动。换成32位的ie驱动问题消除。 IE驱动包下载地址: http://selenium-release.storage.googleapis.com/inde ...
分类:
其他好文 时间:
2018-11-22 17:11:48
阅读次数:
204