邓草 邓草
2年前
thinkphp6.0 无法获取 session 的解决方案
thinkphp6.0无法获取session,出现这个问题的原因是:未设置cookie有效域名。解决方法:打开\app\(应用)\config\cookie.php,把配置里的domain设置为您当前项目的真实的顶级域名
Easter79 Easter79
3年前
Vue+Webpack配置css
  使用VueWebpack搭建工程时,在webpack.config.js中的module的rules里针对各种文件配置加载工具。在针对css文件配置时遇到一个问题:打包构建时报错——Modulebuildfailed:Unknownword。  配置内容如下:{  test:/\.css$/,  use:
自建博客
合并分支填写公钥与密钥头部标题与尾部信息在config.yml处修该头部信息下面的相关描述在index.html处修改在_pages处修改Aboutme页面博客文章放在_notebooksposts写帖子
Stella981 Stella981
3年前
Druid数据库连接池 实现数据库账号密码加密
jar包版本:druid1.0.15.jar1\.加密,用以下命令将用户名和密码加密cmd命令行执行javacpdruid1.0.15.jarcom.alibaba.druid.filter.config.ConfigTools加密串得到密文2.用户名解密:packag
Stella981 Stella981
3年前
Elasticsearch修改network后启动失败
 修改/config/elasticsearch.yml(我的安装目录是:/var/www/elasticsearch6.4.2/elasticsearch6.4.2),network.host:0.0.0.0但修改后,es启动失败了(注意:elasticsearch 无法用root用户启动,请切换到普通用户),N
Stella981 Stella981
3年前
Spring Boot项目使用maven
springbootassembly1.在springboot项目中使用mavenprofiles和mavenassembly插件根据不同环境打包成tar.gz或者zip2.将springboot项目中的配置文件提取到外部config目录中3.将springboot项目中
Stella981 Stella981
3年前
LVS(三)LVS集群NAT模式
LVS集群NAT模式一Director服务器环境1.查看Director服务器内核中是否有IPVS的功能显示IPVS配置信息以及支持的调度算法grepi'vs'/boot/config3.10.0514.el7.x86_64...
Stella981 Stella981
3年前
JFinal的junit单元测试支持
在jfinal开发中不能直接使用junit单元测试,所以写了以下工具。原理是在运行junit测试方法之前启动jfinal的插件,运行完成后关闭插件。importorg.junit.After;importorg.junit.Before;importcom.jfinal.config.Constants;
Stella981 Stella981
3年前
Spring3核心技术之AOP配置
在Spring配置文件中,所有AOP相关定义必须放在<aop:config标签下,该标签下可以有<aop:pointcut、<aop:advisor、<aop:aspect标签,配置顺序不可变。!(http://static.oschina.net/uploads/img/201511/25003650_G0NP.jpg)●
Stella981 Stella981
3年前
Dubbo服务者
创建代理对象com.alibaba.dubbo.config.ServiceConfigexport通过消费者export()方法可以找到以上方法,消费者需要根据配置的接口生成代理对象。生成Invoker!输入图片说明(https://static.oschina.net/uploads/img/201