路径上有/**/、/*/的含义

  • Post author:
  • Post category:其他

1、路径上有/**/、/*/的含义 '/node_modules/@pa_hcz/umc-ui-editor/src/components/**/package.json' /** 匹配任意多级路径如/aa/bb/cc /* 仅可匹配一级路径如/aa /? 仅可匹配一级路径且最多只有一个字符 如/a , / 2、路径中“./”、“../”、“/”代表的含义,参考文档 https://blog.cs…

继续阅读 路径上有/**/、/*/的含义

设置/重置TongWeb控制台密码

  • Post author:
  • Post category:其他

用户需求: 为了TongWeb安全,得修改TongWeb控制台密码。 解决办法: 在TongWeb控制台->安全域管理  中改用户密码。 但是经常是修改TongWeb控制台密码后,又忘记TongWeb密码,想重置密码。 不同TongWeb版本改的方式不一样,最保险的办法是: 1. 找到原始版本安装包,在测试机安装一套TongWeb。 2. 将新安装的TongWeb的conf\security…

继续阅读 设置/重置TongWeb控制台密码

com.upd.sso.client.SsoFilter.init(SsoFilter.java..)无法访问swagger-ui.html

  • Post author:
  • Post category:java

1.无法访问swagger 这是说明sso拦截器把页面拦截了,因为代码中包含了以下代码: @Configuration public class FilterConfig { @Bean public FilterRegistrationBean registerAuthFilter() { FilterRegistrationBean registration = new FilterRegis…

继续阅读 com.upd.sso.client.SsoFilter.init(SsoFilter.java..)无法访问swagger-ui.html

简单判断颜色

  • Post author:
  • Post category:其他

txtOutput.setBackground(Color.WHITE); double score; String output=""; score=Double.parseDouble(txtScore.getText()); if(score>=60){ output="考试通过"; txtOutput.setBackground(Color.green); txtOutput.set…

继续阅读 简单判断颜色

css中设置div水平居中,margin:0px auto没用的情况

  • Post author:
  • Post category:其他

在CSS中加了margin:0px auto;却没有效果,不能实现居中的问题!margin:0px auto;意思就是:上下边界为0,左右根据宽度自适应!就是水平居中的意思.无效的原因是,当你没有设置width时,解释器不知道你的宽度,当然就不会居中,就会到左边去,所以设置width就好了。 版权声明:本文为liang5630原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链…

继续阅读 css中设置div水平居中,margin:0px auto没用的情况

Ubuntu22.04版本侧边栏和顶部栏隐藏与其他版本不同

  • Post author:
  • Post category:其他

Ubuntu22.04版本侧边栏和顶部栏隐藏 侧边栏隐藏 在 设置 中找到 外观 ,选中 自动隐藏Dock ,即设置成功,当打开的软件窗口靠近侧边栏或全屏时,侧边栏会自动隐藏。 顶部栏隐藏 在其他版本中,顶部栏隐藏需要安装 Ubuntu22.04中,软件 在命令行输入 sudo apt-get install gnome-shell-extension-manager ,安装ExtensionMa…

继续阅读 Ubuntu22.04版本侧边栏和顶部栏隐藏与其他版本不同

vue element uI日期选择器时间选择范围限制

  • Post author:
  • Post category:vue

<el-date-picker v-model="time" type="month" value-format="yyyy-MM" range-separator="至" start-placeholder="开始月份" end-placeholder="结束月份" :picker-options="pickerOptions" /> 大于当前日期不可选 time: [], pick…

继续阅读 vue element uI日期选择器时间选择范围限制

BufferedWriter 的 flush() 方法

  • Post author:
  • Post category:其他

package com.corpus; import java.io.*; import java.util.List; import edu.stanford.nlp.ling.HasWord; import edu.stanford.nlp.ling.Sentence; import edu.stanford.nlp.ling.TaggedWord; import edu.stanford.n…

继续阅读 BufferedWriter 的 flush() 方法

flutter Splash启动页(闪屏)页面解决方案实战

  • Post author:
  • Post category:其他

1.下载插件 pubspec.yaml 文件中加入该flutter_splash_screen: ^0.1.0 2.修改MainActivity.java 路径:android\app\src\main\java\com\example\ganxin\MainActivity.java package com.example.XXX; import android.os.Bundle; impor…

继续阅读 flutter Splash启动页(闪屏)页面解决方案实战

如何使用CORNERSTONE提高企业生产力

  • Post author:
  • Post category:其他

一个企业要想提高自身的生产力,需要从两方面开始着手改善:一是提高管理层的计划统筹能力,用最优决策把企业往好的方面带,减少试错成本。好的决策需要完善的数据和信息支撑,管理层得知道手底下的员工每天都在忙些什么,公司的业务进展如何,遇到的业务瓶颈有哪些?该如何突破等等,只有对公司的发展现状有足够的了解才能对资源和人力进行更合理的分配,才能让业务更快更顺利地落地,更好地完成ROI目标。 在提高企业生产力方…

继续阅读 如何使用CORNERSTONE提高企业生产力