Winform获取应用程序的当前路径的方法集合,具体如下,值得收藏//获取当前进程的完整路径,包含文件名(进程名)。stringstr=this.GetType().Assembly.Location;
result:X:\xxx\xxx\xxx.exe(.exe文件所在的目录+.exe文件名)//...
1.log 文件存储位置: 文件名以 .evt结尾 xp/windows server 2003:
%SystemRoot%\System32\Config Windows Vista/7/Server2008 location,
%SystemRoot%\system32\winevt\logs....
JS中location.search什么意思设置或获取
网页地址跟在问号后面的部分当以get方式在url中传递了请求参数时,可以利用location的search属性提取参数的值,下面的代码把参数的名称和对应的值存储在2个数组中。-----------------------------------...
分类:
Web程序 时间:
2014-05-08 20:55:13
阅读次数:
657
一、打开Cadence 弹出如下对话框二、选择 orCAD Capture CIS
OK!进入cadence原理图界面。。。。。。三、首先我们要建一个工程文件 File -> New -> Project
然后弹出如下对话框四、在name栏中填写工程名,在location中选择工程保存的路径,点击O...
分类:
其他好文 时间:
2014-05-08 20:16:08
阅读次数:
471
你在你的应用程序应用IoC容器了吗,你是否希望不依赖于某个具体的IoC,微软的模式与实践团队在Codeplex上发布的Common
Service Locator。Common Service Locator 类库包含应用程序和框架开发者引用Service
location共享的接口。这个类库提供了...
分类:
其他好文 时间:
2014-05-07 17:50:49
阅读次数:
352
Yii在Nginx下的rewrite配置
今天配置nginx后首页显示正常,点击链接就报404错误,只是知道在apache下只要开启重定向模块,再nginx下加上如下配置即可:
1. Nginx配置
在nginx.conf的server {段添加类似如下代码:
Nginx.conf代码:
location / {
if (!-e $request_filename){...
分类:
其他好文 时间:
2014-05-07 08:43:02
阅读次数:
449
使用JavaScript获取URL上的参数值
方法一:
function getUrlParam(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象
var r = window.location.search.substr(1).match(reg);...
分类:
Web程序 时间:
2014-05-04 17:47:44
阅读次数:
265
If you have installed YouTrack from EXE
Distribution, then the best way to change the database location is by specifying
it via JVM property.Stop curr...
分类:
数据库 时间:
2014-05-03 23:30:08
阅读次数:
505
今天倒持了 几个小时!
愣是 没有明白 ,为什么我的JSP的第一行没有代码? 还是报错!
错误是:
Description
Resource Path
Location Type
Syntax error, insert ")" to complete Expression
left.jsp /qyrs/WebRoot/admin/iframe
line 1 Clie...
分类:
其他好文 时间:
2014-05-03 21:48:53
阅读次数:
572
Where's Waldorf?
Given a m by n grid
of letters, ( ),
and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o...
分类:
其他好文 时间:
2014-05-02 10:59:15
阅读次数:
514