JDBCCURD操作实例19. 五/J2EE/没有评论代码目录结构:domain javabean;util 工具类 jdbcUtil是连接数据mysql数据库的工具类dbcfg.properties是数据库的参数信息dbcfg.propertiesSource codedriverClassN.....
分类:
数据库 时间:
2015-12-22 01:14:25
阅读次数:
236
备注:内核版本:2.6.30.9busybox版本:1.15.2PC Linux和开发板Linux的工作用户:root1. 配置内核:[*] Networking support --->Networking options ---> Packet socket Unix domain socket...
分类:
系统相关 时间:
2015-12-21 23:18:55
阅读次数:
293
对mybatis理解的还不是特别深刻,只会简单的使用,实现这个功能跟平常使用spring+mybatis时的DAO操作有点类似,spring+mybatis具体内部实现还不清楚,后续要继续学习代码:1. 实体类: 1 package com.mrlu.concurrency.domain; 2 3....
分类:
数据库 时间:
2015-12-21 21:35:35
阅读次数:
265
相对于上一篇中的代码编写HibernateUtil类以提高程序的执行速度首先,仍然要写一个javabean(User.java):package cn.itcast.hibernate.domain;import java.util.Date;public class User { private ...
分类:
Web程序 时间:
2015-12-21 20:16:16
阅读次数:
189
什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5 postMessage6、利用flash本文来自网络(http://f2e.me/200904/cr...
分类:
编程语言 时间:
2015-12-21 12:34:12
阅读次数:
271
1. 首先,在DNS服务器上创建app domain,建议使用一个新domain,而不是当前domain的 sub domain,参考此文章的Option A: Create a new domain to host your apps 区域;2. 在 SharePoint CA的 Manage S...
分类:
移动开发 时间:
2015-12-21 12:25:25
阅读次数:
171
1、将文件checkout到本地目录svn checkoutpath(path是服务器上的目录)例如:svn checkout svn://192.168.1.1/pro/domain简写:svn co2、往版本库中添加新的文件svnaddfile例如:svnaddtest.php(添加test.p...
分类:
系统相关 时间:
2015-12-21 10:49:05
阅读次数:
202
From :http://www.cnblogs.com/chenlinzhi/p/4332628.html一点记载:中Domain为领域模型层;Reposirory为仓储层,主要负责数据库操作;Service为服务层,项目的业务逻辑全在此;Infrastructure为基础结构层,项目通用的类库在...
分类:
Web程序 时间:
2015-12-20 19:15:36
阅读次数:
307
之前一直没有使用过vector,现在就写一个简短的代码:
#include
#include
int main() {
struct st { int a; };
std::vector v;
v.resize(4);
for (std::vector::size_type i = 0; i <...
分类:
编程语言 时间:
2015-12-19 01:28:38
阅读次数:
184
申请GoDaddy的wildcardssl证书,如何通过他家的审核?https://www.godaddy.com/help/verifying-your-domain-ownership-for-ssl-certificate-requests-html-or-dns-7452根据他家的要求,*.domain.com这种的万用ssl证书只能通过dns来验证,方法就是在你的dns服务器上,添加一条主..
分类:
Web程序 时间:
2015-12-18 13:18:48
阅读次数:
182