昔不亏 昔不亏
4年前
「Vue — 插件」PDF预览vue-pdf
样式如图:1:npminstallsavevuepdf2:在需要使用的页面中js<divclass"page"{{currentPage}}/{{pageCount}}</div<divclass"pdf"<span@click"changePdfPage(0)"class"arrow":class"{g
Wesley13 Wesley13
4年前
Ubuntu16.04安装zabbix
1.安装zabbix所需的PHP模块aptgetinstallphp7.0bcmathphp7.0xmlphp7.0mbstring2.安装zabbixwgethttp://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabb
Wesley13 Wesley13
4年前
#Springboot2.2.X注解
!(https://oscimg.oschina.net/oscnet/up020aa178c4aed6b4b29309279a03e2c070a.png)@Builder@Builder@DatapublicclassDoctorVO{privateString
Stella981 Stella981
4年前
JS与iOS之间的通信
JS与iOS之间的通信,主要运用两个方法:(PhoneGap框架也是基于此原理)1、UIWebView的stringByEvaluatingJavaScriptFromString方法2、UIWebViewDelegate的\(BOOL)webView:(UIWebView\)webViewshouldStartLoadWithReq
Easter79 Easter79
4年前
SpringFramework之ViewResolver优化
  Springboot版本是2.x  Springboot中,对mvc进行自动化配置时在WebMvcAutoConfiguration中会自动注入InternalResourceViewResolver(渲染jsp的)、BeanNameViewResolver、ContentNegotiatingViewResolver。  但是我们一
Stella981 Stella981
4年前
Jenkins更新后出现uses deprecated protocols警告
问题描述:昨天手贱将2.60.1(LTS)版本的Jekins升级到了2.90版本,升级后,出现如下警告:     ThisJenkinsinstanceusesdeprecatedprotocols:JNLPconnect,JNLP2connect.Itmayimpactstabilityoftheinsta
Stella981 Stella981
4年前
Intellij idea远程调试Tomcat
1.修改catalina.sh第273行由JPDA\_ADDRESS"localhost:8000"改为JDPA\_ADDRESS"8000"2.start.sh改成如下:!/bin/sh Licensed to the Apache Software Foundati
Stella981 Stella981
4年前
QString组合、拆分。
1、组合字符常用arg()函数QStringtestQString("_haha_%1_hehe%2").arg("ee").arg("aa");      //test"_haha_ee_heheaa"eg:arg(constQString&a,intfieldWidth0,QCharfillCh
Wesley13 Wesley13
4年前
C语言计时器代码
1include<stdio.h2include<windows.h3intmain()4{5system("modeconcols30lines10");//显示框大小控制函数6syst
Stella981 Stella981
4年前
CodeDom生成类文件
仅供个人学习需要先引入System.CodeDomnuget包1usingCodeGenerate.Entities;2usingSystem;3usingSystem.CodeDom;4usingSystem.CodeDom.Compiler;5usingSy