Easter79 Easter79
3年前
swftools参数详细中文解译
其中把pdf转成swf的工具就是pdf2swf了。在命令行中运行pdf2swfsrc.pdfdes.swf一般能满足需求。而命令行参数可以通过pdf2swff得到:\h,–help                     Printshorthelpmessageandexit             打印帮助信息
Stella981 Stella981
3年前
Linux之man命令详解及中文汉化
一、安装中文版man官方下载地址:https://code.google.com/archive/p/manpageszh/GITHUB项目地址:https://github.com/manpageszh/manpageszh安装方法一1、Debian/Ubuntu安装sudo
Stella981 Stella981
3年前
GitHub上最火爆!码代码不得不知的所有定律法则
\TOC\<br\\来源:\\\nusr/hackerlawszh\(https://github.com/nusr/hackerlawszh)<br这是\hackerlaws\(https://github.com/dwmkerr/hackerlaws)的中文翻译,对开发人员有用的定律,理论,原则和模式
Stella981 Stella981
3年前
Linux Mint 17 下安装搜狗拼音输入法
LinuxMint不像Ubuntu那样默认配置了中文输入法,需要我们自己安装,下面给出安装方法及输入法所需依赖:1.sudoaddaptrepositoryppa:fcitxteam/nightly2.sudoaptgetupdate3.sudoaptgetinstallf
Wesley13 Wesley13
3年前
ubutun 下的 sublime text 2 不能输入中文
在ubuntu下安装st2后发现不能输入中文,抓狂啊。。。解决方法:cd~/.config/sublimetext2/Packagesgitclonehttps://github.com/xgenvn/InputHelper.git重启st2ctrlshiftz
Easter79 Easter79
3年前
Tengine FAQ中文版
1\.编译example时,出现类似_fatalerror:'tengine\_c\_api.h'filenotfound_的错误?这是编译Tengine之后没有将相关文件复制到core/include的缘故,只需要在Tengine根目录下执行makeinstall即可;如果你是在编译某一个example,还需
Stella981 Stella981
3年前
Python Xpath 提取html整个元素(标签与内容)
提取html某标签中文字时,文字中含有:“<sub2</subO<sub5</sub”,导致提取的文字不符合预期。解决方法:codingutf8fromlxmlimportetreefromHTMLParserimportHTMLParserhtmlu'''<h
Stella981 Stella981
3年前
Nginx反向代理中文域名
1、修改nginx.conf配置文件  http{   中文域名解析需配置size为64   server\_names\_hash\_bucket\_size64;   client\_max\_body\_size  10m;   include      mime.types;   default
Wesley13 Wesley13
3年前
5、SuperSocket 基本配置
SuperSocket(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdocs.supersocket.net%2Fv16%2FzhCN)SuperSocket基本配置中文(中国)ToggleDropdown v1.6Togg
Wesley13 Wesley13
3年前
C# 将文件夹中文件复制到另一个文件夹
C将文件夹中文件复制到另一个文件夹//新建一个文件夹varimgPathDirectory.GetCurrentDirectory()"\\DevicePic1";if(!Directory.Exists(imgPath))