Stella981 Stella981
3年前
FastReport二维码打印存在的问题
FastReport二维码打印存在的问题 (2018052109:28:38)!(https://oscimg.oschina.net/oscnet/bbfefd5fe1121de221a9b20a843368a007b.gif)转载▼标签:delphi(https://ww
Stella981 Stella981
3年前
JSP页面用EL表达式 输出date格式
JSP页面用EL表达式输出date格式 1、头上引入标签<%@tagliburi"http://java.sun.com/jsp/jstl/core"prefix"c"%<%@taglibprefix"fmt"uri"http://java.sun.com/jsp/jstl/fmt"%2、使用:
Stella981 Stella981
3年前
PhoneGap设置Icon
参考:http://cordova.apache.org/docs/en/latest/config\_ref/images.html通过config.xml中的<icon标签来设置Icon<iconsrc"res/ios/icon.png"platform"ios"width"57"height"57"densi
Stella981 Stella981
3年前
KVM调整cpu和内存
一.修改kvm虚拟机的配置1、virsheditcentos7找到“memory”和“vcpu”标签,将<namecentos7</name<uuid2220a6d1a36a4fbb8523e078b3dfe795</uuid
Stella981 Stella981
3年前
RabbitMQ的高可用集群部署
RabbitMQ的高可用集群部署标签(空格分隔):消息队列部署1\.RabbitMQ部署的三种模式1.1单一模式单机情况下不做集群,仅仅运行一个RabbitMQ.dockercompose.yml
Stella981 Stella981
3年前
FastReport报表设计
\转载\FastReport报表设计 (2012102420:37:26)!(https://oscimg.oschina.net/oscnet/668dd7923cb182c889cf7f31df57d722cea.gif)转载▼标签:转载(https://www.os
Stella981 Stella981
3年前
Maven镜像源
Maven仓库镜像修改Mavensetting.xml文件在<mirrors标签内添加以下镜像。<fontcolor"red"注意:如果构建错误,请根据错误信息,调整镜像位置</font<mirror<idrepo2</id<mirrorOfcentral</m
Stella981 Stella981
3年前
Eclipse注释模板与规范
设置注释模板的入口:WindowPreferenceJavaCodeStyleCodeTemplate然后展开Comments节点就是所有需设置注释的元素啦。现就每一个元素逐一介绍:文件(Files)注释标签:/\\\@Title:${file\_name}\@Package${p
想天浏览器 想天浏览器
3年前
想天浏览器:推荐几款好用的桌面浏览器
1:想天浏览器基于Chromium内核,一款团队协作与浏览器结合的桌面浏览器,支持全局搜索;云端标签分组空间;团队的创建、显示,同步创建一个团队沟通群聊与社区圈子;下载助手;;支持消息中心;标签组管理功能;密码管理功能;用户脚本管理;强大的导航管理;DIY桌面功能等丰富的功能,不仅如此想天浏览器还有很多实用的插件,可以帮助你拦截广告、翻译网页等,为你带来高效
VictoriaMetrics常见性能问题排查
VM集群由以下子模块组成vmstorage:存储原始数据,并根据指定时间范围和标签过滤条件等返回查询数据集vminsert:接收数据写入,并根据指标名和标签按一致性hash分发至集群中vmstorage节点vmselect:执行查询请求,从数据所在的vmstorage节点获取数据每个模块可以独立扩缩容。其中vmstorage各节点之间不互相通信,属于sharenothing架构。如此可以增加集群可用性,也简化了集群维护、扩容。