会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
study
上一页
1
2
3
4
5
6
下一页
2021年8月24日
python读取excel和读取excel图片总结
摘要: 1.读取Excel表格 panda方式 ,普通的excel可行,对于有些数据复杂的,可能提取不了 import pandasexcel=pandas.read_excel('现代征信学.xlsx',index_col='列名',header=None) #header默认为0,指读取第几行,0代表第
阅读全文
posted @ 2021-08-24 22:06 kobe
阅读(3076)
评论(0)
推荐(0)
2021年8月16日
windows2012/2016/2019 iis自带ftp被动端口修改
摘要: 1.powershell执行: Set-WebConfiguration "/system.ftpServer/firewallSupport" -PSPath "IIS:\" -Value @{lowDataChannelPort="60000";highDataChannelPort="6002
阅读全文
posted @ 2021-08-16 11:33 kobe
阅读(1686)
评论(1)
推荐(1)
2020年11月13日
Flutter IOS build成功,archive失败
摘要: 1.open ios/Runner.xcodeproj 2.I checked Runner/Pods is empty in Xcode sidebar. 3.drop Pods/Pods.xcodeproj into Runner/Pods.(在xcode中,从finder拖过去) 4."Val
阅读全文
posted @ 2020-11-13 10:27 kobe
阅读(562)
评论(0)
推荐(0)
2020年11月9日
centos常用操作
摘要: (1)查找文件 find -name my.cnf [查找精确文件名] whereis my [模糊查找] (2)重启服务 1.mysql service mysqld restart 2.nginx service nginx restart 3.bind service named restar
阅读全文
posted @ 2020-11-09 14:33 kobe
阅读(96)
评论(0)
推荐(0)
Git相关操作
摘要: (1)git 查看当前仓库地址以及设置新的仓库地址 git remote show origin (2)git mac 安装配置 通过homebrew安装Git 1、未安装homebrew,需安装homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.
阅读全文
posted @ 2020-11-09 11:15 kobe
阅读(64)
评论(0)
推荐(0)
2020年7月8日
flutter xcode 打包坑
摘要: 每次archive,或者flutter 升级 都有点问题,记录下 1. 'connectivity/ConnectivityPlugin.h' file not found 尝试以下: (1).删除Podfile,Podfile.lock,Pods文件夹,Runner.xcworkspace,让fl
阅读全文
posted @ 2020-07-08 09:02 kobe
阅读(787)
评论(0)
推荐(0)
2020年6月15日
Failed to connect to chromium.googlesource.com port 443
摘要: CocoaPods 添加WebP失败解决办法,修改git source地址就是不行 最后开了小飞机代理 web可以打开 但 terminal还是不行 要配置git代理 git config --global http.proxy 'socks5://127.0.0.1:1086' git confi
阅读全文
posted @ 2020-06-15 18:14 kobe
阅读(2919)
评论(0)
推荐(0)
2020年4月26日
flutter 接入 alipay支付宝
摘要: Flutter alipay支付集成,尝试了3种插件 (1)插件sy_flutter_alipay ios下编译失败,放弃 (2)插件 flutter_alipay 最终也失败放弃 https://github.com/best-flutter/flutter_alipay 几个点: 1.info.
阅读全文
posted @ 2020-04-26 17:19 kobe
阅读(4520)
评论(0)
推荐(0)
2019年3月31日
Flutter开发记录part3
摘要: (1) 获取当前屏幕宽度 width: MediaQuery.of(context).size.width, (1) pull_to_refresh,smartrefresh 自定义文字: new SmartRefresher( headerBuilder: (context,mode) { ret
阅读全文
posted @ 2019-03-31 20:01 kobe
阅读(243)
评论(0)
推荐(0)
Flutter开发记录part2
摘要: (1)文本超出折叠:child: Text('跑马灯dddd的范德萨范德萨放多少范德萨范德萨范德萨范德萨范德萨发',maxLines: 1,overflow: TextOverflow.ellipsis) (2)占位剩余空间:new Expanded( (3) 插件:dropdown_menu (4
阅读全文
posted @ 2019-03-31 19:50 kobe
阅读(131)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告