每周前端开源推荐第四期 mozilla / togetherjs A service for your website that makes it surprisingly easy to collaborate in real-time. https://togetherjs.com 上一期介绍了 ...
分类:
其他好文 时间:
2020-04-12 14:09:06
阅读次数:
63
@echo off @echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)taskkill /im iexplore.exe /f /t @echo 正在访问 http://localhoststart "C:\Program Files\Internet Explorer\iexplore ...
分类:
Web程序 时间:
2020-04-05 15:23:20
阅读次数:
84
1.情景展示 在安装chrome离线扩展程序时,报错信息如下:无法从该网站添加应用、扩展程序和用户脚本(Apps, extensions, and user scripts cannot be added from this website)。 2.解决方案 第一步:新建一个标签页,在地址栏输入:c ...
分类:
Web程序 时间:
2020-04-03 18:02:33
阅读次数:
286
技能树 课程目录 01夯实根基(一)【回放】1 CPU运行基本原理及对线程的影响(2月27日 20:30-22:30) 【回放】2 计算机的存储体系及对设计系统的影响(2月29日 20:30-22:30) 【回放】3 网络模型与细节思维方式构建(3月1日 20:30-22:30) 【直播】4 如何创 ...
分类:
Web程序 时间:
2020-04-03 13:58:22
阅读次数:
874
https://github.com/alibaba/flutter-go 官网介绍:https://flutter-go.pub/website/ ...
分类:
其他好文 时间:
2020-04-01 16:37:28
阅读次数:
110
新建model如下 class Publisher(models.Model): name = models.CharField(max_length=30) address = models.CharField(max_length=50) website = models.URLField() ...
分类:
其他好文 时间:
2020-04-01 14:50:30
阅读次数:
75
通过zabbix webapi去下载zabbix graph图表。根据上一次脚本的反馈之后,我打算进一步的改进。
分类:
其他好文 时间:
2020-03-25 23:27:19
阅读次数:
76
Structured Query Language RDBMS 全称 Relational Database Management System 表包含带有数据的记录(行) SQL 对大小写不敏感:SELECT 与 select 是相同的 Select * from emp where comm i ...
分类:
数据库 时间:
2020-03-24 11:11:37
阅读次数:
122
standpoint 角度 incident发生率影响 stimulus刺激 cognitive 认知 decline 下降 online = on the Internet = website recommendations 推荐 建议 nutrition 营养 drugs 药品 enterpri ...
分类:
其他好文 时间:
2020-03-18 18:51:42
阅读次数:
63
Prometheus的数据与安全模型: (1)Metric (度量)名字就是描述采集数据的名称——例如,website_visits_total 作为网站访问总数。名称可以包含ASCII字母、数字、下划线和冒号。 (2)标签(labels) 以_ _为前缀的标签名称保留给普罗米修斯的内部使用 (3) ...
分类:
其他好文 时间:
2020-03-10 14:01:49
阅读次数:
53