码迷,mamicode.com
首页 >  
搜索关键字:sys system sysdba sysoper    ( 67898个结果
unity 打包资源及网络请求资源包
第一步 导包在Assets新建一个Editor目录新建一个Test类using UnityEngine;using System.Collections;using UnityEditor; public class Test : Editor{ //打包单个 [MenuItem("Cu...
分类:其他好文   时间:2014-05-30 09:34:25    阅读次数:500
(asp.net MVC学习)System.Web.Mvc.HtmlHelper学习及使用
在ASP.NET MVC框架中没有了自己的控件,页面显示完全就回到了写html代码的年代。还好在asp.net mvc框架中也有自带的HtmlHelper和UrlHelper两个帮助类。另外在MvcContrib扩展项目中也有扩展一些帮助类,这样我们就不光 只能使用完整的html来编写了需要显示的页...
分类:Web程序   时间:2014-05-30 08:23:44    阅读次数:381
silverlight 跳转指定的aspx页面
1.在xaml.cs中直接访问、并传递参数1 System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(HtmlPage.Document.DocumentUri, string.Format("ReportQuery/ReportFolder....
分类:Web程序   时间:2014-05-30 08:11:40    阅读次数:259
并行执行
$throttleLimit = 4$SessionState = [system.management.automation.runspaces.initialsessionstate]::CreateDefault()$Pool = [runspacefactory]::CreateRunspa...
分类:其他好文   时间:2014-05-29 14:12:57    阅读次数:229
VC ADO “ParameterDirectionEnum”:“enum” 类型等 重定义问题 解决方案
原因分析:1、在头文件中:#import "C:\Program Files\Common Files\System\ado\msado15.dll" no_namespace rename("EOF", "EndOfFile")2、在“stdafx.h ”文件中,#ifndef _AFX_NO_D...
分类:其他好文   时间:2014-05-29 13:21:05    阅读次数:249
Oracle Parameter使用
string sqlStr = "update sys_case t set t.content =:CONTENT,t.property=:PROPERTY where id=:ID"; OracleParameter[] parameterValue = { ...
分类:数据库   时间:2014-05-29 12:18:04    阅读次数:283
Net/WFP窗体枚举类
using System;using System.Collections.Generic;using System.Diagnostics;using System.Runtime.InteropServices;using System.Text;using System.Windows;usi...
分类:Windows程序   时间:2014-05-29 10:48:13    阅读次数:359
Executing System commands in Java---ref
One of the nice features of Java language is that it provides you the opportunity to execute native system commands and in this tutorial we will see h...
分类:编程语言   时间:2014-05-29 10:27:50    阅读次数:316
WCF REST 工作总结
首先引用System.ServiceModel;System.ServiceModel;System.ServiceModel.Activation;命名空间[ServiceContract] public interface IAPI { /// /// ...
分类:其他好文   时间:2014-05-29 09:41:26    阅读次数:195
linux系统调用、buffered IO、unbuffered IO
1、什么是系统调用? Linux内核中设置了一组用于实现各种系统功能的子程序,称为系统调用。 Linux的系统调用作为c库的一部分提供,用户可以通过系统调用命令在自己的应用程序中调用它们。 #include /* all system calls need this header */。2、...
分类:系统相关   时间:2014-05-29 08:06:41    阅读次数:447
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!