- 博客(4)
- 问答 (1)
- 收藏
- 关注
原创 使用x64编译fastdb报错
error LNK2019: 无法解析的外部符号 bind,该符号在函数 "public: bool __cdecl win_socket::open(int)" (?open@win_socket@@QEAA_NH@Z) 中被引用 windows 64位依赖目录中没有"ws2_32.lib"这个lib
2021-05-10 11:19:40
287
转载 python+selenium定位iframe
定位iframe # 1.有id,并且唯一,直接写id driver.switch_to_frame("x-URS-iframe") driver.switch_to.frame("x-URS-iframe") # 2.有name,并且唯一,直接写name driver.switch_to_frame("xxxx") driver.switch_to.frame("xxxx") # 3.无...
2018-09-17 21:56:41
2974
1
原创 通过Shell脚本设置永远生效的Linux环境变量
脚本编下如下,执行下即生效#!/bin/sh sed -i '$a export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH' ~/.bash_profilesource ~/.bash_profile尝试过使用:#!/bin/shexport PATH = /home/jstp如果使用./test.sh执行,则只会在当前shell脚本里面生效。使用source ./t...
2018-07-06 14:52:31
10735
1
空空如也
Ubuntu部署eos时编译报错
2018-03-29
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