IniHelper ini = new IniHelper(); //读取配置文件 string path = ini.ContentValue("BLDZ", "YYHLDZ"); //调用的程序路径 如C:\bl\app.exe string path1 = ini.ContentValue(" ...
The Google search engine has two important features that help it produce high precision results. First, it makes use of the link structure of the Web ...
分类:
Web程序 时间:
2020-06-09 14:21:52
阅读次数:
82
找了很多方法,最后同时修改两个地方成功解决: 1:修改nginx中nginx.conf的 client_max_body_size 2048M 2:在PHP配置文件,config.php中添加 ‘filelocking.enabled’ => false, 参考:https://help.nextc ...
分类:
Web程序 时间:
2020-06-09 12:34:22
阅读次数:
128
1.machinelearning的好伙伴numpy import numpy as np from numpy import pi # np.array()函数,print(help(np.array))文档 vector = np.array([5,10,15,20]) print(vector ...
分类:
系统相关 时间:
2020-06-08 23:39:48
阅读次数:
69
变量赋值 变量名的命名规则 命名只能使用英文字母,数字和下划线,首个字符不能以数字开头。 中间不能有空格,可以使用下划线(_)。 不能使用标点符号。 不能使用bash里的关键字(可用help命令查看保留关键字)。 变量定义 显式定义 var=value 变量名,等号,值中间不能有空格 如果值中间有空 ...
分类:
系统相关 时间:
2020-06-08 23:20:05
阅读次数:
90
一,pg_dump 介绍 [postgres@kafka01 psql]$ pg_dump --help pg_dump dumps a database as a text file or to other formats. Usage: pg_dump [OPTION]... [DBNAME] ...
分类:
其他好文 时间:
2020-06-08 16:13:18
阅读次数:
66
beego 框架及 bee 工具简易使用说明,官网文档:https://beego.me/docs/install/bee.md ...
分类:
其他好文 时间:
2020-06-07 16:30:42
阅读次数:
69
1、问题 刚刚在使用Maven导入依赖的时候发现一直导入错误,并且IDEA一直报错。如下: 我的环境为jdk1.8,maven版本3.6.3,IntelliJ IDEA 2018.2.3 x64。然后就去百度了一下,解决步骤为。2、查看日志文件 在IDEA的界面找到Help,然后打开。 找到程序报错 ...
打开ipython 一、查看关键字:help("keywords") 二、查看modules:help("modules") ...
分类:
编程语言 时间:
2020-06-07 15:05:09
阅读次数:
93
1. database explorer 如果已安装:在baiwindow==>show view==>Other==>Data Management==>Database explorer 查看 help --> install New Software --> 在 Work with 中加入 : ...
分类:
数据库 时间:
2020-06-07 14:46:40
阅读次数:
233