上一页 1 2 3 4 5 6 ··· 64 下一页
摘要: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //去掉标题栏 this.requestWindowFeature(Window.FEATURE_NO 阅读全文
posted @ 2023-04-06 17:15 94cool 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 设置Button为透明状态,有两种最简单的方式: 1. 在layout.xml文件中的Button节点下,设置Button的Alpha属性,因为该属性在0~255范围内取值,0表示完全透明,255表示完全不透明; 但是此方法有一个缺点,当设置为0后,Button上的文字也看不见了。所以在项目中使用了 阅读全文
posted @ 2023-03-31 15:08 94cool 阅读(830) 评论(0) 推荐(0) 编辑
摘要: from:https://mp.weixin.qq.com/s/yF5h7dslESaa3Gt5rE6IbQ 引言 一、性能怪兽-Nginx概念深入浅出 二、Nginx环境搭建 三、Nginx反向代理-负载均衡 四、Nginx动静分离 五、Nginx资源压缩 六、Nginx缓冲区 七、Nginx缓存 阅读全文
posted @ 2023-03-29 10:02 94cool 阅读(58) 评论(0) 推荐(0) 编辑
摘要: from: https://blog.csdn.net/idoits/article/details/125542973 1、部署环境操作系统:windows10 2、服务资源 nginx-1.7.11.3-Gryphon+rtmpModule+Native HLS Playback插件+ffmpe 阅读全文
posted @ 2023-02-27 17:18 94cool 阅读(550) 评论(0) 推荐(0) 编辑
摘要: from:https://blog.csdn.net/qq_41339126/article/details/116596465 https://lbs.amap.com/demo/javascript-api/example/marker/replaying-historical-running- 阅读全文
posted @ 2023-02-23 12:12 94cool 阅读(603) 评论(3) 推荐(0) 编辑
摘要: from:https://thaddeusjiang.com/blog 背景: 公司项目是 toB 内容管理系统,由于某些不可抗力因素,不得不对应 CKEditor 4。但是 CKEditor 4 并不支持 js 模块,所以不能使用 import。 传统做法,使用 <script> 标签。 // i 阅读全文
posted @ 2023-02-16 15:50 94cool 阅读(873) 评论(0) 推荐(0) 编辑
摘要: ElasticSearch+NLog实现https://blog.csdn.net/weixin_51439775/article/details/128539623https://www.cnblogs.com/piscesLoveCc/p/7230426.html ElasticSearch、k 阅读全文
posted @ 2023-02-02 15:46 94cool 阅读(49) 评论(0) 推荐(0) 编辑
摘要: # Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con 阅读全文
posted @ 2023-02-02 14:26 94cool 阅读(270) 评论(0) 推荐(0) 编辑
摘要: <nlog autoReload="true" xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <variable name="ap 阅读全文
posted @ 2023-02-01 10:28 94cool 阅读(46) 评论(0) 推荐(0) 编辑
摘要: # Sample Logstash configuration for creating a simple# Beats -> Logstash -> Elasticsearch pipeline. # input {# beats {# port => 5044# codec => json# } 阅读全文
posted @ 2023-02-01 10:27 94cool 阅读(57) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 64 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示