码迷,mamicode.com
首页 >  
搜索关键字:bad file number    ( 79541个结果
在一台电脑访问另一台电脑的mysql数据库
1.假设192.168.1.3为服务器2.首先在ip为192.168.1.103的机子上能够ping通运行->cmd>ping192.168.1.3检查是否能ping通3.把两台电脑的IP设置在同一个网段,如:192.168.1.2,192.168.1.3。。。。。子网:255.255.255.0网...
分类:数据库   时间:2014-05-01 13:01:56    阅读次数:580
Iterator和Enumeration
iterator的hasNext() 和 next()方法用于enumeration的hasMoreElements() 和 nextElement()iterator it = a.itreator();Enumeration en = new Enumeration(){@Overridepub...
分类:其他好文   时间:2014-05-01 12:59:57    阅读次数:358
对字典作集合操作
>>> d1 = dict(a = 1, b = 2)>>> d2 = dict(b = 2, c = 3)>>> d1 & d2 # 字典不?支持该操作Traceback (most recent call last): File "", line 1, in TypeError: unsupp....
分类:其他好文   时间:2014-05-01 12:50:50    阅读次数:341
NPOI技术,
using(FileStream stream=new FileStream("C:\Users\XXXXXX\Desktop\1.xls",FileMode.Open)) { HSSFWorkbook workbook=new HSSF...
分类:其他好文   时间:2014-05-01 12:43:07    阅读次数:366
创建文本文件
StreamWriter SW; SW = File.CreateText(@"C:\Documents and Settings\Administrator\桌面\MyTextFile.txt"); SW.WriteLine("File Created ...
分类:其他好文   时间:2014-05-01 12:01:44    阅读次数:278
windows 下文件上传到fastdfs
php.ini 配置[fastdfs]; the base pathfastdfs_client.base_path = D:/tmp; connect timeout in seconds; default value is 30sfastdfs_client.connect_timeout = ...
分类:Windows程序   时间:2014-05-01 11:40:56    阅读次数:1211
Linux上配置HTTP代理及代理例外
在Ubuntu , Debian或者Mint:$ sudo vi /etc/environmenthttp_proxy="http://proxy.com:8000"no_proxy="127.0.0.1, localhost, *.cnn.com, 192.168.1.10, domain.com...
分类:系统相关   时间:2014-05-01 11:27:54    阅读次数:1617
PHP基础语法
下面简单介绍一下PHP的语法。1、嵌入方法:类似ASP的,当然您也可以自己指定。2、引用文件:引用文件的方法有两种:require及include。require的使用方法如require("MyRequireFile.php");。这个函数通常放在PHP程序的最前面,PHP程序在执行前,就会先读入...
分类:Web程序   时间:2014-05-01 10:52:24    阅读次数:326
汇编语言 循环判断 输入是否为数字
源码: data segment string1 db 'Please input a number:',0dh,0ah,'$' string2 db 0dh,0ah,'It is a number!',0dh,0ah,'$' string3 db 0dh,0ah,'It is not a number!',0dh,0ah,'$' data ends code segme...
分类:编程语言   时间:2014-04-29 13:33:20    阅读次数:559
VM启动报错Cannot open the disk,Failed to lock the file
在windows下运行VMware创建的虚拟机时出错,无法运行。 错误提示大概为: Failed to lock the file Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on. 解决方法:        把虚拟机文件夹里【.lck】...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!