大约有 900 项符合查询结果(耗时:0.0077秒) [XML]

https://www.tsingfun.com/it/opensource/1355.html 

CMake 编译libcurl - 开源 & Github - 清泛网 - 专注C/C++及内核技术

CMake 编译libcurl准备活动:(1)安装CMake。下载地址:http: www.cmake.org cmake resources software.htmllibcurl官方源码下载地址:https: curl.haxx.s...准备活动: (1)安装CMake。 下载地址:http://www.cmake.org/cmake/resources/software.html (2)下载libc...
https://www.tsingfun.com/it/opensource/1464.html 

XunSearch(讯搜)的使用教程步骤 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

XunSearch(讯搜)的使用教程步骤XunSearch是一款很不错的中文全文检索工具使用xunsearch快速构建自己的PHP全文搜索引擎。需要注意的是XunSearch只能在Linux和Unix下运行。 XunSearch(官网)是一款很不错的中文全文检索工具使用xunsearch快...
https://www.tsingfun.com/it/opensource/1697.html 

prism 怎么加入行号? - 开源 & Github - 清泛网 - 专注C/C++及内核技术

prism 怎么加入行号?只需要下载prism的时候,勾选Line Numbers插件就OK 了。通过比较勾选Line Numbers插件前后,可以发现js中新增了一个方法,css中新增了控...只需要下载prism的时候,勾选“Line Numbers”插件就OK 了。 通过比较勾...
https://www.tsingfun.com/it/opensource/1895.html 

mac如何远程连接windows系统?类似Windows的mstsc? - 开源 & Github - 清...

mac如何远程连接windows系统?类似Windows的mstsc?Remote Desktop Connection for mac 是 Office for Mac 2011 组件之一,微软官方网站上提供单独的免费下载,它可以让你Mac设备用...Remote Desktop Connection for mac 是 Office for Mac 2011 组件之一,微软官方...
https://www.tsingfun.com/it/opensource/2011.html 

WordPress网站地图自动生成插件:Baidu Sitemap Generator - 开源 & Github...

WordPress网站地图自动生成插件:Baidu Sitemap Generator插件分享:本站现在用的的百度网站地图自动生成插件,也是在网上找的,今天分享给大家一起使用。作者叫柳城,在此谢谢他 了。一个好的博客...插件分享: 本站现在用的的...
https://www.tsingfun.com/it/opensource/2436.html 

git使用代理服务器,提升git速度 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

git使用代理服务器,提升git速度快捷设置sss代理:git config --global http proxy & 39;socks5: 127 0 0 1:1080& 39;git config --global https proxy & 39;socks5: 127 0 0 1:1080& 39;更详细的设置 快捷设置sss代理: git config --global http.proxy 'socks5://127.0.0.1:1080'...
https://www.tsingfun.com/it/opensource/2463.html 

百度分享不支持https的解决方案 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

百度分享不支持https的解决方案解决站点开启 https 之后 ,百度分享就不能用的问题,亲测可用:Github地址:https: github com zqp2013 baiduShare解决站点开启 https 之后 ,百度分享就不能用的问题,亲测可用: Github地址:https://github.com...
https://www.tsingfun.com/it/opensource/2482.html 

c++ 经典的快速排序QuickSort完整代码片 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

c++ 经典的快速排序QuickSort完整代码片c++快速排序算法实现,经典的一种写法,来自Github,原文有个bug,本文已修正代码如下: include <iostream>void printArray(int *array, int n){ for (int i = 0 c++快速排序算法实现,经典的一种写法,来...
https://www.tsingfun.com/it/opensource/2487.html 

git拉取子模块的方法 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

git拉取子模块的方法如果首次克隆仓库及其模块,使用:git clone --recursive 仓库地址对于仓库首次拉取模块,可以使用:git submodule update --init --recursive 更新单个子模块xxxgit su 如果首次克隆仓库及其模块,使用: git clone --recur...
https://www.tsingfun.com/it/op... 

【解决】File does not reside within any path specified using proto_pat...

【解决】File does not reside within any path specified using proto_pathfile-does-not-reside-within-any-path-specified-using-proto-path使用protoc编译 proto文件时报错: main test test proto: File does not reside within any path specified using --proto_path (or -I) You must specify ...