自己记着当笔记,水平有限,仅供参考## Audio policy configuration for generic device builds (goldfish audio HAL - emulator)#这是模拟器的Audio policy配置## Global configuration s...
分类:
其他好文 时间:
2014-08-27 18:21:28
阅读次数:
227
问题描述: 在eclipse 中开发c++或c是比较麻烦的事情,刚刚配置好mingw32和cdt和环境变量后,新建一个hello world的c++项目还是会出现问题。主要是在编译的时候会提示A program file was not specified in the launch confi.....
分类:
其他好文 时间:
2014-08-27 17:56:08
阅读次数:
221
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Configuration;
using System.Data.SqlClient;
using System.Data;
namespace HuaGongWeb
{
public sta...
分类:
数据库 时间:
2014-08-27 14:45:16
阅读次数:
180
Kickstart is used in Redhat Linux automatically perform unattended operating system installation and configuration. Tested Kickstart on RHEL6....
分类:
其他好文 时间:
2014-08-26 17:26:16
阅读次数:
183
首先确认通过TCP IP来连接连接SQLServer 2012 确保 Server Authentication选择了SQL Server and Windows Authentication mode 打开 SQL SERVER CONFIGURATION MANAGER, 选择数据库实例,把Na...
分类:
数据库 时间:
2014-08-26 11:16:56
阅读次数:
320
1 配置文件的位置(Configuration file locations) 通过在启动的时候对一些常用目录的扫描,NLog会尝试使用找到的配置信息进行自动的自我配置。 1.1 单独的*.exe客户端 单独的客户端,NLog将在以下目录搜索配置信息: 标准的程序配置文件(通常为 程序名.exe.c...
分类:
其他好文 时间:
2014-08-26 09:38:05
阅读次数:
582
今天在导入公司的一个小demo时候发现了一个很有意思的错误。
An internal error occurred during: "Launching New_configuration". Path for project
must have only one segment.
于是上网搜寻了一下怎么解决:
具体的解决方法有两种:
一、Run Confi...
分类:
移动开发 时间:
2014-08-26 00:33:05
阅读次数:
240
ASP.NET上传文件并记录到数据库(2011-07-19 11:02:07)转载▼标签:杂谈分类: asp.net学习 using System;using System.Data;using System.Configuration;using System.Web;using System.W...
分类:
数据库 时间:
2014-08-25 22:48:54
阅读次数:
395
通过ADSI强行删除Exchange数据库通过ADSI强行删除,可以考虑如下方法:1、打开ADSI编辑器-右键点击连接到2、在“选择一个已知命名上下文”中选择“配置”3、依次展开,如图CN=Configuration,DC=DOMAIN,DC=LOCALCN=ServicesCN=MicrosoftExchangeCN=你的第一个组织CN=Administrat..
分类:
数据库 时间:
2014-08-25 19:29:15
阅读次数:
418
今天重新整合整个组件的编译配置时,发现一个很奇怪的问题:在VS2010中,把$(OutPut)设置为output\$(Platform)\fxhelper\$(Configuration)\把中间目录$(IntDir)设置为$(OutPut),设置完后编译发现每次生成的中间文件还是都在vs2010目...
分类:
其他好文 时间:
2014-08-25 18:37:54
阅读次数:
215