自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

皓月如我的专栏

皓月当空夜 技术点滴星辰

  • 博客(7)
  • 资源 (78)
  • 收藏
  • 关注

原创 Postgres使用Copy命令将表导出成csv文件的遇到Permission Denied等错误

COPY (select id as ID, description as TNAME from my_table order by id) to ‘C:/exp4analyze/MyTable.csv’ with csv header;ERROR: could not open file “C:/exp4analyze/MyTable.csv” for writing: No such file

2016-10-28 16:52:59 8938 2

原创 Eclipse设置字符编码

设置编辑器字符编码 Window -> Preferences -> General -> Editors -> Text Editors -> Spelling 设置工作空间字符编码 Window -> Preferences -> General -> WorkSpace 设置JSP文件内容默认编码 Window -> Preferences -> General -> Content T

2016-10-22 17:51:15 14281 1

原创 Eclipse编译时保留方法的形参

Window -> Preferences -> Java -> Compiler。 选中Store information about method parameters (usable via reflection)使其保持选中状态。 否则会对java反射机制(如果用到了的话)造成影响。 点击 这里 了解Java反射机制。

2016-10-22 17:46:03 1394 3

原创 Eclipse中使用Ctrl键卡顿响应慢的解决方法

因为eclipse中默认使用Ctrl键做“超链接”功能键,例如按住Ctrl再用鼠标点击某方法,会跳转到其定义。 但是复制、粘贴等常规操作也会经常用到Ctrl键,按照本文所述方法,可将Ctrl键的功能转移到Alt键上去。Window -> Preferences -> General -> Editors -> Text Editors -> Hyperlinking。选中文本框,按下Alt即可。

2016-10-22 16:52:07 9390 2

原创 RHEL7.2上基于eSpeak实现TTS

RHEL7.2上已经自带了eSpeak库。直接上源码:#include "speak_lib.h" // 包括espeak的头文件#include <string.h>#include <unistd.h>int main(int argc, char **argv){ // 初始化 espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 0, NU

2016-10-17 17:22:47 1283

转载 GPL协议 与 LGPL协议

