码迷,mamicode.com
首页 >  
搜索关键字:gem source    ( 19413个结果
Android学习笔记四:添加Source
问题描述Source not foundThe JAR file D:\.....\sdk\platforms\android-20\android.jar has no source attachment.问题原因及解决办法1. 使用SDK Manager下载最新版本的Sources for An...
分类:移动开发   时间:2014-07-28 19:11:44    阅读次数:269
迪杰斯特拉算法求最短距离
头文件: #include #include #include #include #include ".\source\common.h" #include "lxbasic.h" #define MAX_VEX_NUM  20 #define MAX_STR_LEN  20 #define INFINITY  99...
分类:其他好文   时间:2014-07-28 15:59:03    阅读次数:299
flume简易实现入门
1、下载 http://www.apache.org/dist/flume/stable/下载最新的tar.gz包即可2、解压tar -zxvf ....3、配置环境变量FLUME_HOME和PATH记得执行source /etc/profile4、添加一个简单的测试案例a、在conf目录下新建一个...
分类:其他好文   时间:2014-07-28 15:07:43    阅读次数:170
ADO.net 添加事务
protected void Button2_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection(@"Data Source=.SQLEXPRESS;database=aaaa;uid=sa;pwd=jc...
分类:Web程序   时间:2014-07-28 14:46:23    阅读次数:291
今天遇到的问题(1)
1. 运部门默认git使用 *nix 的 newline 符号. 解决: (1) 安装git时: 前辈认为应该是(1) 或者(3) (2)项目添加使用一个bash脚本(如果更改配置因为实现难度, 项目约定, 无法更改). 2. newline的问题, 甚至会影响cl.exe编译source文件.长生...
分类:其他好文   时间:2014-07-28 11:39:20    阅读次数:189
Discuz x2.5的注册后返回第三方应用
修改文件 source/class/class_member.php找︰ $refreshtime = 3000;修改上方的: $url_forward = dreferer();例如︰ $url_forward = 'http://www.discuz.net';
分类:其他好文   时间:2014-07-28 11:34:50    阅读次数:203
Tool.js(javascript帮助类)
//string.format $.format = function (source, params) { if (arguments.length == 1) return function () { va...
分类:编程语言   时间:2014-07-28 11:24:20    阅读次数:306
Linux中rpm和yum
RPM是RedHatPackageManager(RedHat软件包管理工具)类似Windows里面的“添加/删除程序”1rpm执行安装包二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由RPM自动编译、安装。源代码包经常以src.rpm作为后缀名。yum=YellowdogU..
分类:系统相关   时间:2014-07-28 03:05:30    阅读次数:316
安装rails旧版本出错bin_path': can't find gem railties (["3.0.5"]) with executable rails (Gem::GemNotFoundException)
$ rails _3.0.5_ new depotrubygems.rb:244:in `bin_path': can't find gem railties (["3.0.5"]) with executable rails (Gem::GemNotFoundException)出错重装了rail...
分类:其他好文   时间:2014-07-28 02:58:30    阅读次数:665
DataSet 多表关系
protected void Page_Load(object sender, EventArgs e) { string connectionString = @"Data Source=.;Initial Catalog=Pubs;Integr...
分类:其他好文   时间:2014-07-28 02:55:09    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!