AssemblyInfo.cs[assembly:XmlConfigurator(Watch =true)]privatestaticreadonlyILogLog =LogManager.GetLogger(MethodBase.GetCurrentMethod...
分类:
Web程序 时间:
2014-10-14 20:46:59
阅读次数:
196
计算机系统由硬件和软件组成,应用软件的命令,先转化为操作系统命令,再转化为汇编语言,最后再转化为二进制命令,由硬件来执行。软件要部署到硬件上才具有生命。Deployment Diagram展示的就是把什么样的软件部署到什么样的硬件上的过程,主体还是软件。因为关注的是部署,所以主体分割衡量标准就是,是否能够独立部署。Deployment Diagram里面的主体叫Node,用长方体来表示。下面讲从N...
分类:
其他好文 时间:
2014-10-14 20:26:29
阅读次数:
198
String apppath = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase; //获取整个文件路径名
apppath = apppath.Substring(0, apppath.LastIndexOf(@"\")); //去掉/后面的程序名
MessageBox.Show(apppath);
...
http://lizhuang.iteye.com/blog/1684881在iPad应用开发时如何让设备只支持横屏(landscape)模式,我做了多次尝试,并没有发现比较简捷的设置方法。我尝试了大概大概3种方式。1、通过XCode设置“iPad Deployment info”,只选择横屏左和横...
分类:
移动开发 时间:
2014-10-13 13:56:49
阅读次数:
221
I love frameworks. As soon as I dropped my programmer’s ego and learned to embrace well conceived conventions over configuration my development and deployment times felt the benefit. On the other...
分类:
Web程序 时间:
2014-10-11 23:13:17
阅读次数:
422
很多文章说这个管用:1) Project->Info->Deployment Target->iOS Deployment Target更改为Summary->iOS Application Target->Deployment Target更改 Build Settings ---> Build ...
分类:
其他好文 时间:
2014-10-11 14:36:05
阅读次数:
174
glassfish的jar包存放在/glassfish/modules文件夹下,包含250多个jar包,但是实际拷贝到web项目lib下的,只需拷贝41个必备jar包
下面罗列一下jar包名称
bean-validator.jar
cglib.jar
common-util.jar
config-api.jar
config-types.jar
core.jar
deployment-comm...
分类:
编程语言 时间:
2014-10-11 11:55:45
阅读次数:
180
发现ConfuserEx这个开源的.NET加密程序用的人也非常多,尤其是老外。屡屡遇到这东西,很头疼,主要是是没有现成的脱壳程序,需要手动脱壳,虽说难度不大,但它更新的速度挺快,一直在变化,总是给人一种追着才能赶上的感觉,真是不爽。话说来,不知国内是真没有大牛,还是大牛都藏着掖着,那些脱壳的程序都....
分类:
其他好文 时间:
2014-10-11 01:26:45
阅读次数:
902
DSP中cmd文件(修改1)
看TMS320C6000 Optimizing Compiler v7.6 User's Guide和TMS320C6000 Assembly Language Tools User's Guide CMD 的专业名称叫链接器配置文件,是存放链接器的配置信息的,其中比较...
分类:
其他好文 时间:
2014-10-10 00:21:11
阅读次数:
5634
如果你将编译好的bin文件夹复制到另一个未安装Ranorex程序的电脑上运行遇到如下错误信息Could not load file or assembly 'Ranorex.Core, Version=2.3.3.8879, Culture=neutral, PublicKeyToken=b7985...
分类:
其他好文 时间:
2014-10-09 00:47:37
阅读次数:
267