摘要:
开始 运行,输入"rundll32 netplwiz.dll,UsersRunDll",按回车键后弹出"用户帐户"窗口,然后取消选定"要使用本机,用户必须输入用户名和密码"选项,单击确定,在弹出的对话框中输入你想让电脑每次自动登录的账户,密码为空,确定重启。 阅读全文
摘要:
原文地址http://cyber.law.harvard.edu/rss/rss.htmlRSS is a dialect of XML. All RSS files must conform to the XML 1.0specification, as published on the World Wide Web Consortium (W3C) website.RSS基于XML 所以必须遵守XML1.0标准Required channel elements 必要的频道Here's a list of the required channel elements, each wit 阅读全文
摘要:
war文件在tomcat下部署放在[tomcat_path]\webapps目录下tomcat会自动解压war包 阅读全文
摘要:
.classpath 1 <?xml version="1.0" encoding="UTF-8"?> 2 <classpath> 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launche 阅读全文
摘要:
del *.扩展名 如果要同时删除子目录 则添加参数 /s 阅读全文
摘要:
In the Eclipse , everything is plug- in except the Platform Runtimeit's a small kernel that represents base of the platformBasic platform includes:Resources ManagementWorkbenchTeamDebugHelpWhat Makes up a Plug-in?1 Jar File程序代码2. plugin.xmlManifest描述3.about.htm文本描述4.plugin.properties插件属性l 阅读全文
摘要:
default workspace快捷方式中的start in 可以指定working directory.multiple workspacesthree different levels1.Projects2.Folders3.Filesctrl+f12打开taskTastlistAdd TaskBookmarkshow whitespace characters 显示空格Build Path可以设置默认的source folder name 和 output folder name还有默认的jrerefactor重构Run configurations里面可以设定 Main Class 阅读全文
摘要:
JVM运行时数据区的内存模型由五部分组成:【1】方法区【2】堆【3】JAVA栈【4】PC寄存器【5】本地方法栈 阅读全文
摘要:
明天开始写开学以后参加招聘的准备 阅读全文
摘要:
definedefine(name,value,case_insensitive)参数描述name必需。规定常量的名称。value必需。规定常量的值。case_insensitive可选。规定常量的名称是否对大小写敏感。若设置为 true,则对大小写不敏感。默认是 false(大小写敏感)。preg_replace 阅读全文