会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
One is never too old to learn.
Biu ——
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
11
12
13
···
27
下一页
2020年6月25日
Report Server Configuration Manager报表服务器配置管理器,连接新数据库-》报错:无法连接到服务器。
摘要: 报表服务器配置管理器-》更改数据库-》连接新数据库-》报错:无法连接到服务器。在SQL Server建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且SQL Server已配置为允许远程连接(Provider: Named Pipes Provider,
阅读全文
posted @ 2020-06-25 17:06 po-A
阅读(2075)
评论(0)
推荐(0)
2020年6月21日
【待解决】on-primises data gateway-PersonalGatewayConfigurator已停止工作
摘要: on-primises data gatewa准备输入邮箱时,报错 Error: PersonalGatewayConfigurator已停止工作 由于出现问题,程序停止正常工作。windows将关闭程序,并会在有可用的解决方案时通知你。 怀疑和没有安装.NET4.7.2有关。 然后我发现之前安装的
阅读全文
posted @ 2020-06-21 19:22 po-A
阅读(763)
评论(2)
推荐(0)
2020年6月17日
Python union,union 2个dataset数据
摘要: Union and union all in Pandas dataframe Python: Union all of two data frames in pandas can be easily achieved by using concat() function. Lets see wit
阅读全文
posted @ 2020-06-17 18:00 po-A
阅读(2631)
评论(0)
推荐(0)
Tushare金融大数据开放社区 - 数据抽取案例学习
摘要: 进入平台介绍 扫码立即注册,更多大数据等你来探索 ! 案例: 导入tushare import tushare as ts 这里注意, tushare版本需大于1.2.10 设置token ts.set_token('your token here') 以上方法只需要在第一次或者token失效后调用
阅读全文
posted @ 2020-06-17 16:31 po-A
阅读(10218)
评论(0)
推荐(0)
2020年6月15日
【已解决】Kettle新建数据库连接报错(Mysql,MS Sql Server)
摘要: 【转载须知】转载请标注本文链接。 Kettle版本:7.1 E:\迅雷下载\Kettle-pdi-ce-7.1.0.0-12\data-integration 运行spoon.bat 新建-数据库 报错内容: org.pentaho.ui.xul.XulException: org.pentaho.
阅读全文
posted @ 2020-06-15 17:39 po-A
阅读(6510)
评论(2)
推荐(3)
2020年6月11日
SQL面试题-练习2
摘要: 有表A,结构如下: A: p_ID p_Num s_id 1 10 01 1 12 02 2 8 01 3 11 01 3 8 03 其中:p_ID为产品ID,p_Num为产品库存量,s_id为仓库ID。请用SQL语句实现将上表中的数据合并,合并后的数据为: p_ID s1_id s2_id s3_
阅读全文
posted @ 2020-06-11 12:38 po-A
阅读(313)
评论(0)
推荐(0)
WIN7bat批处理遍历文件夹,输出当前文件夹下所有文件。
摘要: bat遍历文件夹,输出当前文件夹下所有文件 到fileName.txt文件。 运行前先找小文件夹测试一下。 Dir *.* /B > fileName.txt for /r %cd% %%i in (*.*) do ( echo %%i >> fileName.txt ) 结果例子: fileNam
阅读全文
posted @ 2020-06-11 00:08 po-A
阅读(1947)
评论(0)
推荐(0)
2020年6月7日
Tableau -选择Year,Month 计算对应时间范围的YTD,MTD; 帕累托80%模型
该文被密码保护。
阅读全文
posted @ 2020-06-07 01:59 po-A
阅读(2)
评论(0)
推荐(0)
2020年6月2日
【已解决】MYSQL安装过程报错,怎么解决?MySQL error 0: Authentication to host 'localhost' for user 'root' using method 'caching_sha2_password' failed with message: Reading from the stream has failed.
摘要: 【转载须知】转载请标注本文链接地址。 安装包:mysql-installer-community-8.0.20.0.msi MySQL安装版本:8.0.20 环境:WIN 7 -64位 安装MySQL server时,Creating uer accounts时报错: Attempting to s
阅读全文
posted @ 2020-06-02 17:31 po-A
阅读(14072)
评论(4)
推荐(1)
2020年5月29日
常用外国在线英语词典-单词查询-excel公式批量查询英语单词释义、意思
摘要: 更新一个验证过可以用的: =FILTERXML(WEBSERVICE("http://fanyi.youdao.com/translate?&i="&A1&"&doctype=xml&version"),"//translation") 可以试试下面的链接,用在excel公式里。写好第一个,拖曳往下
阅读全文
posted @ 2020-05-29 16:18 po-A
阅读(3257)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
27
下一页
公告
Tushare大数据开放社区-免费提供各类金融数据和区块链数据 , 助力智能投资与创新型投资。
Python, Matlab, R, Web数据抽取学习交流。