//
获取程序的基目录。System.AppDomain.CurrentDomain.BaseDirectory//
获取模块的完整路径。System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName//
获取和设置当前目录(该进...
分类:
移动开发 时间:
2014-05-08 23:49:48
阅读次数:
364
我们将向 Windows 运行时应用开发人员介绍 XAML 语言和 XAML
概念,并介绍在使用 XAML 创建 Windows 运行时应用时,在 XAML 中声明对象和设置属性的不同方式。什么是 XAML?Extensible
Application Markup Language (Extens...
分类:
其他好文 时间:
2014-05-08 18:51:59
阅读次数:
614
publicvoidDownLoad(stringwordcode,stringwordname,stringwordcopyright)
{
stringoutfn="p_w_upload;filename={0}.txt";
Response.ContentType="application/txt;charset=GB2312";
Response.AddHeader("Content-Disposition",string.Format(outfn,wordcode));
Response.Write..
分类:
其他好文 时间:
2014-05-08 16:50:54
阅读次数:
269
web)权限终极9技巧 当我们取得一个webshell时候,下一部要做的就是提升权限个人总结如下:1:
C:\Documents and Settings\All Users\Application
Data\Symantec\pcAnywhere\看能否跳转到这个目录,如果行那就最好了,直接下它的...
分类:
Web程序 时间:
2014-05-08 14:10:19
阅读次数:
553
问题: 403 Access DeniedYou are not authorized to view
this page.If you have already configured the Manager application to allow access
and you have used...
分类:
数据库 时间:
2014-05-08 09:12:05
阅读次数:
570
Flex读取txt文件中的内容
自动生成的文件
LoadTxt-app.xml:
<!-- Adobe AIR Application Descriptor File Template.
Specifies parameters for identifying, installing, and launching AIR applications.
xmlns - ...
分类:
其他好文 时间:
2014-05-08 03:58:40
阅读次数:
261
doc
application/msword
xls
application/msexcel
pdf
application/pdf
zip
application/zip
rar
application/rar
txt
application/txt
chm
application/...
分类:
移动开发 时间:
2014-05-07 22:56:57
阅读次数:
544
现在也算是刚刚基本完成了自己的第一个商业项目,在开发的过程中,参考了不少人的代码风格,然而随着工作经验的积累,终于开始慢慢的了解到抽象思想在面向对象编程中的重要性,这一篇简单的介绍一下我的一点收获。
首先,在现在的项目中使用的主要是afinal框架,而且这个框架确实比较不错,省去了不少工作量,在编写Activity的过程中,基本都是直接继承自FinalActivity类,这样可以使用这个类给我们...
分类:
移动开发 时间:
2014-05-07 15:09:34
阅读次数:
450
I had a similar problem when running a spring
web application in an Eclipse managed tomcat. I solved this problem by adding
maven dependencies in the ...
分类:
移动开发 时间:
2014-05-07 14:33:12
阅读次数:
486
private void MainForm_Load(object sender,
EventArgs e) { BeginInvoke(new MethodInvoker(delegate { Hide(); })); DoJob();
Process.GetCurrentProcess().K....
分类:
移动开发 时间:
2014-05-07 10:56:39
阅读次数:
348