set hlsearch set number syntax on set t_Co=256 colorscheme molokai let vim_markdown_preview_browser='Google Chrome' let vim_markdown_preview_github=1 ...
分类:
系统相关 时间:
2021-06-02 10:41:09
阅读次数:
0
以后会慢慢更的。 大体参考了劝退树,OI-wiki 和 \(\rm Menci\)、\(\rm Zory\) 两位大佬的 \(\rm Blog\),在此表示感谢,其中在知识架构上主要参考了劝退树,OI-wiki 和 \(\rm Zory\) 的 \(\rm Blog\),而具体内容上则主要参考了后三 ...
分类:
编程语言 时间:
2021-06-02 10:36:21
阅读次数:
0
import org.springframework.util.AntPathMatcher; import org.springframework.util.PathMatcher; import junit.framework.TestCase; public class AntPathMatc ...
分类:
编程语言 时间:
2021-06-02 10:29:46
阅读次数:
0
// html部分 <div class="fdj"> <div class="left"> <div class="zhezhao"></div> </div> <div class="right"></div> </div> // css部分 .fdj{ width:100vw; height: ...
分类:
其他好文 时间:
2021-05-25 17:55:05
阅读次数:
0
Iview 输入框Input组件地址 https://iview.github.io/components/input IViewUI和elementUI还不一样,vue自带的trim禁止输入空格修饰符竟然在Input 组件中不起作用。 官方也没有自带什么方法 <!--IView UI里面 trim ...
分类:
其他好文 时间:
2021-05-25 17:46:52
阅读次数:
0
图: 懒得写解释了直接上代码: 代码: package chenlong.chenlong.viewstudy.myview; import android.content.Context; import android.graphics.Canvas; import android.graphic ...
分类:
移动开发 时间:
2021-05-24 14:36:13
阅读次数:
0
1 int copy_page_tables(unsigned long from,unsigned long to,long size) 2 { 3 unsigned long * from_page_table; 4 unsigned long * to_page_table; 5 unsign ...
分类:
其他好文 时间:
2021-05-24 14:23:55
阅读次数:
0
页面引入layui.css、 layui.js 1 <div id="pTable" style="width: 1200px;"> 2 <table class="layui-table" id="layui_table_id" lay-filter="test"> 3 </table> 4 <d ...
分类:
其他好文 时间:
2021-05-24 13:50:20
阅读次数:
0
前言 作为开发人员,只要你的应用最终是放在linux环境执行,那么最好就是将本地开发环境也线上一致。不管是用windows系统,还是mac系统,即使你本地程序跑得好好的,也经常会出现一上线就各种bug的现象。排查这些问题相当耗时,而且随着应用的复杂度越来越大,一个应用要跑起来,需要依赖很多服务,不同 ...
分类:
其他好文 时间:
2021-05-24 13:44:00
阅读次数:
0
SQLFlow 是用于追溯数据血缘关系的工具,它自诞生以来以帮助成千上万的工程师即用户解决了困扰许久的数据血缘梳理工作。 数据库中视图(View)的数据来自表(Table)或其他视图,视图中字段(Column)的数据可能来自多个表中多个字段的聚集(aggregation)。 表中的数据可能通过ETL ...
分类:
数据库 时间:
2021-05-24 13:22:15
阅读次数:
0