首先这是针对版本15及其以上的,低版本没有试过不清楚。 1、首先win+R,输入regedit。 2、找到HKEY_CURRENT_USER-->Software-->Classes-->CLSID-->下面文件夹中有info的删除掉‘ 3、这个是重点,网上其他文章是找到HKEY_CURRENT_U ...
Struts2 配置文件 这里可以看到哪些将被配置到一些重要的配置文件中:web.xml、struts.xml、struts-config.xml以及struts.properties。 实际上,你可以继续依赖于使用web.xml和struts.xml配置文件,并且你已经在前面的章节中了解到,我们的 ...
分类:
其他好文 时间:
2020-06-28 00:33:24
阅读次数:
63
示例代码 http://jsrun.net/H8vKp/edit 1.创建组件(构造器对象创建-Vue.extend) const cpnC=Vue.extend({ template:` <div> <h2>我是标题</h2> <p>这里是内容</p> </div>` }) ES6定义字符器用"` ...
分类:
其他好文 时间:
2020-06-28 00:04:31
阅读次数:
58
demo: #配置日志输出类型 #logging.pattern.console=%boldMagenta(%d{yyyy-MM-dd HH:mm:ss}) [%p] %highlight(%C:%L) : %m %n logging.pattern.console=%d{yyyy-MM-dd HH ...
分类:
移动开发 时间:
2020-06-27 23:58:04
阅读次数:
270
cat test.txt | iconv -f GBK -t UTF-8 临时转码一下 ,OK VIM: 第一种方法:设置编码格式为utf-8 (我没成功) # 命令行模式 :set encoding=utf-8 第二种方法:以cp936的编码方式加载文件为:edit ++enc=cp936,可以简 ...
分类:
系统相关 时间:
2020-06-27 20:20:20
阅读次数:
132
1.CSRF(get) 我们先修改个人信息然后抓包看看 我们可以发现参数是以get型提交的,没有做任何的安全验证。 这时我们只需要将127.0.0.1:88/pikachu/vul/csrf/csrfget/csrf_get_edit.php?sex=girl&phonenum=66666&add= ...
分类:
其他好文 时间:
2020-06-27 18:36:49
阅读次数:
52
首先我们要有城市的json数据 以下以上饶市为例,是上饶市的json数据 {"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":361102,"name":"信州区","center":[11 ...
分类:
其他好文 时间:
2020-06-27 16:04:34
阅读次数:
117
<template> <div> <!-- 将文件名作为最外层类名,为避免相互影响如果直接复制文件请务必更改最外层类名--> <div class="base-floorNav"> <div style="margin: 40px"> <el-table :data="tableData" styl ...
分类:
其他好文 时间:
2020-06-27 09:32:13
阅读次数:
217
1.类的加载过程 了解 2.类的加载器的作用 3.类的加载器的分类 4.Java类编译、运行的执行的流程 5.使用Classloader加载src目录下的配置文件 @Test public void test2() throws Exception { Properties pros = new P ...
分类:
编程语言 时间:
2020-06-26 22:04:32
阅读次数:
55
Yes, you can remove the CD-ROM (or or original installation media) from the sources.list Edit the sources.list file with the following command: sudo n ...
分类:
其他好文 时间:
2020-06-26 20:01:57
阅读次数:
58