1.文件的基本操作1.1文件的打开或创建文件的打开或创建可以使用内置函数file(别名open)。函数声明如下:file(name[,mode[,buffering]])->fileobject或open(name[,mode[,buffering]])->fileobject其中,name表示被打...
分类:
编程语言 时间:
2014-04-30 19:48:22
阅读次数:
517
在做项目时遇到了这个异常,网上一查才知道 JSTL core库的版本问题。
当我们在web.xml中使用: ..... 时 我们在jsp才用方式引入。 而当我们的web.xml是 或 则需要: 在jsp中用方式引入。
若若版本不对应在运行时可能...
分类:
其他好文 时间:
2014-04-30 19:40:13
阅读次数:
443
foreach(System.Windows.Forms.Controlcontrolinthis.groupBox2.Controls)//遍历groupBox2上的所有控件{
if(controlisSystem.Windows.Forms.PictureBox) { ...
1. 存入图片 Connection con=db.conn; PreparedStatement
pstmt; //File file = upload; FileInputStream inputImage = new FileInputS...
分类:
编程语言 时间:
2014-04-30 17:27:01
阅读次数:
476
平时做算法题目, 没少用到 GDB, 但今天才意识到 Project 的调试方法与单个 cpp
文件的不同之处, 比如 gdb list 命令, 在单个 cpp 文件中列出的是源代码, 但在 project 中却什么都不显示Project Debug 时,
file 参数的使用[1] 有讲解, UP...
分类:
数据库 时间:
2014-04-30 17:23:01
阅读次数:
527
摘自《Asp.Net
本质论》作者:郝冠军//在.Net中。system.Net命名空间提供了网络编程的大多数数据据类型以及常用操作,其中常用的类型如下: /* IPAddress
类表示一个IP地址 * IPEndPoint类用来表示一个IP地址和一个...
分类:
Web程序 时间:
2014-04-30 16:01:20
阅读次数:
556
封装处理下,以后项目用到可以直接使用,比较简单。 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发送邮件几个月前总结过关于Jmail发送邮件,当时用Jmail发送邮件发送速度有点慢(可能对Jmail了解不是很多).现在改为用微软提供的SmtpClient来发送邮件。MailMessage
用于构造可以使用SmtpClient类传输...
分类:
Web程序 时间:
2014-04-30 15:26:06
阅读次数:
604
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
少走弯路,直接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