码迷,mamicode.com
首页 >  
搜索关键字:linux出现read-only file system    ( 97928个结果
python文件操作
1.文件的基本操作1.1文件的打开或创建文件的打开或创建可以使用内置函数file(别名open)。函数声明如下:file(name[,mode[,buffering]])->fileobject或open(name[,mode[,buffering]])->fileobject其中,name表示被打...
分类:编程语言   时间:2014-04-30 19:48:22    阅读次数:517
关于According to TLD or attribute directive in tag file, attribute value does not accept any expressions异常
在做项目时遇到了这个异常,网上一查才知道 JSTL core库的版本问题。 当我们在web.xml中使用: ..... 时 我们在jsp才用方式引入。 而当我们的web.xml是 或 则需要: 在jsp中用方式引入。 若若版本不对应在运行时可能...
分类:其他好文   时间:2014-04-30 19:40:13    阅读次数:443
c# winform 循环遍历界面上的所有控件,foreach,Controls,AllowDrop
foreach(System.Windows.Forms.Controlcontrolinthis.groupBox2.Controls)//遍历groupBox2上的所有控件{ if(controlisSystem.Windows.Forms.PictureBox) { ...
分类:Windows程序   时间:2014-04-30 17:55:41    阅读次数:867
java blob存取图片
1. 存入图片 Connection con=db.conn; PreparedStatement pstmt; //File file = upload; FileInputStream inputImage = new FileInputS...
分类:编程语言   时间:2014-04-30 17:27:01    阅读次数:476
GDB 调试 C/C++ Project
平时做算法题目, 没少用到 GDB, 但今天才意识到 Project 的调试方法与单个 cpp 文件的不同之处, 比如 gdb list 命令, 在单个 cpp 文件中列出的是源代码, 但在 project 中却什么都不显示Project Debug 时, file 参数的使用[1] 有讲解, UP...
分类:数据库   时间:2014-04-30 17:23:01    阅读次数:527
Socket 初识 用Socket建立一个简易Web服务器
摘自《Asp.Net 本质论》作者:郝冠军//在.Net中。system.Net命名空间提供了网络编程的大多数数据据类型以及常用操作,其中常用的类型如下: /* IPAddress 类表示一个IP地址 * IPEndPoint类用来表示一个IP地址和一个...
分类:Web程序   时间:2014-04-30 16:01:20    阅读次数:556
[C#]csv文件与DataTable互相导入处理
封装处理下,以后项目用到可以直接使用,比较简单。 1.首先看封装好的类 using System;using System.Data;using System.IO;using System.Text;using CSharpUtilHelpV2;using StringUtilHelp;names...
分类:其他好文   时间:2014-04-30 15:47:46    阅读次数:470
利用System.Net.Mail 的SmtpClient发送邮件
原文:利用System.Net.Mail 的SmtpClient发送邮件几个月前总结过关于Jmail发送邮件,当时用Jmail发送邮件发送速度有点慢(可能对Jmail了解不是很多).现在改为用微软提供的SmtpClient来发送邮件。MailMessage 用于构造可以使用SmtpClient类传输...
分类:Web程序   时间:2014-04-30 15:26:06    阅读次数:604
wpf 进度条 下拉
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;using...
分类:其他好文   时间:2014-04-30 14:32:24    阅读次数:514
android xt910 救砖攻略
少走弯路,直接BP TOOL启动进入系统开机自动进入Fastboot模式,第一行会出现flash failure错误提示AP Fastboot Flash Moden(s) (Flash Failure)使用如下命令fastboot flash system system.img 或者尝试下#adb...
分类:移动开发   时间:2014-04-30 14:20:01    阅读次数:669
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!