码迷,mamicode.com
首页 >  
搜索关键字:Source Insight    ( 17514个结果
R语言学习笔记
1、运行R脚本的方法:*********在R环境下:方法一:点击菜单”文件-打开程序脚本“,打开chisq2.R后,再全部选中,点右键,点”运行当前行或所选代码“;方法二:source("chisq2.R")但是要首先设置好文件所在路径:比如你的文件在桌面上先setwd("C:/Users/qoiq...
分类:其他好文   时间:2014-07-23 14:48:06    阅读次数:283
gen already exists but is not a source folder
遇到android项目导入出现后重复空包等错误,往往是导入的java编译级别有关,点击项目properties->java Compiler ->修改Compiler compliance level 一般是1.6。修改完成clean项目之后,往往还会遇到:gen already exists bu...
分类:其他好文   时间:2014-07-23 14:47:56    阅读次数:244
android 技术开源 代码分享
1:关于人物 图片 https://github.com/beartung/tclip-android 2:视频通话 https://code.google.com/p/imsdroid/ 希望博友 推荐 我会采纳 更新,谢谢...
分类:移动开发   时间:2014-07-23 13:12:46    阅读次数:213
libcurl引用(转)
libcurl教程 分类: Open Source C/C++ 网络通信 2009-11-08 22:56 45104人阅读 评论(36) 收藏 举报 ftp服务器http服务器服务器interfacebufferurl目录(?)[+] 原文地址:http://curl.haxx.se/lib...
分类:其他好文   时间:2014-07-23 12:32:06    阅读次数:300
ubuntu software
When I am installing google-stable.deb on ubuntu 14.04, the system tell me a dependency of libappindicator1 is not met. And before I update the source...
分类:其他好文   时间:2014-07-23 11:34:26    阅读次数:180
Cocos2d-x 3.1.1 学习日志10--一进来你就知道了Box2D了
这是因为在编写程序时,声明了析构函数,但是没有定义析构函数。你的 CClientSocket 类所在文件包括(.h 和 .cpp)文件没有包含进工程中,就是没有生产相应的.obj文件供连接器进行连接。 解决方案:(1)注释析构函数(2)定义析构函数。 我的解决方法是,在vs对应的include目录和source目录,分别右键Add-> 现有项,选择对应的“GLES-Render.h”文件和“G...
分类:其他好文   时间:2014-07-23 00:13:38    阅读次数:210
SQLiteDatabase 源码
/** * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
分类:数据库   时间:2014-07-22 22:45:32    阅读次数:355
SQLiteOpenHelper 源码
package com.tongyan.common.db;/** * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "Licens...
分类:数据库   时间:2014-07-22 22:42:12    阅读次数:343
linux之cp/scp命令+scp命令详解
名称:cp使用权限:所有使用者使用方式:cp [options] source destcp [options] source... directory说明:将一个档案拷贝至另一档案,或将数个档案拷贝至另一目录。把计-a 尽可能将档案状态、权限等资料都照原状予以复制。-r 若 source 中含有目...
分类:系统相关   时间:2014-07-22 22:41:36    阅读次数:242
win8.1无法安装安装.net framework 3.5 解决办法【转】
安装流程1。以系统管理员开启命令提示符(命令提示字符)2挂载windows8.1异3,在命令提示符下输入Dism /online /enablefeature/featurename:NetFx3 /All /Source:x:\sources\sxs /LimitAccessps; X:ISO挂载...
分类:Windows程序   时间:2014-07-22 22:34:53    阅读次数:2426
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!