(以下全文引用自博客“朝闻道”,链接:“终于理解了什么是LGPL”http://www.cnblogs.com/findumars/p/3556883.html)GPL我们很熟悉的Linux就是采用了GPL。GPL协议和BSD, Apache Licence等鼓励代码重用的许可很不一样。GPL的出发点是代码的开源/免费使用和引用/修改/衍生代码的开源/免费使用,但不允许修改后和衍生的代 码做为闭源的

2016-10-17 12:14:59 1475

原创 SAPI实现TTS

windows sapi tts

2016-10-15 14:05:35 2088

Postgres-XL源码安装包

Postgres-XL源码安装包 用法详见博客文章: https://blog.csdn.net/fm0517/article/details/81329309

2018-08-01

在树莓派上创建无线热点

代码来源于Github项目:https://github.com/oblique/create_ap 文档详见:https://blog.csdn.net/fm0517/article/details/80939113

2018-07-06

Win32DiskImager-0.9.5免安装绿色版

详见文章:https://blog.csdn.net/fm0517/article/details/80938723

2018-07-06

RabbitMQ-c源码

在Redhat Linux上编译RabbitMQ,过程详见:http://blog.csdn.net/fm0517/article/details/77244781

2017-08-16

CMake For Redhat

cmake,编译rabbitmq的工具,使用说明见:http://blog.csdn.net/fm0517/article/details/77244781

2017-08-16

Redis for windows

编译过程请参考:http://blog.csdn.net/fm0517/article/details/77099502

2017-08-11

redis-3.0.5.tar.gz

编译方法请参考:http://blog.csdn.net/fm0517/article/details/77099470

2017-08-11

TTS语音播报程序(x86)

详情参考《TTS语音播报程序部署与配置》 http://blog.csdn.net/fm0517/article/details/75271130

2017-08-09

TTS语音播报服务及调试程序(32bit)免积分

TTS语音播报服务及调试程序(32位版本),适用于Window7,Windows8.1,Windows10。 部署及使用方法详见博客文章:http://blog.csdn.net/fm0517/article/details/75271130

2017-08-07

TTS语音播报服务及调试程序(64bit)免积分

TTS语音播报服务及调试程序(64bit),适用于Window7,Windows8.1,Windows10。部署及使用方法详见博客文章: http://blog.csdn.net/fm0517/article/details/75271130

2017-08-07

TTS语音播报服务及调试程序(32bit)

TTS语音播报服务及调试程序(32bit),适用于Window7,Windows8.1,Windows10。部署及使用方法详见博客文章:

2017-07-18

PGSQL9.5免安装版(32位)

PGSQL9.5免安装版(32位)postgresql-9.5.5-1-windows-binaries.zip

2017-01-06

PGSQL9.5免安装版(64位)

PGSQL9.5免安装版(64位)postgresql-9.5.5-1-windows-x64-binaries.zip

2017-01-06

基于VideoView的本地文件及流媒体播放器

基于VideoView的本地文件及流媒体播放器,可播放RTSP视频流,也可以播放本地文件。 源码及开发方法,参考: http://blog.csdn.net/fm0517/article/details/46426275

2016-07-08

Red5 oflaDemo

Red5部署过程详见:http://blog.csdn.net/fm0517/article/details/50668500 过程中如果 不能自动安装oflaDemo,可从此处下载。

2016-02-23

DELL latidute 3450 用户手册拆机拆解维护手册

DELL latidute 3450 用户手册拆机拆解维护手册

2015-06-04

vs2013下编译的64位apr

vs2013下编译的64位apr,包含libapr,libapr-iconv,libapr-util的dll和lib,也包含对应的include。

2015-04-23

ffmpeg1.2源码

ffmpeg,用于编译64位ffmpeg,方法参考: http://blog.csdn.net/fm0517/article/details/44700005

2015-04-09

x264编码器源码

X264,用于编译ffmpeg,方法参考: http://blog.csdn.net/fm0517/article/details/44700005

2015-04-09

多媒体库SDL源码

SDL,用于编译64位ffmpeg,方法参考: http://blog.csdn.net/fm0517/article/details/44700005

2015-04-09

Lua example 示例程序

Lua example 示例程序

2024-09-19

Lua 5.1 Reference Manual 用户手册

Lua 5.1 Reference Manual 用户手册

2024-09-19

Drawio windows 安装版

Drawio windows 安装版

2023-11-16

一个JavaScript访问SQLite的组件库:sql.js

使用实例详见博客文章 https://blog.csdn.net/fm0517/article/details/124146980

2022-04-13

Redis-x64-3.2.100.rar

解压后为:Redis-x64-3.2.100.msi 部署文档:https://blog.csdn.net/fm0517/article/details/114685292

2021-03-12

php_redis-4.2.0-7.3-ts-vc15-x64.zip

php扩展模块 部署文档:https://blog.csdn.net/fm0517/article/details/114685292

2021-03-12

php_igbinary-2.0.8-7.3-ts-vc15-x64.zip

php扩展模块 部署文档:https://blog.csdn.net/fm0517/article/details/114685292

2021-03-12

php-7.3.9-Win32-VC15-x64.zip

线程安全版 部署文档:https://blog.csdn.net/fm0517/article/details/114685292

2021-03-12

nginx-1.18.0.zip

部署文档:https://blog.csdn.net/fm0517/article/details/114685292

2021-03-12

mysql-5.7.17-winx64.rar

解压后是:mysql-5.7.17-winx64.msi 部署文档:https://blog.csdn.net/fm0517/article/details/114685292

2021-03-12

mod_wsgi-4.7.1适用于Apache24和Python38

mod_wsgi-4.7.1-cp38-cp38-win_amd64.whl 详见: 《Apache24 + wsgi + Flask on Python3.8部署实践 》 https://blog.csdn.net/fm0517/article/details/114090609

2021-02-25

httpd-2.4.46-o111j-x64-vc15.zip

httpd-2.4.46-o111j-x64-vc15.zip 详见: 《Apache24 + wsgi + Flask on Python3.8部署实践 》 https://blog.csdn.net/fm0517/article/details/114090609

2021-02-25

vc140_redist.x64.zip

部署APM时使用的,64位VC14运行环境。详见在线博客文档:https://blog.csdn.net/fm0517/article/details/97793986

2019-07-30

TestOpenCV2-KNN.rar

OpenCV2-KNN,K近邻算法识别旋钮状态,工程项目完整代码。 基于OpenCV2.3.1,Win32平台编译。

2019-06-27

OpenCV4-ANN神经网络配套工程项目完整代码

《OpenCV神经网络ANN代码编译运行与解读》配套工程项目完整代码,文档详见 https://blog.csdn.net/fm0517/article/details/93854667

2019-06-27

vc14-vs2015-运行时库64位.rar

包括了concrt140d.dll,msvcp140d.dll-system32,msvcp140d.dll-sysWOW64,ucrtbased.dll,vcruntime140d.dll-system32,vcruntime140d.dll-sysWOW64

2019-06-26

jsoncpp-master-based-on-1.8.4.zip

用于在windows下编译jsoncpp 1.y.z版本,详见:https://blog.csdn.net/fm0517/article/details/91950640

2019-06-14

curl-master.zip

用于在windows下编译curl,具体步骤请参考:https://blog.csdn.net/fm0517/article/details/91822880

2019-06-13

openssl-1.0.2s.zip

1.0.2版本。用于在windows下编译openssl,具体步骤请参考:https://blog.csdn.net/fm0517/article/details/91578554

2019-06-12

ActivePerl.zip

用于在windows下编译openssl,具体步骤请参考:https://blog.csdn.net/fm0517/article/details/91578554

2019-06-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除