码迷,mamicode.com
首页 >  
搜索关键字:control files    ( 24036个结果
C# ClickOnce deployment for Windows Services ClickOnce 部署windows service
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
分类:Windows程序   时间:2014-06-27 00:43:40    阅读次数:500
Drupal Nginx伪静态设置方法
location ~ ^.*/files\/styles\/.*$ { access_log off; expires 45d; error_page 404 @drupal;}location @drupal { if (!-e $reque...
分类:其他好文   时间:2014-06-25 17:49:26    阅读次数:279
Display PowerPoint slide show within a VB form or control window
The example below shows how to use VB form/control as a container application to display a PowerPoint slideshow. It as shows how to make use of an und...
分类:Windows程序   时间:2014-06-25 17:38:01    阅读次数:495
sublime使用
1)使用Package Control组件安装,然后直接在线安装按Ctrl+`调出console粘贴以下代码到底部命令行并回车:import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_...
分类:其他好文   时间:2014-06-25 16:38:59    阅读次数:133
abcEditor上传绕过
文件只是验证了$_FILES["file"]["type"]。没有其他地方进行验证。可以修改POST信息中的$_FILES["file"]["type"]文件类型为图片的类型就可绕过。提交POST后,关闭代理,就能发现成功上传了PHP了。
分类:其他好文   时间:2014-06-25 14:44:38    阅读次数:151
capwap学习笔记——初识capwap(一)
2 初识CAPWAP 2.1 CAPWAP简介 说了半天CAPWAP,连全称都还没说,汗…… CAPWAP——Control And Provisioning of Wireless Access Points Protocol Specification。其由两个部分组成:CAPWAP协议和无线B...
分类:其他好文   时间:2014-06-25 13:02:19    阅读次数:178
window7_64安装STAF
1.       安装包下载 从http://sourceforge.net/projects/staf/files/staf/V3.4.17/下载所需安装包,有Windows、Linux、Solaris、Mac等不同平台不同的版本的安装包,我下载的是大小为109.1MB的: STAF3418Beta1-setup-winamd64.exe,这里有些疑惑的是为什么后缀有winamd的字眼,因为我...
分类:Windows程序   时间:2014-06-25 06:42:18    阅读次数:312
Swift的流程控制和函数
流程控制(Control Flow) For循环 for循环和C语言,OC用法很相像,通常有for()和 for in两种。 遍历时可以利用下划线"_"忽略对值的访问等。 Switch switch在Swift中则显得灵活的多,不过需要注意的是,不同于C语言,Swift中的Switch不存在隐式的贯穿,每个case里的表达式后面不需要写break则...
分类:其他好文   时间:2014-06-24 18:12:12    阅读次数:195
可编程的文字处理引擎TX Text Control .NET Server for Windows Forms
TXTextControl.NETServerforWindowsForms控件是一个完全可编程的,用于ASP.NET服务器环境与MicrosoftInternetExplorer的文字处理引擎。它的设计理念就是在服务器端集中文字处理过程。具体功能:直接在浏览器中以所见即所得方式编辑文档TXTextControl.NETServer为您提供了一个浏..
分类:Windows程序   时间:2014-06-24 17:06:41    阅读次数:337
Javascript学习------FileSystemObjec对象
动态创建FileSystemObject对象:varfso=newFileSystemObject("Scripting.FileSystemObject");(接下来可以用变量fso对Drive对象、Drives集合、File对象、Files集合、Folder对象、Folders集合以及TextStream对象进行相应的操作。)FileSystemObject对象的方法·GetAbsolutePathN..
分类:编程语言   时间:2014-06-24 16:16:27    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!