码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
svn 相关
1.用命令提交code终端输入命令:svn commit -m"提交资源图片。" 空格 文件夹路径svn commit -m"提交资源图片。" /Users/RH/Desktop/Documents/project/xxxxxx2.直接选中当前修改code的文件夹,右键选择source code,选...
分类:其他好文   时间:2015-12-24 19:26:14    阅读次数:183
React-Flux 介绍及实例演示
一、Flux架构二、例子1.TodoApp.react.js 1 /** 2 * Copyright (c) 2014-2015, Facebook, Inc. 3 * All rights reserved. 4 * 5 * This source code is licensed und...
分类:其他好文   时间:2015-12-20 22:27:04    阅读次数:403
Centos 6.3下使用源码安装Mysql 5.7.10
最近想尝试下新版本的Mysql 5.7.10,于是开始尝试玩下。在该次安装中,使用源码编译安装Mysql,编译器使用cmake。这里选择的版本是mysql-5.7.10,cmake的版本是cmake-2.8.10.2注:在下载源码包的时候,请注意选择Platform为“Source Code”。环境...
分类:数据库   时间:2015-12-10 19:23:21    阅读次数:306
yum node.js
很久之前安装过windows下以及Mac下的node,感觉还是很方便的,不成想今天安装linux下的坑了老半天,特此记录。首先去官网下载代码,这里一定要注意安装分两种,一种是Source Code源码,一种是编译后的文件。我就是按照网上源码的安装方式去操作编译后的文件,结果坑了好久好久。注意看好你下...
分类:Web程序   时间:2015-12-10 18:59:13    阅读次数:177
wix xslt for adding node
Using xslt to add new node item to wix source code.Original wix code: Add node inside node, the expected wix code wou...
分类:其他好文   时间:2015-12-10 14:57:47    阅读次数:198
iOS 9 HTTPS 的配置
方法有两种: (1)废话少说直接上图: (2)右击info.plist 文件 open as ->source code 在里面注入如下代码就行了(位置不固定,但要在指定的文件夹选项里)NSAppTransportSecurity NSAllowArbitraryLoads ...
分类:移动开发   时间:2015-12-06 15:50:58    阅读次数:137
there is no source code available for the current location的解决方法
今天遇到该问题,clean and rebuild 不行。Tools->Options->Debugging->General->去掉Require source files to exactly match the original version之前的勾即可。我怀疑可能是输入某些不兼容的编码导致...
分类:其他好文   时间:2015-12-05 20:57:35    阅读次数:124
sqlite第三方类库:FMDB使用(转载)
本文转自一位台湾ios开发者的blog,由于blog地址被墙掉,转发过来,供大家参考原文地址:https://github.com/ccgus/fmdb更多的使用,大家可以看看source中的README.markdown首先到这裡下载FMDB的source code,接著在解开的档案裡,把src资...
分类:数据库   时间:2015-12-05 11:02:51    阅读次数:237
POJ 1661 Help Jimmy
/*96655 's source code for MMemory: 8604 KB Time: 63 MSLanguage: G++ Result: Accepted*/#include#include#include#include#include#include#...
分类:其他好文   时间:2015-12-04 00:57:48    阅读次数:159
一个友元函数的例子
//friend function example source code//role of friend function.#include using namespace std;class x{ protected: int x1; public: x(int a1):x1(a1){}...
分类:其他好文   时间:2015-12-02 18:17:57    阅读次数:119
706条   上一页 1 ... 39 40 41 42 43 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!