码迷,mamicode.com
首页 >  
搜索关键字:projects    ( 2416个结果
eclipse导入spring-framework源码时缺少spring-cglib-repack-3.2.10.jar和spring-objenesis-repack-3.0.1.jar
1、下载源码,地址https://github.com/spring-projects/spring-framework/tags 下载自己想要的版本,我用的版本是 v5.1.5.RELEASE git clone https://github.com/spring-projects/spring- ...
分类:编程语言   时间:2019-02-22 23:19:37    阅读次数:304
视频中噪音清除 - 噪音样本去除稳定噪音
使用工具: FFmpeg: https://ffmpeg.zeranoe.com/builds/ Sox: https://sourceforge.net/projects/sox/files/sox/ GoldWave: https://www.laomoit.com/goldwave.html ...
分类:其他好文   时间:2019-02-21 17:32:29    阅读次数:523
Nginx安装
下载必要组件 nginx下载地址 http://nginx.org/en/download.html pcre库下载地址,nginx需要 http://sourceforge.net/projects/pcre/files/pcre/ zlib下载地址,nginx需要 http://www.zlib ...
分类:其他好文   时间:2019-02-14 20:34:34    阅读次数:205
Linux定时任务
Linux定时任务 Linux定时任务 fileclear.sh tamcdir=${HOME}/ora/user_projects/domains/tamc cd ${tamcdir} echo rm -f `ls heapdump*.phd` rm -f heapdump*.phd echo r ...
分类:系统相关   时间:2019-02-13 11:01:15    阅读次数:173
m3u8文件下载合并的一种方法
生成的ts文件用 ffmpeg 合并,命令行输入:ffmpeg -f concat -safe 0 -i filelist.txt -c copy output.ts https://xyne.archlinux.ca/projects/python3-aria2jsonrpc/ https://a ...
分类:其他好文   时间:2019-02-07 22:13:53    阅读次数:509
VS2017打包安装程序
VS2017 并不自带安装部署项目,需要在【扩展和更新】中安装插件:Microsoft Visual Studio 2017 Installer Projects 安装完后添加SetupProject项目,程序路径中将目标项目的debug下全文件添加进去(因为设置主输出可能会有很多文件饱含不进来) ...
分类:其他好文   时间:2019-01-30 20:30:25    阅读次数:168
Job!Job!Job!
描述 Foreverlin is working in a company. In order to make boss happier, he must work as hard as possible, there are n projects on the todolist. Now is t ...
分类:其他好文   时间:2019-01-30 00:27:37    阅读次数:153
DirBuste 使用
https://sourceforge.net/projects/dirbuster/ 官网下载 记得安装java 运行环境 这是扫描 443 端口的数据 也可以自己写字典规则 在选择模糊查询时 下面必填 准确不用 ...
分类:其他好文   时间:2019-01-29 14:55:44    阅读次数:130
【原创】Linux基础之iptables
iptables 1.4.21 官方:https://www.netfilter.org/projects/iptables/index.html iptables is the userspace command line program used to configure the Linux 2 ...
分类:系统相关   时间:2019-01-27 14:36:02    阅读次数:189
CxImage的编译及简单使用举例
1、 从http://sourceforge.net/projects/cximage/下载最新的CxImage 702源码; 2、 解压缩后,以管理员身份打开CxImageFull_vc10.sln工程,在编译之前先将每个工程属性的Character Set由原先的Use Unicode Char ...
分类:其他好文   时间:2019-01-25 12:59:01    阅读次数:217
2416条   上一页 1 ... 32 33 34 35 36 ... 242 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!