码迷,mamicode.com
首页 >  
搜索关键字:common    ( 9294个结果
Poco C++ MySQl demo
#include "Poco/Exception.h"#include "Poco/Data/Session.h"#include "Poco/Data/Common.h"#include "Poco/Data/BLOB.h"#include "Poco/Data/StatementImpl.h"#...
分类:数据库   时间:2014-06-29 06:39:28    阅读次数:970
Longest Common Prefix
题目 Write a function to find the longest common prefix string amongst an array of strings. 方法 从第一个字符开始,判断是否相同。 public String longestCommonPrefix(String[] strs) { if (strs ...
分类:其他好文   时间:2014-06-18 11:18:30    阅读次数:205
封装自己的Common.js工具库
Code/** * Created by LT on 2013/6/16. * Common.js * 对原生JS对象的扩展 * Object、Array、String、Date、Ajax、Cookie */;(function(){Object.extend =function(targetObj...
分类:Web程序   时间:2014-06-18 09:39:16    阅读次数:312
自写开发平台ssmy_m(与代码生成) strust2 mybatis spring maven jquery
自己写的开发平台ssmy_m 与代码生成 ,strust2 mybatis spring maven jquery jqgrid jqueryui 有问题请留言,或QQ110146324 SVN上的代码基础功能已经都有了.美工没弄,有需要的自己改吧. 在/ssmy_m/src/main/webapp/common/include_com.jsp里引用.否则代码生成会有影响...
分类:编程语言   时间:2014-06-18 08:03:58    阅读次数:299
spring-mybatis-data-common程序级分库操作实例
spring-mybatis-data-common-2.0新增分表机制,在1.0基础上做了部分调整.基于机架展示分库应用数据库分表实力创建create table tb_example_1( id bigint primary key auto_increment , eId bigint, .....
分类:编程语言   时间:2014-06-18 00:07:38    阅读次数:317
LeetCode: Longest Common Prefix 题解
Write a function to find the longest common prefix string amongst an array of strings.题解: 寻找一组字符串的最长公共前缀。最简单的方法,用一个字符串记录当前最长的公共前缀,然后依次比较。时间复杂度: O(N). ...
分类:其他好文   时间:2014-06-18 00:03:08    阅读次数:274
异常记录(写txt日志文件)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace WebBuild_CRM.Common{ public class Excep...
分类:其他好文   时间:2014-06-17 19:57:12    阅读次数:250
UML的基本图(一)
?? A class diagram shows a set of classes, interfaces, and collaborations and their relationships. These diagrams are the most common diagram found in modeling object-oriented systems. Class diagram...
分类:其他好文   时间:2014-06-17 19:28:33    阅读次数:261
UML的通用机制(三)
?? Common Divisions In modeling object-oriented systems, the world often gets divided in several ways. First, there is the division of class and object. A class is an abstraction; an object is one ...
分类:其他好文   时间:2014-06-17 16:25:38    阅读次数:322
初学linux网络服务之samba服务实验
实验拓扑:LinuxClient-----RHEL5.9(vmnet1)----------(vmnet1)Win7Client实验一:Samba匿名共享工作组为Tarena将目录/usr/src共享给所有人共享名设为tools允许所有人访问、无需密码验证访问权限为只读1、安装软件包[root@localhost~]#rpm-qsamba-clientsambasamba-common/..
分类:系统相关   时间:2014-06-16 16:07:19    阅读次数:384
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!