MyHtml.html
-->
*{margin:0px; padding:0px;}
body{text-align:center;line-height:30px;font-family:"微软雅黑";margin:5px auto;}
.list{width: 1000px;
border: 1px solid rgb...
分类:
Web程序 时间:
2015-02-26 10:04:41
阅读次数:
286
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Test { public interface IMyInterface { void DoSomethin...
分类:
其他好文 时间:
2015-02-26 09:49:10
阅读次数:
82
True True 7203 / http://192.168.19.113:8092/ False False False System.Runtime.Interopservices.COMException。 查阅一些资料后,发现是由于IIS服务器的问题造成的,Window...
分类:
其他好文 时间:
2015-02-26 09:47:37
阅读次数:
829
微软近期Open的职位:Do you have a passion for embedded devices and services?   Does the following make you excited: Internet of Things, Industrial, Home A...
分类:
其他好文 时间:
2015-02-26 06:31:30
阅读次数:
145
public class HelloWorld{ public static void main(String[] args) { System.out.println("Hello World!"); }}
分类:
其他好文 时间:
2015-02-26 01:20:04
阅读次数:
96
有时候使用Java需要设置代理,那么如何实现呢?使用System.setProperty(...)http.proxyHost(default:<none>)
http.proxyPort(default:80ifhttp.proxyHostspecified)使用jvmargs#在启动时指定相应的property
java-Dhttp.proxyHost=your_proxy_host-Dhttp.proxyPort=proxy_..
分类:
编程语言 时间:
2015-02-26 00:08:15
阅读次数:
287
importjava.io.File;importjava.io.IOException;publicclassRename{publicstaticvoidmain(String[]args)throwsIOException{FileoldFile=newFile("d:/1.Out");if(!oldFile.exists()){oldFile.createNewFile();}System.out.println("修改前:"+oldFile.getName());StringrootPath..
分类:
编程语言 时间:
2015-02-26 00:03:32
阅读次数:
208
案例2:将数据库置于限制模式1.直接将数据库打开到限制模式SQL>startuprestrictORACLEinstancestarted.TotalSystemGlobalArea608174080bytesFixedSize1268920bytesVariableSize230687560bytesDatabaseBuffers373293056bytesRedoBuffers2924544bytesDatabasemounted.Database..
分类:
数据库 时间:
2015-02-26 00:02:53
阅读次数:
219
############################IP规划:eth1:公网IPx.x.x.xeth0:私网IP192.168.0.249############################一.配置用户名密码telnet登陆console口登陆路由器<Quidway>system-view[Quidway]local-useradmin(用户名)[Quidway-luser-admin]passwordcipher****(密码)[Qu..
分类:
其他好文 时间:
2015-02-25 23:56:16
阅读次数:
482
1、使用VMWare创建新的虚拟主机2、使用VMWare安装Linux,点击“开启虚拟主机”3、进入Linux安装界面,选择第一项"Install or upgrade an existing system"4、跳过磁盘检测,键盘选择“Skip”5、点击“Next”按钮,开始进入安装CentOS操作...
分类:
系统相关 时间:
2015-02-25 23:45:00
阅读次数:
196