会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
g!gn#isv
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
158
159
160
161
162
163
164
165
166
···
329
下一页
2021年3月27日
latex中的图片布局,如何高效地利用空间
摘要: latex 一行能不能放3张图 这个博客写的好,解决了我的问题: https://blog.csdn.net/qq_32791307/article/details/80715902 \begin{figure} \centering \begin...
阅读全文
posted @ 2021-03-27 17:08 bH1pJ
阅读(208)
评论(0)
推荐(0)
2021年3月17日
能不能打开两个sumatrapdf pdf
摘要: 66666666666666666666666
阅读全文
posted @ 2021-03-17 17:41 bH1pJ
阅读(82)
评论(0)
推荐(0)
若干tif文件转换成pdf
摘要: 方案1: (1)用imageJ把多个tif文件弄成一个整合的tif文件; (2)然后用smaurt打开,另存为pdf 失败告终。 方案二:留个坑,没找到合适的解决方案。
阅读全文
posted @ 2021-03-17 17:05 bH1pJ
阅读(151)
评论(0)
推荐(0)
解决Python打开word时的bug “AttributeError:<unknown>.Open”
摘要: 原因是work处理还没结束,下一个操作就又开始了 解决方案两个: (1)购买性能更加强劲的CPU; (2)在代码中加入time.sleep(1),休息1秒,就OK了。 参考的博客: https://www.pythonf.cn/read/122269 ...
阅读全文
posted @ 2021-03-17 12:18 bH1pJ
阅读(358)
评论(0)
推荐(0)
2021年3月16日
imageJ marco宏语言,如何自动化地处理第二个的弹窗?
摘要: (1)方案一,使用run("IJ Robot", "order=Left_Click x_point=159 y_point=62 delay=300"); 坑,未解决。 但这种方案有个衍生的版本: 可以使用两个cmd,第一个cmd做任务。但是第二个cmd执行...
阅读全文
posted @ 2021-03-16 21:39 bH1pJ
阅读(88)
评论(0)
推荐(0)
Python insert 数据库
摘要: SQL = "INSERT into ...} cursor.execute(SQL) 记得 cursor.close() conn.commit() conn.close()
阅读全文
posted @ 2021-03-16 11:24 bH1pJ
阅读(80)
评论(0)
推荐(0)
Python 字符串 替换符 占位符
摘要: SQL = "INSERT into experimentdata(pid, uploader, uploadstartdate,uploadenddate,experimentdate,datanum,datadescribe,dealtimes) valu...
阅读全文
posted @ 2021-03-16 11:19 bH1pJ
阅读(192)
评论(0)
推荐(0)
pandas ‘utf-8‘ codec can‘t decode bytes in position 49914-49915: invalid continuation byte
摘要: 用excel打开csv,把中文字符删了。然后另存为csv-utf的格式。就好了
阅读全文
posted @ 2021-03-16 10:24 bH1pJ
阅读(124)
评论(0)
推荐(0)
Python 字符串转换成时间
摘要: r[0] = '20181026' dtr = datetime.datetime.strptime(r[0], "%Y%m%d")finalR = dtr.strftime("%Y-%m-%d") '2018-10-26' 参考: https...
阅读全文
posted @ 2021-03-16 10:23 bH1pJ
阅读(37)
评论(0)
推荐(0)
如何取pandas第一行,第一列的数据
摘要: datanum = dfResults.iloc[0, 0]
阅读全文
posted @ 2021-03-16 10:23 bH1pJ
阅读(1616)
评论(0)
推荐(0)
上一页
1
···
158
159
160
161
162
163
164
165
166
···
329
下一页
公告