码迷,mamicode.com
首页 >  
搜索关键字:shared preferences    ( 5663个结果
Word套用简单模板实例(docx模块)
套用模板(简单)实例 1 from docx import Document 2 from docx.enum.text import WD_ALIGN_PARAGRAPH 3 from docx.shared import Pt 4 from docx.oxml.ns import qn 5 6 ...
分类:其他好文   时间:2020-02-14 22:39:49    阅读次数:98
用 python 来操作word文件(使用 docx 库)
实例一: from docx import Document from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.oxml.ns import qn # 中文格式 from docx.shared import Pt # 磅数 from d ...
分类:编程语言   时间:2020-02-14 16:06:46    阅读次数:150
Nginx 启动报错 (nginx: error while loading shared libraries: XXX: cannot open shared object file: No such file or directory ) 的解决办法
本文解决 Nginx 因库文件缺失而无法启动问题 没有采用缺失什么就安装什么的解决办法, 而是借助于另一个正常运行的Linux , 将其上的库文件发送给缺失库文件的 Linux 服务器 以 缺失 libharfbuzz.so.0 为例 , 其它库文件缺失 大同小异 前提摘要: 今天打开我的网址 ww ...
分类:其他好文   时间:2020-02-14 01:17:34    阅读次数:105
lsof(查看端口)
简介简介lsof(list open files)是一个列出当前系统打开文件的工具。在linux环境下,任何事物都以文件的形式存在,通过文件不仅仅可以访问常规数据,还可以访问网络连接和硬件。所以如传输控制协议 (TCP) 和用户数据报协议 (UDP) 套接字等,系统在后台都为该应用程序分配了一个文件... ...
分类:其他好文   时间:2020-02-13 22:53:52    阅读次数:212
Android Studio(2)
1、res目录下的布局: drawable目录下主要放位图文件(PNG、JPE或GIF),9_Patch图片文件,ShareDrawable、Drawable对象文件(像XML资源文件)。 mipmap的子目录有:mipmap-mdpi(放中分辨率图片),mipmap-hdpi(放高分辨率图片),m ...
分类:移动开发   时间:2020-02-13 20:44:17    阅读次数:84
eclipse调字体大小
首先调java字体: Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Java -> Java Editor Text Font -> Edit; 调节控制台字体: Window -> Preferences ...
分类:系统相关   时间:2020-02-13 17:24:06    阅读次数:95
Eclipse设置打开的默认浏览器
Eclipse设置打开的默认浏览器 1. 找到Windows选项下的Preferences 2. 依次设置1,2,3,4 ...
分类:系统相关   时间:2020-02-13 17:12:48    阅读次数:106
LibGit2Sharp在 Asp.Net Core 3.1 docker 镜像中中无法使用的问题
The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. Unable to load shared library 'git2-106a5f2' or one of its dependencies ...
分类:Web程序   时间:2020-02-13 09:17:16    阅读次数:128
Eclipse C++配置静态链接库和动态链接库
转:https://blog.csdn.net/iteye_20658/article/details/82650699 1.动态库: 一、创建动态链接库1、创建工程new->project->c++ project选择Shared Library->Empty Project.输入工程名a,点击f ...
分类:编程语言   时间:2020-02-12 20:45:32    阅读次数:117
异常 lock buffer failed for format 0x23
02-11 21:21:45.669625 14804 14815 W Monkey : // java.lang.RuntimeException: lock buffer failed for format 0x23 02-11 21:21:45.669625 14804 14815 W Mon ...
分类:其他好文   时间:2020-02-12 16:19:58    阅读次数:97
5663条   上一页 1 ... 32 33 34 35 36 ... 567 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!