给Xcode命令行工具指定路径 sudo xcode-select --switch /Applications/Xcode.app 其他命令参考 $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ //查 ...
分类:
其他好文 时间:
2020-07-18 15:36:16
阅读次数:
87
这个是我一直不想写的,嫌麻烦。还有就是这么多大神,我还差得远,不过是为了通过输出更好的理解这些知识。 介绍 Prometheus 是一个时序数据库,可以存储它通过 exporters 抓取回来的监控数据。那这些数据怎么去查询呢?比如MySQL有SQL语句,那Prometheus有啥呢? PromQL ...
分类:
其他好文 时间:
2020-07-18 15:35:57
阅读次数:
303
China and Buddhism By far the most important gift that China received from India was neither cotton, nor sugar, nor the knowledge of saltpeter, but a ...
分类:
其他好文 时间:
2020-07-18 15:35:38
阅读次数:
83
增 db.Create(user) db.Save(user) 参数只能用**结构体指针****,因为要根据指针写入该条插入的数据, 所以user可以作为该条数据使用。 新增只能用结构体 save方法在没有主键的时候是新增,有主键的时候是更新,save可以解决空字段问题。 可以使用 db.NewRe ...
分类:
其他好文 时间:
2020-07-18 15:35:21
阅读次数:
76
主页中选择’管理文件夹’ c.点击’添加组或用户’ d.空白框中输入要添加的用户或组(域用户),设置用户或组角色权限,点击’确定’报表访问/创建用户:建议直接添加everyone.角色勾选’浏览者’;管理员:添加对应域用户名.勾选全部角色 e.如下图,主页权限已设置完成 文件夹及报表权限文件夹及报表 ...
分类:
其他好文 时间:
2020-07-18 15:35:04
阅读次数:
123
1、app中内嵌webview 2、Hybird应用自动化 基于UIAutomator+ChromeDrivernative部分走UIAutomator,webview部分走Chromedriver,两者结合混搭,从而实现Hybrid自动化 准备工作: step1:准备android 4.4+版本以 ...
分类:
移动开发 时间:
2020-07-18 15:34:44
阅读次数:
76
今天在使用apache搭建yum的web服务时,配置完成后、访问http://ip 时,浏览器报错:500 Internal Server Error 然后查询error.log发现,有如下错误提示: [Sat Jul 18 11:28:23 2020] [crit] [client 12.23.7 ...
分类:
Web程序 时间:
2020-07-18 15:34:21
阅读次数:
88
利用reGeorg+proxifier连接远程内网服务器 参考连接 https://zhuanlan.zhihu.com/p/44796158 End~ ...
分类:
其他好文 时间:
2020-07-18 15:33:57
阅读次数:
45
结构体 type Mould struct { MouldId string `grom:"column:mouldID"` MouldInteriorID string `grom:"column:mouldInteriorID"` MouldName string `grom:"column:m ...
分类:
其他好文 时间:
2020-07-18 15:33:40
阅读次数:
183
前言 LINQ(Language Integrated Query )语言集成查询,是一组用于C#和VB语言的拓展,在.net中它允许VB或者C#代码以操作内存数据的方式,查询数据库。 LINQ的三个主要组成部分是: 标准查询运算符:这些是形成LINQ模式的扩展方法。 它在序列上运行并形成一个API ...
分类:
其他好文 时间:
2020-07-18 15:33:28
阅读次数:
61
Python语法-基本 # 基本内置数据结构 字符串 列表 元组 字典 集合 1 字符串操作 截取: str[x] str[:x] / str[x:] str[x:x:x] 连接 x+x 输出(忽略转义) print(r"x") 内置方法 编码encode/解码decode 判断字符串内容的isal ...
分类:
编程语言 时间:
2020-07-18 15:33:09
阅读次数:
68
vue-cli4脚手架搭建一 vue create vue3 cd vue3 yarn serve http://localhost:8080/#/ main.js文件 import Vue from 'vue' import App from './App.vue' import router f ...
分类:
其他好文 时间:
2020-07-18 15:32:39
阅读次数:
70
1 def add(a, b): 2 print(f"ADDING {a} + {b}") 3 return (a + b) 4 5 6 def subtract(a, b): #subtract :减去的意思 7 print(f"SUBTRACT {a} - {b}") 8 return a - ...
分类:
编程语言 时间:
2020-07-18 15:32:09
阅读次数:
76
Python爬虫 # 开发思路 准备 - 分析网页内容-结合chrome开发者模式 爬取原始数据 HTTP库 提取/清洗数据 保存 # 引入包 urllib - 指定url 获取网页信息 bs4 - 解析网页 re - 正则表达式,文字匹配 xlwt - excel操作 sqlite3 - SQLi ...
分类:
编程语言 时间:
2020-07-18 15:31:42
阅读次数:
66
1.下载PowerBIReportServer 试用180天 2.下载PBIDesktopRS_x64 配置环节 1.打开http://pc-user:8000/Reports 连接 (这个是从report server configuration manager 配置下可以找到) 2.打开连接后U ...
分类:
其他好文 时间:
2020-07-18 15:31:24
阅读次数:
160
Python第三方库 jieba - 分词 matplotlib - 绘图 PIL - 图片处理 numpy - 矩阵运算 sqlite3 - sqlite数据库 Flask - web框架 urllib - URL处理,网页爬虫 bs4 - 解析文档-html re - 正则表达式,文字匹配 xl ...
分类:
编程语言 时间:
2020-07-18 15:31:09
阅读次数:
65
1.使用wait()/notifyAll实现生产者和消费者 1 /** 2 * 锁对象类 3 * 协作类 4 */ 5 public class MyQueue { 6 private Queue<Integer> queue; 7 private int limit; 8 9 public MyQ ...
分类:
编程语言 时间:
2020-07-18 15:30:39
阅读次数:
71