码迷,mamicode.com
首页 >  
搜索关键字:source    ( 17429个结果
WPF 保存image控件里的图片
string ProImgPath = ProcessPath + name + ".png";//要保存的图片的地址,包含文件名BitmapSource BS = (BitmapSource)ImgPro.Source;PngBitmapEncoder PBE = new PngBitmapEnc...
分类:其他好文   时间:2014-07-23 16:30:31    阅读次数:349
Ubuntu 14.04更新源
1.备份源1 # cp /etc/apt/source.list /etc/apt/source.list.backup2.编辑源# vim /etc/apt/source.list3.替换合适的源 (可以从后面选择)4.刷新# apt-get update部分源地址阿里云服务器(杭州电信/网通双网...
分类:其他好文   时间:2014-07-23 15:00:16    阅读次数:282
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!