摘要:
配置好参数之后点击 这样就会有个弹框 弹出来让你选择下载路径了, 不同版本可能不一样 但是按钮应该差不多 阅读全文
摘要:
先引入jq 封装好的方法 <script src="//cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> 设置新的cookie $.cookie('name','yvioo'); //设置一个值为'yvioo'的c 阅读全文
摘要:
设置默认选中可在option 中添加 selected = "selected",具体举例如下: <option value="2" selected="selected">test2</option> <select id="citySel" class="select"> <option val 阅读全文
摘要:
在Maven打包的时候可以使用YUI Compressor(压缩CSS/JS)文件,使用yuicompressor-maven-plugin插件进行压缩后会减小体积,提高请求速度。 <build> <plugins> <!-- YUI Compressor (CSS/JS压缩) --> <plugi 阅读全文
摘要:
展示所有连接过的WiFi列表 netsh wlan show profiles 显示具体某个WiFi的密码 netsh wlan show profiles name="XXXXXX" key=clear name - 所要显示配置文件的名称。就是WiFi的名称 interface - 已配置此配置 阅读全文
摘要:
demo <script src="https://cdn.bootcss.com/crypto-js/3.1.9-1/crypto-js.min.js"></script> <script> alert(desDecrypt(desEncrypt("yvioo","wa1234535"),"wa1 阅读全文
摘要:
把这个服务改为禁用 阅读全文
摘要:
引入依赖 <dependency> <!-- this is needed or IntelliJ gives junit.jar or junit-platform-launcher:1.3.2 not found errors --> <groupId>org.junit.platform</g 阅读全文
摘要:
添加git地址 选择要提交的git地址即可 阅读全文
摘要:
一个项目下创建两个模块 在hello-springboot-starter的项目pom.xml引入hello-springboot-starter-autoconfigure的依赖 其他什么都不需要写 hello-springboot-starter-autoconfigure的pom依赖根据自己需 阅读全文
