三步让 企业库支持 mysql 数据库
1.创建 MySqlDatabaseData 类
using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel;
using...
分类:
数据库 时间:
2014-06-20 12:49:38
阅读次数:
476
题目
Write a function to find the longest common prefix string amongst an array of strings.
原题链接
解题思想
给一个字符串数组,求这些字符串的最长公共前缀。
这个题应该是比较简单的,直接写代码,一次AC。解题思想是依次对数组中的字符串求最长公共前缀。
代码实现
class Sol...
分类:
其他好文 时间:
2014-06-20 12:25:09
阅读次数:
247
本文参考《Android系统源代码情景分析》,作者罗升阳
一、测试代码:
~/Android/external/binder/server
----FregServer.cpp
~/Android/external/binder/common
----IFregService.cpp...
分类:
其他好文 时间:
2014-06-20 10:15:53
阅读次数:
370
根据https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-supportThe
following browsers support at least one form ofAJAXstyle file uploads, either
...
分类:
Web程序 时间:
2014-06-07 09:39:54
阅读次数:
1581
文件共享:FTP不能在线编辑 -> NFS不能跨平台 --> Samba linux
--NFS -- network file system window --CIFS -- Common Internet File System
网络邻居1991.Andrew Tridgell -- > SMB...
分类:
系统相关 时间:
2014-06-06 15:59:45
阅读次数:
332
Contents1 Overview1.1 Who developed HttpOnly?
When?1.2 What is HttpOnly?1.3 Mitigating the Most Common XSS attack using
HttpOnly1.3.1 Using Java to Se...
分类:
其他好文 时间:
2014-06-06 15:04:08
阅读次数:
805
.net
framework是microsoft最新的开发平台,现在最新版本为4.0。.net可以用来开发windows应用程序,web应用程序,web服务和其它各种类型的程序。.net可以用于多种语言,流行的开发语言为C#..net主要包含了一个非常大的库主要由通用类型系统(common
type...
分类:
Web程序 时间:
2014-06-06 10:54:31
阅读次数:
233
google得到的方法:1。http://geekswithblogs.net/ranganh/archive/2008/04/01/file-upload-in-updatepanel-asp.net-ajax.aspxThere
is a better way of doing it with ...
分类:
其他好文 时间:
2014-06-06 08:14:26
阅读次数:
279
Samba详解原文
http://blog.csdn.net/seward_wang/article/details/12614263 samba-client.i386
samba-common.i386 samba.i386 samba-swat.i386...
分类:
其他好文 时间:
2014-06-05 17:23:51
阅读次数:
207
我们通过Ninject(http://www.ninject.org/)项目来帮助我们实现MVC.Net与WebAPI项目的IOC实现。首先我们来看MVC.Net的IOC实现。1.
通过NuGet我们安装Ninject.MVC3,它会同时安装Ninject、Ninject.Web.Common和Ni...