Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product. Example 1: I ...
分类:
其他好文 时间:
2020-09-18 00:08:22
阅读次数:
27
stringstring2binstring(stringstrSrc){if(strSrc.empty()){return"";}stringstrTemp="0x";stringstrDest;//去掉最开始的0x字符intiNumber=strSrc.find(strTemp);if(iNumber!=NO_FOUND){strSrc=strSrc.substr(2,strSrc.size(
分类:
其他好文 时间:
2020-09-17 23:19:09
阅读次数:
30
1.只查询A表中a、b两字段 db.A.find( {"stage":2,"workStatus":1},//第一个大括号表示查询条件 {"a":1,"b":1}//第二个大括号中字段值为1的表示要显示这些字段 ) 2.不显示a字段,其他字段全显示 db.A.find( {"stage":2,"wo ...
分类:
数据库 时间:
2020-09-17 23:02:49
阅读次数:
39
用代码创建CRM账号,域用户创建后,创建CRM账号时某种原因报错,再次创建相同账号的时候,就会报错:The specified Active Directory user already exists as a Dynamics 365 user 日志下载下来之后,详细信息显示如下:The spec ...
分类:
其他好文 时间:
2020-09-17 22:55:37
阅读次数:
32
两天的Linux学习,受益匪浅。 整理下知识,就从最基本的开始吧(也只会些基本的)。 cd(change directory)改变目录 ls(list)列出目录内容 pwd(print work directory)打印当前目录 显示出当前工作目录的绝对路径 mkdir(make Directory ...
分类:
系统相关 时间:
2020-09-17 21:07:08
阅读次数:
128
Problem LeetCode Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where t ...
分类:
编程语言 时间:
2020-09-17 20:29:16
阅读次数:
30
PDOException: SQLSTATE[HY000] [2002] No such file or directory in lock_may_be_available() (line 167 of /var/www/html/acuvue/wwwtrainingjjmccomcn/publi ...
分类:
数据库 时间:
2020-09-17 20:29:02
阅读次数:
108
import time from selenium import webdriver driver = webdriver.Chrome() driver.get("https://email.163.com") time.sleep(2) iframe = driver.find_elements ...
分类:
编程语言 时间:
2020-09-17 18:46:29
阅读次数:
27
/etc目录下一些简单的操作,find查找,sed 命令使用,xars 使用
分类:
系统相关 时间:
2020-09-17 17:47:53
阅读次数:
33