码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
WCF初探-1:认识WCF
1.WCF是什么?WindowsCommunication Foundation(WCF)是由微软发展的一组数据通信的应用程序开发接口,它是.NET框架的一部分,由.NET Framework 3.0开始引入,与Windows Presentation Foundation及Windows Work...
分类:其他好文   时间:2014-07-11 22:19:11    阅读次数:310
HTML JS文字闪烁实现(项目top.htm分析)
1 2 3 topframe 4 5 6 7 41 42 43 44 45 46 47 48 49 50 查看51 52 管理53 维护54 55 56 {% module Work...
分类:Web程序   时间:2014-07-11 21:44:30    阅读次数:352
How to make your assembly more secure from referencing by unauthorized bits
Now the security has a trend to become more and more important in our daily work, hence I did some researches on some of the topics, and hope to do mo...
分类:其他好文   时间:2014-07-11 19:20:52    阅读次数:283
修改npm配置
npm 管理模块npm安装模块默认为 shell 的当前目录。如果要装成全局的,使用 npm install xss -gnpm help install里的描述是:Packages are dropped into the node_modules folder under the prefix....
分类:其他好文   时间:2014-07-11 19:11:53    阅读次数:602
AR# 30522:LogiCORE RapidIO - How do system_reset and link_reset work?
DescriptionHow do system_reset and link_rest work?Solutionlnk_linkreset_n (input):In Xilinx SRIO example design, rio_reset.v is provided to handle lin...
分类:Windows程序   时间:2014-07-11 12:08:03    阅读次数:358
C# 判读取得字符编码格式
FileStream fs1 = new FileStream(folder + strPath, FileMode.Open); byte[] bytes = new byte[fs1.Length]; fs1.Read(byte...
分类:其他好文   时间:2014-07-11 11:07:59    阅读次数:213
VBS基础篇 - 对象(6) - Folder对象
VBS基础篇 - 对象(6) - Folder对象描述:提供对文件所有属性的访问,从FSO对象的GetFile方法获得使用Folder对象要用Folder对象模型来编程必须先用FSO对象的Getfolder方法获取文件的句柄 1、使用CreateObject方法来创建FileSystemObject...
分类:其他好文   时间:2014-07-11 08:52:03    阅读次数:238
<<< eclipse项目部署路径
1、项目名点击右键2、选择Build Path ------>Configure Build Path...3、选择Source ----->Default output folder选择部署路径
分类:系统相关   时间:2014-07-09 17:46:01    阅读次数:265
asp.net 远程调试
1、找到 Microsoft Visual Studio / Visual Studio Tools / Remote Debugger Folder 目录中对应的调试版本到远程服务器。2、根据服务器,选择对应的版本3、把工具复制到远程服务器4、在远程服务器运行 msvsmon.exe默认的调试选项...
分类:Web程序   时间:2014-07-09 14:36:47    阅读次数:274
Ansible + Vagrant + Expressjs
据某大牛说,Ansible比chef、puppet都好使。学习一下怎么样用ansible provisioning 一个vagrant管理的虚拟机,用来启动expressjs的服务器 创建一个呆呆的expressjs工程 $ express nodejs-ansible $ cd nodejs-ansible $ npm install 验证服务器可以work $ npm st...
分类:Web程序   时间:2014-07-09 11:02:55    阅读次数:418
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!