qt 5.12.5 编译 oracle11g R2 驱动 下载安装oracle客户端 oracle11g R2 64位 安装qt 5.12 D:\alantop_sde\Qt\5.12.5\Src\qtbase\src\plugins\sqldrivers\oci 打开 oci.pro TARGET ...
分类:
数据库 时间:
2020-01-09 13:21:51
阅读次数:
131
为了简单叙述,暂时不考虑多个db的情况(主要是懒得说没有db或者多个db实例的情况)当odoo指定数据库开启服务时(也就是odoo-bin -d <some_db_name> ),我们使用chrome的隐身模式访问http://127.0.0.1:8069 1. 输入http://127.0.0.1 ...
分类:
其他好文 时间:
2020-01-06 00:43:27
阅读次数:
251
package com.wys.java; /** * 关于可变参数列表和重载问题 * @author snape * @version 1.0 * */ public class ArgsDemo2 { //可变参数列表所在方法是最后被访问的 //带可变参数的方法 public int plus( ...
分类:
其他好文 时间:
2020-01-02 20:37:48
阅读次数:
72
环境:windows server2008,ArcGIS10.1系列。一、更新arcgis server许可选择许可文件进行导入即可。注意最好从开始程序中找到并打开软件授权窗口。直接双击运行ecp许可,可能因为服务器安装有多个arcgis产品,导致文件关联不正确,从而导致更新的许可并非arcgis ... ...
分类:
其他好文 时间:
2019-12-27 09:38:49
阅读次数:
478
原文:ASP.NET MVC模块化开发——动态挂载外部项目 最近在开发一个MVC框架,开发过程中考虑到以后开发依托于框架的项目,为了框架的维护更新升级,代码肯定要和具体的业务工程分割开来,所以需要解决业务工程挂载在框架工程的问题,MVC与传统的ASP.NET不同,WebForm项目只需要挂在虚拟目录... ...
分类:
Web程序 时间:
2019-12-27 00:28:00
阅读次数:
122
https://github.com/luyishisi/Anti-Anti-Spider https://github.com/uknowsec/SharpToolsAggressor https://github.com/0xFA-Team/CVE-2019-0604 https://githu ...
分类:
其他好文 时间:
2019-12-24 20:42:46
阅读次数:
96
兼容性 Vue 不支持 IE8 及以下版本,因为 Vue 使用了 IE8 无法模拟的 ECMAScript 5 特性。但它支持所有兼容 ECMAScript 5 的浏览器。 安装: 1.直接用 <script> 引入 直接下载并用 <script> 标签引入,Vue 会被注册为一个全局变量。 1. ...
分类:
其他好文 时间:
2019-12-22 20:05:01
阅读次数:
97
解决方法 第一种方法:导入commons logging.jar包 第二种方法,如果用的是maven项目,则直接在pom.xml中加入commons logging依赖包,如下: commons logging commons logging 1.2 注:需在``标签里的开头位置添加,若在其它位置添 ...
分类:
编程语言 时间:
2019-12-22 14:26:41
阅读次数:
97
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta http-equiv="content-Type" charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <met... ...
分类:
其他好文 时间:
2019-12-19 23:12:09
阅读次数:
93
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta http-equiv="content-Type" charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <met ...
分类:
其他好文 时间:
2019-12-19 22:55:24
阅读次数:
90