陈占占 陈占占
2年前
ckeditor4 代码插件亮度与HTML显示代码的亮度问题
1、代码插件亮度在ckeditor4的官网下载,下载后,把解压的文件codesnippet添加到ckeditor4下的plugins文件夹下。之后更改ckeditor文件夹下的config.js的文件。添加如下语句:config.extraPlugins'clipboard,lineutils,widget,dialog,codesnippet';
CoderCraber CoderCraber
1年前
node-machine-id报错 Can't resolve "crypto"解决方法
安装nodepolyfillwebpackplugin,然后在vue.config.js中添加下面的代码constdefineConfigrequire("@vue/cliservice");constNodePolyfillPluginrequire("
Wesley13 Wesley13
3年前
jfinal自定义freemarker标签
jfinal自定义freemarker标签1.config修改freemarkerrenderpublicvoidafterJFinalStart(){super.afterJFinalStart();F
Stella981 Stella981
3年前
Spring Cloud 系列之 Config 配置中心(二)
本篇文章为系列文章,未读第一集的同学请猛戳这里:SpringCloud系列之Config配置中心(一)(https://my.oschina.net/u/4126211/blog/4274304)本篇文章讲解Config如何实现配置中心自动刷新。配置中心自动刷新  点击链接观看:配置中心自动刷新视频(http
Stella981 Stella981
3年前
Kafka 配置安装
1.从官网下载安装包http://kafka.apache.org/downloads2.上传到01虚拟机,解压3.进入安装目录下的config目录4.对server.properties进行配置\root@hadoop01config\vimserver.properties配置示例:broker
Wesley13 Wesley13
3年前
thinkphp 模板变量输出替换和赋值
一.变量输出的几个方法<?phpnamespaceapp\index\controller;usehttp\Params;usethink\Config;usethink\Controller;usethink\Request;usethink\View;
Easter79 Easter79
3年前
SpringBoot2.0.4部署在tomcat容器中
1. 修改启动类继承自SpringBootServletInitializer。2\.重写config方法:@OverrideprotectedSpringApplicationBuilderconfigure(SpringApplicationBuilderbuilder){returnbuilder.sources(
Wesley13 Wesley13
3年前
VIN
FirstshotCopythe.launchfileinpackageVINSFusiontothedirectoryofrealsense2\_cameara/launch$cp/home/william/catkin_ws/src/VINSFusion/config/real
Stella981 Stella981
3年前
SpringBoot2.0.4部署在tomcat容器中
1. 修改启动类继承自SpringBootServletInitializer。2\.重写config方法:@OverrideprotectedSpringApplicationBuilderconfigure(SpringApplicationBuilderbuilder){returnbuilder.sources(
风花雪月 风花雪月
1年前
Python访问数据库,也可以使用变量的方法
sqlite3连接fopen('config.ini','r',encoding'utf8')读取当前目录下文件。打开数据库的文件路径保存在config.inilinesf.readlines()读取所有行。默认每行最后一个为回车符,后面需要处理掉fir