解决apt-get install因为无法获得锁,而不能安装问题机器:ubuntu16.04报错信息: 解决方法:1、首先查看下 ls -l /var/cache/apt/archives/lock ls -l /var/lib/dpkg/lock-frontend 2、删除:(注意:下面这两个顺序 ...
分类:
其他好文 时间:
2020-04-30 13:58:56
阅读次数:
67
大家在工作中,是否遇到需要查询某个文件下内容中的关键词是否存在。例如: 需要查询在/etc/passwd下是否存在“yasuo”关键字: [root@localhost ~]# find /etc/passwd | xargs grep -ri 'yasuo'yasuo:x:1001:1001::/ ...
分类:
系统相关 时间:
2020-04-30 13:37:23
阅读次数:
138
find : find命令详解 find 解释:find search for files in a directory hierarchy 用法:Usage: find [ H] [ L] [ P] [ Olevel] [ D help|tree|search|stat|rates|opt|exe ...
分类:
其他好文 时间:
2020-04-30 13:24:30
阅读次数:
247
参考书籍:《selenium3+Python3》——田春成 0、驱动准备 1、打开首页 driver.get( ) 2、八大定位 driver.find_element_by_id( ) driver.find_element_by_name( ) driver.find_element_by_cl ...
分类:
其他好文 时间:
2020-04-30 11:37:24
阅读次数:
78
https://indexoutofrange.com/Could_not_load_file_or_assembly_or_one_of_its_dependencies/ Reading assembly binding log files (Fusion Log) This is my pre ...
分类:
其他好文 时间:
2020-04-30 11:29:55
阅读次数:
63
Problem : Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole arra ...
分类:
其他好文 时间:
2020-04-29 23:08:17
阅读次数:
65
C:\Users\jdy>java -XX:PrintCommandLineFlags -versionMissing +/- setting for VM option 'PrintCommandLineFlags'Error: Could not create the Java Virtual ...
分类:
其他好文 时间:
2020-04-29 21:52:33
阅读次数:
95
Problem : Given a string, find the length of the longest substring without repeating characters. Example 1: Example 2: Example 3: 思路 : Solution (C++) ...
分类:
其他好文 时间:
2020-04-29 21:42:00
阅读次数:
51
好端端的突然就报错了 【一】 之前新clone代码下来就直接初始化就可以,这次报错,貌似缓存的问题。如图 其实解决也很简单 清理缓存即可 输入 npm cache clean --force 重新 npm i 如果你已经初始过 可能需要删掉node_modules文件 【二】 如果你跟我一样很不幸遇 ...
分类:
其他好文 时间:
2020-04-29 18:55:38
阅读次数:
65
支付向来都是很麻烦的了,插件可以解放你的手脚,目前支持PC端微信扫码支付,官方条件是开通默认支持1000的单笔交易额度,需要更高问官方,需要支付宝请达到Payjs的开通条件,理论上达到条件就可以开通双码合一。插件只提供对接,不做各种条件申请服务。
分类:
Web程序 时间:
2020-04-29 16:37:06
阅读次数:
72