码迷,mamicode.com
首页 >  
搜索关键字:powershell core    ( 20546个结果
eclipse3.7 安装maven插件与scm
http://blacksonny.iteye.com/blog/1900275最近要使用maven进行开发,之前的eclipse3.7 使用一下两个地址安装好了插件,如下:maven插件m2eclipse-core Update Site: http://m2eclipse.sonatype.or...
分类:系统相关   时间:2014-06-06 22:55:19    阅读次数:376
sharepoint ECMA
在使用SharePoint ECMAScript之前,我们需要引入几个JS文件:SP.jsSP.Core.jsSP.Runtime.jsSP.js:包含主要的能够用来获取sharepoint数据的对象,如ClientContext、Web、List、Listitem等SP.Core.js:包含一些实...
分类:其他好文   时间:2014-06-06 18:41:19    阅读次数:182
linux系统构建学习笔记
嵌入式系统构架:(硬件+软件)应用软件层:ApplicationGNU C Library(glibc)文件系统:系统层:API(Systern Call Interface)OS Core + Power Mannager+ File Manager + GUI MannagerTCP/IP HT...
分类:系统相关   时间:2014-06-06 15:41:30    阅读次数:374
Js_datepicker
datepicker demo Date: jquery-ui.css/*! jQuery UI - v1.10.4 - 2014-01-17* http://jqueryui.com* Includes: jquery.ui.core.css, jquery.ui.acc...
分类:Web程序   时间:2014-06-06 14:56:59    阅读次数:372
jquery_ui
/*! jQuery UI - v1.10.4 - 2014-01-17 * http://jqueryui.com * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position....
分类:Web程序   时间:2014-06-06 14:43:05    阅读次数:456
Hadoop常见配置
core-site.xml:fs.default.name:hdfs://hadoop:9000fs.tmp.dir:/usr/local/hadoop/tmphdfs-site.xml:dfs.name.dir:dfs.name.edits.dir:eidtsdfs.replication
分类:其他好文   时间:2014-06-04 14:40:40    阅读次数:254
struts过滤器的原理
struts就是充当拦截器(过滤器)的作用。在web.xml配置过滤器, 1 package cn.itcast.framework.core; 2 3 import java.io.IOException; 4 import java.lang.reflect.Method; 5 im...
分类:其他好文   时间:2014-06-03 14:33:00    阅读次数:294
用 Core Animation 实现图片的碎片化
用 Core Animation 实现图片的碎片化参考书籍:效果如下:原理其实非常简单哦:)。1. 创建一个CALayer,使用其 contents 属性来装载一张图片(获取图片的CGImage)2. 根据frame值裁剪图片,然后将裁剪的图片赋给你创建的更小的CALayer3. 实现这些更小的CA...
分类:其他好文   时间:2014-06-02 11:37:09    阅读次数:337
powershell_读取ORA错误脚本
#过滤oracle警告日志文件ORA-错误 $c=Get-ContentC:\script.txt|select-string-pattern"ora-" #判断ORA-错误存在条件 #若$c返回值为null,则输出1返回值结束循环 if($c-eq$null) { write-host"STATE_OK" $STATE_OK={return1;} $b=&$STATE_OK $b } #若$c返回值不为空,..
分类:其他好文   时间:2014-06-02 03:26:07    阅读次数:197
powershell-无法加载文件,因为在此系统中禁止执行脚本
写了一个powershell脚本测试脚本,结果执行的时候报错 $a=Get-ContentC:\script.txt|select-string-pattern"ora" if($a-eq$null) { write-host"error" } else { write-host"OK" } PSD:\>.\pshell.ps1 无法加载文件D:\pshell.ps1,因为在此系统中禁止执行脚本。有关详..
分类:其他好文   时间:2014-06-02 03:17:04    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!