11 2018 档案

摘要:1. ffmpeg -i 0.mp4 -vf subtitles=0.srt 1.mp4 https://jingyan.baidu.com/article/c45ad29c73cef2051653e244.html ffmpeg -i subtitle.srt subtitle.ass ffmpe 阅读全文
posted @ 2018-11-30 11:24 lianhuaren 阅读(94) 评论(0) 推荐(0) 编辑
摘要:1.ffmpeg裁剪 支持libx264 https://blog.csdn.net/serenitymoon/article/details/52174437 --enable-libx264 \ --enable-encoder=libx264 \ --enable-gpl ./configur 阅读全文
posted @ 2018-11-29 15:06 lianhuaren 阅读(679) 评论(0) 推荐(0) 编辑
摘要:1.urlsession https https://www.jianshu.com/p/4b5d2d47833d 2.avplayer cache https://github.com/XTShow/XTAudioPlayer/ https://www.jianshu.com/p/c1574764 阅读全文
posted @ 2018-11-28 10:13 lianhuaren 阅读(243) 评论(0) 推荐(0) 编辑
摘要:1. curl -voa http://119.29.108.104:8080/inweb01/kotlin.mp4 -H "Range:bytes=0-1" https://alanhou.org/domainavfoundationerrordomain-code-11850/ 阅读全文
posted @ 2018-11-26 12:35 lianhuaren 阅读(784) 评论(0) 推荐(0) 编辑
摘要:1.ubuntu sudo apt-get install openjdk-8-jdk https://blog.csdn.net/zhaohaiyitian88/article/details/78885745 brew install tomcat https://www.oracle.com/ 阅读全文
posted @ 2018-11-25 19:11 lianhuaren 阅读(179) 评论(0) 推荐(0) 编辑
摘要:1.nsobject 单例 sudo chmod 666 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/IDETextKeyBindingSet.plist sudo chmod 777 /Applica 阅读全文
posted @ 2018-11-23 09:43 lianhuaren 阅读(143) 评论(0) 推荐(0) 编辑
摘要:1.iOS瘦身之armv7 armv7s arm64选用 机器对指令集的支持是向下兼容的,因此armv7的指令集是可以运行在iphone5S以上的,只是效率没那么高而已~ 但是由于苹果要求必须支持arm64,因此这个架构是必须存在的.在xcodeTARGETS里边Architectures: tup 阅读全文
posted @ 2018-11-22 09:00 lianhuaren 阅读(266) 评论(0) 推荐(0) 编辑
摘要:1、pom.xml中添加支持web的模块: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> pom.xml文 阅读全文
posted @ 2018-11-20 19:57 lianhuaren 阅读(119) 评论(0) 推荐(0) 编辑
摘要:1. applicationContext.xml 配置文件里最主要的配置: <?xml version="1.0" encoding="utf-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="ht 阅读全文
posted @ 2018-11-18 21:54 lianhuaren 阅读(154) 评论(0) 推荐(0) 编辑
摘要:1. https://yq.aliyun.com/ziliao/386827 阅读全文
posted @ 2018-11-13 15:28 lianhuaren 阅读(72) 评论(0) 推荐(0) 编辑
摘要:1.python 包路径 export PYTHONPATH=路径 https://blog.csdn.net/machinezj/article/details/60137666 2.getActionBar为空的解决办法 res/values,res/values-v11,res/values- 阅读全文
posted @ 2018-11-09 06:51 lianhuaren 阅读(155) 评论(0) 推荐(0) 编辑
摘要:1. //东软信息学院 mirrors.neusoft.edu.cn 80 使用方法: 启动 Android SDK Manager ,打开主界面,依次选择「Tools」、「Options…」,弹出『Android SDK Manager – Settings』窗口; 在『Android SDK M 阅读全文
posted @ 2018-11-08 18:35 lianhuaren 阅读(129) 评论(0) 推荐(0) 编辑
摘要:1.mac如何matplotlib中文乱码问题 先查看 ~/.matplotlib/fontList.json 添加SimHei字体(simhei.ttf文件)到 /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site 阅读全文
posted @ 2018-11-07 19:09 lianhuaren 阅读(251) 评论(0) 推荐(0) 编辑
摘要:1.selenium 去掉只读属性 https://www.cnblogs.com/tobecrazy/p/4817946.html 阅读全文
posted @ 2018-11-06 20:45 lianhuaren 阅读(97) 评论(0) 推荐(0) 编辑
摘要:1. 430 /Applications/Android\ Studio.app/Contents/gradle/gradle-2.8/bin/gradle -v 434 mkdir gradle01 435 cd gradle01 437 /Applications/Android\ Studio 阅读全文
posted @ 2018-11-03 15:54 lianhuaren 阅读(153) 评论(0) 推荐(0) 编辑
摘要:1. 将解压出来的autoload 和 doc的内容添加到~/.vim/下的相应目录下,如果~/.vim下没有这两个文件夹就手动创建其中autoload里的有javacomplete.vim java_parser.vim Reflection.java三个文件,要做的事情是编译 :javac Re 阅读全文
posted @ 2018-11-02 20:24 lianhuaren 阅读(156) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示