三步让 企业库支持 mysql 数据库
1.创建 MySqlDatabaseData 类
using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel;
using...
分类:
数据库 时间:
2014-06-20 12:49:38
阅读次数:
476
国际化格式标签库包括国际化,消息和数字日期格式化:
(1) 国际化:
如:
@ page language="java" contentType="text/html; charset=gb2312" import="java.util.*"%>
@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
@...
分类:
移动开发 时间:
2014-06-20 12:30:54
阅读次数:
300
题目
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
1.请首先确保你的eclipse是javaee版本的,或者已经安装wtp插件2.然后修改eclipse工程下的.project文件:3.在中加入
org.eclipse.wst.common.project.facet.core.nature org.eclipse.wst.common.modul...
分类:
系统相关 时间:
2014-06-11 22:15:54
阅读次数:
387
一、在boot中增加LVDS设置分辨率1024*600选项
1、修改文件TQIMX6_android-4.2.2\bootable\bootloader\uboot-imx\common\cmd_menu.c文件
在函数lcd_menu_shell中添加: 1 printf(...
分类:
其他好文 时间:
2014-06-11 07:29:52
阅读次数:
1203
准备:swftools,flexpaper基本思路:1,将pdf文件转化成swf文件2,使用flexpaper预览swf文件主要代码:1,在linux中安装swftools.官网下载swftools
安装包,解压2,./configure --prefix=安装路径 make install执行完之...
分类:
系统相关 时间:
2014-06-10 00:00:55
阅读次数:
500
linux下编译安装nginx,从nginx官网下载nginx原代码,解压到某个目录,执行如下命令 # ./configure
--prefix=/usr/local/nginx配置nginx编译生成的目录,nginx的shell脚本将存储在/user/local/nginx/sbin目录,配置文件...
分类:
系统相关 时间:
2014-06-07 23:52:35
阅读次数:
488
1tar xzvf coreseek-3.2.14.tar.gz2cd
mmseg-3.2.14/./configure --prefix=/usr/local/mmseg3checking for vfprintf...
yeschecking for waitpid... yesconfigur...
分类:
系统相关 时间:
2014-06-07 22:52:52
阅读次数:
679
Problem Description
An encoding of a set of symbols is said to be immediately decodable if no code for one symbol is the prefix of a code for another symbol. We will assume for this problem that all ...
分类:
其他好文 时间:
2014-06-07 12:57:03
阅读次数:
231