码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
字母汉子组合的验证码,包括实现看不清换一个的功能
1、写一个验证码,前台什么都不用写,这是CreateVerificationCode_Page.aspx.cs后台代码using System;using System.Collections;using System.Configuration;using System.Data;using Sy...
分类:其他好文   时间:2014-08-19 14:29:04    阅读次数:217
PHP文件操作笔记
//这个是有什么作用来这忘了fopen('php://output','w');1.//demo zip格式的压缩文件上传function zqFileUpload($path,$proDir,$filename){ global $_configuration;// root_sys 得到项目的....
分类:Web程序   时间:2014-08-18 20:19:42    阅读次数:204
华为三层交换机模拟互通(所有端口都是access端口)
目的:两个三层交换机下挂不同的vlan进行互通,所有端口都是access端口配置完成后10.86.3.50可以ping通所在设备的任意联网ipLSW4配置:<Huawei>displaycurrent-configuration#sysnameHuawei#vlanbatch2to4#clusterenablentdpenablendpenable#dropillegal-macalarm#diffse..
分类:数据库   时间:2014-08-18 18:52:13    阅读次数:471
AVD那些事儿
启动了AVD却说找不到AVD 错误提示: No active compatible AVD's or devices found. Relaunch this configuration after connecting a device o 查看你的project版本是运行在哪个版本的(AndroidManifest.xml中android:targetSdkVersion属性...
分类:其他好文   时间:2014-08-18 00:20:43    阅读次数:253
一次配置oracle em的经历
对oracle10grac配置em,原本是非常简单的事,却花费了很长时间,记录下来,备忘。 首先是报如下错误: [oracle@node1 admin]$ emca -config dbcontrol db STARTED EMCA at Aug 17, 2014 9:06:47 AM EM Configuration Assistant, Version 10.2.0.5.0 Produc...
分类:数据库   时间:2014-08-17 18:37:12    阅读次数:332
使用Configuration Manager部署程序(3)
在绝大部分情况下通常是将应用程序部署到企业设备中,以及选择静默安装和员工非工作时间安装应用程序。但是有时候针对不同部门不同用户需要将应用程序部署到用户以及基于用户请求安装相应的程序到设备中。本篇以ConfigurationManager日志分析工具ConfigMgrTools2007v2为例演示..
分类:其他好文   时间:2014-08-17 17:12:13    阅读次数:252
使用Configuration Manager部署程序(1)
本篇开始为大家介绍使用ConfigurationManager部署应用程序。ConfigurationManager中的应用程序包含将软件部署到设备所需的文件和信息。应用程序类似于ConfigurationManager2007中的包,但包含更多信息来支持智能部署。应用程序至少必须包含一个或多个部署类型,这些部署类型包..
分类:其他好文   时间:2014-08-16 17:13:01    阅读次数:491
C#目录文件复制、创建操作
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:其他好文   时间:2014-08-16 16:25:45    阅读次数:198
lpcwstr类型问题
在使用VS2010开发C++程序时,由于系统默认字符集是unicode字符集,造成与早期的字符串格式不兼容问题①Properties — Configuration Properties — General,如下,右边有个Character Set,将其由“Unicode Character Set...
分类:其他好文   时间:2014-08-16 16:25:20    阅读次数:204
hibernate中执行hql语句创建session需要的HibernateUtil类
import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration;...
分类:系统相关   时间:2014-08-16 11:01:10    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!