码迷,mamicode.com
首页 >  
搜索关键字:from file system    ( 153319个结果
马哥学习笔记一——ssh服务
telnet: 远程登录协议, 23/tcp C/S S:telnet服务器 C:telnet客户端 ssh:Secure SHell, 应用层协议,22/tcp 通信过程及认证过程是加密的, 主机认证 用户认证过程加密 ...
分类:其他好文   时间:2014-05-01 10:14:05    阅读次数:324
ORA-15025: could not open disk 处理
刚才下班回家的路上,接到客户的电话:"回家了吗?我们这边的一套RAC库有个节点有问题哦,一直刷异常,一下子就把磁盘弄满了,我现在停掉了那个节点了。从日志上看好像跟权限有关,现在还有个实例跑着,暂时不影响业务。一会你帮看看?“ 回到家以后,通过QQ客户传来日志过来,一直刷的异常如下: ...
分类:其他好文   时间:2014-05-01 09:30:43    阅读次数:487
Unity3D @System.NonSerialized
Unity3D属性监视面板(Inspector)2012-02-09 01:56:33|分类:Unity|举报|字号订阅转载 自LoveGame日志一。Unity3D属性监视面板(Inspector) Unity3D属性监视面板中的属性允许用户在代码外部改变脚本及组件的初始值。另外,属性监视面板中的...
分类:其他好文   时间:2014-05-01 09:18:17    阅读次数:469
UVA 10692 Huge Mod
Problem XHuge ModInput:standard inputOutput:standard outputTime Limit:1 secondThe operator for exponentiation is different from the addition, subtract...
分类:其他好文   时间:2014-05-01 09:03:35    阅读次数:540
记录我在百度地图开发和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
黑马程序员 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
迷上了代码!