Github博文地址,此处更新可能不是很及时。
1.背景
最近发现算法以及数据结构落下了不少(其实还是大学没怎么好好学,囧rz),考虑到最近的项目结构越来越复杂了,用它来练练思路,就打算复习下数据结构与算法。结合最近在学英语,然后干脆就用英文喽。然后选定一本参考书籍《Data Structures and Algorithms in Java》。
刚开始看还是蛮吃力的,慢慢来。由于之...
分类:
编程语言 时间:
2014-11-12 00:48:04
阅读次数:
285
Github博文地址,此处更新可能不是很及时。1.背景最近发现算法以及数据结构落下了不少(其实还是大学没怎么好好学,囧rz),考虑到最近的项目结构越来越复杂了,用它来练练思路,就打算复习下数据结构与算法。结合最近在学英语,然后干脆就用英文喽。然后选定一本参考书籍《Data Structures an...
分类:
编程语言 时间:
2014-11-12 00:31:07
阅读次数:
268
目录 项目结构图 源代码 运行结果 项目源代码 项目结构图 源代码 清单 01. SplashActivity.java package com.coderdream.mobilesafe.activity; import java.io.IOException;
import java.io.In...
分类:
移动开发 时间:
2014-11-12 00:20:47
阅读次数:
387
目录项目结构图源代码运行结果项目结构图源代码SplashActivity.javapackage com.coderdream.mobilesafe.activity;import android.app.Activity;import android.content.pm.PackageInfo;...
分类:
移动开发 时间:
2014-11-11 22:47:21
阅读次数:
372
首先新建一个基于Sigle view Application的项目,名为GestureTest;我的项目结构如下:往viewController.xib文件里拖动一个imageView,并使覆盖整个屏幕,改动属性为:viewController.h文件:[cpp]viewplaincopy1.#im...
分类:
其他好文 时间:
2014-11-10 11:43:02
阅读次数:
141
项目结构 :github 上源码地址:https://github.com/starzou/front-end-example 点击打开1、form 表单代码[html]view plaincopyBootstrapFormTemplateForm示例NamePasswordIntroGender....
分类:
Web程序 时间:
2014-11-10 09:45:46
阅读次数:
288
1、新建项目 结构如下:2、导入相关的jar3、整合步骤先整合 Spring2.5+Hibernate3.3 成功后在整合 Struts2 这样就不容易报错,而且 报错误后也便于找出问题。applicationContext.xmlspring配置文件模版可以到 spring自带的一些例子中进行拷贝...
分类:
编程语言 时间:
2014-11-07 18:41:52
阅读次数:
414
??原创文章,转载请注明出处:服务器非业余研究http://blog.csdn.net/erlib 作者SunfaceProject StructureThe structures of OTP applications and of OTP releases are different. An OTP application can be expected to have one top-le...
分类:
其他好文 时间:
2014-11-06 22:02:12
阅读次数:
325
项目结构示意图:splitPage|-com.balfish.bean Goods.java|-com.balfish.dao GoodsDao.java|-com.balfish.servlet MyServlet.java|-com.balfish.util DbConnect...
分类:
数据库 时间:
2014-11-05 12:52:39
阅读次数:
427
项目结构:将Document类库生成的DLL文件放在ConsoleApplication2\ConsoleApplication2\bin\Debug文件夹下-------------------------------------------------------------Document.csusingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
using..
分类:
其他好文 时间:
2014-11-05 00:38:00
阅读次数:
134