小技巧
脑机接口社区
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Latex公式转MathType公式
LaTeX公式转MathType公式步骤:方式一:在下面网页中编写LaTex公式,记得加$$,如图右键选择,将代码复制到MathType公式编辑器里。https://www.zybuluo.com/mdeditor同样的方法,可以在下面网页中操作。http://engenharialivre.com/latex-para-word/参考:https://blog.csdn.net/hao5335156/article/details/100610403...原创 2021-07-02 07:35:18 · 2542 阅读 · 2 评论 -
DirectShowPlayerService::doRender: Unresolved error code 0x80040266 (IDispatch error #102)
DirectShowPlayerService::doRender: Unresolved error code 0x80040266 (IDispatch error #102)原创 2021-06-28 08:56:24 · 1678 阅读 · 0 评论 -
python判断文件夹是否存在
判断文件夹是否存在,如果不存在则创建if not os.path.exists(path): os.makedirs(path)原创 2021-05-31 16:22:52 · 313 阅读 · 0 评论 -
python 字符串list转为数字list
字符串listnum_list = ['1', '2', '3', '4']方法1:列表生成式num_list = [ int(x) for x in num_list ]方法2:map函数1.python2.xnum_list = map(int, num_list)2.python3.x,map返回的是map对象,也可以转换为List:num_list = list(map(int, num_list))...原创 2021-05-31 07:19:10 · 1491 阅读 · 0 评论 -
latex上下结构
latex中的上下结构可以用下面代买实现maxn∈(1,2,⋯ ,N)si i∈(1,2,⋯ ,S)\mathop{\max}_{ n \in(1,2,\cdots,N) \atop s_{i}~i\in(1,2,\cdots,S)} maxsi i∈(1,2,⋯,S)n∈(1,2,⋯,N)\mathop{\max}_{ n \in(1,2,\cdots,N) \atop原创 2021-03-10 16:31:02 · 1588 阅读 · 0 评论 -
word2016背景色如何设置为保护眼睛的苹果绿
将白底黑字的word文档的背景色改成护眼绿。1、打开一个word文档,背景色为白色,下面将背景的白色改成护眼绿色。2、菜单上找到设计,单击。3、然后找到页面颜色,单击。4、选择其他颜色,单击。5、选择自定义,单击。6、找到颜色模式,选择HSL,并将色调设置为85,饱和度设为123,亮度设为205,然后单击确定,即可将白色的背景色改成护眼绿。...原创 2021-01-31 19:17:25 · 3071 阅读 · 0 评论
分享