会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Awakenedy
要想改变命运,首先改变自己,命运掌握在自己手里,改变,从这一刻开始。
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2019年5月22日
linux 源码安装postgresql
摘要: 下载源码包 --安装所需要的系统软件包 yum groupinstall -y "Development tools" yum install -y bison flex readline-devel zlib-devel 官网下载:https://www.postgresql.org/ftp/so
阅读全文
posted @ 2019-05-22 13:36 Awakenedy
阅读(530)
评论(0)
推荐(0)
2019年4月26日
SQL Server 2008 无法安装U890
摘要: 安装U890,环境检测的时候,却提示数据库不符合要求, 解决方法: 通过修改SQLServer的版本号 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\CurrentVersion] "CurrentVersion"="1
阅读全文
posted @ 2019-04-26 16:11 Awakenedy
阅读(373)
评论(0)
推荐(0)
2019年4月16日
用友“设置备份计划”时提示“已经有用户使用【备份计划管理】,不能调整”
摘要: 用友“设置备份计划”时提示“已经有用户使用【备份计划管理】,不能调整” USE UFSystem select * from ua_tasklog where cStation=‘登录的机器名‘ and cSub_Id=‘dp‘ DELETE from ua_tasklog where cStati
阅读全文
posted @ 2019-04-16 13:09 Awakenedy
阅读(1208)
评论(0)
推荐(0)
2019年2月19日
安装卡巴 OFFICE链接 出现这个过程被中断,由于本机的限制
摘要: 今天 安装了卡巴后 office 超链接功能不能使用了,一点击超链接,就会发出警报,说”由于本机的限制,此操作已被取消,请与系统管理员联系“ 解决办法:1打开注册表2到这个位置:HKEY_CURRENT_USER\Software\Classes\3新建项:“.html”4在该项输入默认数值数据:“
阅读全文
posted @ 2019-02-19 12:40 Awakenedy
阅读(181)
评论(0)
推荐(0)
2018年12月26日
导入数据报数据映射初始化发生异常
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2018-12-26 22:03 Awakenedy
阅读(11)
评论(0)
推荐(0)
2018年11月12日
成本调整单导入
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2018-11-12 12:38 Awakenedy
阅读(2)
评论(0)
推荐(0)
2018年10月12日
selenium “could not be scrolled into view”
摘要: 学习selenium对话框处理出现错误 a.py内容: from selenium import webdriver import timedriver = webdriver.Firefox()driver.get("http://www.baidu.com/") time.sleep(3)#点击
阅读全文
posted @ 2018-10-12 16:13 Awakenedy
阅读(8280)
评论(0)
推荐(1)
2018年10月8日
bs4 FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
摘要: 安装beautifulsoup后,运行测试报错 经过测试发现是lxml的问题,使用 pip install lxml 安装,安装完后,在运行还是一样出错, 经百度、知乎的说法是新的库不支持,新版本语法支持改变了 使用 pip install lxml时,自动安装的是最新 4.2.5版本 解决方法一:
阅读全文
posted @ 2018-10-08 11:24 Awakenedy
阅读(38253)
评论(3)
推荐(9)
2018年9月29日
vim实现实时自动保存
摘要: 进https://www.vim.org/scripts/script.php?script_id=4521网站下载vim -auto-save https://www.vim.org/scripts/download_script.php?src_id=26426 tar xvf vim-auto
阅读全文
posted @ 2018-09-29 10:33 Awakenedy
阅读(3270)
评论(0)
推荐(0)
2018年9月25日
filesystem type ntfs not configured in kernel
摘要: 移动硬盘是NTFS格式的,挂载时候kernel不支持这格式 出现:filesystem type ntfs not configured in kernel
阅读全文
posted @ 2018-09-25 13:50 Awakenedy
阅读(9304)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告