码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
c#操作SQLIte
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SQLite;using System.Configuration;using System.Col...
分类:数据库   时间:2015-03-06 12:40:27    阅读次数:178
运行page页面时的事件执行顺序
运行page页面时的事件执行顺序using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System....
分类:其他好文   时间:2015-03-05 19:21:29    阅读次数:147
ubuntu 10.04打开错误
打开ubuntu时,出现的错误如下:Invalid configuration file. File "E:\Ubuntu12.04.vmwarevm\Ubuntu12.04.vmx" was created by a VMware product with more features than t...
分类:系统相关   时间:2015-03-05 10:30:02    阅读次数:143
hdfs源码分析之configuration
如何有效管理应用的大量配置目前现在应用的大量配置信息全部保存在xml文档中,方便修改和读取,Hadoop同样采取这样的方式。那么让我们来看看Hadoop是如何管理自己的配置信息的。Hadoop中管理配置信息的类为:configuration类实现了iterable接口,该接口返回一个iterator...
分类:其他好文   时间:2015-03-05 00:09:27    阅读次数:156
netctl
netctl is a CLI-based tool used to configure and manage network connections via profiles. It is a native Arch Linux project for network configuration....
分类:Web程序   时间:2015-03-04 22:40:42    阅读次数:201
修改php.ini配置的几种方法
作者:zhanhailiang 日期:2015-03-04 1. 通过 php.ini 修改配置: [root@/usr/local/php/etc]# /usr/local/php/bin/php -ini|grep php.ini Configuration File (php.ini) Path => /usr/local/php-5.3.29/lib [root@/usr/l...
分类:Web程序   时间:2015-03-04 21:13:17    阅读次数:255
ios打包问题
打包问题, 1.首先将程序run状态下的Build Configuration的模式将Debug修改成为Release模式 2.修改对应证书,也就是修改code signing identity 特别要注意的是如果公司有多个证书,如开发者证书和发布者证书 3.修...
分类:移动开发   时间:2015-03-04 13:10:49    阅读次数:148
配置文件相关的代码
1、配置文件监听using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.IO;namespace CSharpS...
分类:其他好文   时间:2015-03-04 12:40:46    阅读次数:129
x86_64编译JPEG遇到Invalid configuration `x86_64-unknown-linux-gnu'
把 /usr/share/libtool/config/config.guess 覆盖到相关软件自带的config.guess把 /usr/share/libtool/config/config.sub 覆盖到相关软件自带的config.sub./configure --enable-shared ...
分类:系统相关   时间:2015-03-04 12:37:11    阅读次数:215
redis conf 详解
# Redis configuration file example# Note on units: when memory size is needed, it is possible to specify# it in the usual form of 1k 5GB 4M and so for...
分类:其他好文   时间:2015-03-04 12:32:49    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!