码迷,mamicode.com
首页 >  
搜索关键字:no source available    ( 19870个结果
windows下使用openssl生成证书
一:下载使用的是0.9.81:openssl下载,http://www.openssl.org/source/2:安装vs2010,并安装3:下载perl,http://www.activestate.com/ActivePerl,并安装。二:安装openssl1:解压到系统盘C:\openssl-...
分类:Windows程序   时间:2014-05-09 11:28:46    阅读次数:707
C语言字符串处理函数
函数名: strcpy功 能: 拷贝一个字符串到另一个用 法: char *stpcpy(char *destin, char *source);程序例:#include #include int main(void){ char string[10]; char *str1 = "abcdefgh...
分类:编程语言   时间:2014-05-07 18:01:41    阅读次数:487
linux 和windows系统下同时可用的UML建模工具(umbrello),超强
原文地址:linux 和windows系统下同时可用的UML建模工具(umbrello),超强 作者:zhangjiakouzfOPEN SOURCE 的 UML建模工具 -- umbrello如果你的开发小组既有windows系统下的开发人员(比如客户端软件),又有linux或其他*nix系统下的...
分类:Windows程序   时间:2014-05-07 09:51:46    阅读次数:534
UVALive 6525 Attacking rooks
点击打开链接 6525 - Attacking rooks Chess inspired problems are a common source of exercises in algorithms classes. Starting with the well known 8-queens problem, several generalizations and variatio...
分类:其他好文   时间:2014-05-07 08:51:26    阅读次数:428
POJ-1042 Gone Fishing (贪心法求最佳钓鱼方案
John is going on a fishing trip. He has h hours available (1 <= h <= 16), and there are n lakes in the area (2 <= n <= 25) all reachable along a single, one-way road. John starts at lake 1, but he can finish at any lake he wants. He can only travel from on...
分类:其他好文   时间:2014-05-07 08:48:52    阅读次数:515
[jekyll] 乱码问题invalid byte sequence in GB2312
这里是windows下 使用1.4.3版本时候出现的问题。 问题1  I:\git\orangle.github.io>jekyll serve --watch Configuration file: I:/git/orangle.github.io/_config.yml Source: I:/git/orangle.github.io Destinat...
分类:其他好文   时间:2014-05-07 08:04:31    阅读次数:486
maven如何引入本地依赖
今天遇到一个问题,要做一个语音识别接口的对接,想先跑一下对方给的demo,但是发现使用了maven却没有在pom里添加依赖,不知道他那边是怎么运行的。于是想到要在pom中添加本地依赖,结果真的可以: System Dependencies Dependencies with the scope system are always available and are not looked...
分类:其他好文   时间:2014-05-07 04:16:42    阅读次数:407
使用putty进行ssh tunnel远程内网机器
通常我们通过登录具有外网ip的远程机器来连接内网的机器;本文介绍,通过putty进行ssh tunnel,进而达到使用本机直接连接远程内网机器; 1,在putty中创建一个session,输入具有外网ip的node信息: 2,在connection下面找到SSH,打开SSH点击tunnel输入source port,source port是你想在本机使用的端口,destination是远程...
分类:其他好文   时间:2014-05-06 22:50:40    阅读次数:453
一次线上用于某某中心系统线上所需环境搭建部署weblogic12C过程
source/etc/profilegroupaddbeamkdir/datauseradd-d/data/weblogic-gbeaweblogicecho‘wls!@#$%‘|passwd--stdinweblogicJAVA_HOME=/data/weblogic/jdk-7u55-linux-x64CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jarPATH=$JAVA_HOME/bin:$PATHexportJAVA_HOMECLASS..
分类:Web程序   时间:2014-05-06 17:11:45    阅读次数:430
Source Insight完美转换UTF-8 到 GB2312
前言很多人用source insight打开某些源码文件时,汉字显示为一堆乱码。这个问题是因为编码方式不同。记事本和一些编辑器默认编码方式是ANSI,在这种方式下输入汉字,其实就是GB系列的编码方式。不幸的是,广收欢迎的代码查看工具Source insight虽然支持汉字,但是它不支持UTF-8。笔...
分类:其他好文   时间:2014-05-06 11:12:02    阅读次数:556
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!