_all 可以改为自己的索引名称,也可以直接执行 curl -XPUT -H "Content-Type: application/json" http://127.0.0.1:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete ...
运行designer.exe文件保错 This application failed to start because it could not find or load the Qt platform plugin "windows"in “”, Available platform plugin ...
分类:
移动开发 时间:
2020-07-22 20:13:55
阅读次数:
271
1,css篇: 全局引入公共的scss或者其他预编译文件 ,主要依赖:sass-resources-loader, 详见我上一篇博客2. js篇: 2.1:props和$emit 巧用修饰符语法糖sync来优雅的更新props ,父子组件的传值prop是很常用的业务,需要在子组件去更新prop的场景 ...
分类:
其他好文 时间:
2020-07-22 15:54:01
阅读次数:
74
https://www.cycycd.com/blog/?p=352 上一章中通过使用Boot程序在屏幕上显示出了“start boot”字符串,如果在这个现有程序上启动Loader原理也不难:要么将Loader直接写在这512B中,统一引导启动;要么单独存放Loader,在Boot中读取Loade ...
分类:
其他好文 时间:
2020-07-22 11:42:36
阅读次数:
116
在main导入import './assets/style/theme.less'如果找不到less, 需安装less依赖:npm install less可能还需要 npm install less-loader 如果报一下错误:error in ./src/assets/style/theme. ...
分类:
其他好文 时间:
2020-07-21 21:53:11
阅读次数:
112
一:关键是找到材质对象(laya.d3.core.material.BlinnPhongMaterial)1,Unity数据①,在scene中的结构(注意我们只获取PlayerModel对象)②,PlayerModel的属性二:获取PlayerModel1,Unity数据①,以预制的方式导出②,结构如下2,获取PlayerModelthis.prefabPlayer=(Laya.Loader.ge
分类:
其他好文 时间:
2020-07-21 13:52:59
阅读次数:
116
1、安装依赖: npm install -S file-saver npm install -S xlsx npm install -D script-loader 2、下载导入Blob.js和 Export2Excel.js 3、组件中使用: <div @click="outTab">导出</di ...
分类:
Web程序 时间:
2020-07-20 15:27:51
阅读次数:
75
application对象: 作用域:整个服务器,将写好的代码执行,如果只是关闭了网页,下一次登录,服务器还是那个,服务器会记录你的浏览记录。 方法名称 说 明 void setAttribute(String key, Object value) 以key/value的形式保存对象值 Object ...
分类:
Web程序 时间:
2020-07-20 13:12:04
阅读次数:
72
这篇文章也有详细说过:https://www.cnblogs.com/QiKa/p/12863127.html HTTP 协议规定 POST 提交的数据必须放在消息主体(entity-body)中 1、application/x-www-form-urlencoded #这应该是最常见的 POST ...
分类:
Web程序 时间:
2020-07-19 23:50:59
阅读次数:
144
You appear to be running a SWT application. On macOS you must specify the -XstartOnFirstThread option when running the jar to run SWT correctly: jar - ...