Brackets 插件推荐
原文地址1.Beautify 一键规整你的代码 2.Emmet 加快打码速度,提供诸如div>ul>li的快捷生成代码 3.Extension Highlighter 不同的文件后缀显示不同的颜色 4.JSHint 检查JS 5.tabs 把打开的文件列表从左边移动到头部 6.Themes for Brackets 众多的主题 7.Quick Search 选择一个单词,其他同名的也标注出来 Brackets...
2015-09-08
docker 更换阿里源
docker 更换阿里源 通过更换docker仓库源, 来提升镜像拉取速度 1. 获取加速链接 到[链接]获取属于自己的加速链接 2. 替换 {代码...} 3. 重启服务 {代码...} 4. 查看配置是否生效 {代码...}
2020-05-07
使用SAP CRM中间件从ERP下载plant到CRM
Requirement: You have performed initial download in CRM to download plants from ERP. Now you have made some further change on a given plant in ERP. You would like to synchronize those change back to CRM.You can maintain plant information in ERP:
2020-08-20
python3 zabbix discovery cronjob
{代码...} {代码...}
2021-03-01
JS常用积累
复制到剪贴板 {代码...} 获取url参数 {代码...}
2021-01-05
ElasticSearch笔记
ElasticSearch 基于lucene的搜索服务器(搜索引擎) 分布式多用户 基于Restful java开发 ELK日志分析系统 是一个nosql 关系数据搜索缺点 无法打分 无法分布式 无法解析搜索请求 效率低 分词 安装 elasticsearch-rtf config/elasticsearch.yml文件配置,解决跨域问题 http.cors.enabled: true http.cors.allow-origin: "*" ...
Elastic Search搜索引擎在SpringBoot中的实践
实验环境ES版本:5.3.0spring bt版本:1.5.9首先当然需要安装好elastic search环境,最好再安装上可视化插件 elasticsearch-head来便于我们直观地查看数据。Spring工程创建这部分没有特殊要交代的,但有几个注意点一定要当心注意在新建项目时记得勾选web和NoSQL中的Elasticsearch依赖,来张图说明一下吧:项目自动生成以...
2020-11-24
Tkinter绘制股票K线图
我们今天的整体代码还是基于上次的 Tkinter 股票程序,在主类 MainCreator 下面创建一个函数 create_subwindow
2022-08-24
JS判断设备类型是否为电脑,是否为移动设备
站长博客:[链接] PC判断是否为手机,代码如下 {代码...} 移动端判断是否为PC,代码如下 {代码...}
[LeetCode] 530. Minimum Absolute Difference in BST
Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes.
2018-11-13
SAP CRM中间件Material Sales Organization和distribution channel的映射逻辑
For example, I have created a material with the following sales organization and distribution channel id in ERP:
2020-08-27
使用SAP CRM中间件从ERP下载plant到CRM
Requirement: You have performed initial download in CRM to download plants from ERP. Now you have made some further change on a given plant in ERP. You would like to synchronize those change back to CRM.You can maintain plant information in ERP:
2020-08-20
JS里循环截取(slice)数组中固定长度,获取新数组。
应用场景:换一批功能 {代码...}
easyUI默认图标的使用
使用格式如下: 也可以用于其他地方,这是最简单的使用方式. iconCls="icon-add" iconCls="icon-edit" iconCls="icon-save" iconCls="icon-reload" iconCls="icon-remove" iconCls="icon-blank" (空白图片,或者无图片显示) iconCls="icon-cut" iconCls="icon-ok" iconCls="icon-no" iconCls="icon-...
2020-11-06
ubuntu安装php 第二章
觉得第一篇文章有许多没有写的东西,这次完善一下步骤1、[链接] 打开官网搜索php2、点开第二个3、这里需要注意,如果你的环境是apache的话,按照步骤一步步走就行,如果是nginx,输入以下命令,sudo apt install php,然后sudo apt-get install php-fpm
2019-08-22
js获取请求地址后面带的参数
浏览器输入页面地址的时候在后面带有请求参数, 页面加载后需要获取携带的参数, 可以使用js, 在页面加载js的时候获取参数[链接]:8080/demo/index.html?id=1&name=2
2019-10-08
vue-element-admin 添加菜单操作
新增iconiconfont.cn/search/index?searchType=icon&q=home下载svg文件放入src/icons/svg中即可在路由中填入home即可
2021-04-09