1.项目 EntityFrameworkCore 添加引用 Volo.Abp.EntityFrameworkCore.MySQL。 2.在 EntityFrameworkCoreModule.cs 中代码 typeof(AbpEntityFrameworkCoreSqlServerModule) 修 ...
分类:
数据库 时间:
2020-06-17 11:00:23
阅读次数:
75
Building an OpenFlow Switch with Integrated Controller and IDS/IPS This post describes steps to build an OpenFlow switch using Open vSwitch on a serve ...
分类:
其他好文 时间:
2020-06-17 10:57:18
阅读次数:
49
记录下最近对Gson的使用方法,待完善。。 1. 创建一个Gson对象 Gson gson = new GsonBuilder().serializeNulls().create(); serializeNulls():序列化null值字段,因为Gson默认不序列化空值: Configure Gso ...
分类:
其他好文 时间:
2020-06-17 01:40:13
阅读次数:
67
一、部署项目打成war包 一、部署项目打成war包 windows系统 1、 进入到webRoot目录下,或者是webContent目录下 2、打war包命令:jar -cvf myApp.war . mac os系统:jar -cvf xxx.war * 3、把war直接复制到 tomcat的we ...
分类:
编程语言 时间:
2020-06-16 23:41:17
阅读次数:
95
在qtCreator的构建概要中有一个shadow build的勾选框,默认是勾选的,此时构建目录是可以修改的。 而如果把勾选去掉,则构建目录自动变为项目的目录,且不能够修改。 关于这个shadow build,看到两种表述: 1。https://www.cnblogs.com/senior-eng ...
分类:
其他好文 时间:
2020-06-16 21:53:41
阅读次数:
105
kafka 搭建源码环境 org.scoverage 报错 * Where:Build file '/Users/lidongmeng/source_code_read/kafka-0.10.0.1-src/build.gradle' line: 376 * What went wrong:A pr ...
分类:
其他好文 时间:
2020-06-16 18:44:01
阅读次数:
120
一.配置IDEA自动编译开启 1.打开顶部工具栏 File -> Settings (或者otherSettings -> Default Settings ) -> Build -> Compiler (或者ctrl+shift+A,输入Compiler)然后勾选 Build project au ...
分类:
其他好文 时间:
2020-06-16 14:45:14
阅读次数:
51
在项目的根目录下执行: File → New → Module 包名一般有三段:域.组织.模块 eg: com.kd.adminserver Artifactid 是第三段。 模块路径 根据需要修改新建模块 admin-server 的 build.gradle 右键 admin-server 模块 ...
分类:
编程语言 时间:
2020-06-15 22:48:19
阅读次数:
74
https://blog.csdn.net/longji/article/details/80967225 01 阅读官方文档https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions ...
log text是post build tasks的执行条件 使用1:直接使用自带的日志字段 2、自定义字段 自定义参数 根据自定义参数echo一些输出 在log text里面匹配输出 ...
分类:
其他好文 时间:
2020-06-15 19:27:50
阅读次数:
113