码迷,mamicode.com
首页 >  
搜索关键字:file system check    ( 106627个结果
Unity3D @System.NonSerialized
Unity3D属性监视面板(Inspector)2012-02-09 01:56:33|分类:Unity|举报|字号订阅转载 自LoveGame日志一。Unity3D属性监视面板(Inspector) Unity3D属性监视面板中的属性允许用户在代码外部改变脚本及组件的初始值。另外,属性监视面板中的...
分类:其他好文   时间:2014-05-01 09:18:17    阅读次数:469
记录我在百度地图开发和ArcGIS for Android开发时出现的一些错误及解决方案(后续更新)
[1]The import com.baidu.mapapi.map.Geometry conflicts with a type defined in the same file解决:百度api包下的Geometry和某个类名相冲突,将类名换成另外的名字,不要和百度相关类里面的类名相同[2]jav...
分类:移动开发   时间:2014-05-01 08:56:27    阅读次数:648
console.read()读入的内容
今天写的特别简单的代码,大体是一个模式选择,从控制台读入一个数,然后做出相应的选择. 代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Thre...
分类:其他好文   时间:2014-05-01 08:41:35    阅读次数:340
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
eclipse c++
http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src
分类:编程语言   时间:2014-05-01 08:37:42    阅读次数:319
黑马程序员 IO流 文件的分割与合并
---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ---------------------- package cn.itcast.IO; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import j...
分类:其他好文   时间:2014-04-29 13:41:22    阅读次数:407
codeforces_#243 (Div.2)
A题,426A,Sereja and Mugs 题目意思:有n-1个小伙伴,n个杯子,里面分别装有水,每个小伙伴可以选择一杯水,问总共加起来会不会超过给的S 解题思路: 这个还要说吗? /************************************************************************* > File Name: 1.cpp > Autho...
分类:其他好文   时间:2014-04-29 13:33:22    阅读次数:298
Java根据Url下载图片
package com.ronniewang.downloadpicture; import java.io.DataInputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.net.MalformedURLException; import...
分类:编程语言   时间:2014-04-29 13:27:20    阅读次数:345
APK 代码混淆
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:其他好文   时间:2014-04-29 13:24:23    阅读次数:443
黑马程序员 IO流 ByteArrayInputStream与ByteArrayOutputStream
---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ---------------------- package cn.itcast.IO; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; imp...
分类:其他好文   时间:2014-04-29 13:12:22    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!