一:导入jar包 二:导入struts.xml 配置struts.xml 三:配置web.xml (1)找web.xml (2)关联源代码(JAVA): struts.jar-->properties-->Java Resources Attach-->External location--> (3 ...
分类:
其他好文 时间:
2016-09-22 19:58:49
阅读次数:
216
1.从SetContentView讲起 1.1Activty的setContentView里面的内容 首先这个getWindow是什么? mWindow, 作用: 在attach@ativity 方法里面定义的。默认就是PhoneWindow.也就是Activity里面包含的window实例。 @O ...
分类:
其他好文 时间:
2016-09-17 09:25:07
阅读次数:
128
现在项目开发时总有时需要在X64下开发,这样我们就需要IIS Express中调试。不要总是放在IIS中,在Attach这样好慢。 如果不设置直接调试X64的程序,我们有可能会受到以下类似的错误 “未能加载文件或程序集“MvcApplication2”或它的某一个依赖项。试图加载格式不正确的程序。”... ...
分类:
其他好文 时间:
2016-09-12 15:40:28
阅读次数:
192
When managing a VM Guest on the VM Host Server itself, it is possible to access the complete file system of the VM Host Server in order to attach or c ...
分类:
其他好文 时间:
2016-09-06 10:28:16
阅读次数:
178
在chrome 总调试cordova出现如下错误: "Detached from the target. Remote debugging has been terminated with reason: Connection lost. Please re-attach to the new ta ...
分类:
其他好文 时间:
2016-09-05 13:51:27
阅读次数:
699
1:聊天背景的创建 新建一个场景 保存场景 NGUI 》Create Panel 选中UIRoot,然后新建一个sprite 选择图集 效果如下图 添加一个可拖拽的功能 选中sprite(这里我重命名为chatwindow) Attach--》BoxCollider 然后添加组件 drag obje ...
分类:
其他好文 时间:
2016-09-04 19:09:43
阅读次数:
129
在R语言中,对于串列,数据框中的数据的进行操作时,为了避免重复地键入对象名称,可使用attach或with。 1、attach() 假设data.frame包含列name,age attach(onedata.frame)后就可以引用直接引用onedata.frame中的元素了,例如: (1)创建测 ...
分类:
编程语言 时间:
2016-08-28 22:13:43
阅读次数:
186
dockerrunUsage:dockerrun[OPTIONS]IMAGE[COMMAND][ARG...]Runacommandinanewcontainer-a-a,--attach=[]AttachtoSTDIN,STDOUTorSTDERR如果在执行run命令时没有指定-a,那么docker默认会挂载所有标准数据流,包括输入输出和错误。你可以特别指定挂载哪个标准流。#dockerrun-astd..
分类:
其他好文 时间:
2016-08-27 00:44:57
阅读次数:
142
先看一下使用Delphi开发DLL时如何使用MAIN函数, 通常情况下并不会使用到DLL的MAIN函数,因为delphi的框架已经把Main函数隐藏起来 而工程函数的 begin end 默认就是MAIN函数的DLL_PROCESS_ATTACH事件的处理代码,如需要完整的处理其他事件, 如 DLL ...
分类:
编程语言 时间:
2016-08-20 14:38:44
阅读次数:
363
DllEntryPoint DllMain的第二个参数fdwReason指明了系统调用Dll的原因,它可能是: DLL_PROCESS_ATTACH、 DLL_PROCESS_DETACH、 DLL_THREAD_ATTACH、 DLL_THREAD_DETACH。 ...
分类:
其他好文 时间:
2016-08-19 19:12:46
阅读次数:
150